Mercurial > cgi-bin > hgwebdir.cgi > VMS > 0__Writings > nengel
comparison 2__Other/cv/cv-commands.tex @ 9:ab6d1911a65f
report final (I hope)
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 19 Jun 2013 16:16:04 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:95970dff7df7 |
|---|---|
| 1 % Set of commands used by cv.tex | |
| 2 | |
| 3 \usepackage[dvipsnames,usenames]{color} | |
| 4 \usepackage{simplemargins} | |
| 5 \usepackage{graphicx} | |
| 6 \setleftmargin{2.0cm} | |
| 7 \setrightmargin{2.0cm} | |
| 8 \settopmargin{2.5cm} | |
| 9 \setbottommargin{0cm} | |
| 10 %\renewcommand\familydefault{\sfdefault} | |
| 11 | |
| 12 | |
| 13 % starting commands | |
| 14 \newfont{\myfonta}{cmr10 at 9pt} | |
| 15 \newfont{\myfontb}{cmr10 at 10pt} | |
| 16 \newfont{\myfontc}{cmr10 at 15pt} | |
| 17 \newfont{\myfontd}{cmr10 at 12pt} | |
| 18 | |
| 19 \newcommand{\largeskip}[0]{\vspace{2.5mm}\\} | |
| 20 \newcommand{\shortskip}[0]{\vspace{0.4mm}\\} | |
| 21 | |
| 22 % small caps | |
| 23 \newcommand{\smcp}[1]{\sc{\myfonta{#1}}} | |
| 24 \renewcommand{\textsc}[1]{\smcp{#1}} | |
| 25 | |
| 26 \newcommand{\header}[3]{ | |
| 27 \hspace{0cm} | |
| 28 \begin{tabular}{p{8cm}p{9cm}} | |
| 29 {\raggedright {\headline {#1}} | |
| 30 \\\vspace*{2mm} | |
| 31 \headline{#2}} | |
| 32 & | |
| 33 \raggedleft{#3} | |
| 34 \end{tabular}} | |
| 35 | |
| 36 | |
| 37 \newcommand{\blocktitle}[1]{ | |
| 38 \parbox{\textwidth}{ | |
| 39 \vspace{2mm} | |
| 40 \noindent | |
| 41 \textcolor{MidnightBlue}{ | |
| 42 {\myfontd {#1} | |
| 43 \vspace*{1mm} | |
| 44 \hrule} | |
| 45 \vspace*{3mm} | |
| 46 \noindent | |
| 47 } } } | |
| 48 | |
| 49 \newcommand{\headline}[1]{{\myfontc{#1}}} | |
| 50 \newcommand{\setmainfont}[0]{\myfontb} | |
| 51 | |
| 52 %%%%%% | |
| 53 | |
| 54 \newenvironment{resumeblock}[1]{\blocktitle{#1}\begin{tabular}{p{4cm}p{13cm}}}{\end{tabular}} | |
| 55 \newcommand{\resumeitem}[2]{\noindent\raggedright{\textsc{#1}} & #2} | |
| 56 | |
| 57 %%%%%% | |
| 58 | |
| 59 \newcommand{\interest}[2]{ | |
| 60 \includegraphics[height=12pt]{#1} | |
| 61 ~\raisebox{1mm}{#2}} | |
| 62 | |
| 63 %%%%%% | |
| 64 | |
| 65 \newenvironment{interestsblock}[1] | |
| 66 {\blocktitle{#1}\begin{tabular}{p{10cm}p{10cm}}} | |
| 67 {\end{tabular}} | |
| 68 | |
| 69 \setlength{\parindent}{0mm} | |
| 70 \pagestyle{empty} | |
| 71 |
