summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:53:55 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:53:55 +0000
commit31d7d267fd7f446b0555ffc1b240334da8f1e9f3 (patch)
treee71517681246f0794a7a94d973205fd3d7124357 /Master/texmf-dist/tex/latex/cv
parent7b88495055bdb274e261729831067187c86f9c9d (diff)
cv
git-svn-id: svn://tug.org/texlive/trunk@810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cv')
-rw-r--r--Master/texmf-dist/tex/latex/cv/CV.sty17
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}
+}