diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-08 23:12:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-08 23:12:25 +0000 |
commit | 6aa206aa3f06732b80b25fb9ffef20ae8bd6fe9a (patch) | |
tree | 2249667c9538e2d0e596d90ebe176d87d817cfb6 /Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex | |
parent | 21bee35db50bcf6b948ef2d3d2f21f958216fea2 (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/cvbasic.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/koma-moderncvclassic/cvbasic.tex | 24 |
1 files changed, 14 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 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 |