Mercurial > hg > xemacs-beta
diff lisp/w3/w3-latex.el @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | 0293115a14e9 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/w3/w3-latex.el Mon Aug 13 08:52:30 2007 +0200 +++ b/lisp/w3/w3-latex.el Mon Aug 13 08:52:56 2007 +0200 @@ -38,24 +38,9 @@ ;;; 3) This still doesn't handle tables. ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(require 'w3-cus) (require 'w3-print) -(defvar w3-latex-print-links nil - "*If non-nil, prints the URLs of hypertext links as endnotes at the end of -the document. If `footnote', prints the URL's as footnotes on a page.") - -(defvar w3-latex-use-latex2e nil - "*If non-nil, configures LaTeX parser to use LaTeX2e syntax. A `nil' -value indicates that LaTeX 2.0.9 compatibility will be used instead.") - -(defvar w3-latex-packages nil - "*List of LaTeX packages to include. Currently this is only used if -`w3-latex-use-latex2e' is non-nil.") - -(defvar w3-latex-use-maketitle nil - "*Non-nil makes the LaTeX parser use real LaTeX title pages for -document titles.") - ;; Internal variables - do not touch! (defvar w3-latex-current-url nil "What URL we are formatting") (defvar w3-latex-verbatim nil "Whether we are in a {verbatim} block or not")