Initial Commit
[packages] / xemacs-packages / auctex / style / virtex.el
1 ;;; virtex.el - Common code for all TeX formats.
2
3 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
4
5 ;;; Code:
6
7 (TeX-add-style-hook "virtex"
8   (lambda ()
9     (TeX-add-symbols "/" "above" "abovedisplayshortskip"
10                      "abovedisplayskip" "abovewithdelims" "accent"
11                      "adjdemerits" "advance" "afterassignment"
12                      "aftergroup" "atop" "atopwithdelims" "badness"
13                      "baselineskip" "batchmode" "begingroup"
14                      "belowdisplayshortskip" "belowdisplayskip"
15                      "binoppenalty" "botmark" "box" "boxmaxdepth"
16                      "brokenpenalty" "catcode" "char" "chardef"
17                      "cleaders" "closein" "closeout" "clubpenalty"
18                      "copy" "count" "countdef" "cr" "crcr" "csname"
19                      "day" "deadcycles" "def" "defaulthyphenchar"
20                      "defaultskewchar" "delcode" "delimiter"
21                      "delimiterfactor" "delimitershortfall" "dimen"
22                      "dimendef" "discretionary" "displayindent"
23                      "displaylimits" "displaystyle"
24                      "displaywidowpenalty" "displaywidth" "divide"
25                      "doublehyphendemerits" "dp" "dump" "edef" "else"
26                      "emergencystretch" "end" "endcsname" "endgroup"
27                      "endinput" "endlinechar" "eqno" "errhelp"
28                      "errmessage" "errorcontextlines" "errorstopmode"
29                      "escapechar" "everycr" "everydisplay"
30                      "everyhbox" "everyjob" "everymath" "everypar"
31                      "everyvbox" "exhyphenpenalty" "expandafter"
32                      "fam" "fi" "finalhyphendemerits" "firstmark"
33                      "floatingpenalty" "font" "fontdimen" "fontname"
34                      "futurelet" "gdef" "global" "globaldefs"
35                      "halign" "hangafter" "hangindent" "hbadness"
36                      "hbox" "hfil" "hfill" "hfilneg" "hfuzz"
37                      "hoffset" "holdinginserts" "hrule" "hsize"
38                      "hskip" "hss" "ht" "hyphenpenation" "hyphenchar"
39                      "hyphenpenalty" "if" "ifcase" "ifcat" "ifdim"
40                      "ifeof" "iffalse" "ifhbox" "ifinner" "ifhmode"
41                      "ifmmode" "ifnum" "ifodd" "iftrue" "ifvbox"
42                      "ifvoid" "ifx" "ignorespaces" "immediate"
43                      "indent" "input" "inputlineno" "insert"
44                      "insertpenalties" "interlinepenalty" "jobname"
45                      "kern" "language" "lastbox" "lastkern"
46                      "lastpenalty" "lastskip" "lccode" "leaders"
47                      "left" "lefthyphenmin" "leftskip" "leqno" "let"
48                      "limits" "linepenalty" "lineskip"
49                      "lineskiplimit" "long" "looseness" "lower"
50                      "lowercase" "mag" "markaccent" "mathbin"
51                      "mathchar" "mathchardef" "mathchoise"
52                      "mathclose" "mathcode" "mathinner" "mathhop"
53                      "mathopen" "mathord" "mathpunct" "mathrel"
54                      "mathsurround" "maxdeadcycles" "maxdepth"
55                      "meaning" "medmuskip" "message" "mkern" "month"
56                      "moveleft" "moveright" "mskip" "multiply"
57                      "muskip" "muskipdef" "newlinechar" "noalign"
58                      "noboundary" "noexpand" "noindent" "nolimits"
59                      "nonscript" "nonstopmode" "nulldelimiterspace"
60                      "nullfont" "number" "omit" "openin" "openout"
61                      "or" "outer" "output" "outputpenalty"
62                      "overfullrule" "parfillskip" "parindent"
63                      "parskip" "pausing" "postdisplaypenalty"
64                      "predisplaypenalty" "predisplaysize"
65                      "pretolerance" "relpenalty" "rightskip"
66                      "scriptspace" "showboxbreadth" "showboxdepth"
67                      "smallskipamount" "spaceskip" "splitmaxdepth"
68                      "splittopskip" "tabskip" "thickmuskip"
69                      "thinmuskip" "time" "tolerance" "topskip"
70                      "tracingcommands" "tracinglostchars"
71                      "tracingmacros" "tracingonline" "tracingoutput"
72                      "tracingpages" "tracingparagraphs"
73                      "tracingrestores" "tracingstats" "uccode"
74                      "uchyph" "underline" "unhbox" "unhcopy" "unkern"
75                      "unpenalty" "unskip" "unvbox" "unvcopy"
76                      "uppercase" "vadjust" "valign" "vbadness" "vbox"
77                      "vcenter" "vfil" "vfill" "vfilneg" "vfuzz"
78                      "voffset" "vrule" "vsize" "vskip" "vss" "vtop"
79                      "wd" "widowpenalty" "write" "xdef" "xleaders"
80                      "xspaceskip" "year"))
81   LaTeX-dialect)
82
83 ;;; virtex.el ends here