texinfo.texi_mapping 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. % texinfo.mapping - sgmlsasp mapping file for TeXinfo/SGML->TeXinfo
  2. %
  3. % Copyright (C) 1997 Klee Dienes <klee@mit.edu>
  4. %
  5. % This is free software; you can redistribute it and/or modify
  6. % it under the terms of the GNU General Public License as
  7. % published by the Free Software Foundation; either version 2,
  8. % or (at your option) any later version.
  9. %
  10. % This is distributed in the hope that it will be useful, but
  11. % WITHOUT ANY WARRANTY; without even the implied warranty of
  12. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. % GNU General Public License for more details.
  14. %
  15. % You should have received a copy of the GNU General Public
  16. % License along with dpkg; if not, write to the Free Software
  17. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. <texinfo> "\\input texinfo\n"
  19. </texinfo> "@bye\n"
  20. <setfilename> "@setfilename "
  21. </setfilename> "\n"
  22. <titlepage> "@titlepage\n"
  23. </titlepage> "\n@end titlepage\n"
  24. <title> "@title "
  25. </title> "\n"
  26. <author> "@author "
  27. </author> "\n"
  28. <chapter> "@chapter "
  29. <section> "@section "
  30. <subsection> "@subsection "
  31. <subsubsection> "@subsubsection "
  32. <heading> ""
  33. </heading> "\n"
  34. <code> "@code{"
  35. </code> "}"
  36. <kbd> "@kbd{"
  37. </kbd> "}"
  38. <key> "@key{"
  39. </key> "}"
  40. <p> "\n\n"
  41. <samp> "@samp{"
  42. </samp> "}"
  43. <var> "@var{"
  44. </var> "}"
  45. <file> "@file{"
  46. </file> "}"
  47. <dfn> "@dfn{"
  48. </dfn> "}"
  49. <cite> "@cite{"
  50. </cite> "}"
  51. <itemize> "@itemize @asis\n"
  52. </itemize> "@end itemize\n"
  53. <table> "@table @asis\n"
  54. </table> "\n@end table\n"
  55. <item> "@item "
  56. </item> "\n"
  57. <quotation> "@quotation\n"
  58. </quotation> "@end quotation\n"
  59. <example> "@example\n"
  60. </example> "@end example\n"
  61. <lisp> "@lisp\n"
  62. </lisp> "@end lisp\n"
  63. <smallexample> "@smallexample\n"
  64. </smallexample> "@end smallexample\n"
  65. <smalllisp> "@smalllisp\n"
  66. </smalllisp> "@end smalllisp\n"
  67. <display> "@display\n"
  68. </display> "@end display\n"
  69. <format> "@format\n"
  70. </format> "@end format\n"
  71. <contents> "@contents\n"
  72. <shortcontents> "@shortcontents\n"
  73. <summarycontents> "@summarycontents\n"
  74. <cindex> "@cindex "
  75. </cindex> "\n"
  76. <findex> "@findex "
  77. </findex> "\n"
  78. <vindex> "@vindex "
  79. </vindex> "\n"
  80. <kindex> "@kindex "
  81. </kindex> "\n"
  82. <pindex> "@pindex "
  83. </pindex> "\n"
  84. <tindex> "@tindex "
  85. </tindex> "\n"
  86. <printindex> "@printindex [name]\n"