mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
added documentation for #182 (\listitemsymbolspace)
This commit is contained in:
parent
303fd9693c
commit
a41f391fe3
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
|
@ -818,6 +818,11 @@ The spacing between the hints column and the CV entries can be adjusted by setti
|
||||||
\setlength{\separatorcolumnwidth}{0.05\textwidth}
|
\setlength{\separatorcolumnwidth}{0.05\textwidth}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
The spacing between the list symbol and the text item of \code{\\cvlistitem} and \code{\\cvlistdoubleitem} can be adjusted by setting \code{\\listitemsymbolspace} in the preamble. The default value is set to \code{0pt}.
|
||||||
|
\begin{lstlisting}
|
||||||
|
\setlength{\listitemsymbolspace}{5pt}
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
The width of the footer can be adjusted by setting \code{\\footwidth}. Due to internal calculations \code{\\renewcommand} is needed. The default value is \code{0.8\\textwidth}.
|
The width of the footer can be adjusted by setting \code{\\footwidth}. Due to internal calculations \code{\\renewcommand} is needed. The default value is \code{0.8\\textwidth}.
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
\renewcommand*{\recomputefootlengths}{%
|
\renewcommand*{\recomputefootlengths}{%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue