orgcard.el 815 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. (TeX-add-style-hook "orgcard"
  2. (lambda ()
  3. (TeX-add-symbols
  4. "endexample"
  5. "endindentedkeys"
  6. "columnsperpage"
  7. "letterpaper"
  8. "intercolumnskip"
  9. "titlefont"
  10. "headingfont"
  11. "smallfont"
  12. "smallsy"
  13. "eightrm"
  14. "eightbf"
  15. "eightit"
  16. "eighttt"
  17. "eightmi"
  18. "eightsy"
  19. "keyindent"
  20. "metaxwidth"
  21. "orgversionnumber"
  22. "versionyear"
  23. "year"
  24. "shortcopyrightnotice"
  25. "copyrightnotice"
  26. "ncolumns"
  27. "scaledmag"
  28. "rm"
  29. "bf"
  30. "it"
  31. "tt"
  32. "makefootline"
  33. "maxcolumn"
  34. "abc"
  35. "multicolumnformat"
  36. "columnbox"
  37. "bye"
  38. "small"
  39. "newcolumn"
  40. "title"
  41. "section"
  42. "beginindentedkeys"
  43. "paralign"
  44. "kbd"
  45. "beginexample"
  46. "key"
  47. "metax"
  48. "threecol")))