diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-25 21:12:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-25 21:12:39 +0000 |
commit | 35f81995c64bc9054dea2309892ec9d1981a0381 (patch) | |
tree | 742db13de0c2f1d15b726db88467f2c6ed10a9ae /Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex | |
parent | fcb69d608481cdc29dc44bf1f5f7a7e63e7701fd (diff) |
polyglossia (25mar20)
git-svn-id: svn://tug.org/texlive/trunk@54549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex b/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex index e4ca9770215..67eec479ec5 100644 --- a/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex +++ b/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex @@ -529,18 +529,22 @@ Table~\ref{tab:BCP47-polyglossia} lists the currently supported tags. Russian, Slovak, and Ukrainian. Please refer to the respective language descriptions (sec.~\ref{specific}) for details. - \item \xpgoption{localmarks} redefines the internal \LaTeX\ macros \cmd\markboth\ and - \cmd\markright. In earlier versions of \pkg{polyglossia},\new{1.2.0} this - option was set by default, but we now realize that it causes more problems - than it helps, so it is now off by default. For backwards-compatibility, the + \item \xpgboolkeyfalse{localmarks} redefines the internal \LaTeX\ macros \cmd\markboth\ and + \cmd\markright\ to the effect that the header text is explicitly set in the currently + active language (\ie wrapped into \cmd\foreignlanguage\{\meta{lang}\}\{\meta{\ldots}\}). + + In earlier versions of \pkg{polyglossia},\new{1.2.0} this + option was enabled by default, but we now realize that it causes more problems + than it helps (since it breaks if a package or class redefines \cmd\markboth\ or + \cmd\markright), so it is now disabled by default. For backwards compatibility, the option \xpgoption{nolocalmarks} which used to switch off the previous default, and - now does nothing, is still available. + now equals the default, is still available. \item \xpgoption{quiet} turns off most info messages and some of the warnings issued by \LaTeX, \pkg{fontspec} and \pkg{polyglossia}. \end{itemize} -\condbreak{5\baselineskip} +\pagebreak \section{Language-switching commands}\label{languageswitching} \subsection{Recommended commands}\label{sec:langcmds} |