/[auctex]/auctex/latex.el
ViewVC logotype

Diff of /auctex/latex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.367 by angeli, Thu May 12 13:15:13 2005 UTC revision 5.368 by ataka, Sat May 14 14:32:07 2005 UTC
# Line 3537  See also `LaTeX-math-menu'." Line 3537  See also `LaTeX-math-menu'."
3537      (nil "hbar" "Misc Symbol" 8463) ;; #X210F      (nil "hbar" "Misc Symbol" 8463) ;; #X210F
3538      (?0 "emptyset" "Misc Symbol" 8709) ;; #X2205      (?0 "emptyset" "Misc Symbol" 8709) ;; #X2205
3539      (?E "exists" "Misc Symbol" 8707) ;; #X2203      (?E "exists" "Misc Symbol" 8707) ;; #X2203
     (nil "nabla" "Misc Symbol" 8711) ;; #X2207  
3540      (nil "surd" "Misc Symbol" 8730) ;; #X221A      (nil "surd" "Misc Symbol" 8730) ;; #X221A
3541      (nil "Box" "Misc Symbol")      (nil "Box" "Misc Symbol")
3542      (nil "triangle" "Misc Symbol" 9651) ;; #X25B3      (nil "triangle" "Misc Symbol" 9651) ;; #X25B3
# Line 3848  See also `LaTeX-math-menu'." Line 3847  See also `LaTeX-math-menu'."
3847      (nil "eth" ("AMS" "Misc") 240) ;; #X00F0      (nil "eth" ("AMS" "Misc") 240) ;; #X00F0
3848      (nil "diagup" ("AMS" "Misc") 9585) ;; #X2571      (nil "diagup" ("AMS" "Misc") 9585) ;; #X2571
3849      (nil "diagdown" ("AMS" "Misc") 9586) ;; #X2572      (nil "diagdown" ("AMS" "Misc") 9586) ;; #X2572
     (nil "Hat" ("AMS" "Accents"))  
     (nil "Check" ("AMS" "Accents"))  
     (nil "Tilde" ("AMS" "Accents"))  
     (nil "Acute" ("AMS" "Accents"))  
     (nil "Grave" ("AMS" "Accents"))  
     (nil "Dot" ("AMS" "Accents"))  
     (nil "Ddot" ("AMS" "Accents"))  
     (nil "Breve" ("AMS" "Accents"))  
     (nil "Bar" ("AMS" "Accents"))  
     (nil "Vec" ("AMS" "Accents"))  
