mirror of
https://github.com/moderncv/moderncv.git
synced 2026-07-12 18:44:36 +02:00
fix: Correct the documented style option defaults
Partially address #299: - Change the documented default from `nodetails` to `details` for the `classic`, `banking`, `oldstyle`, and `fancy` styles, to match the current implementation.
This commit is contained in:
parent
ad13d4bf6d
commit
8bab67011d
1 changed files with 4 additions and 4 deletions
|
|
@ -662,7 +662,7 @@ This style allows the following options which \emph{only} affect header and foot
|
|||
\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}, \code{nodetails} (default).
|
||||
\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{symbols}} & values: \code{symbols} (default), \code{nosymbols}.
|
||||
Toggles between inclusion of icons or text-based abbreviations for personal data.
|
||||
|
|
@ -676,7 +676,7 @@ This style allows the following options:
|
|||
Aligns the entries in the style. \\
|
||||
\textbf{\code{rule style}} & values: \code{fullrules}, \code{shortrules}, \code{mixedrules} (default), \code{norules}.
|
||||
Adjusts the rules used in the style. \\
|
||||
\textbf{\code{data in head}} & values: \code{details}, \code{nodetails} (default).
|
||||
\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{symbols}} & values: \code{symbols} (default), \code{nosymbols}.
|
||||
Toggles between inclusion of icons or text-based abbreviations for personal data.
|
||||
|
|
@ -686,7 +686,7 @@ This style allows the following options:
|
|||
This style allows the following options:
|
||||
|
||||
\begin{tabular}{r@{\hspace{2ex}}p{0.73\textwidth}}
|
||||
\textbf{\code{data in head}} & values: \code{details}, \code{nodetails} (default).
|
||||
\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{symbols}} & values: \code{symbols} (default), \code{nosymbols}.
|
||||
Toggles between inclusion of icons or text-based abbreviations for personal data.
|
||||
|
|
@ -696,7 +696,7 @@ This style allows the following options:
|
|||
This style allows the following options:
|
||||
|
||||
\begin{tabular}{r@{\hspace{2ex}}p{0.73\textwidth}}
|
||||
\textbf{\code{data in head}} & values: \code{details}, \code{nodetails} (default).
|
||||
\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{symbols}} & values: \code{symbols} (default), \code{nosymbols}.
|
||||
Toggles between inclusion of icons or text-based abbreviations for personal data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue