From 8bab67011df6a898955d996acfef9e208e7efb08 Mon Sep 17 00:00:00 2001 From: Alexander Edding <13305603+alexedding@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:35:40 +0200 Subject: [PATCH] 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. --- manual/moderncv_userguide.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/moderncv_userguide.tex b/manual/moderncv_userguide.tex index f2ebb92..cbbe2dc 100644 --- a/manual/moderncv_userguide.tex +++ b/manual/moderncv_userguide.tex @@ -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.