# Standard specifications for ltoh. # R. Quong 1996, 1997 # quong@best.com # Comments begin with optional whitespace followed by a '#', ';', or a '!' # We recommend you begin all comments with a '#'. # Each line contains: # author := Russell W. Quong login := quong email := quong@best.com url := http://www.best.com/~quong htmlfile_spec := $BASE.html # Don't monkey with (don't change) the following variable. # It sets how much debugging information is printed out. =***= warnlevel := 6 # The general structure of a specification is # :type :latex-macro:html-begin-spec-start:html-end-spec:reserved/not-used # # type is one of the following: # {} = brace delimited command, \textbf{...} # {N} = command, with brace delimited N arguments, \swap{xxx}{yyy} # comm = command without any parameters # b/e = begin/end delimited command \begin{xxx} ... \end{xxx} # :{} :\textbf::: :{} :\textsl::: :{} :\textem::: :{} :\textit::: :{} :\texttt::: :{} :\textsf::: :{} :\underline::: :{} :\chapter:

:: :{} :\section:

:: :{} :\subsection:

:: :{} :\subsubsection:

:: :{} :\centerline:

:: :{} :\footnote:[:]: :{} :\ensuremath::: :{2} :\renewcommand#1#2::: :{1} :\makebox[^{]*#1:#1:: :b/e :\begin{center}:

:: :b/e :\begin{itemize}:
    :: :b/e :\begin{enumerate}:
      :: :b/e :\begin{description}:
      :: :b/e :\begin{multques}(\{[^\}]*\})*:
        :: :b/e :\begin{document}::: :b/e :\begin{tabular}:\begin{tabular}:\end{tabular}: :b/e :\begin{quote}:
        :: :b/e :\begin{verse}:
        :: :comm :\ldots:...:: :comm :\par:

        :: :comm :\LaTeX[^ \t\n]*:LaTeX:: :comm :\qquad::: @comm @\longrightarrow@ ===> @@ :comm :\TeX[^ \t\n]*:TeX:: :comm :\backslash:@BS@:: :comm :\hfill::: :comm :\hrule:


        :: :comm :\vneg::: :comm :\item([^]]+\])?:
      1. $1:: :comm :\def[^\n]+::: :comm :\small::: :comm :\normalsize::: :comm :\footnotesize::: :comm :\large::: :comm :\Large::: :comm :\parindent[^\n]+::: :comm :\noindent[^\n]+::: :comm :\setcounter[^ \t\n]*::: :comm :\addtocounter[^ \t\n]*::: :comm :\raggedright::: :comm :\raggedleft::: :comm :\vspace[*]?\{[^\}]+\}::: :comm :\hspace[*]?\{[^\}]+\}::: :comm :\usepackage\{[^\}]+\}::: :comm :\documentclass[^ \t\n]+::: :comm :\thispagestyle{.*}::: :comm :\pagestyle{.*}::: :comm :\newpage::: :comm :\vfill::: # # End specifications for standard Latex command # # # Also, see the file rq-ltoh.specs for more examples. # # everything after =***= endfile =***= is ignored. # =***= starts a =***= endfile =***= this stuff is all ignored.