mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
start section on fine tuning styles
This commit is contained in:
parent
2a5a649f29
commit
82992f3dbf
1 changed files with 6 additions and 1 deletions
|
|
@ -130,7 +130,7 @@
|
|||
% \newcommand{\code}[1]{\texttt{#1}}
|
||||
% \newcommand{\Code}[1]{\texttt{#1} }
|
||||
\newcommand{\code}[1]{\lstinline!#1!}
|
||||
\newcommand{\Code}[1]{\lstinline!#1! } %\lstinline!#1!
|
||||
\newcommand{\Code}[1]{\lstinline!#1!~} %\lstinline!#1!
|
||||
\newcommand{\moderncv}{\code{moderncv}}
|
||||
\newcommand{\Moderncv}{\Code{moderncv}}
|
||||
\newcommand{\github}{GitHub}
|
||||
|
|
@ -502,6 +502,11 @@ Sometimes there is the need to add some lines at the end of the CV. For example,
|
|||
\section{Customization}
|
||||
\label{section:customization}
|
||||
\subsection{Styles and their options}
|
||||
Each style allows fine tuning through passing options to the \Code{\\moderncvstyle} command. The general syntax
|
||||
\begin{lstlisting}
|
||||
\moderncvstyle[<option1>,<option2>,...]{<style>}
|
||||
\end{lstlisting}
|
||||
for passing options follows the usual \LaTeX\ scheme.
|
||||
\label{section:customization:cvstyles}
|
||||
\subsection{Colors}
|
||||
\subsection{Tweaks}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue