mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Correct documentation to reflect new order color before style (#257)
* Correct documentation to reflect new order \moderncvcolor before \moderncvstyle * adds a direct hint on the command order for style and color * manually update the userguide.pdf: color and style order * correct ordering in CHANGELOG for older PR
This commit is contained in:
parent
35e3de2b71
commit
c7d7427f97
3 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
version next
|
version next
|
||||||
- Upgrade to Fontawesome 6 (#183)
|
- Upgrade to Fontawesome 6 (#183)
|
||||||
- Document how to set custom strings for social command (#239)
|
- Document how to set custom strings for social command (#239)
|
||||||
|
- Correct documentation to reflect new order \moderncvcolor before \moderncvstyle (#256)
|
||||||
|
|
||||||
version 2.5.1 (31 Jan 2026)
|
version 2.5.1 (31 Jan 2026)
|
||||||
- Fix french babel breaking contemporary style (#219)
|
- Fix french babel breaking contemporary style (#219)
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -240,17 +240,17 @@ where at most one value for each option can be passed to the document class:
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
\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 (command order is important!):
|
||||||
\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