summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-31 18:37:26 +0000
committerKarl Berry <karl@freefriends.org>2007-05-31 18:37:26 +0000
commit6a512f2924f99e66adb4103f84b3d6a9b0b3ceed (patch)
tree4e425a5bc8b78ead9c39289424bcfa9e643dfb22 /Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
parent5150bb77cb9cc5d66a2432a9adb57bf2d58e04c7 (diff)
moderncv update (28may07)
git-svn-id: svn://tug.org/texlive/trunk@4383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty')
-rw-r--r--Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty108
1 files changed, 0 insertions, 108 deletions
diff --git a/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty b/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
deleted file mode 100644
index 82f0e4e656f..00000000000
--- a/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
+++ /dev/null
@@ -1,108 +0,0 @@
-%% start of file `moderncvstyleclassic.sty'.
-%% Copyright 2006 Xavier Danaux.
-%
-% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License version 1.3c,
-% available at http://www.latex-project.org/lppl/.
-
-
-%-------------------------------------------------------------------------------
-% identification
-%-------------------------------------------------------------------------------
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{moderncvstyleclassic}[2006/09/09 v0.5 modern curriculum vitae style: classic]
-
-
-%-------------------------------------------------------------------------------
-% required packages
-%-------------------------------------------------------------------------------
-
-
-%-------------------------------------------------------------------------------
-% package options
-%-------------------------------------------------------------------------------
-% nocolor option
-\newif\if@color\@colortrue
-\DeclareOption{nocolor}{\@colorfalse}
-
-% roman option
-\newif\if@roman\@romanfalse
-\DeclareOption{roman}{\@romantrue}
-
-% unused options
-\DeclareOption*{
- \PackageWarning{moderncvstyleclassic}{Unknown option ‘\CurrentOption’}}
-
-% execute default options
-\ExecuteOptions{color}
-
-% process given options
-\ProcessOptions\relax
-
-
-%-------------------------------------------------------------------------------
-% style definition
-%-------------------------------------------------------------------------------
-% symbols used
-\renewcommand*{\listitemsymbol}{\textbullet}
-
-% colors
-\if@color
- \definecolor{firstnamecolor}{rgb}{0,0,0}
- \definecolor{familynamecolor}{rgb}{0,0,0}
- \definecolor{titlecolor}{rgb}{0.35,0.35,0.35}
- \definecolor{addresscolor}{rgb}{0.25,0.5,0.75}
- \definecolor{quotecolor}{rgb}{0.35,0.35,0.35}
- \definecolor{sectionrectanglecolor}{rgb}{0.25,0.5,0.75}
- \definecolor{sectiontitlecolor}{rgb}{0.2,0.4,0.65}
-\else
- \definecolor{firstnamecolor}{rgb}{0,0,0}
- \definecolor{familynamecolor}{rgb}{0,0,0}
- \definecolor{titlecolor}{rgb}{0.35,0.35,0.35}
- \definecolor{addresscolor}{rgb}{0.35,0.35,0.35}
- \definecolor{quotecolor}{rgb}{0.35,0.35,0.35}
- \definecolor{sectionrectanglecolor}{rgb}{0.75,0.75,0.75}
- \definecolor{sectiontitlecolor}{rgb}{0.35,0.35,0.35}\fi
-
-% fonts
-\if@roman
- \AtBeginDocument{\rmfamily}
-\else
- \AtBeginDocument{\sffamily}\fi
-\renewcommand*{\ttdefault}{pcr}
-\renewcommand*{\firstnamefont}{\fontsize{34}{36}\sffamily\mdseries\upshape}
-\renewcommand*{\titlefont}{\LARGE\sffamily\mdseries\slshape}
-\renewcommand*{\addressfont}{\rmfamily\mdseries\slshape}
-\renewcommand*{\familynamefont}{\firstnamefont}
-\renewcommand*{\quotefont}{\large\slshape}
-\renewcommand*{\sectionfont}{\Large\sffamily\mdseries\upshape}
-\renewcommand*{\subsectionfont}{\normalsize\sffamily\mdseries\upshape}
-
-% styles
-
-% maketitle
-\renewcommand*{\maketitle}{%
- \begin{minipage}[b]{.5\textwidth}%
- \firstnamestyle{\@firstname~}\familynamestyle{\@familyname}%
- \ifthenelse{\equal{\@title}{}}%
- {}%
- {\\[1.25em]\titlestyle{\@title}}%
- \end{minipage}%
- \hfill%
- \begin{minipage}[b]{.35\textwidth}%
- \raggedleft\addressfont\color{addresscolor}\@address\\[0.2em]%
- \Telefon~\@phone\\[.2em]%
- \Letter~\emaillink{\@email}%
- \ifthenelse{\equal{\@extrainfo}{}}%
- {}%
- {\\[0.2em]\@extrainfo}
- \end{minipage}%
- \ifthenelse{\equal{\@photo}{}}%
- {}%
- {\hspace*{1em}\color{firstnamecolor}\framebox{\includegraphics[height=\@photoheight]{\@photo}}}\\[3em]}
-
-
-\endinput
-
-
-%% end of file `moderncvstyleclassic.sty'.