diff options
Diffstat (limited to 'htc/latex.htc')
| -rw-r--r-- | htc/latex.htc | 262 |
1 files changed, 262 insertions, 0 deletions
diff --git a/htc/latex.htc b/htc/latex.htc new file mode 100644 index 0000000..5b962bb --- /dev/null +++ b/htc/latex.htc | |||
| @@ -0,0 +1,262 @@ | |||
| 1 | \def{symbol}{x}{<font face=symbol>\1</font>} | ||
| 2 | |||
| 3 | \const{alpha}{\symbol{a}} | ||
| 4 | \const{beta}{\symbol{b}} | ||
| 5 | \const{gamma}{\symbol{g}} | ||
| 6 | \const{delta}{\symbol{d}} | ||
| 7 | \const{epsilon}{\symbol{e}} | ||
| 8 | \const{varepsilon}{\symbol{e}} | ||
| 9 | \const{zeta}{\symbol{z}} | ||
| 10 | \const{eta}{\symbol{h}} | ||
| 11 | \const{theta}{\symbol{q}} | ||
| 12 | \const{vartheta}{\symbol{J}} | ||
| 13 | \const{iota}{\symbol{i}} | ||
| 14 | \const{kappa}{\symbol{k}} | ||
| 15 | \const{lambda}{\symbol{l}} | ||
| 16 | \const{mu}{\symbol{m}} | ||
| 17 | \const{nu}{\symbol{n}} | ||
| 18 | \const{xi}{\symbol{x}} | ||
| 19 | \const{omicron}{\symbol{o}} | ||
| 20 | \const{pi}{\symbol{p}} | ||
| 21 | \const{varpi}{\symbol{v}} | ||
| 22 | \const{rho}{\symbol{r}} | ||
| 23 | \const{varrho}{\symbol{r}} | ||
| 24 | \const{sigma}{\symbol{s}} | ||
| 25 | \const{varsigma}{\symbol{V}} | ||
| 26 | \const{tau}{\symbol{t}} | ||
| 27 | \const{upsilon}{\symbol{u}} | ||
| 28 | \const{phi}{\symbol{f}} | ||
| 29 | \const{varphi}{\symbol{j}} | ||
| 30 | \const{chi}{\symbol{c}} | ||
| 31 | \const{psi}{\symbol{y}} | ||
| 32 | \const{omega}{\symbol{w}} | ||
| 33 | \const{Gamma}{\symbol{G}} | ||
| 34 | \const{Delta}{\symbol{D}} | ||
| 35 | \const{Theta}{\symbol{Q}} | ||
| 36 | \const{Lambda}{\symbol{L}} | ||
| 37 | \const{Xi}{\symbol{X}} | ||
| 38 | \const{Pi}{\symbol{P}} | ||
| 39 | \const{Sigma}{\symbol{S}} | ||
| 40 | \const{Upsilon}{\symbol{¡}} | ||
| 41 | \const{Phi}{\symbol{F}} | ||
| 42 | \const{Psi}{\symbol{Y}} | ||
| 43 | \const{Omega}{\symbol{W}} | ||
| 44 | \const{pm}{\symbol{±}} | ||
| 45 | \const{times}{\symbol{´}} | ||
| 46 | \const{div}{\symbol{¸}} | ||
| 47 | \const{bullet}{\symbol{·}} | ||
| 48 | \const{cdot}{\symbol{×}} | ||
| 49 | \const{varplus}{\symbol{+}} | ||
| 50 | \const{cap}{\symbol{Ç}} | ||
| 51 | \const{cup}{\symbol{È}} | ||
| 52 | \const{vee}{\symbol{Ù}} | ||
| 53 | \const{wedge}{\symbol{Ú}} | ||
| 54 | \const{varminus}{\symbol{-}} | ||
| 55 | \const{diamond}{\symbol{à}} | ||
| 56 | \const{oplus}{\symbol{Å}} | ||
| 57 | \const{otimes}{\symbol{Ä}} | ||
| 58 | \const{leq}{\symbol{£}} | ||
| 59 | \const{subset}{\symbol{Ì}} | ||
| 60 | \const{subseteq}{\symbol{Í}} | ||
| 61 | \const{in}{\symbol{Î}} | ||
| 62 | \const{notin}{\symbol{Ï}} | ||
| 63 | \const{geq}{\symbol{³}} | ||
| 64 | \const{supset}{\symbol{É}} | ||
| 65 | \const{supseteq}{\symbol{Ê}} | ||
| 66 | \const{equiv}{\symbol{º}} | ||
| 67 | \const{sim}{\symbol{~}} | ||
| 68 | \const{approx}{\symbol{»}} | ||
| 69 | \const{cong}{\symbol{@}} | ||
| 70 | \const{neq}{\symbol{¹}} | ||
| 71 | \const{propto}{\symbol{µ}} | ||
| 72 | \const{less}{\symbol{<}} | ||
| 73 | \const{perp}{\symbol{^}} | ||
| 74 | \const{mid}{\symbol{|}} | ||
| 75 | \const{equal}{\symbol{=}} | ||
| 76 | \const{greater}{\symbol{>}} | ||
| 77 | \const{colon}{\symbol{:}} | ||
| 78 | \const{semi}{\symbol{;}} | ||
| 79 | \const{ldots}{\symbol{¼}} | ||
| 80 | \const{leftarrow}{\symbol{¬}} | ||
| 81 | \const{Leftarrow}{\symbol{Ü}} | ||
| 82 | \const{rightarrow}{\symbol{®}} | ||
| 83 | \const{Rightarrow}{\symbol{Þ}} | ||
| 84 | \const{leftrightarrow}{\symbol{«}} | ||
| 85 | \const{Leftrightarrow}{\symbol{Û}} | ||
| 86 | \const{uparrow}{\symbol{¯}} | ||
| 87 | \const{Uparrow}{\symbol{Ý}} | ||
| 88 | \const{downarrow}{\symbol{}} | ||
| 89 | \const{Downarrow}{\symbol{ß}} | ||
| 90 | \const{aleph}{\symbol{À}} | ||
| 91 | \const{wp}{\symbol{Ã}} | ||
| 92 | \const{Re}{\symbol{Â}} | ||
| 93 | \const{Im}{\symbol{Á}} | ||
| 94 | \const{prime}{\symbol{¢}} | ||
| 95 | \const{doubleprime}{\symbol{²}} | ||
| 96 | \const{emptyset}{\symbol{Æ}} | ||
| 97 | \const{nabla}{\symbol{Ñ}} | ||
| 98 | \const{surd}{\symbol{Ö}} | ||
| 99 | \const{angle}{\symbol{Ð}} | ||
| 100 | \const{deg}{\symbol{°}} | ||
| 101 | \const{neg}{\symbol{Ø}} | ||
| 102 | \const{partial}{\symbol{¶}} | ||
| 103 | \const{infty}{\symbol{¥}} | ||
| 104 | \const{clubsuit}{\symbol{§}} | ||
| 105 | \const{diamondsuit}{\symbol{¨}} | ||
| 106 | \const{heartsuit}{\symbol{©}} | ||
| 107 | \const{spadesuit}{\symbol{ª}} | ||
| 108 | \const{apple}{\symbol{ð}} | ||
| 109 | \const{tm}{\symbol{Ô}} | ||
| 110 | \const{vartm}{\symbol{ä}} | ||
| 111 | \const{copyright}{\symbol{Ó}} | ||
| 112 | \const{circledR}{\symbol{Ò}} | ||
| 113 | \const{prod}{\symbol{Õ}} | ||
| 114 | \const{int}{\symbol{ò}} | ||
| 115 | \const{sum}{\symbol{å}} | ||
| 116 | \const{ast}{*} | ||
| 117 | \const{backslash}{ | ||
| 118 | \ | ||
| 119 | } | ||
| 120 | \const{setminus}{ | ||
| 121 | \ | ||
| 122 | } | ||
| 123 | |||
| 124 | \const{`A}{À} | ||
| 125 | \const{'A}{Á} | ||
| 126 | \const{^A}{Â} | ||
| 127 | \const{~A}{Ã} | ||
| 128 | \const{"A}{Ä} | ||
| 129 | \const{AA}{Å} | ||
| 130 | \const{AE}{Æ} | ||
| 131 | \const{`E}{È} | ||
| 132 | \const{'E}{É} | ||
| 133 | \const{^E}{Ê} | ||
| 134 | \const{"E}{Ë} | ||
| 135 | \const{`I}{Ì} | ||
| 136 | \const{'I}{Í} | ||
| 137 | \const{^I}{Î} | ||
| 138 | \const{"I}{Ï} | ||
| 139 | \const{'N}{Ñ} | ||
| 140 | \const{`O}{Ò} | ||
| 141 | \const{'O}{Ó} | ||
| 142 | \const{^O}{Ô} | ||
| 143 | \const{~O}{Õ} | ||
| 144 | \const{"O}{Ö} | ||
| 145 | \const{OO}{Ø} | ||
| 146 | \const{`U}{Ù} | ||
| 147 | \const{'U}{Ú} | ||
| 148 | \const{^U}{Û} | ||
| 149 | \const{"U}{Ü} | ||
| 150 | \const{'Y}{Ý} | ||
| 151 | \const{`a}{à} | ||
| 152 | \const{'a}{á} | ||
| 153 | \const{^a}{â} | ||
| 154 | \const{~a}{ã} | ||
| 155 | \const{"a}{ä} | ||
| 156 | \const{aa}{å} | ||
| 157 | \const{ae}{æ} | ||
| 158 | \const{cc}{ç} | ||
| 159 | \const{`e}{è} | ||
| 160 | \const{'e}{é} | ||
| 161 | \const{^e}{ê} | ||
| 162 | \const{"e}{ë} | ||
| 163 | \const{`i}{ì} | ||
| 164 | \const{'i}{í} | ||
| 165 | \const{^i}{î} | ||
| 166 | \const{"i}{ï} | ||
| 167 | \const{~n}{ñ} | ||
| 168 | \const{`o}{ò} | ||
| 169 | \const{'o}{ó} | ||
| 170 | \const{^o}{ô} | ||
| 171 | \const{~o}{õ} | ||
| 172 | \const{"o}{ö} | ||
| 173 | \const{oo}{ø} | ||
| 174 | \const{`u}{ù} | ||
| 175 | \const{'u}{ú} | ||
| 176 | \const{^u}{û} | ||
| 177 | \const{"u}{ü} | ||
| 178 | \const{'y}{ý} | ||
| 179 | \const{"y}{ÿ} | ||
| 180 | \const{ | ||
| 181 | \ | ||
| 182 | }{ | ||
| 183 | <br> | ||
| 184 | } | ||
| 185 | \const{,}{ } | ||
| 186 | \const{!}{} | ||
| 187 | \const{para}{<p>\n} | ||
| 188 | |||
| 189 | \const{newpage}{\n} | ||
| 190 | \const{det}{det} | ||
| 191 | \const{ln}{ln} | ||
| 192 | \const{lim}{lim} | ||
| 193 | %\const{tilde}{~} | ||
| 194 | \const{tilde}{} | ||
| 195 | \const{protect}{} | ||
| 196 | |||
| 197 | \def{emph}{x}{<em>\1</em>} | ||
| 198 | \def{title}{x}{<h1>\1</h1>} | ||
| 199 | \def{chapter}{x}{<h2>\1</h2>} | ||
| 200 | \def{section}{x}{<h3>\1</h3>} | ||
| 201 | \def{subsection}{x}{<h4>\1</h4>} | ||
| 202 | \def{subsubsection}{x}{<h5>\1</h5>} | ||
| 203 | \def{itemize}{x}{ | ||
| 204 | <ul> | ||
| 205 | \1 | ||
| 206 | </ul> | ||
| 207 | } | ||
| 208 | \def{item}{x}{<li>\1</li>} | ||
| 209 | \const{draft}{} | ||
| 210 | \const{maketitle}{} | ||
| 211 | |||
| 212 | \global{LATEX.CITEN}{1} | ||
| 213 | \def{cite}{x}{ | ||
| 214 | \global{LATEX.CITECUR}( | ||
| 215 | \forall{ii}{\1}{ ,}{ | ||
| 216 | \LATEX.CITEN,\on.glob{LATEX.CITE[ii]}{}{ | ||
| 217 | \global{LATEX.CITE[ii]}{\LATEX.CITEN}\global{LATEX.CITEN}(\LATEX.CITEN+1) | ||
| 218 | } | ||
| 219 | } | ||
| 220 | rleft "," | ||
| 221 | ); | ||
| 222 | $^\LATEX.CITECUR$ | ||
| 223 | } | ||
| 224 | \def{onlinecite}{x}{\cite{\1}} | ||
| 225 | \def{bibitem}{x}{\[\LATEX.CITE[\1]\]} | ||
| 226 | |||
| 227 | \def{author}{x}{} | ||
| 228 | \def{address}{x}{} | ||
| 229 | \def{pacs}{x}{} | ||
| 230 | \def{ref}{x}{} | ||
| 231 | \def{caption}{x}{} | ||
| 232 | \def{abstract}{x}{\bf \1} | ||
| 233 | \def{label}{x}{} | ||
| 234 | \def{frac}{xx}{$\1/\2$} | ||
| 235 | |||
| 236 | \def{document}{r}{ | ||
| 237 | \page{ | ||
| 238 | \1 | ||
| 239 | } | ||
| 240 | } | ||
| 241 | \def{array}{x}{ | ||
| 242 | \table{ | ||
| 243 | \forall{ii}{\1}{<br>}{ | ||
| 244 | \tr{ | ||
| 245 | \forall{jj}(ii){&}{ | ||
| 246 | \td(jj) | ||
| 247 | } | ||
| 248 | } | ||
| 249 | } | ||
| 250 | } | ||
| 251 | } | ||
| 252 | \def{ltable}{x}{ | ||
| 253 | \table{ | ||
| 254 | \forall{ii}{\1}{<br>}{ | ||
| 255 | \tr{ | ||
| 256 | \forall{jj}(ii){&}{ | ||
| 257 | \td(jj) | ||
| 258 | } | ||
| 259 | } | ||
| 260 | } | ||
| 261 | } | ||
| 262 | } | ||
