aboutsummaryrefslogtreecommitdiffstats
path: root/diffpreamble.tex
blob: e163af5fe1597c536f21cd0adfcfffcf6e87316e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%% diffpreable.tex start

%DIF FONTSTRIKE PREAMBLE
\RequirePackage[normalem]{ulem}
\definecolor{darkgreen}{RGB}{00,153,00}

\providecommand{\DIFadd}[1]{\protect\textcolor{darkgreen}{\sf #1}}
\providecommand{\DIFdel}[1]{\protect\textcolor{red}{\footnotesize \sout{#1}}}
%DIF END FONTSTRIKE PREAMBLE

%DIF COLOR PREAMBLE
\RequirePackage{color}
\providecommand{\DIFaddbegin}{}
\providecommand{\DIFaddend}{}
\providecommand{\DIFdelbegin}{}
\providecommand{\DIFdelend}{}

%DIF END COLOR PREAMBLE
\providecommand{\DIFaddtext}[1]{\textcolor{darkgreen}{\sf #1}}
\providecommand{\DIFdeltext}[1]{\textcolor{red}{\footnotesize \sout{#1}}}

%DIF FLOATSAFE PREAMBLE: SEEMS UNUSED BUT JUST IN CASE
\providecommand{\DIFaddFL}[1]{\DIFaddtex{#1}}
\providecommand{\DIFdelFL}[1]{\DIFdeltex{#1}}
\providecommand{\DIFaddbeginFL}{}
\providecommand{\DIFaddendFL}{}
\providecommand{\DIFdelbeginFL}{}
\providecommand{\DIFdelendFL}{}
\renewenvironment{DIFnomarkup}
{
}
{
}
%DIF END FLOATSAFE PREAMBLE

%% diffpreable.tex end