From 31d7d267fd7f446b0555ffc1b240334da8f1e9f3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:53:55 +0000 Subject: cv git-svn-id: svn://tug.org/texlive/trunk@810 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/cv/CV.sty | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/cv/CV.sty (limited to 'Master/texmf-dist/tex/latex/cv') 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} +} -- cgit v1.2.3