muse-latex: Add footnotes to links so that they show up on printed copies.
commitbc3666dd961b005099f497232df33ed7ed1ff639
authorMichael Olson <mwolson@gnu.org>
Mon, 13 Mar 2006 19:38:36 +0000 (13 19:38 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 13 Mar 2006 19:38:36 +0000 (13 19:38 +0000)
tree6113d5a3b4452833e49a3894f24ac2d383f8c7b7
parent2399d394a606d7a3cabee70e1a35998c7a071e1f
muse-latex: Add footnotes to links so that they show up on printed copies.

* lisp/muse-latex.el (muse-latex-markup-strings): Add string for
  'url-and-desc.  Display footnotes if we have both a link and a
  description, since we want URLs to show up on printed documents.
  (muse-latex-markup-specials-document): Escape the "@" character in the
  entire document.

* lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
  without descriptions and URLs with descriptions.  If no markup string
  exists for 'url-and-desc, fall back to 'url.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-63
ChangeLog.2006
lisp/muse-latex.el
lisp/muse-publish.el