Skip to content
Snippets Groups Projects
Commit d3d226ce authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[e-acsl/doc] Remove changebars

parent ba470da4
No related branches found
No related tags found
No related merge requests found
...@@ -41,10 +41,9 @@ ...@@ -41,10 +41,9 @@
\newcommand{\markdiff}[1]{{\color{blue}{#1}}} \newcommand{\markdiff}[1]{{\color{blue}{#1}}}
\newenvironment{markdiffenv}[1][]{% \newenvironment{markdiffenv}[1][]{%
\begin{changebar}%
\markdiff\bgroup% \markdiff\bgroup%
}% }%
{\egroup\end{changebar}} {\egroup}
% true = prints remarks for the ACSL working group. % true = prints remarks for the ACSL working group.
% false = prints no remark for the distributed version of ASCL documents % false = prints no remark for the distributed version of ASCL documents
...@@ -90,21 +89,18 @@ ...@@ -90,21 +89,18 @@
\newcommand{\notreviewed}[2][]{% \newcommand{\notreviewed}[2][]{%
\ifthenelse{\boolean{PrintRemarks}}{% \ifthenelse{\boolean{PrintRemarks}}{%
\begin{changebar}%
{\highlightnotreviewed #2}% {\highlightnotreviewed #2}%
\ifthenelse{\equal{#1}{}}{}{\footnote{#1}}% \ifthenelse{\equal{#1}{}}{}{\footnote{#1}}%
\end{changebar}%
}% }%
{}} {}}
\ifthenelse{\boolean{PrintRemarks}}{% \ifthenelse{\boolean{PrintRemarks}}{%
\newenvironment{notreviewedenv}[1][]{% \newenvironment{notreviewedenv}[1][]{%
\begin{changebar}%
\highlightnotreviewed% \highlightnotreviewed%
\ifthenelse{\equal{#1}{}}{}{\def\myrq{#1}}% \ifthenelse{\equal{#1}{}}{}{\def\myrq{#1}}%
\bgroup}% \bgroup}%
{\egroup% {\egroup%
\ifthenelse{\isundefined{\myrq}}{}{\footnote{\myrq}}\end{changebar}}}% \ifthenelse{\isundefined{\myrq}}{}{\footnote{\myrq}}}}%
{\excludecomment{notreviewedenv}} {\excludecomment{notreviewedenv}}
%%% Commandes et environnements pour la version relative à l'implementation %%% Commandes et environnements pour la version relative à l'implementation
...@@ -115,21 +111,18 @@ ...@@ -115,21 +111,18 @@
\newcommand{\notimplemented}[2][]{% \newcommand{\notimplemented}[2][]{%
\ifthenelse{\boolean{PrintImplementationRq}}{% \ifthenelse{\boolean{PrintImplementationRq}}{%
\begin{changebar}%
{\highlightnotimplemented #2}% {\highlightnotimplemented #2}%
\ifthenelse{\equal{#1}{}}{}{\footnote{#1}}% \ifthenelse{\equal{#1}{}}{}{\footnote{#1}}%
\end{changebar}%
}% }%
{#2}} {#2}}
\ifthenelse{\boolean{PrintImplementationRq}}{% \ifthenelse{\boolean{PrintImplementationRq}}{%
\newenvironment{notimplementedenv}[1][]{% \newenvironment{notimplementedenv}[1][]{%
\begin{changebar}%
\highlightnotimplemented% \highlightnotimplemented%
\ifthenelse{\equal{#1}{}}{}{\def\myrq{#1}}% \ifthenelse{\equal{#1}{}}{}{\def\myrq{#1}}%
\bgroup}% \bgroup}%
{\egroup% {\egroup%
\ifthenelse{\isundefined{\myrq}}{}{\footnote{\myrq}}\end{changebar}}} \ifthenelse{\isundefined{\myrq}}{}{\footnote{\myrq}}}}
{\excludecomment{notimplementedenv}} {\excludecomment{notimplementedenv}}
%%% Environnements et commandes non conditionnelles %%% Environnements et commandes non conditionnelles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment