summaryrefslogtreecommitdiff
path: root/elpa/auctex-13.1.3/style/virtex.el
blob: 725cafefdb482f42071333a2efa4a5526e6cf242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
;;; virtex.el - Common code for all TeX formats.  -*- lexical-binding: t; -*-

;; Author: Per Abrahamsen <abraham@dina.kvl.dk>

;;; Code:

(require 'tex)

(TeX-add-style-hook
 "virtex"
 (lambda ()
   (TeX-add-symbols "/" "above" "abovedisplayshortskip"
                    "abovedisplayskip" "abovewithdelims" "accent"
                    "adjdemerits" "advance" "afterassignment"
                    "aftergroup" "atop" "atopwithdelims" "badness"
                    "baselineskip" "batchmode" "begingroup"
                    "belowdisplayshortskip" "belowdisplayskip"
                    "binoppenalty" "botmark" "box" "boxmaxdepth"
                    "brokenpenalty" "catcode" "char" "chardef"
                    "cleaders" "closein" "closeout" "clubpenalty"
                    "copy" "count" "countdef" "cr" "crcr" "csname"
                    "day" "deadcycles" "def" "defaulthyphenchar"
                    "defaultskewchar" "delcode" "delimiter"
                    "delimiterfactor" "delimitershortfall" "dimen"
                    "dimendef" "discretionary" "displayindent"
                    "displaylimits" "displaystyle"
                    "displaywidowpenalty" "displaywidth" "divide"
                    "doublehyphendemerits" "dp" "dump" "edef" "else"
                    "emergencystretch" "end" "endcsname" "endgroup"
                    "endinput" "endlinechar" "eqno" "errhelp"
                    "errmessage" "errorcontextlines" "errorstopmode"
                    "escapechar" "everycr" "everydisplay"
                    "everyhbox" "everyjob" "everymath" "everypar"
                    "everyvbox" "exhyphenpenalty" "expandafter"
                    "fam" "fi" "finalhyphendemerits" "firstmark"
                    "floatingpenalty" "font" "fontdimen" "fontname"
                    "futurelet" "gdef" "global" "globaldefs"
                    "halign" "hangafter" "hangindent" "hbadness"
                    "hbox" "hfil" "hfill" "hfilneg" "hfuzz"
                    "hoffset" "holdinginserts" "hrule" "hsize"
                    "hskip" "hss" "ht" "hyphenpenation" "hyphenchar"
                    "hyphenpenalty" "if" "ifcase" "ifcat" "ifdim"
                    "ifeof" "iffalse" "ifhbox" "ifinner" "ifhmode"
                    "ifmmode" "ifnum" "ifodd" "iftrue" "ifvbox"
                    "ifvoid" "ifx" "ignorespaces" "immediate"
                    "indent" "input" "inputlineno" "insert"
                    "insertpenalties" "interlinepenalty" "jobname"
                    "kern" "language" "lastbox" "lastkern"
                    "lastpenalty" "lastskip" "lccode" "leaders"
                    "left" "lefthyphenmin" "leftskip" "leqno" "let"
                    "limits" "linepenalty" "lineskip"
                    "lineskiplimit" "long" "looseness" "lower"
                    "lowercase" "mag" "markaccent" "mathbin"
                    "mathchar" "mathchardef" "mathchoise"
                    "mathclose" "mathcode" "mathinner" "mathhop"
                    "mathopen" "mathord" "mathpunct" "mathrel"
                    "mathsurround" "maxdeadcycles" "maxdepth"
                    "meaning" "medmuskip" "message" "mkern" "month"
                    "moveleft" "moveright" "mskip" "multiply"
                    "muskip" "muskipdef" "newlinechar" "noalign"
                    "noboundary" "noexpand" "noindent" "nolimits"
                    "nonscript" "nonstopmode" "nulldelimiterspace"
                    "nullfont" "number" "omit" "openin" "openout"
                    "or" "outer" "output" "outputpenalty"
                    "overfullrule" "parfillskip" "parindent"
                    "parskip" "pausing" "postdisplaypenalty"
                    "predisplaypenalty" "predisplaysize"
                    "pretolerance" "relpenalty" "rightskip"
                    "scriptspace" "showboxbreadth" "showboxdepth"
                    "smallskipamount" "spaceskip" "splitmaxdepth"
                    "splittopskip" "tabskip" "thickmuskip"
                    "thinmuskip" "time" "tolerance" "topskip"
                    "tracingcommands" "tracinglostchars"
                    "tracingmacros" "tracingonline" "tracingoutput"
                    "tracingpages" "tracingparagraphs"
                    "tracingrestores" "tracingstats" "uccode"
                    "uchyph" "underline" "unhbox" "unhcopy" "unkern"
                    "unpenalty" "unskip" "unvbox" "unvcopy"
                    "uppercase" "vadjust" "valign" "vbadness" "vbox"
                    "vcenter" "vfil" "vfill" "vfilneg" "vfuzz"
                    "voffset" "vrule" "vsize" "vskip" "vss" "vtop"
                    "wd" "widowpenalty" "write" "xdef" "xleaders"
                    "xspaceskip" "year"))
 TeX-dialect)

;;; virtex.el ends here