diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/iso/isoe.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/iso/isoe.dtx | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/iso/isoe.dtx b/Master/texmf-dist/source/latex/iso/isoe.dtx index 1ed691b590f..564feef456b 100644 --- a/Master/texmf-dist/source/latex/iso/isoe.dtx +++ b/Master/texmf-dist/source/latex/iso/isoe.dtx @@ -13,7 +13,7 @@ % now at: peter.r.wilson@boeing.com % % \fi -% \CheckSum{3756} +% \CheckSum{3764} % % \changes{v11}{1997/09/30}{Output character table to class and package files only} % \changes{v2}{1997/12/01}{Moved xtab and uschyp package code to seperate files} @@ -2193,9 +2193,9 @@ \ifnum 9=\value{annex} \refstepcounter{annex}\fi \ifnum 15=\value{annex} \refstepcounter{annex}\fi % \end{macrocode} -% Reset the numbering scheme when first called. +% Reset the numbering scheme, but not just when first called. % \begin{macrocode} - \ifnum 1=\value{annex} +%%% \ifnum 1=\value{annex} \renewcommand{\clause}{% \ClassWarning{iso}{% \protect\clause\space commands are not allowed after starting Annexes}{% @@ -2208,7 +2208,7 @@ \renewcommand{\theHtable}{\theHannex.\arabic{table}} \renewcommand{\theHfigure}{\theHannex.\arabic{figure}} \fi - \fi +%%% \fi % \end{macrocode} % Prevent floats appearing before the title. % \begin{macrocode} @@ -4558,7 +4558,7 @@ delim_2 " \\dotfill " \newcommand{\v@rid}[2]{% \ifchangemarks \ifdr@ftd@c - \marginpar[#1]{#2} + \marginpar[#1]{#2}% \fi\fi} % \end{macrocode} % \end{macro} @@ -4576,10 +4576,11 @@ delim_2 " \\dotfill " % change. % \begin{macrocode} \newcommand{\editorial}[1]{% + \@bsphack \ifchangemarks \v@rid{\small\hfill$^{#1}$ED}% - {\small ED$^{#1}$\hfill} - \fi} + {\small ED$^{#1}$\hfill}% + \fi\@esphack} % \end{macrocode} % \end{macro} % @@ -4588,13 +4589,14 @@ delim_2 " \\dotfill " % Flags the additional \meta{text} with the \meta{change id}. % \begin{macrocode} \long\def\added#1#2{% + \@bsphack \ifchangemarks \v@rid{\small\hfill$^{#2}\Rightarrow$}% - {\small $\Leftarrow^{#2}$\hfill} - \emph{#1} + {\small $\Leftarrow^{#2}$\hfill}% + \emph{#1}% \else #1 - \fi} + \fi\@esphack} % \end{macrocode} % \end{macro} % @@ -4604,10 +4606,11 @@ delim_2 " \\dotfill " % some text has been deleted. % \begin{macrocode} \newcommand{\deleted}[1]{% + \@bsphack \ifchangemarks \v@rid{\small\hfill$^{#1}\Leftarrow$}% - {\small $\Rightarrow^{#1}$\hfill} - \fi} + {\small $\Rightarrow^{#1}$\hfill}% + \fi\@esphack} % \end{macrocode} % \end{macro} % @@ -4616,13 +4619,14 @@ delim_2 " \\dotfill " % Flags the moved \meta{text} with the \meta{change id}. % \begin{macrocode} \long\def\moved#1#2{% + \@bsphack \ifchangemarks \v@rid{\small\hfill$^{#2}\Leftrightarrow$}% - {\small $\Leftrightarrow^{#2}$\hfill} - \emph{#1} + {\small $\Leftrightarrow^{#2}$\hfill}% + \emph{#1}% \else #1 - \fi} + \fi\@esphack} % \end{macrocode} % \end{macro} % |