summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-10 23:02:13 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 10:39:34 +0200
commit202ad3d9632569f26eccd52642d2409ae9a1e35b (patch)
treed82c397f934cf5db2d7aa9fe140a1d8e100b603a
parente7ef79ee96994cf47d52539f6a53c0149a419f17 (diff)
downloadgnutls-202ad3d9632569f26eccd52642d2409ae9a1e35b.tar.gz
latex manual: added backwards compatibility options
-rw-r--r--doc/latex/gnutls.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/latex/gnutls.tex b/doc/latex/gnutls.tex
index b4e61e3952..0d770d59d3 100644
--- a/doc/latex/gnutls.tex
+++ b/doc/latex/gnutls.tex
@@ -20,6 +20,16 @@
\usepackage{eurosym}
%\usepackage[utf8]{inputenc}
+\makeatletter
+\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
+\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
+\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
+\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
+\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
+\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
+\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
+\makeatother
+
\DeclareGraphicsExtensions{.pdf}
\renewcommand{\textfraction}{0.00}