aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2019-01-10 19:59:44 -0500
committerMichael S. Tsirkin <mst@redhat.com>2019-01-11 16:05:54 -0500
commit31746f80d8b2fa726c8675b5cb1d2393d9a5f460 (patch)
tree4d5652244164bcc8a88df71c35cb7b63bf709e41
parent6a1906345a049ce9ccd072d80d2571bf4ea3bba4 (diff)
downloadvirtio-spec-31746f80d8b2fa726c8675b5cb1d2393d9a5f460.tar.gz
edit: drop hyperlink coloring from diff
Looks nice but creates lots of problems with coloring as packages begin to conflict. Drop it for now. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--diffpreamble.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/diffpreamble.tex b/diffpreamble.tex
index 35a1643..d53b796 100644
--- a/diffpreamble.tex
+++ b/diffpreamble.tex
@@ -3,7 +3,6 @@
%DIF FONTSTRIKE PREAMBLE
\RequirePackage[normalem]{ulem}
\definecolor{darkgreen}{RGB}{00,153,00}
-%\definecolor{darkgreen}{RGB}{00,204,00}
\providecommand{\DIFadd}[1]{\protect\textcolor{darkgreen}{\sf #1}}
\providecommand{\DIFdel}[1]{\protect\textcolor{red}{\footnotesize \sout{#1}}}
@@ -11,10 +10,10 @@
%DIF COLOR PREAMBLE
\RequirePackage{color}
-\providecommand{\DIFaddbegin}{\protect\color{darkgreen}\hypersetup{linkcolor=darkgreen,urlcolor=darkgreen}}
-\providecommand{\DIFaddend}{\protect\color{black}\hypersetup{linkcolor=blue,urlcolor=blue}}
-\providecommand{\DIFdelbegin}{\protect\color{red}\hypersetup{linkcolor=red,urlcolor=red}}
-\providecommand{\DIFdelend}{\protect\color{black}\hypersetup{linkcolor=blue,urlcolor=blue}}
+\providecommand{\DIFaddbegin}{}
+\providecommand{\DIFaddend}{}
+\providecommand{\DIFdelbegin}{}
+\providecommand{\DIFdelend}{}
%DIF END COLOR PREAMBLE
\providecommand{\DIFaddtext}[1]{\textcolor{darkgreen}{\sf #1}}