diff options
Diffstat (limited to 'certificate/scipy_template_2016/template_SPC2016Acertificate')
-rw-r--r--[-rwxr-xr-x] | certificate/scipy_template_2016/template_SPC2016Acertificate | 86 |
1 files changed, 16 insertions, 70 deletions
diff --git a/certificate/scipy_template_2016/template_SPC2016Acertificate b/certificate/scipy_template_2016/template_SPC2016Acertificate index 081df5c..3371830 100755..100644 --- a/certificate/scipy_template_2016/template_SPC2016Acertificate +++ b/certificate/scipy_template_2016/template_SPC2016Acertificate @@ -1,75 +1,21 @@ -%% Certificate template -\documentclass[landscape]{article} -\usepackage{wallpaper} -\usepackage{xcolor} -\usepackage{ulem} -\usepackage{graphicx} -\usepackage{geometry} -\usepackage{chancery} -\usepackage[T1]{fontenc} -%% package to execute bash commands -%% \usepackage{bashful} +* certificate template -%% generate QR code -\usepackage{pst-barcode} -\usepackage{auto-pst-pdf} +** Usage + - To generate a PDF file type, + #+BEGIN_SRC sh + make $command + #+END_SRC sh -\geometry{tmargin=.2cm,bmargin=.2cm, - lmargin=.2cm, rmargin=.2cm} -\usepackage{multicol} -\setlength{\columnseprule}{1pt} -\columnwidth=0.6\textwidth + - To clean the project + #+BEGIN_SRC sh + make clean + #+END_SRC sh -\begin{document} +** License + The tex file and all the images within this project are entirely + PRIVATE. It's usage outside the `Fossee Project` is an legal + offense and will be subject to suitable punishment by Indian law. -%% create MD5 hash of tex file and insert it in PDF -%% \bash -%% md5sum asd_cert.tex | cut -d " " -f 1 -%% \END -%\TileWallPaper{4cm}{2cm}{aakash-logo.png} -\TileWallPaper{28cm}{22cm}{cer_bg.png} - -\centering -\scalebox{3}{\color{brown!30!brown!60} -\begin{minipage}{.33\textwidth} - - -{\centering - -%% logo - top -\vspace{1.5cm} -\textcolor{black}{\textsc{Certificate of Participation}} -\hspace{10cm} -\textcolor{black!100}{\scriptsize This is to certify that}\\ -{\textcolor{blue} {~~~~~~~~{$name}}~~~~~~~~}\\ -{\scriptsize {\color{black} Participated in SciPy India 2016\\ -organized by Indian Institute of Bombay \\ -on 10, 11 December 2016.}\\} - -\vspace{0.3cm} -{\color{black!40!black} -\scalebox{.7}{ - \begin{tabular}{c c c c c} - \small{\includegraphics[height=0.6cm]{kannan-moudgalya-sign.png}} & \small{} & & &\small{\includegraphics[height=0.6cm]{kannan-moudgalya-sign.png}} \\ - \small{Prof. Prabhu Ramachandran} & &\hspace{2.5cm} & & \small{~~~~~~~~Dr. Mr. S. Anand~~~~~~~~} \\ - \vspace{0mm} - {\scriptsize Conference Co-Chair} & & & & \scriptsize {Keynote Speaker} \\ - {\scriptsize FOSSEE, IIT Bombay.} & & & & \scriptsize {CEO Gramener} \\ - - \end{tabular} - -}} -\\ -\vspace{2mm} -%%\includegraphics[height=0.6cm]{fossee-logo.png}\hspace{22pt} -%%\includegraphics[height=0.7cm]{bottom_logo.png}\hspace{22pt} -%%\includegraphics[height=0.7cm]{iitb-logo.png}\hspace{22pt}\\ -\hspace{6.7cm}\begin{pspicture}(0.1cm,0.1cm) \psbarcode{$qr_code}{eclevel=L width=0.25 height=0.25}{qrcode}\end{pspicture}\\ -\hspace{6.7cm}\tiny{\color{black}\texttt{$serial_key}}\\ - -} - -\end{minipage} -} -\end{document} +** Website + [[http://fossee.in]] |