From 1b9963202b25c5705852e568148b78be840c00bb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 17 Apr 2011 22:40:31 +0000 Subject: koma-moderncvclassic (17apr11) git-svn-id: svn://tug.org/texlive/trunk@22109 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/koma-moderncvclassic/README | 8 ++-- .../doc/latex/koma-moderncvclassic/cvbasic.tex | 20 ++++---- .../koma-moderncvclassic/koma-moderncvclassic.sty | 56 ++++++++++------------ 3 files changed, 39 insertions(+), 45 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}} % ================================================================== diff --git a/Master/texmf-dist/tex/latex/koma-moderncvclassic/koma-moderncvclassic.sty b/Master/texmf-dist/tex/latex/koma-moderncvclassic/koma-moderncvclassic.sty index db807cceb7d..8fba1e8ca22 100644 --- a/Master/texmf-dist/tex/latex/koma-moderncvclassic/koma-moderncvclassic.sty +++ b/Master/texmf-dist/tex/latex/koma-moderncvclassic/koma-moderncvclassic.sty @@ -1,6 +1,7 @@ %% start of file `koma-moderncvclassic.sty'. %% Copyright 2010 Salome Södergran (salome.soedergran@gmx.ch) -%% Thanks to Dominik Wassenhoven for helpful suggestions! +%% +%% Thanks to Dominik Wassenhoven and Simon Dreher for helpful suggestions! %% %% Adaption of moderncv, theme classic %% (Copyright 2006-2008 Xavier Danaux (xdanaux@gmail.com)) @@ -14,7 +15,7 @@ % IDENTIFICATION % ============================== -\ProvidesPackage{koma-moderncvclassic}[2010/12/03 v0.2] +\ProvidesPackage{koma-moderncvclassic}[2011/04/16 v0.3] \NeedsTeXFormat{LaTeX2e} % ============================== @@ -44,38 +45,29 @@ ifpdf,% xcolor,% lmodern,% -marvosym% for symbols like \Telefon, \Letter, \Email +marvosym,% for symbols like \Telefon, \Letter, \Email +url,% +graphicx,% +hyperref% } -% % hyperrefs -\RequirePackage{url} -\ifpdf - \RequirePackage[pdftex,]{hyperref} -\else - \RequirePackage[dvips]{hyperref}\fi -\hypersetup{% - breaklinks, - baseurl = http://,% - pdfborder = 0 0 0,% - pdfpagemode = UseNone,% -% pdfstartview = XYZ,% - pdfstartpage = 1,% - pdfcreator = \LaTeX{},% - pdfproducer = \LaTeX} -\AtEndOfClass{% - \AtBeginDocument{% - \hypersetup{% - pdfauthor = \firstname~\familyname,% - pdftitle = \title~\firstname~\familyname,% -% pdfsubject = %\firstname~\familyname,% - pdfkeywords = \firstname~\familyname{} curriculum vit\ae{}}}} -\urlstyle{tt} - -% graphics -\ifpdf - \RequirePackage[pdftex]{graphicx} -\else - \RequirePackage[dvips]{graphicx}\fi +%\hypersetup{% +% breaklinks, +% baseurl = http://,% +% pdfborder = 0 0 0,% +% pdfpagemode = UseNone,% +%% pdfstartview = XYZ,% +% pdfstartpage = 1,% +% pdfcreator = \LaTeX{},% +% pdfproducer = \LaTeX} +%\AtEndOfClass{% +% \AtBeginDocument{% +% \hypersetup{% +% pdfauthor = \firstname~\familyname,% +% pdftitle = \title~\firstname~\familyname,% +%% pdfsubject = %\firstname~\familyname,% +% pdfkeywords = \firstname~\familyname{} curriculum vit\ae{}}}} +%\urlstyle{tt} % ============================== % DEFINITIONS -- cgit v1.2.3