From 3a8398961f2de022af86ec0fcf33eb093b8dce41 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 12 Nov 2021 03:00:57 +0000 Subject: CTAN sync 202111120300 --- macros/latex/contrib/nomencl/README | 3 +++ macros/latex/contrib/nomencl/nomencl.dtx | 18 ++++++++++-------- macros/latex/contrib/nomencl/nomencl.pdf | Bin 342134 -> 363825 bytes macros/latex/contrib/nomencl/sample01.pdf | Bin 34412 -> 36869 bytes macros/latex/contrib/nomencl/sample02.pdf | Bin 80170 -> 86634 bytes macros/latex/contrib/nomencl/sample03.pdf | Bin 81770 -> 96319 bytes macros/latex/contrib/nomencl/sample04.pdf | Bin 48313 -> 52608 bytes macros/latex/contrib/nomencl/sample05.pdf | Bin 34043 -> 36496 bytes 8 files changed, 13 insertions(+), 8 deletions(-) (limited to 'macros/latex/contrib/nomencl') diff --git a/macros/latex/contrib/nomencl/README b/macros/latex/contrib/nomencl/README index 3968e40100..ad97c2bf51 100644 --- a/macros/latex/contrib/nomencl/README +++ b/macros/latex/contrib/nomencl/README @@ -46,3 +46,6 @@ VERSION HISTORY v5.5 2020/12/29 Catalan option + v5.6 2021/11/10 Nomentbl no longer uses the s column for units and + thus works with the new versions of siunitx + package. \ No newline at end of file diff --git a/macros/latex/contrib/nomencl/nomencl.dtx b/macros/latex/contrib/nomencl/nomencl.dtx index 3b9326f74b..c291392a20 100644 --- a/macros/latex/contrib/nomencl/nomencl.dtx +++ b/macros/latex/contrib/nomencl/nomencl.dtx @@ -1,6 +1,6 @@ % \iffalse % File nomencl.dtx -% Copyright 1996-2020 Boris Veytsman, Bernd Shandl, Lee Netherton, CV +% Copyright 1996-2021 Boris Veytsman, Bernd Shandl, Lee Netherton, CV % Radhakrishnan, Brian Elmegaard % % @@ -28,7 +28,7 @@ %<*package|driver> % \fi % \ProvidesFile{nomencl.dtx}% - [2020/12/29 v5.5 Nomenclature package] + [2021/11/10 v5.6 Nomenclature package] % % \iffalse % @@ -579,7 +579,7 @@ or another one % \DescribeMacro{\setnomtableformat} % The list is wrapped in a |longtable| with the default format % \begin{center} -% |lp{0.4\textwidth}sp{0.3\textwidth}@{}l| +% |lp{0.4\textwidth}cp{0.3\textwidth}@{}l| % \end{center} % The command % \cs{setnomtableformat}\marg{format} can be used to change it, for @@ -590,8 +590,7 @@ or another one % % Note that the table has five columns: symbol, description, units, % note, and reference. If you do not use references, you may suppress -% the last column using |@{}l| declaration. The |s| column is used -% for units in the \package{siunitx} format. +% the last column using |@{}l| declaration. % % Figure~\ref{fig:nomentbl} provides an example of this option. % @@ -1429,6 +1428,8 @@ follows easily. % \begin{macro}{\@@@nomenclature} % \changes{v2.7 (1999/05/14)}{1999/05/11}{More robust by using \cs{nom@verb}} % \changes{v5.0}{2018/12/28}{Nomentbl option} +% \changes{v5.6}{2021/11/10}{Nomentbl option now does not use the +% deprecated |s| columnstyle} % If \cs{makenomenclature} was already executed, then \cs{@nomenclature} % calls the macro \cs{@@@nomenclature} which writes to the nomenclature file. % It puts the prefix in front of the entry, adds brackets |[]| around the @@ -1446,7 +1447,7 @@ follows easily. \def\@tempa{#2}\def\@tempb{#3}% \protected@write\@nomenclaturefile{}% {\string\nomenclatureentry{#1\nom@verb\@tempa @&{\nom@verb\@tempa}&% - \begingroup\nom@verb\@tempb\endgroup &\begingroup#4\endgroup&% + \begingroup\nom@verb\@tempb\endgroup &\unit{#4}&% \begingroup#5\endgroup&\begingroup\protect\nomeqref{\theequation}% |nompageref}{\thepage}}% \endgroup @@ -1553,13 +1554,14 @@ follows easily. % \end{macro} % % \begin{macro}{\setnomtableformat} -%\changes{v5.0}{2018/12/28}{Added macro} +% \changes{v5.0}{2018/12/28}{Added macro} +% \changes{v5.6}{2021/11/10}{Switched to |c| column for units} % The format of the nomenclature table. We insert an empty left % column due to the way \TeX\ sees \cs{multicolumn} in \cs{nomgroup} % command. % \begin{macrocode} \def\setnomtableformat#1{\def\@nomtableformat{l@{}#1}} -\setnomtableformat{lp{0.45\textwidth}sp{0.3\textwidth}@{}l} +\setnomtableformat{lp{0.45\textwidth}cp{0.3\textwidth}@{}l} % \end{macrocode} % % \end{macro} diff --git a/macros/latex/contrib/nomencl/nomencl.pdf b/macros/latex/contrib/nomencl/nomencl.pdf index 6159e7288e..ffb368151f 100644 Binary files a/macros/latex/contrib/nomencl/nomencl.pdf and b/macros/latex/contrib/nomencl/nomencl.pdf differ diff --git a/macros/latex/contrib/nomencl/sample01.pdf b/macros/latex/contrib/nomencl/sample01.pdf index 2c8cc5a429..70dc4cebcb 100644 Binary files a/macros/latex/contrib/nomencl/sample01.pdf and b/macros/latex/contrib/nomencl/sample01.pdf differ diff --git a/macros/latex/contrib/nomencl/sample02.pdf b/macros/latex/contrib/nomencl/sample02.pdf index dfdfe26eb2..4e9c95fe96 100644 Binary files a/macros/latex/contrib/nomencl/sample02.pdf and b/macros/latex/contrib/nomencl/sample02.pdf differ diff --git a/macros/latex/contrib/nomencl/sample03.pdf b/macros/latex/contrib/nomencl/sample03.pdf index 57c1219b87..19ad09b3a9 100644 Binary files a/macros/latex/contrib/nomencl/sample03.pdf and b/macros/latex/contrib/nomencl/sample03.pdf differ diff --git a/macros/latex/contrib/nomencl/sample04.pdf b/macros/latex/contrib/nomencl/sample04.pdf index 8473f6a624..2d6b4f2d98 100644 Binary files a/macros/latex/contrib/nomencl/sample04.pdf and b/macros/latex/contrib/nomencl/sample04.pdf differ diff --git a/macros/latex/contrib/nomencl/sample05.pdf b/macros/latex/contrib/nomencl/sample05.pdf index 0965d8e7c3..ce7ee64353 100644 Binary files a/macros/latex/contrib/nomencl/sample05.pdf and b/macros/latex/contrib/nomencl/sample05.pdf differ -- cgit v1.2.3