summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cv/CV.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cv/CV.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/cv/CV.sty')
-rw-r--r--macros/latex/contrib/cv/CV.sty17
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/latex/contrib/cv/CV.sty b/macros/latex/contrib/cv/CV.sty
new file mode 100644
index 0000000000..1415523116
--- /dev/null
+++ b/macros/latex/contrib/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}
+}