From 8b8a5ec42a2b505d7e21eb76bc3c60ce1a665cbd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 8 Aug 2008 00:11:15 +0000 Subject: dlfltxb update (7aug08) git-svn-id: svn://tug.org/texlive/trunk@10155 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/dlfltxb/README | 30 ++++- .../doc/latex/dlfltxb/dlfltxbcodetips.pdf | Bin 240990 -> 280107 bytes .../doc/latex/dlfltxb/dlfltxbcodetips.tex | 107 ++++++++++++++++-- .../doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg | 123 +++++++++++---------- .../doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf | Bin 29454 -> 29460 bytes .../texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf | Bin 193507 -> 195206 bytes .../texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf | Bin 161065 -> 189338 bytes .../doc/latex/dlfltxb/dlfltxbtocconfig.pdf | Bin 110241 -> 133769 bytes 8 files changed, 192 insertions(+), 68 deletions(-) (limited to 'Master/texmf-dist/doc/latex/dlfltxb') diff --git a/Master/texmf-dist/doc/latex/dlfltxb/README b/Master/texmf-dist/doc/latex/dlfltxb/README index 77518029351..368fb7ec4ff 100644 --- a/Master/texmf-dist/doc/latex/dlfltxb/README +++ b/Master/texmf-dist/doc/latex/dlfltxb/README @@ -34,6 +34,9 @@ HISTORY * 20080122 small changes to dlfltxbtocconfig + * 20080805 changes to several packages + + Current file contents for the dlfltxb bundle: ============================================= @@ -60,6 +63,16 @@ dlfltxbcodetips (v0.26): * \ProvidePGFPagesFourOnOneWithSpaceForNotes provides a '4 on 1 with space for notes' layout for pgfpages, based on the standard '8 on 1' + * \ArrowBetweenLines for \Updownarrow between lines in a + alignat-env + * \MoveEqLeft, for making indented equations easier + * \OverloadUnderscoreInMath, after which _ will be overloaded in + math-mode, such that X_|max| = X_{\textup{max}} + * \DeclareMathSymbolShorthand and hence \DeclareMathSet for + * creating easy shortcuts to various symbols, such as \setR for + \mathbb{R} (the real numbers), we promote the method of using + shortcuts that have a meaning with out the definition of the + shortcut it self Changes ------- @@ -72,8 +85,14 @@ Changes v0.25 Bugfix. v0.26 Bugfix. v0.30 added \ProvidePGFPagesFourOnOneWithSpaceForNotes + v0.40 added \MoveEqLeft (renamed from \PullBack), + \OverloadUnderscoreInMath, \DeclareMathSet, + \DeclareMathSymbolShorthand + + -dlfltxbmarkup (v0.65): + +dlfltxbmarkup (v0.70): --------------------- * dlfltxbmarkup.sty @@ -105,7 +124,8 @@ Changes 20070601 new version of dlfltxbmarkup-sample.cfg 20080117 new version of dlfltxbmarkup-sample.cfg plus a bug fix - + 20080805 use \scriptsize instead of \footnotesize when writing in the + margins. Major cleanup in dlfltxbmarkup-sample.cfg dlfltxbmisc (v0.2): ------------------- @@ -128,7 +148,7 @@ Changes 2008/01/01 fixed to accommodate changes in mempatch version 4.9 -dlfltxbtocconfig (0.6) +dlfltxbtocconfig (0.65) ---------------------- * dlfltxbtocconfig.sty @@ -147,7 +167,9 @@ Changes 2008/01/17 Initial release 2008/01/22 Made the ToC titles configurable using \contentsname and a - provided \shortcontentsname + provided \shortcontentsname + 2008/08/05 some reconfiguration of the look of the short toc. + package_doc.bib: ---------------- diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf index 7074fd3aeb9..eeead6a6cf1 100644 Binary files a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf and b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.pdf differ diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex index 076b35305bb..0f584e617e1 100644 --- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex +++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex @@ -11,7 +11,7 @@ \setlrmargins{*}{*}{0.7} \setulmargins{*}{*}{1} -\setlength\marginparwidth{4cm} +\setlength\marginparwidth{3.5cm} \checkandfixthelayout @@ -25,7 +25,9 @@ \definecolor{linkcolour}{rgb}{0,0.2,0.6} \definecolor{citecolour}{rgb}{0,0.6,0.2} \definecolor{urlcolour} {rgb}{0.8,0,0.8} - +\definecolor{nicered}{rgb}{.647,.129,.149} + + \hypersetup{ pdftitle={The dlfltxbcodetips package}, pdfauthor={Copyright \textcopyright\ \number\year\ Lars Madsen}, @@ -47,6 +49,8 @@ \usepackage[round]{natbib} \usepackage{dlfltxbcodetips} +\OverloadUnderscoreInMath + \usepackage[loadsampleconfig]{dlfltxbmarkup} \renewcommand\felineMarginAdjustment{\RaggedLeft} @@ -117,6 +121,11 @@ \pagestyle{plain} +\newcommand\note[1]{\textcolor{nicered}{\sffamily #1}} + + +\hyphenation{Provide-PGF-Pages-Four-On-One-With-Space-For-Notes} +\hyphenation{Overload-Underscore-In-Math} \begin{document} @@ -321,6 +330,10 @@ might become a problem. h(x) & = 0 \end{alignat} \end{sourcedisplay} +\noindent\note{This macro have been added to the mathtools package, and will be + available with the next mathtools release, afterwhich it will be + removed from this package.} + \section{Switch dead space} @@ -387,18 +400,22 @@ and &\qquad{}\otimes\dbx[6cm]\,. \end{align*} But having to do all those indentations by hand quickly becomes quite -dull. Instead, align everything to the left, and pull back the first +tedious. Instead, align everything to the left, and pull back the first line. This is what the following macro does. + +\note{Please note that this macro have been added to the +mathtools package and will be available with the next release of +mathtools, afterwhich it will be removed from this package.} \begin{syntax} - \markup{PullBack}\oarg{number} + \markup{MoveEqLeft}\oarg{number} \end{syntax} The optional argument is a number (without unit, em will be used) indicating the amount of indentation. 2\,em is the default. Now simply -use \markup[nomk]{PullBack} instead of the >>\texttt{\&}<< on the +use \markup[nomk]{MoveEqLeft} instead of the >>\texttt{\&}<< on the first line. \begin{sourcedisplay} \begin{align*} - \PullBack f(x) + g(x) + \dbx[4cm] \\ + \MoveEqLeft f(x) + g(x) + \dbx[4cm] \\ & = \dbx[5cm] \\ & = \dbx[5cm] \end{align*} @@ -407,7 +424,7 @@ The optional argument is usually used whenever the alignment is moved to the right of the equal signs. \begin{sourcedisplay} \begin{align*} - \PullBack[3] f(x) + g(x) + \dbx[4cm] \\ + \MoveEqLeft[3] f(x) + g(x) + \dbx[4cm] \\ ={} & \dbx[5cm] \\ & + \dbx[5cm] \end{align*} @@ -478,7 +495,55 @@ Of course, non-balanced \markup[nomk]{left}--\markup[nomk]{right} constructions may not be used. -\chapter{Additional layout for the \textsf{pfgpages} package} + + +\chapter{Declaring sets} +\label{cha:declaring-sets} + +It is a good idea to avoid the one (or two) letter shortcuts for sets +etc., e.g.\ \verb+\R+ for \verb+\mathbb{R}+, it can cause problems +when co-writing articles with people with other naming habits. + +To help with this we provide +\begin{syntax} +\markup{DeclareMathSet}\oarg{options}\marg{identifier} +\end{syntax} +By default it can be used as +\begin{Sourcedisplay} +\DeclareMathSet{R}% => \setR = \mathbb{R} +$ \setR $ +\end{Sourcedisplay} +But we have several options to change things. Options +(\Arg{key}=\Arg{value} style, note that \Arg{identifier} is what is +given to the formating macro). +\begin{description}\firmlist +\item[format] the macro used to format the output, default: \verb|\mathbb| +\item[name] this defaults to \Arg{identifier}, but can be used to + change a part of the macro name, + e.g. \verb+\DeclareMathSet[name=Cat,format=\matcal]{C}+ results in + \verb+\setCat=\mathcal{C}+. +\item[prefix] this defaults to \verb+set+, but one might want to use + \begin{syntax} + \verb+\DeclareMathSet[prefix=group,format=\mathrm]{U}+ + \end{syntax} +to get + \verb+\groupU+, the unitary group. +\item[overwrite] boolean, if true, then you can overwrite an existing + macro, otherwise it will throw an error. + +\end{description} +Note that for sets it is not a good idea to declare them as math +operators, as some mathematical operations take sets as their +argument, so the spacing before an operator would be wrong in that +case. + +\note{Note that this will also be added to the mathtools package, and + then removed from this package} + +\chapter{Misc} +\label{cha:misc} + +\section{Additional layout for the \textsf{pfgpages} package} \label{sec:addit-layo-textsfpfg} The macro \markup{ProvidePGFPagesFourOnOneWithSpaceForNotes} will @@ -487,6 +552,18 @@ with the \markup[sty,nomk]{pgfpages} package. It is basically the same as the >>\verb*+8 on 1+<< layout but leaving the second column empty for reader to fill in their own notes. +\section{Overloading \texttt{\_} in math-mode} +\label{sec:overl-texttt_-math} + +Placing \markup{OverloadUnderscoreInMath} in the preamble will +overload the \texttt{\_} character in math-mode such that +\begin{Sourcedisplay} +\[ + X_{ab} = X_|max| +\] +\end{Sourcedisplay} +that is \verb+_|...|+ is that same as \verb+_{\textup{...}}+. + \bibliographystyle{plainnat} \bibliography{package_doc} @@ -501,3 +578,17 @@ for reader to fill in their own notes. %%% TeX-PDF-mode: nil %%% End: + + + + + + + + + + + + + + diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg index 7f8b2b69c24..708e51cd738 100644 --- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg +++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-sample.cfg @@ -1,4 +1,4 @@ -\ProvidesFile{felinemarkup.cfg}[2007/05/15 by Lars madsen] +\ProvidesFile{felinemarkup.cfg}[2008/08/05 by Lars madsen] % the original name for the dlfltxbmarkup package was 'felinemarkup', % and in my book I use the following generated keys @@ -23,23 +23,25 @@ % 2007/05/25 added the mltbib, bbtpc and bbtpcenv keys % 2007/??/?? added sistyle key % 2007/06/20 added acronym key +% 2008/06/27 fixed some settings % default key \def\felineStandardKey{macro} % +\def\ENcs#1{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} % til makroer \felineKeyGenerator{macro} {for normal macros (this is the default key)}% - {\felineWriteInMargin{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1}}}% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} \felineKeyGenerator{m}% {just an alias for macro}% - {\felineWriteInMargin{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1}}}% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} @@ -99,39 +101,39 @@ \def\felinenameuse#1{\@nameuse{#1}} \felineKeyGenerator{msym}% {mathematical symbols} - {\felineWriteInMargin{\cs{#1} \textnormal{($\@nameuse{#1}$)}}}% + {\felineWriteInMargin{\ENcs{#1} \textnormal{($\@nameuse{#1}$)}}}% {\felineIndexCmd{#1@\protect\css{#1} ($\protect\felinenameuse{#1}$)}% }% - {\cs{#1}} + {\ENcs{#1}} % store matematiske symboler \felineKeyGenerator{bigmsym}% {operator symbols, like sum etc.} - {\felineWriteInMargin{\cs{#1} \textnormal{($\@nameuse{#1}$)}}}% + {\felineWriteInMargin{\ENcs{#1} \textnormal{($\@nameuse{#1}$)}}}% {\felineIndexCmd{#1@\protect\css{#1} ($\protect\felinenameuse{#1}$)}% \felineIndexCmd{store symboler!#1@\protect\css{#1} ($\protect\felinenameuse{#1}$)}% % }% - {\cs{#1}} + {\ENcs{#1}} % log-like konstruktioner \felineKeyGenerator{mlog}% {log-like functions} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1} (mat. operator)}% \felineIndexCmd{navngivne operatorer!#1@\protect\css{#1}}% % }% - {\cs{#1}} + {\ENcs{#1}} % almindelige symboler \felineKeyGenerator{sym}% {text symbols} - {\felineWriteInMargin{\cs{#1} \textnormal{(\@nameuse{#1})}}}% + {\felineWriteInMargin{\ENcs{#1} \textnormal{(\@nameuse{#1})}}}% {\felineIndexCmd{#1@\protect\css{#1} (\@nameuse{#1})}}% - {\cs{#1}} + {\ENcs{#1}} % delimiters/hegn \felineKeyGenerator{delim}% @@ -143,18 +145,18 @@ % delimiters speciel \felineKeyGenerator{delims}% {special delimiters (no idea what this is used for)} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1}}}% - {\ensuremath{\cs{#1}}} + {\ensuremath{\ENcs{#1}}} % ntheorem makroer \felineKeyGenerator{nthm}% {ntheorem macros} - {\felineWriteInMargin{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{ntheorem (pakke)@ntheorem (pakke)!\protect\css{#1}}% \felineIndexCmd{#1 (ntheorem)@\protect\css{#1} (ntheorem)}}% - {\cs{#1}} + {\ENcs{#1}} % ntheorem theoremstyles \felineKeyGenerator{nthmstl}% @@ -169,9 +171,9 @@ % XY pic makroer \felineKeyGenerator{xym}% {Xy-pic macros} - {\felineWriteInMargin{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1}}\felineIndexCmd{XY-pic@\protect\Xy-pic!#1@\protect\css{#1}}}% - {\cs{#1}} + {\ENcs{#1}} % Xy-pic pile \felineKeyGenerator{xymar}% @@ -205,9 +207,9 @@ % natbib makroer \felineKeyGenerator{nb}% {natbib macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1 (natbib)@\protect\css{#1} (natbib)}\felineIndexCmd{natbib (pakke)@natbib (pakke)!#1@\protect\css{#1}}}% - {\cs{#1}} + {\ENcs{#1}} % natbib options \felineKeyGenerator{nbop}% @@ -242,11 +244,11 @@ % memoir specifik makro \felineKeyGenerator{mem}% {memoir specific macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1 (memoir)@\protect\css{#1} (memoir)}% \felineIndexCmd{memoir (klasse)!#1@\protect\css{#1}}% }% - {\cs{#1}} + {\ENcs{#1}} % memoir specifik environment \felineKeyGenerator{menv}% @@ -268,30 +270,30 @@ % booktabs makroer \felineKeyGenerator{bt}% {booktabs macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1} (booktabs)}% \felineIndexCmd{booktabs (pakke)@booktabs (pakke)!#1@\protect\css{#1}}% \felineIndexCmd{memoir (klasse)!#1@\protect\css{#1}}% }% - {\cs{#1}} + {\ENcs{#1}} % longtable makroer \felineKeyGenerator{lt}% {longtable macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1 (longtable)@\protect\css{#1} (longtable)}% \felineIndexCmd{longtable@longtable (pakke)!#1@\protect\css{#1}}% }% - {\cs{#1}} + {\ENcs{#1}} % colortbl makroer \felineKeyGenerator{ctbl}% {colortbl macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1 (colortabl)@\protect\css{#1} (colortbl)}% \felineIndexCmd{colortbl@colortbl (pakke)!#1@\protect\css{#1}}% }% - {\cs{#1}} + {\ENcs{#1}} % dokumentklasse options \felineKeyGenerator{dop}% @@ -313,30 +315,30 @@ % fixme makroer \felineKeyGenerator{fixme}% {fixme macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{fixme (pakke)!#1@\protect\css{#1}}% \felineIndexCmd{#1 (fixme)@\protect\css{#1} (fixme)}% }% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} % varioref makroer \felineKeyGenerator{vario}% {varioref macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{varioref (pakke)!#1@\protect\css{#1}}% \felineIndexCmd{#1 (varioref)@\protect\css{#1} (varioref)}% }% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} % fancyhdr pakke makroer \felineKeyGenerator{fnchdr}% {fancyhdr macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{fancyhdr (pakke)!#1@\protect\css{#1}}% \felineIndexCmd{#1 (fancyhdr)@\protect\css{#1} (fancyhdr)}% }% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} % memoir specifikke pagestyles @@ -359,20 +361,20 @@ % caption pakke makroer \felineKeyGenerator{cap}% {caption pacakge macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{caption (pakke)!#1@\protect\css{#1}}% \felineIndexCmd{#1 (caption)@\protect\css{#1} (caption)}% }% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} % subfig makroer \felineKeyGenerator{subfig}% {subfig macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{subfig (pakke)!#1@\protect\css{#1}}% \felineIndexCmd{#1 (subfig)@\protect\css{#1} (subfig)}% }% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} % KOMA-script kalsser \felineKeyGenerator{clskoma}% @@ -393,10 +395,10 @@ % enumitem makroer \felineKeyGenerator{ei}% {enumitem macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{enumitem (pakke)!#1@\protect\css{#1}}% \felineIndexCmd{#1 (enumitem)@\protect\css{#1} (enumitem)}}% - {\cs{#1}} + {\ENcs{#1}} % enumitem options \felineKeyGenerator{eio}% @@ -414,7 +416,7 @@ \felineIndexCmd{#1 (inputencoding)}}% {\texttt{#1}} -% tæller options +% counter options \felineKeyGenerator{counter}% {name of counters} {\felineWriteInMargin{#1}}% @@ -422,20 +424,29 @@ \felineIndexCmd{#1 (tæller)}}% {\texttt{#1}} +% memoir counter options +\felineKeyGenerator{mcounter}% + {name of memoir counters} + {\felineWriteInMargin{#1}}% + {\felineIndexCmd{tæller!#1 (memoir)}% + \felineIndexCmd{#1 (tæller, memoir)}}% + {\texttt{#1}} + + % længde options \felineKeyGenerator{length}% {name of lengths} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{længde!#1@\protect\css{#1}}% \felineIndexCmd{#1 (længde)@\protect\css{#1} (længde)}}% - {\cs{#1}} + {\ENcs{#1}} \felineKeyGenerator{gauss}% {gauss package macros} - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1} (gauss)}% \felineIndexCmd{gauss (pakke)@gauss (pakke)!#1@\protect\css{#1}}}% - {\cs{#1}} + {\ENcs{#1}} \felineKeyGenerator{tabs}% {column specifiers for tabular etc.} @@ -446,17 +457,17 @@ \felineKeyGenerator{mltbib}% {macros related to the multibib pacakge} - {\felineWriteInMargin{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1}}% \felineIndexCmd{multibib (pakke)!#1@\protect\css{#1}}}% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} \felineKeyGenerator{bbtpc}% {macros related to the bibtopic package} - {\felineWriteInMargin{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1}}% \felineIndexCmd{bibtopic (pakke)!#1@\protect\css{#1}}}% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} \felineKeyGenerator{bbtpcenv}% {environment related to the bibtopic package} @@ -468,17 +479,17 @@ \felineKeyGenerator{sistyle}% {macros from the sistye package}% - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1 (sistyle)@\protect\css{#1} (sistyle)}% \felineIndexCmd{sistyle (pakke)!#1@\protect\css{#1}}}% - {\cs{#1}} + {\ENcs{#1}} \felineKeyGenerator{acronym}% {macros from the acronym package}% - {\felineWriteInMargin{\cs{#1}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1 (acronym)@\protect\css{#1} (acronym)}% \felineIndexCmd{acronym (pakke)!#1@\protect\css{#1}}}% - {\cs{#1}} + {\ENcs{#1}} \felineKeyGenerator{beamerenv} {environment related to the beamer class} @@ -490,10 +501,10 @@ \felineKeyGenerator{beamer}% {macros related to the beamer class} - {\felineWriteInMargin{{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}}}% + {\felineWriteInMargin{\ENcs{#1}}}% {\felineIndexCmd{#1@\protect\css{#1} (beamer)}% \felineIndexCmd{beamer (klasse)!#1@\protect\css{#1}}}% - {{\foreignlanguage{english}{\cs{\hyphenchar\font=`\-#1}}}} + {\ENcs{#1}} \felineKeyGenerator{beamerclsopt}% {class options for beamer related to the beamer class} diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf index 636ccda8624..0dd7b16d0a3 100644 Binary files a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf and b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf differ diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf index 321eef76a95..9ca7ca87ef4 100644 Binary files a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf and b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup.pdf differ diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf index e1fbd0111cc..7dcfac11f4a 100644 Binary files a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf and b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.pdf differ diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbtocconfig.pdf b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbtocconfig.pdf index 8a8103ed37b..11f81e89aa0 100644 Binary files a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbtocconfig.pdf and b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbtocconfig.pdf differ -- cgit v1.2.3