mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Correct documentation to reflect new order \moderncvcolor before \moderncvstyle
This commit is contained in:
parent
ee076d39f6
commit
5246ac12e7
2 changed files with 4 additions and 3 deletions
|
|
@ -15,6 +15,7 @@ version next
|
||||||
- Add contemporary CV header style to cover letter, which also makes icons
|
- Add contemporary CV header style to cover letter, which also makes icons
|
||||||
visible (#186)
|
visible (#186)
|
||||||
- Fix minor horizontal spacing issue in 'contemporary' style header
|
- Fix minor horizontal spacing issue in 'contemporary' style header
|
||||||
|
- Correct documentation to reflect new order \moderncvcolor before \moderncvstyle (#256)
|
||||||
|
|
||||||
version 2.4.1 (18 Jul 2024)
|
version 2.4.1 (18 Jul 2024)
|
||||||
- Fix commons/colors.tex not found in package (#194)
|
- Fix commons/colors.tex not found in package (#194)
|
||||||
|
|
|
||||||
|
|
@ -242,15 +242,15 @@ where at most one value for each option can be passed to the document class:
|
||||||
\subsubsection*{Choosing a \texttt{moderncv} style and color}
|
\subsubsection*{Choosing a \texttt{moderncv} style and color}
|
||||||
Choose a \Moderncv style and color by adjusting the commands
|
Choose a \Moderncv style and color by adjusting the commands
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
\moderncvstyle{<style>}
|
|
||||||
\moderncvcolor{<color>}
|
\moderncvcolor{<color>}
|
||||||
|
\moderncvstyle{<style>}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
As explained in \cvtemplate, the possible values are
|
As explained in \cvtemplate, the possible values are
|
||||||
|
|
||||||
\begin{tabular}{r@{\hspace{2ex}}p{0.65\textwidth}}
|
\begin{tabular}{r@{\hspace{2ex}}p{0.65\textwidth}}
|
||||||
|
\textbf{\code{color}:} & \code{black} \cvdoccolorbox{black}, \code{blue} \cvdoccolorbox{cvblue} (default), \code{burgundy} \cvdoccolorbox{cvburgundy}, \code{green} \cvdoccolorbox{cvgreen}, \code{grey} \cvdoccolorbox{cvgrey}, \code{orange} \cvdoccolorbox{cvorange}, \code{purple} \cvdoccolorbox{cvpurple}, \code{red} \cvdoccolorbox{cvred}\\
|
||||||
\textbf{\code{style}:} & \code{casual} (default), \code{classic}, \code{banking}, \code{oldstyle},
|
\textbf{\code{style}:} & \code{casual} (default), \code{classic}, \code{banking}, \code{oldstyle},
|
||||||
\code{fancy} \\
|
\code{fancy}
|
||||||
\textbf{\code{color}:} & \code{black} \cvdoccolorbox{black}, \code{blue} \cvdoccolorbox{cvblue} (default), \code{burgundy} \cvdoccolorbox{cvburgundy}, \code{green} \cvdoccolorbox{cvgreen}, \code{grey} \cvdoccolorbox{cvgrey}, \code{orange} \cvdoccolorbox{cvorange}, \code{purple} \cvdoccolorbox{cvpurple}, \code{red} \cvdoccolorbox{cvred}
|
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
\note Some of the styles take additional options to fine-tune their appearance.
|
\note Some of the styles take additional options to fine-tune their appearance.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue