summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-09-12 18:42:46 +0000
committerKarl Berry <karl@freefriends.org>2006-09-12 18:42:46 +0000
commit10c7e139be6254b0f72ebca2ea54a8a5281fd6bc (patch)
treed01d7e5be13afb744bbac56fcefc1b27a0531fd9 /Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
parentbd955dbfb7eef62b0d3b5cc114fda8b394abf82c (diff)
moderncv update (10sep06)
git-svn-id: svn://tug.org/texlive/trunk@2113 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.sty19
1 files changed, 15 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty b/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
index 4250e96684f..82f0e4e656f 100644
--- a/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
+++ b/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty
@@ -1,10 +1,16 @@
%% 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/05/02 v0.4 modern curriculum vitae style: casual]
+\ProvidesPackage{moderncvstyleclassic}[2006/09/09 v0.5 modern curriculum vitae style: classic]
%-------------------------------------------------------------------------------
@@ -76,22 +82,27 @@
% maketitle
\renewcommand*{\maketitle}{%
- \begin{minipage}[t]{.6\textwidth}%
+ \begin{minipage}[b]{.5\textwidth}%
\firstnamestyle{\@firstname~}\familynamestyle{\@familyname}%
\ifthenelse{\equal{\@title}{}}%
{}%
{\\[1.25em]\titlestyle{\@title}}%
\end{minipage}%
- \begin{minipage}[t]{.4\textwidth}%
+ \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}\\[3em]}
+ \end{minipage}%
+ \ifthenelse{\equal{\@photo}{}}%
+ {}%
+ {\hspace*{1em}\color{firstnamecolor}\framebox{\includegraphics[height=\@photoheight]{\@photo}}}\\[3em]}
\endinput
+
%% end of file `moderncvstyleclassic.sty'.