diff lisp/w3/w3-latex.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 6a378aca36af
children
line wrap: on
line diff
--- a/lisp/w3/w3-latex.el	Mon Aug 13 09:18:41 2007 +0200
+++ b/lisp/w3/w3-latex.el	Mon Aug 13 09:19:45 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")