Browse Source

Use proper quote and backtick in PDF output

* texinfo.tex: Update to Texinfo 4.13.

* org.texi: Use proper quote and backtick in PDF output.

* orgguide.texi: Use proper quote and backtick in PDF output.
David Maus 14 years ago
parent
commit
8cedabd603
3 changed files with 427 additions and 267 deletions
  1. 5 8
      doc/org.texi
  2. 5 0
      doc/orgguide.texi
  3. 417 259
      doc/texinfo.tex

+ 5 - 8
doc/org.texi

@@ -7,6 +7,11 @@
 @set VERSION 6.36trans
 @set DATE May 2010
 
+@c Use proper quote and backtick for code sections in PDF output
+@c Cf. Texinfo manual 14.2
+@set txicodequoteundirected
+@set txicodequotebacktick
+
 @c Version and Contact Info
 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
 @set AUTHOR Carsten Dominik
@@ -657,14 +662,6 @@ Do not forget to activate Org as described in the following section.
 @cindex global key bindings
 @cindex key bindings, global
 
-@iftex
-@b{Important:} @i{If you use copy-and-paste to copy Lisp code from the
-PDF documentation as viewed by some PDF viewers to your @file{.emacs} file, the
-single-quote character comes out incorrectly and the code will not work.
-You need to fix the single-quotes by hand, or copy from Info
-documentation.}
-@end iftex
-
 Add the following lines to your @file{.emacs} file.  The last three lines
 define @emph{global} keys for the commands @command{org-store-link},
 @command{org-agenda}, and @command{org-iswitchb}---please choose suitable

+ 5 - 0
doc/orgguide.texi

@@ -6,6 +6,11 @@
 @set VERSION 0.92
 @set DATE April 2010
 
+@c Use proper quote and backtick for code sections in PDF output
+@c Cf. Texinfo manual 14.2
+@set txicodequoteundirected
+@set txicodequotebacktick
+
 @c Version and Contact Info
 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
 @set AUTHOR Carsten Dominik

File diff suppressed because it is too large
+ 417 - 259
doc/texinfo.tex


Some files were not shown because too many files changed in this diff