blob: 8eec325b5519312e1aaab07fcfd5916790e5f694 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
# 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:<STRONG>:</>:
:{} :\textsl:<EM>:</>:
:{} :\textem:<EM>:</>:
:{} :\textit:<EM>:</>:
:{} :\texttt:<SAMP>:</>:
:{} :\textsf:<EM>:</>:
:{} :\underline:<EM>:</>:
:{} :\chapter:<hr><H1><FONT color=green>:</>:
:{} :\section:<hr><H2><FONT color=blue>:</>:
:{} :\subsection:<H3><FONT color=teal>:</>:
:{} :\subsubsection:<H4><FONT color=teal>:</>:
:{} :\centerline:<P align=center>:</>:
:{} :\footnote:<font size=-1>[:]</>:
:{} :\ensuremath:<IT>:</>:
:{2} :\renewcommand#1#2:::
:{1} :\makebox[^{]*#1:#1::
:b/e :\begin{center}:<DIV ALIGN=center>:</>:
:b/e :\begin{itemize}:<UL>:</>:
:b/e :\begin{enumerate}:<OL>:</>:
:b/e :\begin{description}:<DL>:</>:
:b/e :\begin{multques}(\{[^\}]*\})*:<OL>:</>:
:b/e :\begin{document}:::
:b/e :\begin{tabular}:\begin{tabular}:\end{tabular}:
:b/e :\begin{quote}:<BLOCKQUOTE>:</>:
:b/e :\begin{verse}:<BLOCKQUOTE>:</>:
:comm :\ldots:...::
:comm :\par:<p>::
:comm :\LaTeX[^ \t\n]*:LaTeX::
:comm :\qquad:::
@comm @\longrightarrow@ ===> @@
:comm :\TeX[^ \t\n]*:TeX::
:comm :\backslash:@BS@::
:comm :\hfill:::
:comm :\hrule:<hr>::
:comm :\vneg:::
:comm :\item([^]]+\])?:<li><strong>$1</strong>::
: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.
|