File: virtex.el

package info (click to toggle)
xemacs21-packages 2007.04.27-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 109,716 kB
  • ctags: 85,086
  • sloc: lisp: 1,177,163; ansic: 16,426; java: 13,399; xml: 6,152; makefile: 3,552; sh: 3,519; asm: 3,007; perl: 749; ruby: 257; csh: 113; haskell: 93; python: 47; awk: 44
file content (83 lines) | stat: -rw-r--r-- 3,813 bytes parent folder | download | duplicates (3)
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
;;; virtex.el - Common code for all TeX formats.

;; $Id: virtex.el,v 1.8 2005/02/11 19:02:09 oub Exp $

;;; Code:

(TeX-add-style-hook "virtex"
 (function
  (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"))))

;;; virtex.el ends here