12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- (TeX-add-style-hook "orgcard"
- (lambda ()
- (TeX-add-symbols
- "endexample"
- "endindentedkeys"
- "columnsperpage"
- "letterpaper"
- "intercolumnskip"
- "titlefont"
- "headingfont"
- "smallfont"
- "smallsy"
- "eightrm"
- "eightbf"
- "eightit"
- "eighttt"
- "eightmi"
- "eightsy"
- "keyindent"
- "metaxwidth"
- "orgversionnumber"
- "versionyear"
- "year"
- "shortcopyrightnotice"
- "copyrightnotice"
- "ncolumns"
- "scaledmag"
- "rm"
- "bf"
- "it"
- "tt"
- "makefootline"
- "maxcolumn"
- "abc"
- "multicolumnformat"
- "columnbox"
- "bye"
- "small"
- "newcolumn"
- "title"
- "section"
- "beginindentedkeys"
- "paralign"
- "kbd"
- "beginexample"
- "key"
- "metax"
- "threecol")))
|