mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
documentation paragraph for contemporary style, ignoring .toc in git (#187)
Co-authored-by: LLdaniel <daniel.adlkofer2@freenet.de>
This commit is contained in:
parent
b15f06573e
commit
beb45fb23a
3 changed files with 16 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,6 +8,7 @@
|
||||||
*.out
|
*.out
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.xdv
|
*.xdv
|
||||||
|
*.toc
|
||||||
|
|
||||||
# template.tex output
|
# template.tex output
|
||||||
# move to *.pdf once manual is done
|
# move to *.pdf once manual is done
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -628,6 +628,21 @@ This style allows the following options:
|
||||||
\moderncvstyle[left, nosymbols]{casual}
|
\moderncvstyle[left, nosymbols]{casual}
|
||||||
\end{lstlisting}
|
\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}
|
\subsection{Adjusting colors}
|
||||||
The colors of each style can be adjusted.
|
The colors of each style can be adjusted.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue