diff --git a/.gitignore b/.gitignore index 84f231c..2e83ea9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.out *.synctex.gz *.xdv +*.toc # template.tex output # move to *.pdf once manual is done diff --git a/manual/moderncv_userguide.pdf b/manual/moderncv_userguide.pdf index 2260f94..ac6ee99 100644 Binary files a/manual/moderncv_userguide.pdf and b/manual/moderncv_userguide.pdf differ diff --git a/manual/moderncv_userguide.tex b/manual/moderncv_userguide.tex index 46076ae..6b8b8de 100644 --- a/manual/moderncv_userguide.tex +++ b/manual/moderncv_userguide.tex @@ -628,6 +628,21 @@ This style allows the following options: \moderncvstyle[left, nosymbols]{casual} \end{lstlisting} +\paragraph{\code{contemporary}} +This style allows the following options which \emph{only} affect header and footer styles: + +\begin{tabular}{r@{\hspace{2ex}}p{0.75\textwidth}} + \textbf{\code{alignment}} & values: \code{left} (default), \code{right}. + Aligns the address block and the picture. \\ + \textbf{\code{data in head}} & values: \code{details} (default), \code{nodetails}. + Toggles between the header and footer as the location of personal data on the page. \\ + \textbf{\code{qr}} & values: \code{qr} (default), \code{noqr}. + Enables or disables the inclusion of a QR code of your personal website. +\end{tabular} +\note For the \code{contemporary} style it is recommended to use the \code{\\moderncvcolor\{cerulean\}} color scheme. The \code{contemporary} style is even more appealing with reduced margins. Use this in your preamble: +\begin{lstlisting} + \usepackage[hmargin=0.5in,vmargin=10pt]{geometry} +\end{lstlisting} \subsection{Adjusting colors} The colors of each style can be adjusted.