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