home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / rep / html / mapping < prev    next >
Encoding:
Text File  |  1995-05-03  |  5.2 KB  |  406 lines

  1.  
  2. % Converts qwertz files to html files ready for fixref and html2html.
  3. %
  4. % This file is R-Rated because of uglyness.
  5. %
  6. % -Magnus <magnus@ii.uib.no>
  7.  
  8. <qwertz>
  9. </qwertz>
  10.  
  11. <article>
  12. </article>
  13.  
  14. <report>
  15. </report>
  16.  
  17. <book>
  18. </book>
  19.  
  20. <notes>
  21. </notes>
  22.  
  23. % Manual Pages are expected to be formatted using nroff (or groff), unless
  24. % they are included  as sections of other qwertz documents.  
  25.  
  26. <manpage>
  27. </manpage>
  28.  
  29. <titlepag>
  30. </titlepag>
  31.  
  32. <title>        +    "<@@title>"
  33. </title>
  34.  
  35. <subtitle>    +    "<h2>"    
  36. </subtitle>        "</h2>"            +
  37.  
  38. <author>
  39. </author>
  40.  
  41. <name>        +    "<h2>"
  42. </name>            "</h2>"
  43.  
  44. <and>            " and "
  45. </and>
  46.  
  47. <thanks>    +    "Thanks "
  48. </thanks>        
  49.  
  50. <inst>        +    "<h3>"
  51. </inst>            "</h3>"            +
  52.  
  53. <newline>        "<br>"
  54.     
  55. <label>        +    "<@@label>[ID]"        +
  56.     
  57. <header>    
  58. </header>    
  59.  
  60. <lhead>        +    "<!-- "
  61. </lhead>        " -->"            +            
  62.  
  63. <rhead>        +    "<!-- "
  64. </rhead>        " -->"            +
  65.  
  66. <comment>    +    "<h4>Comment</h4>"    +
  67. </comment>        
  68.  
  69. <abstract>    +    "<p><hr><em>"
  70. </abstract>        "</em><hr></p>"            +
  71.  
  72. <appendix>    +    "<h2>Appendix</h2>"    +
  73. </appendix>
  74.  
  75. <toc>
  76. </toc>
  77.  
  78. <lof>
  79. </lof>
  80.  
  81. <lot>
  82. </lot>
  83.  
  84. <chapt>        +    "<@@chapt>"
  85. </chapt>    +    "<@@endchapt>"        +
  86.  
  87. <sect>        +    "<@@sect>"
  88. </sect>        +    "<@@endsect>"        +
  89.  
  90. <sect1>        +    "<@@ssect>"
  91. </sect1>     +    "<@@endssect>"        +
  92.  
  93. <sect2>        +    "<@@head>"
  94. </sect2>
  95.  
  96. <sect3>        +    "<@@head>"
  97. </sect3>
  98.  
  99. <sect4>        +    "<@@head>"        
  100. </sect4>
  101.  
  102. <heading>
  103. </heading>    +    "<@@endhead>"         +
  104.  
  105. <p>            "<p>"
  106. </p>            "</p>"            +
  107.  
  108. <itemize>    +    "<ul>"        +
  109. </itemize>    +    "</ul>"        +
  110.  
  111. <enum>        +    "<ol>"        +
  112. </enum>        +    "</ol>"        +
  113.  
  114. <descrip>    +    "<dl>"        +
  115. </descrip>    +    "</dl>"        +
  116.  
  117. <item>        +    "<li>"
  118. </item>            "</li>"        +
  119.  
  120. <tag>            "<dt><b>"
  121. </tag>            "</b><dd>"
  122.  
  123. <cite>            "[<i> [ID] </i>]"
  124. </cite>
  125.  
  126. <ncite>            "[<i> [NOTE] ([ID]) </i>]"
  127. </ncite>
  128.  
  129. <footnote>    +    "<sl>"
  130. </footnote>        "</sl>"        +
  131.  
  132. <sq>            "\""
  133. </sq>            "\""
  134.  
  135. <lq>        +    "<LQ>"            +
  136. </lq>        +    "</LQ>"            +
  137.  
  138. <em>             "<em>"
  139. </em>            "</em>"
  140.  
  141. <bf>            "<b>"
  142. </bf>            "</b>"
  143.  
  144. <it>            "<i>"
  145. </it>            "</i>"
  146.  
  147. <sf>            "<SF>"
  148. </sf>            "</SF>"
  149.  
  150. <sl>            "<i>"
  151. </sl>            "</i>"
  152.  
  153. <tt>            "<code>"
  154. </tt>            "</code>"
  155.  
  156. % url support by HG
  157.  
  158. <url>        +    "<@@url>[URL]\n"
  159.             "[NAME] </a>\n"
  160.             "<@@endurl>"        +
  161. </url>
  162.  
  163. % ref modified to have an optional name field 
  164. <ref>        +    "<@@ref>[ID]\n"
  165.             "[NAME] </a>\n"
  166.             "<@@endref>"        +
  167. </ref>
  168.  
  169. <href>        +    "<@@ref>[ID]"        +
  170. </href>
  171.  
  172. <pageref>    +    "<@@ref>[ID]"        +
  173. </pageref>
  174.  
  175. <x>
  176. </x>
  177.  
  178. <mc>            "<MC>"
  179. </mc>            "</MC>"
  180.  
  181. <biblio>    +    "<BIBLIO STYLE=\"[STYLE]\" FILES=\"[FILES]\">" +
  182. </biblio>    
  183.  
  184. <code>        +    "<hr>\n<pre>"        +
  185. </code>        +    "</pre>\n<hr>"        +
  186.  
  187. <verb>        +    "<pre>"        +
  188. </verb>        +    "</pre>"        +
  189.  
  190. <tscreen>    +    "<blockquote><code>"    +
  191. </tscreen>    +    "</code></blockquote>"    +
  192.  
  193. <quote>         +       "<blockquote>"  +
  194. </quote>        +       "</blockquote>" +
  195.  
  196. % theorems and such
  197.  
  198. <def>        +    "<DEF>"            
  199. </def>        +    "</DEF>"        +
  200.  
  201. <prop>        +    "<PROP>"        
  202. </prop>        +    "</PROP>"        +
  203.  
  204. <lemma>        +    "<LEMMA>"        
  205. </lemma>    +    "</LEMMA>"        +
  206.  
  207. <coroll>    +    "<COROLL>"        
  208. </coroll>    +    "</COROLL>"        +
  209.  
  210. <proof>        +    "<PROOF>"        
  211. </proof>    +    "</PROOF>"        +
  212.  
  213. <theorem>    +    "<THEOREM>"        
  214. </theorem>    +    "</THEOREM>"        +
  215.  
  216. <thtag>            "<THTAG>"
  217. </thtag>        "</THTAG>"
  218.  
  219. % mathematics 
  220.  
  221. <f>            "<F>"
  222. </f>            "</F>"
  223.  
  224. <dm>        +    "<DM>"            +
  225. </dm>        +    "</DM>"  +
  226.  
  227. <eq>        +    "<EQ>"            +
  228. </eq>        +    "</EQ>"            +
  229.  
  230. <fr>            "<FR>"
  231. </fr>            "</FR>"
  232.  
  233. <nu>            "<NU>"
  234. </nu>            "</NU>"
  235.  
  236. <de>            "<DE>"
  237. </de>            "</DE>"
  238.  
  239. <lim>            "<LIM>"
  240. </lim>            "</LIM>"
  241.  
  242. <op>            "<OP>"
  243. </op>            "</OP>"
  244.  
  245. <ll>            "<LL>"
  246. </ll>            "</LL>"
  247.  
  248. <ul>            "<UL>"
  249. </ul>            "</UL>"
  250.  
  251. <opd>            "<OPD>"
  252. </opd>            "</OPD>"
  253.  
  254. <pr>            "<PR>"
  255. </pr>            "</PR>"
  256.  
  257. <in>            "<INT>"
  258. </in>            "</INT>"
  259.  
  260. <sum>            "<SUM>"
  261. </sum>            "</SUM>"
  262.  
  263. <root>            "<ROOT>"
  264. </root>            "</ROOT>"
  265.  
  266. <ar>            "<AR>"
  267. </ar>            "</AR>"
  268.  
  269. <arr>                   "<ARR>" 
  270. </arr>            
  271.  
  272. <arc>                   "<ARC>"
  273. </arc>        
  274.  
  275. <sup>            "<SUP>"
  276. </sup>            "</SUP>"
  277.  
  278. <inf>            "<INF>"
  279. </inf>            "</INF>"
  280.  
  281. <unl>            "<UNL>"
  282. </unl>            "</UNL>"
  283.  
  284. <ovl>            "<OVL>"
  285. </ovl>            "</OVL>"
  286.  
  287. <rf>            "<RF>"
  288. </rf>            "</RF>"
  289.  
  290. <v>            "<V>"
  291. </v>            "</V>"
  292.  
  293. <fi>            "<FI>"
  294. </fi>            "</FI>"
  295.  
  296. <phr>            "<PHR>"
  297. </phr>            "</PHR>"
  298.  
  299. <tu>            "<TU>"
  300. </tu>
  301.  
  302. % figures
  303.  
  304. <figure>    +    "<FIGURE>"            +
  305. </figure>    +    "</FIGURE>"            +
  306.  
  307. <eps>        +       "<EPS FILE=\"[FILE]\">"  +
  308. </eps>                    
  309.                 
  310.  
  311. <ph>        +    "<PH VSPACE=\"[VSPACE]\">"    +
  312. </ph>    
  313.  
  314. <caption>    +    "<CAPTION>"
  315. </caption>        "</CAPTION>"     +
  316.  
  317. % tables
  318.  
  319. <table>        +     "<TABLE>"    +
  320. </table>    +    "</TABLE>"        +
  321.  
  322. <tabular>    +    "<br>\n"        +
  323. </tabular>    +    "\n"            +
  324.  
  325. <rowsep>        "<br>"        +
  326. </rowsep>
  327.  
  328. <colsep>        
  329. </colsep>
  330.  
  331. <hline>        +    "<hr>"    +
  332. </hline>
  333.  
  334. % slides
  335.  
  336. <slides>    +     "<SLIDES>"    +
  337. </slides>    +    "</SLIDES>"    +
  338.  
  339. <slide>        +    "<SLIDE>"    +
  340. </slide>    +    "</SLIDE>"    +
  341.  
  342. % letters
  343.  
  344.  
  345. <letter>    +    "<LETTER OPTS=\"[OPTS]\">"    +
  346. </letter>    +    "</LETTER>"        +
  347.  
  348. <telefax>    +    "<TELEFAX OPTS=\"[OPTS]\">"    +
  349. </telefax>    +    "</TELEFAX>"            +
  350.  
  351. <opening>    +      "<OPENING>"
  352. </opening>        "</OPENING>"        +
  353.  
  354.  
  355. <from>        +    "<FROM>"            
  356. </from>        +    "</FROM>"    +
  357.  
  358.  
  359. <to>        +    "<TO>"
  360.  
  361. </to>        +    "</TO>"        +
  362.  
  363. % first end definition of name
  364.  
  365. <address>    +    "<ADDRESS>"    +
  366. </address>    +    "</ADDRESS>"    +
  367.  
  368. <email>        +    "<EMAIL>"
  369. </email>        "</EMAIL>"    +
  370.  
  371. <phone>        +    "<PHONE>"    
  372. </phone>        "</PHONE>"    +
  373.  
  374.  
  375. <fax>        +    "<FAX>"
  376. </fax>            "</FAX>"    +
  377.  
  378. <subject>    +    "<SUBJECT>"
  379. </subject>        "</SUBJECT>"    +
  380.  
  381.  
  382. <sref>        +    "<SREF>"    
  383. </sref>            "</SREF>"    +
  384.  
  385. <rref>        +    "<RREF>"    
  386. </rref>            "</RREF>"    +
  387.  
  388. <rdate>        +    "<RDATE>"
  389. </rdate>        "</RDATE>"    +
  390.  
  391. <closing>    +    "<CLOSING>"    
  392. </closing>        "</CLOSING>"    +
  393.  
  394. <cc>        +    "<CC>"
  395. </cc>            "</CC>"        +
  396.  
  397. <encl>        +    "<ENCL>"
  398. </encl>            "</ENCL>"    +
  399.  
  400. <ps>        +    "<PS>"        +
  401. </ps>        +    "</PS>"        +
  402.  
  403.  
  404. % end of html replacement file
  405.  
  406.