summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/koma-moderncvclassic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-08 23:12:25 +0000
committerKarl Berry <karl@freefriends.org>2010-12-08 23:12:25 +0000
commit6aa206aa3f06732b80b25fb9ffef20ae8bd6fe9a (patch)
tree2249667c9538e2d0e596d90ebe176d87d817cfb6 /Master/texmf-dist/doc/latex/koma-moderncvclassic
parent21bee35db50bcf6b948ef2d3d2f21f958216fea2 (diff)
koma-moderncvclassic (8dec10)
git-svn-id: svn://tug.org/texlive/trunk@20696 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/README19
-rw-r--r--Master/texmf-dist/doc/latex/koma-moderncvclassic/README.txt18
-rw-r--r--Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex24
3 files changed, 33 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/koma-moderncvclassic/README b/Master/texmf-dist/doc/latex/koma-moderncvclassic/README
new file mode 100644
index 00000000000..aedbdf4cd88
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/koma-moderncvclassic/README
@@ -0,0 +1,19 @@
+KOMA-MODERNCVCLASSIC v0.2
+=========================
+
+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).
+
+Thus it is possible to configure pagelayout, headings etc. the way it is done in koma-classes. Moreover, it is possible to use biblatex, while the original moderncv-class is incompatible with biblatex. (This, actually, was the main reason for building this package.)
+
+To be able to use the moderncvclassic-package,
+download the gzip-archive, unpack it and copy the file moderncvlassic.sty to your local tex-directory. Run texhash on your local tex-directory.
+
+With \usepackage{koma-moderncvlassic} the moderncvclassic definitions and commands become available in your document.
+
+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.
+
+Have fun!!
+Suggestions, wishes, bug reports:
+salome.soedergran@gmx.ch
diff --git a/Master/texmf-dist/doc/latex/koma-moderncvclassic/README.txt b/Master/texmf-dist/doc/latex/koma-moderncvclassic/README.txt
deleted file mode 100644
index 7253b0f1c83..00000000000
--- a/Master/texmf-dist/doc/latex/koma-moderncvclassic/README.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-KOMA-MODERNCVCLASSIC 0.1
-========================
-
-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).
-
-Thus it is possible to configure pagelayout, headings etc. the way it is done in koma-classes. Moreover, it is possible to use biblatex, while the original moderncv-class is incompatible with biblatex. (This, actually, was the main reason for building this package.)
-
-To be able to use the moderncvclassic-package,
-download the gzip-archive, unpack it and copy the file moderncvlassic.sty to your local tex-directory.
-With
-\usepackage{koma-moderncvlassic}
-the moderncvclassic definitions are available in your document.
-
-The file cvbasic.tex, 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.
-
-Have fun!!
-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 b390368a2be..cb7f804dc01 100644
--- a/Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex
+++ b/Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex
@@ -1,3 +1,8 @@
+%% 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]
+%%
\RequirePackage{filecontents}
\begin{filecontents}{\jobname.bib}
@ARTICLE{2006,
@@ -20,9 +25,8 @@ a4paper,%
pagesize,%
headinclude,footinclude,%
headings=normal,%
-%draft,%
-%oneside%
]{scrartcl}
+%\usepackage[left=2cm,right=2cm,top=3cm,bottom=5cm]{geometry} % page layout
\usepackage{scrpage2}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@@ -53,25 +57,25 @@ headings=normal,%
%\newcommand*{\extrainfo}{}
%\renewcommand*{\quote}{}
-% Foto
-%\photo[3cm]{minna.jpg}
-% '3cm' is the height the picture must be resized to;
-% 'picture' is the name of the picture file;
-
% ===========================
% 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
+% Foto
+%\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
+
% ===========================
-% PAGELAYOUT and
% ADAPTIONS
% ===========================
-%\usepackage[left=2cm,right=2cm,top=3cm,bottom=5cm]{geometry}
-\renewcommand*{\familydefault}{\sfdefault}% default font sans-serif
+%\renewcommand*{\familydefault}{\sfdefault}% default font sans-serif
+%\renewcommand*{\addressfont}{\normalsize\sffamily\mdseries\slshape}% sans-serif font for address, too
%\renewcommand{\firstnamefont}{\fontsize{24}{26}\sffamily\mdseries\upshape} % name in smaller font
\newcommand*{\totalpagemark}{\usekomafont{pagenumber}\thepage/\pageref{lastpage}}% for page and pagetotal