diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cv/CV.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/cv/CV.sty | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cv/CV.sty b/Master/texmf-dist/tex/latex/cv/CV.sty new file mode 100644 index 00000000000..14155231163 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cv/CV.sty @@ -0,0 +1,17 @@ +\makeatletter +\renewcommand{\section}{\@startsection{section}{12} +{0mm} % Einzug +{1.5\baselineskip} % Vorabstand +{0.7\baselineskip} % Nachabstand +{\large\scshape\hrule\vspace{0.8\baselineskip}}} +\makeatother + +\newcommand{\entrylabel}[1]{\mbox{#1}\hfil} +\newenvironment{CV} + {\begin{list}{} + {\renewcommand{\makelabel}{\entrylabel} + \setlength{\labelwidth}{77pt} + \setlength{\leftmargin}{84pt} + }} + {\end{list} +} |