URL:
  <http://gna.org/bugs/?func=detailitem&item_id=6275>

                 Summary: Escaping special characters in LaTeX title and
author fields
                 Project: The Emacs Muse
            Submitted by: mathiask
            Submitted on: Saturday 07/01/2006 at 22:59
                Category: muse
                Priority: 5 - Normal
                Severity: 2 - Minor
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

I tried to put a "&" into the "#author" field which turned out to make LaTeX
unhappy since the "&" was not escaped.  Here is the end of my
"muse-my-latex-header" to illustrate how this problem can be fixed:

> \\title{<lisp>(muse-publish-escape-specials-in-string
(muse-publishing-directive \"title\") 'document)</lisp>}
> \\author{<lisp>(muse-publish-escape-specials-in-string
(muse-publishing-directive \"author\") 'document)</lisp>}
> \\date{<lisp>(muse-publish-escape-specials-in-string
(muse-publishing-directive \"date\") 'document)</lisp>}

I'd suggest to add "muse-publish-escape-specials-in-string" to the
"muse-latex-header" in muse-latex.el.






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=6275>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Muse-el-commits mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-commits

Reply via email to