summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands.tex2
-rw-r--r--diffpreamble.tex4
2 files changed, 6 insertions, 0 deletions
diff --git a/commands.tex b/commands.tex
index 182f8ef..59c3da3 100644
--- a/commands.tex
+++ b/commands.tex
@@ -12,3 +12,5 @@
% Mark a normative section (driver or device)
\newcommand{\drivernormative}[3]{#1{Driver Requirements: #2}\label{drivernormative:#3}}
\newcommand{\devicenormative}[3]{#1{Device Requirements: #2}\label{devicenormative:#3}}
+\providecommand{\DIFaddtextcstwo}[1]{#1}
+\providecommand{\DIFdeltextcstwo}[1]{}
diff --git a/diffpreamble.tex b/diffpreamble.tex
index 6cbf172..8162004 100644
--- a/diffpreamble.tex
+++ b/diffpreamble.tex
@@ -16,6 +16,10 @@
\providecommand{\DIFaddtext}[1]{\textcolor{green}{\sf #1}}
\providecommand{\DIFdeltext}[1]{\textcolor{red}{\footnotesize \sout{#1}}}
+%manual markup for cs02
+\renewcommand{\DIFaddtextcstwo}[1]{\textcolor{green}{\sf #1}}
+\renewcommand{\DIFdeltextcstwo}[1]{\textcolor{red}{\footnotesize \sout{#1}}}
+
%DIF FLOATSAFE PREAMBLE: SEEMS UNUSED BUT JUST IN CASE
\providecommand{\DIFaddFL}[1]{\DIFadd{#1}}
\providecommand{\DIFdelFL}[1]{\DIFdel{#1}}