summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex')
-rw-r--r--Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex b/Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex
index cb7f804dc01..437dd10bbcc 100644
--- a/Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex
+++ b/Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex
@@ -1,10 +1,10 @@
%% start of file `cvbasic.tex'; shows exemplarily the use of koma-moderncvclassic
-%% Copyright 2010 Salome Södergran (salome.soedergran@gmx.ch)
-%%
-\ProvidesFile{cvbasic.tex}[v0.2 2010/12/03]
+%% (c) Copyright 2010 Salome Södergran (salome.soedergran@gmx.ch)
+%%
+\ProvidesFile{cvbasic_v03.tex}[v0.3 2011/04/16]
%%
\RequirePackage{filecontents}
-\begin{filecontents}{\jobname.bib}
+\begin{filecontents}{cvbasic.bib}
@ARTICLE{2006,
title = {journalarticle},
journal = {journal},
@@ -33,7 +33,7 @@ headings=normal,%
\usepackage[ngerman]{babel}
\usepackage[german=quotes]{csquotes}
-\tolerance=200 % Weissraum
+\tolerance=200 % white space
\clubpenalty = 1000 % Schusterjungen
\widowpenalty = 1000 % Hurenkinder
@@ -61,13 +61,13 @@ headings=normal,%
% KOMA-MODERNCVCLASSIC
% ===========================
-\usepackage[myblue]{koma-moderncvclassic} % color theme as option; default = myblue; other predefined colors that may be used: red, green, blue, cyan, magenta, yellow, black, white, darkgray, gray, lightgray
+\usepackage[myblue]{koma-moderncvclassic-test} % color theme as option; default = myblue; other predefined colors that may be used: red, green, blue, cyan, magenta, yellow, black, white, darkgray, gray, lightgray
-% Foto
+% picture
%\photo[noframe]{3cm}{picture.jpg}
% 'frame' gives a frame around the picture (=default), 'noframe' does not;
% '3cm' is the width the picture must be resized to;
-% 'picture' is the name of the picture file
+% 'picture.jpg' is the name of the picture file
% ===========================
@@ -93,11 +93,11 @@ headings=normal,%
% BIBLIOGRAPHY
% ===========================
-\usepackage[backend=bibtex8,%
+\usepackage[backend=biber,% or bibtex8
style=authortitle,%
sorting=ydnt,% sorted by year, descending
]{biblatex}
-\bibliography{\jobname.bib}
+\bibliography{cvbasic.bib}
\defbibheading{bibliography}[Publications]{\section{#1}}
% ==================================================================