summarylogtreecommitdiffstats
path: root/texinfo-5-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo-5-fix.patch')
-rw-r--r--texinfo-5-fix.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/texinfo-5-fix.patch b/texinfo-5-fix.patch
new file mode 100644
index 000000000000..75c8af95f0e1
--- /dev/null
+++ b/texinfo-5-fix.patch
@@ -0,0 +1,46 @@
+--- latex2rtf-2.3.5.orig/doc/latex2rtf.texi 2013-11-12 11:24:58.000000000 +0100
++++ latex2rtf-2.3.5/doc/latex2rtf.texi 2014-12-21 09:17:30.224252473 +0100
+@@ -1,7 +1,3 @@
+-\def\LaTeX{L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em\TeX}
+-\def\LaTeXe{\LaTeX\kern.15em 2$_\varepsilon$}
+-\def\BibTeX{B\kern-.05em{\sc i\kern-.025em b}\kern-.08em\TeX}
+-
+ \input texinfo
+ @c -*-texinfo-*-
+ @c %**start of header
+@@ -22,7 +18,7 @@
+ LaTeX
+ @end ifnottex
+ @iftex
+-@LaTeX{}
++\\LaTeX{}
+ @end iftex
+ @end macro
+
+@@ -31,7 +27,7 @@
+ BibTeX
+ @end ifnottex
+ @iftex
+-@BibTeX{}
++\\BibTeX{}
+ @end iftex
+ @end macro
+
+@@ -40,7 +36,7 @@
+ LaTeX2e
+ @end ifnottex
+ @iftex
+-@LaTeXe{}
++\\LaTeXe{}
+ @end iftex
+ @end macro
+
+@@ -49,7 +45,7 @@
+ LaTeX2RTF
+ @end ifnottex
+ @iftex
+-@LaTeX{}2RTF
++\\LaTeX{}2RTF
+ @end iftex
+ @end macro
+