3850      (nil "dddot" ("AMS" "Accents") 8411) ;; #X20DB      (nil "dddot" ("AMS" "Accents") 8411) ;; #X20DB
3851      (nil "ddddot" ("AMS" "Accents") 8412) ;; #X20DC      (nil "ddddot" ("AMS" "Accents") 8412) ;; #X20DC
3852      (nil "bigl" ("AMS" "Delimiters"))      (nil "bigl" ("AMS" "Delimiters"))
# Line 4325  corresponds to the variables `LaTeX-envi Line 4314  corresponds to the variables `LaTeX-envi
4314  (defcustom LaTeX-babel-hyphen "\"="  (defcustom LaTeX-babel-hyphen "\"="
4315    "String to be used when typing `-'.    "String to be used when typing `-'.
4316  This usually is a hyphen alternative or hyphenation aid provided  This usually is a hyphen alternative or hyphenation aid provided
4317  by provided by @samp{babel} and the related language style files,  by provided by babel and the related language style files,
4318  like \"=, \"~ or \"-.  like \"=, \"~ or \"-.
4319    
4320  Set it to an empty string or nil in order to disable this  Set it to an empty string or nil in order to disable this
# Line 4629  runs the hooks in `docTeX-mode-hook'." Line 4618  runs the hooks in `docTeX-mode-hook'."
4618     '("addtocounter" TeX-arg-counter "Value")     '("addtocounter" TeX-arg-counter "Value")
4619     '("alph" TeX-arg-counter)     '("alph" TeX-arg-counter)
4620     '("arabic" TeX-arg-counter)     '("arabic" TeX-arg-counter)
4621     '("fnsymbol" TeX-arg-define-counter)     '("fnsymbol" TeX-arg-counter)
4622     '("newcounter" TeX-arg-define-counter     '("newcounter" TeX-arg-define-counter
4623       [ TeX-arg-counter "Within counter" ])       [ TeX-arg-counter "Within counter" ])
4624     '("roman" TeX-arg-counter)     '("roman" TeX-arg-counter)
# Line 4686  runs the hooks in `docTeX-mode-hook'." Line 4675  runs the hooks in `docTeX-mode-hook'."
4675       t)       t)
4676     '("oval" TeX-arg-size [ TeX-arg-corner "Portion" ])     '("oval" TeX-arg-size [ TeX-arg-corner "Portion" ])
4677     '("put" TeX-arg-coordinate t)     '("put" TeX-arg-coordinate t)
4678     '("savebox" TeX-arg-define-savebox     '("savebox" TeX-arg-savebox
4679       (TeX-arg-conditional       (TeX-arg-conditional
4680        (string-equal (LaTeX-current-environment) "picture")        (string-equal (LaTeX-current-environment) "picture")
4681        (TeX-arg-size [ TeX-arg-corner ] t)        (TeX-arg-size [ TeX-arg-corner ] t)
# Line 4733  runs the hooks in `docTeX-mode-hook'." Line 4722  runs the hooks in `docTeX-mode-hook'."
4722     '("lefteqn" t)     '("lefteqn" t)
4723     '("overbrace" t)     '("overbrace" t)
4724     '("overline" t)     '("overline" t)
4725       '("overleftarrow" t)
4726       '("overrightarrow" t)
4727     '("sqrt" [ "Root" ] t)     '("sqrt" [ "Root" ] t)
4728     '("underbrace" t)     '("underbrace" t)
4729     '("underline" t)     '("underline" t)
# Line 4757  runs the hooks in `docTeX-mode-hook'." Line 4748  runs the hooks in `docTeX-mode-hook'."
4748       "Width" t)       "Width" t)
4749     '("raisebox" "Raise" [ "Height above" ] [ "Depth below" ] t)     '("raisebox" "Raise" [ "Height above" ] [ "Depth below" ] t)
4750     '("rule" [ "Raise" ] "Width" "Thickness")     '("rule" [ "Raise" ] "Width" "Thickness")
4751     '("sbox" TeX-arg-define-savebox t)     '("sbox" TeX-arg-savebox t)
4752     '("usebox" TeX-arg-savebox)     '("usebox" TeX-arg-savebox)
4753     '("vspace*" "Length")     '("vspace*" "Length")
4754     '("vspace" "Length")     '("vspace" "Length")
# Line 4843  runs the hooks in `docTeX-mode-hook'." Line 4834  runs the hooks in `docTeX-mode-hook'."
4834         [ "Number of arguments" ] [ "Default value for first argument" ] t)         [ "Number of arguments" ] [ "Default value for first argument" ] t)
4835       '("renewcommand" TeX-arg-macro       '("renewcommand" TeX-arg-macro
4836         [ "Number of arguments" ] [ "Default value for first argument" ] t)         [ "Number of arguments" ] [ "Default value for first argument" ] t)
4837       '("providecommand" TeX-arg-macro       '("providecommand" TeX-arg-define-macro
4838         [ "Number of arguments" ] [ "Default value for first argument" ] t)         [ "Number of arguments" ] [ "Default value for first argument" ] t)
4839       '("providecommand*" TeX-arg-macro       '("providecommand*" TeX-arg-define-macro
4840         [ "Number of arguments" ] [ "Default value for first argument" ] t)         [ "Number of arguments" ] [ "Default value for first argument" ] t)
4841       '("newcommand*" TeX-arg-define-macro       '("newcommand*" TeX-arg-define-macro
4842         [ "Number of arguments" ] [ "Default value for first argument" ] t)         [ "Number of arguments" ] [ "Default value for first argument" ] t)

Legend:
Removed from v.5.367  
changed lines
  Added in v.5.368

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26