LaTeX: escape more specials in image filenames
commit53265da85df1b8771d6037be914eea65c800c3d3
authorMichael W. Olson <mwolson@gnu.org>
Sat, 22 Sep 2007 19:31:37 +0000 (22 15:31 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Sat, 22 Sep 2007 19:31:37 +0000 (22 15:31 -0400)
treeb30f8729ff32128a83f2e411ad4c7b35d0d0592f
parent0bb283470285b67f8bcf6d10d076bc4ac2a28c4b
LaTeX: escape more specials in image filenames

* AUTHORS: Bookkeeping.

* NEWS: Add entry for these changes.

* lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header)
  (muse-latex-slides-header, muse-latex-lecture-notes-header): Escape
  specials in the title.  Define a museincludegraphics command, which is
  able to handle escaped special characters in image filenames.  Thanks
  to Karl Berry for providing this.
  (muse-latex-markup-strings): Use museincludegraphics instead of
  includegraphics in all image-related markup.  Move the width
  specification over to the museincludegraphics command, rather than
  specifying it explicitly.  This allows people to change this
  information in their headers.
  (muse-latex-markup-specials-image): Escape backslashes, "#", and pipe
  characters in image filenames.
AUTHORS
ChangeLog
NEWS
lisp/muse-latex.el