% sinfo to texinfo replacement file % by MORIOKA Tomohiko % $Id: texi-mapping,v 1.1 1996-12-23 20:13:11 morioka Exp $: + + "\\input texinfo.tex\n@setfilename\n@settitle{}\n" + + "@node Top\n@top\n" + + "@bye" + + "@afourpaper" + % Manual Pages are expected to be formatted using nroff (or groff), unless % they are included as sections of other qwertz documents. + "@titlepage" + + "@end titlepage" + + "@title " + "@subtitle " + "@author " " and " " thanks to " % ??? " \\\\\n\\\\" + + "@subtitle " "@*" +
+ "@c %% "
"{" "}" "{" "}" + + "@example" + + "@end example" + + "\n@ifinfo" + + "@end ifinfo" + + "\n@appendix " + "@printindex cp" + + "@printindex fn" + + "@printindex vr" + + "\\listoffigures" + + "\\listoftables" +

+ "\n@chapter "

+ "\n@section "

+ "\n@subsection "

+ "\n@subsubsection "

+ "\n@subsubsubsection "
+ "@node " "" "\n"

+ "\n" +

"{@refill}" + + "@noindent" + + "@end itemize" +
    + "@enumerate" +
+ "@end enumerate" + + "\\begin{list}{}{}\n" + + "\\end{list}" +
+ "@table @samp" +
+ "@end table" +
+ "@item "
+
+ "\n" + "@table @var" + + "@end table" + + "@table @kbd" + + "@end table" + + "@item @key{" "}\n" + "\n"
  • + "@item\n"
  • + + "@item " "\n" "\\cite{[ID]" "}" "\\cite\[[NOTE]\]{[ID]" "}" "\\idx{" "}" "\\cdx{" "}" "\\footnote{" "}" "``" "''" + "\\begin{quotation}\n" + + "\n\\end{quotation}\n\n" + "`" "'" "@strong{" "}" "@emph{" "}" "" "" "`" "'" "`" "'" "`" "'" % Added by mdw "\\cparam{" "}" "@CONCEPT{" "}" "@AREF{([file])[node]}{}" "@end AREF" "(cf. [p]@ref{([file])[node]}{}" "{@refill})" + "@ref{([file])[node]}" "@DREF{([file])" "}@end DREF{@refill}" "@code{" "}" + "@example" + + "@end example" + + "@example" + + "@end example" + + "@quotation" + + "@end quotation" + % theorems and such + "@deffn" + "@end deffn" + + "@defun [name]" + "@end defun" + " &optional " " &rest " + "@deffn{[type]} [name]" + "@end deffn" + + "@defvar [name]" + + "@end defvar" + + "\\begin{proposition}" + + "\\end{proposition}" + + "\\begin{lemma}" + "\\end{lemma}\n\n" + + "\\begin{corollary}" + "\\end{corollary}\n\n" + + "\n{\\noindent{\\bf Proof.} " + + "}" + "\\begin{theorem}" + "\\end{theorem}\n\n" + "\[" "\]" + "@var{" "}" + "@lisp" + + "@end lisp" + "<" ">" "@file{" "}" "@kbd{" "}" "@key{" "}" + "@noindent\n@strong{\[[title]\]}\n@quotation\n" + + "@end quotation" + "@cindex{[name]}@cindex{[type]}@cindex{RFC [number]}\n@noindent\n\[[name]: RFC [number]\]\n@quotation\n[author], ``[title]'', [date], [type] (obsolete RFC [obsolete]).\n@end quotation" + "@cindex{[abbrev]}@cindex{[number]:[year]}\n@noindent\n\[[abbrev]]\n@quotation\n[org],’¡Ø[title-cn]’¡Ù,’¡Ø[title-ja]’¡Ù, ``[title-fr]'', ``[title-en]'', [number]:[year].\n@end quotation" + "@cindex{[abbrev]}\n@noindent\n\[[abbrev]]\n@quotation\n[author],’¡Ø[title-cn]’¡Ù,’¡Ø[title-ja]’¡Ù, ``[title-fr]'', ``[title-en]'', [date].\n@end quotation" + "@cindex{[abbrev]}\n@noindent\n\[[abbrev]]\n@quotation\n[author],’¡Ø[title-cn]’¡Ù,’¡Ø[title-ja]’¡Ù, ``[title-fr]'', ``[title-en]'', [book-cn], [book-en], [book-ja], [book-fr], [date].\n@end quotation" + % mathematics "$" "$" + "\\\[" "\\\]" + + "\\begin{equation}" + + "\\end{equation}\n" + "\\frac" "{" "}" "{" "}" "_{" "}" "^{" "}" "\\prod" "\\int" "\\sum" "\\sqrt\[[n]\]{" "}" + "\\begin{array}{[ca]}" + + "\\end{array}" + " \\\\ " + " & " "^(" ")" "_(" ")" "*" "*" "ol(" ")" "\\mbox{\\tt " "}" "\\vec{" "}" "" "" "{@r{}" "}" "\\\\ \n" % figures
    + "\\begin{figure}\[[LOC]\]" +
    + "\\end{figure}\n" + + "\\centerline{\\epsffile{[FILE].ps}}" + + "\\vspace{[VSPACE]}\n\\par" + + "\\caption{" "}" + % tables + "\\begin{table}\[[LOC]\]" +
    + "\\end{table}" + + "\\begin{center}\n" "\\begin{tabular}{[ca]}" + + "\\end{tabular}\n" "\\end{center}" + "\\\\ " + "& " + "\\hline" + % end of texinfo replacement file