summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/koma-moderncvclassic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-17 22:40:31 +0000
committerKarl Berry <karl@freefriends.org>2011-04-17 22:40:31 +0000
commit1b9963202b25c5705852e568148b78be840c00bb (patch)
treeb21b7016432b3381634423e5d6a435a12c1acfdb /Master/texmf-dist/doc/latex/koma-moderncvclassic
parent40e44782519393652e58da7648eab79685783805 (diff)
koma-moderncvclassic (17apr11)
git-svn-id: svn://tug.org/texlive/trunk@22109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/koma-moderncvclassic')
-rw-r--r--Master/texmf-dist/doc/latex/koma-moderncvclassic/README8
-rw-r--r--Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex20
2 files changed, 15 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/koma-moderncvclassic/README b/Master/texmf-dist/doc/latex/koma-moderncvclassic/README
index aedbdf4cd88..4b5e50a4963 100644
--- a/Master/texmf-dist/doc/latex/koma-moderncvclassic/README
+++ b/Master/texmf-dist/doc/latex/koma-moderncvclassic/README
@@ -1,5 +1,6 @@
-KOMA-MODERNCVCLASSIC v0.2
+KOMA-MODERNCVCLASSIC v0.3
=========================
+(License: LaTeX Project)
This package provides an imitation of the moderncv-class with the classic style (by Xavier Danaux), to be used in conjunction with the koma-classes (usually scrartcl).
@@ -12,8 +13,9 @@ With \usepackage{koma-moderncvlassic} the moderncvclassic definitions and comman
The cvbasic-file, which is included in the gzip-archive, shows exemplarily, how a document with koma-moderncvclassic might be structured, which commands are available and how they are to be used. Things are self-explanatory, so there comes no documentation with this package.
-Version 0.2 fixes some problems of v0.1 with including a picture and adjusting page margins. Options frame and noframe are added for pictures.
+Version 0.2 fixed some problems of v0.1 with including a picture and adjusting page margins. Options frame and noframe are added for pictures.
+Version 0.3 loads hyperref and graphicx without options to avoid option clashes.
-Have fun!!
+I hope you enjoy this package.
Suggestions, wishes, bug reports:
salome.soedergran@gmx.ch
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}}
% ==================================================================