Anchor fixes; muse-latex: Use \label{} and \ref{} for anchors.
commit78dfea0423bd440f5eed491abcdf0041aad3bfce
authorMichael Olson <mwolson@gnu.org>
Fri, 21 Oct 2005 15:26:51 +0000 (21 15:26 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 21 Oct 2005 15:26:51 +0000 (21 15:26 +0000)
tree714de1ed3ae03dccaba0787a2782c0b2e0ced0c9
parent04c8aa90e95a287ea5eafce9618fb8b513cfedb7
Anchor fixes; muse-latex: Use \label{} and \ref{} for anchors.

* experimental/muse-xml.el (muse-xml-insert-anchor)
  (muse-xml-markup-anchor): Make sure we don't blow away the text just
  before an anchor.  On all types but texinfo, insert a newline
  immediately after the anchor.

* lisp/muse-docbook.el (muse-docbook-insert-anchor)
  (muse-docbook-markup-anchor): Ditto.

* lisp/muse-html.el (muse-html-insert-anchor)
  (muse-html-markup-anchor): Ditto.

* lisp/muse-texinfo.el (muse-texinfo-insert-anchor)
  (muse-texinfo-markup-anchor): Ditto.

* lisp/muse-publish.el (muse-publish-markup-regexps): Make text before
  the anchor the first match group.

* lisp/muse-latex.el (muse-latex-markup-strings): Use \ref{} for
  internal-link rather than \hyperlink{}.  Thanks to Jim Ottaway for the
  suggestion.
  (muse-latex-insert-anchor): Use a simpler routine that inserts
  \label{}.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-253
ChangeLog
experimental/muse-xml.el
lisp/muse-docbook.el
lisp/muse-html.el
lisp/muse-latex.el
lisp/muse-publish.el
lisp/muse-texinfo.el