1826
|
1 |
/*
|
|
2 |
* translation table for the low-8-bit ascii codes
|
|
3 |
* translation takes place only if destCode is TO_LaTeX
|
|
4 |
*
|
|
5 |
* the row number + START_LOW_TABLE -1 is the ascii code !!
|
|
6 |
*/
|
|
7 |
|
|
8 |
/* do not edit the lines between BEGIN_OF_LOW_TABLE and END_OF_LOW_TABLE */
|
|
9 |
/* these lines are automatically generated by gen-isa2latex */
|
|
10 |
|
|
11 |
/* BEGIN_OF_LOW_TABLE */
|
|
12 |
char *translationTableLow[END_LOW_TABLE - START_LOW_TABLE + 1] = {
|
|
13 |
"\\ ",
|
|
14 |
"!",
|
|
15 |
"\x22{}",
|
|
16 |
"\\#",
|
|
17 |
"\\$",
|
|
18 |
"\\%",
|
|
19 |
"\\mbox{$\\&$}",
|
|
20 |
"'",
|
|
21 |
"(",
|
|
22 |
")",
|
|
23 |
"\\mbox{$*$}",
|
|
24 |
"\\mbox{$+$}",
|
|
25 |
",",
|
|
26 |
"\\mbox{$-$}",
|
|
27 |
".",
|
|
28 |
"/",
|
|
29 |
"0",
|
|
30 |
"1",
|
|
31 |
"2",
|
|
32 |
"3",
|
|
33 |
"4",
|
|
34 |
"5",
|
|
35 |
"6",
|
|
36 |
"7",
|
|
37 |
"8",
|
|
38 |
"9",
|
|
39 |
":",
|
|
40 |
";",
|
|
41 |
"\\mbox{$<$}",
|
|
42 |
"\\mbox{$=$}",
|
|
43 |
"\\mbox{$>$}",
|
|
44 |
"?",
|
|
45 |
"@",
|
|
46 |
"A",
|
|
47 |
"B",
|
|
48 |
"C",
|
|
49 |
"D",
|
|
50 |
"E",
|
|
51 |
"F",
|
|
52 |
"G",
|
|
53 |
"H",
|
|
54 |
"I",
|
|
55 |
"J",
|
|
56 |
"K",
|
|
57 |
"L",
|
|
58 |
"M",
|
|
59 |
"N",
|
|
60 |
"O",
|
|
61 |
"P",
|
|
62 |
"Q",
|
|
63 |
"R",
|
|
64 |
"S",
|
|
65 |
"T",
|
|
66 |
"U",
|
|
67 |
"V",
|
|
68 |
"W",
|
|
69 |
"X",
|
|
70 |
"Y",
|
|
71 |
"Z",
|
|
72 |
"\\mbox{$[$}",
|
|
73 |
"\\mbox{$\\backslash$}",
|
|
74 |
"\\mbox{$]$}",
|
|
75 |
"\\^{}",
|
|
76 |
"\\_",
|
|
77 |
"`",
|
|
78 |
"a",
|
|
79 |
"b",
|
|
80 |
"c",
|
|
81 |
"d",
|
|
82 |
"e",
|
|
83 |
"f",
|
|
84 |
"g",
|
|
85 |
"h",
|
|
86 |
"i",
|
|
87 |
"j",
|
|
88 |
"k",
|
|
89 |
"l",
|
|
90 |
"m",
|
|
91 |
"n",
|
|
92 |
"o",
|
|
93 |
"p",
|
|
94 |
"q",
|
|
95 |
"r",
|
|
96 |
"s",
|
|
97 |
"t",
|
|
98 |
"u",
|
|
99 |
"v",
|
|
100 |
"w",
|
|
101 |
"x",
|
|
102 |
"y",
|
|
103 |
"z",
|
|
104 |
"\\{",
|
|
105 |
"\\mbox{$|$}",
|
|
106 |
"\\}",
|
|
107 |
"\\~{}"
|
|
108 |
};
|
|
109 |
/* END_OF_LOW_TABLE */
|
|
110 |
|
|
111 |
|
|
112 |
/*
|
|
113 |
* conversion table for Hi-8-bit table
|
|
114 |
*
|
|
115 |
* the row number + START_HIGH_TABLE -1 is the ascii code !!
|
|
116 |
*
|
|
117 |
* first column is used if destCode is TO_7bit
|
|
118 |
* second column is used if destCode is TO_LaTeX
|
|
119 |
*/
|
|
120 |
|
|
121 |
/* do not edit the lines between BEGIN_OF_HI_TABLE and END_OF_HI_TABLE */
|
|
122 |
/* these lines are automatically generated by gen-isa2latex */
|
|
123 |
|
|
124 |
/* BEGIN_OF_HI_TABLE */
|
|
125 |
char *translationTableHi[END_HI_TABLE - START_HI_TABLE + 1][2] = {
|
|
126 |
{"\\Gamma" ,"\\mbox{$\\Gamma$}"},
|
|
127 |
{"\\Delta" ,"\\mbox{$\\Delta$}"},
|
|
128 |
{"\\Theta" ,"\\mbox{$\\Theta$}"},
|
|
129 |
{"LAM" ,"\\mbox{$\\Lambda$}"},
|
|
130 |
{"\\Pi" ,"\\mbox{$\\Pi$}"},
|
|
131 |
{"\\Sigma" ,"\\mbox{$\\Sigma$}"},
|
|
132 |
{"\\Phi" ,"\\mbox{$\\Phi$}"},
|
|
133 |
{"\\Psi" ,"\\mbox{$\\Psi$}"},
|
|
134 |
{"\\Omega" ,"\\mbox{$\\Omega$}"},
|
|
135 |
{"'a" ,"\\mbox{$\\alpha$}"},
|
|
136 |
{"'b" ,"\\mbox{$\\beta$}"},
|
|
137 |
{"'c" ,"\\mbox{$\\gamma$}"},
|
|
138 |
{"\\delta" ,"\\mbox{$\\delta$}"},
|
|
139 |
{"\\varepsilon" ,"\\mbox{$\\varepsilon$}"},
|
|
140 |
{"\\zeta" ,"\\mbox{$\\zeta$}"},
|
|
141 |
{"\\eta" ,"\\mbox{$\\eta$}"},
|
|
142 |
{"\\vartheta" ,"\\mbox{$\\vartheta$}"},
|
|
143 |
{"\\kappa" ,"\\mbox{$\\kappa$}"},
|
|
144 |
{"%" ,"\\mbox{$\\lambda$}"},
|
|
145 |
{"\\mu" ,"\\mbox{$\\mu$}"},
|
|
146 |
{"\\nu" ,"\\mbox{$\\nu$}"},
|
|
147 |
{"\\xi" ,"\\mbox{$\\xi$}"},
|
|
148 |
{"\\pi" ,"\\mbox{$\\pi$}"},
|
|
149 |
{"'r" ,"\\mbox{$\\rho$}"},
|
|
150 |
{"'s" ,"\\mbox{$\\sigma$}"},
|
|
151 |
{"'t" ,"\\mbox{$\\tau$}"},
|
|
152 |
{"\\varphi" ,"\\mbox{$\\varphi$}"},
|
|
153 |
{"\\chi" ,"\\mbox{$\\chi$}"},
|
|
154 |
{"\\psi" ,"\\mbox{$\\psi$}"},
|
|
155 |
{"\\omega" ,"\\mbox{$\\omega$}"},
|
|
156 |
{"~" ,"\\mbox{$\\neg$}"},
|
|
157 |
{"&" ,"\\mbox{$\\wedge$}"},
|
|
158 |
{"|" ,"\\mbox{$\\vee$}"},
|
|
159 |
{"!" ,"\\mbox{$\\forall$}"},
|
|
160 |
{"?" ,"\\mbox{$\\exists$}"},
|
|
161 |
{"!!" ,"\\mbox{$\\bigwedge$}"},
|
|
162 |
{"\\lceil" ,"\\mbox{$\\lceil$}"},
|
|
163 |
{"\\rceil" ,"\\mbox{$\\rceil$}"},
|
|
164 |
{"\\lfloor" ,"\\mbox{$\\lfloor$}"},
|
|
165 |
{"\\rfloor" ,"\\mbox{$\\rfloor$}"},
|
|
166 |
{"(|" ,"\\mbox{$(\\!|$}"},
|
|
167 |
{"|)" ,"\\mbox{$|\\!)$}"},
|
|
168 |
{"[|" ,"\\mbox{$[\\![$}"},
|
|
169 |
{"|]" ,"\\mbox{$]\\!]$}"},
|
|
170 |
{"\\emptyset" ,"\\mbox{$\\emptyset$}"},
|
|
171 |
{":" ,"\\mbox{$\\in$}"},
|
|
172 |
{"\\subseteq" ,"\\mbox{$\\subseteq$}"},
|
|
173 |
{"Int" ,"\\mbox{$\\cap$}"},
|
|
174 |
{"Un" ,"\\mbox{$\\cup$}"},
|
|
175 |
{"Inter" ,"\\mbox{$\\bigcap$}"},
|
|
176 |
{"Union" ,"\\mbox{$\\bigcup$}"},
|
|
177 |
{"\\sqcap" ,"\\mbox{$\\sqcap$}"},
|
|
178 |
{"\\sqcup" ,"\\mbox{$\\sqcup$}"},
|
|
179 |
{"glb" ,"\\mbox{$\\overline{|\\,\\,|}$}"},
|
|
180 |
{"lub" ,"\\mbox{$\\bigsqcup$}"},
|
|
181 |
{"UU" ,"\\mbox{$\\perp$}"},
|
|
182 |
{"===" ,"\\mbox{$\\doteq$}"},
|
|
183 |
{"==" ,"\\mbox{$\\equiv$}"},
|
|
184 |
{"~=" ,"\\mbox{$\\not=$}"},
|
|
185 |
{"\\sqsubset" ,"\\mbox{$\\sqsubset$}"},
|
|
186 |
{"<<" ,"\\mbox{$\\sqsubseteq$}"},
|
|
187 |
{"\\prec" ,"\\mbox{$\\prec$}"},
|
|
188 |
{"\\preceq" ,"\\mbox{$\\preceq$}"},
|
|
189 |
{"\\succ" ,"\\mbox{$\\succ$}"},
|
|
190 |
{"\\succeq" ,"\\mbox{$\\succeq$}"},
|
|
191 |
{"\\sim" ,"\\mbox{$\\sim$}"},
|
|
192 |
{"\\simeq" ,"\\mbox{$\\simeq$}"},
|
|
193 |
{"\\le" ,"\\mbox{$\\le$}"},
|
|
194 |
{"\\ge" ,"\\mbox{$\\ge$}"},
|
|
195 |
{"<-" ,"\\mbox{$\\leftarrow$}"},
|
|
196 |
{"-" ,"\\mbox{$-$}"},
|
|
197 |
{"->" ,"\\mbox{$\\rightarrow$}"},
|
|
198 |
{"<=" ,"\\mbox{$\\Leftarrow$}"},
|
|
199 |
{"=" ,"\\mbox{$=$}"},
|
|
200 |
{"=>" ,"\\mbox{$\\Rightarrow$}"},
|
|
201 |
{"->>" ,"\\mbox{$\\twoheadrightarrow$}"},
|
|
202 |
{"\\mapsto" ,"\\mbox{$\\mapsto$}"},
|
|
203 |
{"\\leadsto" ,"\\mbox{$\\leadsto$}"},
|
|
204 |
{"\\uparrow" ,"\\mbox{$\\uparrow$}"},
|
|
205 |
{"\\downarrow" ,"\\mbox{$\\downarrow$}"},
|
|
206 |
{"~:" ,"\\mbox{$\\notin$}"},
|
|
207 |
{"*" ,"\\mbox{$\\times$}"},
|
|
208 |
{"++" ,"\\mbox{$\\oplus$}"},
|
|
209 |
{"\\ominus" ,"\\mbox{$\\ominus$}"},
|
|
210 |
{"**" ,"\\mbox{$\\otimes$}"},
|
|
211 |
{"\\oslash" ,"\\mbox{$\\oslash$}"},
|
|
212 |
{"\\natural" ,"\\mbox{$\\natural$}"},
|
|
213 |
{"\\infty" ,"\\mbox{$\\infty$}"},
|
|
214 |
{"\\Box" ,"\\mbox{$\\Box$}"},
|
|
215 |
{"\\Diamond" ,"\\mbox{$\\Diamond$}"},
|
|
216 |
{"\\circ" ,"\\mbox{$\\circ$}"},
|
|
217 |
{"\\bullet" ,"\\mbox{$\\bullet$}"},
|
|
218 |
{"||" ,"\\mbox{$\\parallel$}"},
|
|
219 |
{"\\tick" ,"\\mbox{$\\surd$}"},
|
|
220 |
{"\\filter" ,"\\mbox{\\copyright}"}
|
|
221 |
};
|
|
222 |
/* END_OF_HI_TABLE */
|
|
223 |
|
|
224 |
|
|
225 |
/*
|
|
226 |
* conversion table for long ascii and 8bit sequences scanned by lexer
|
|
227 |
*
|
|
228 |
* first column is used if destCode is TO_7bit
|
|
229 |
* second column is used if destCode is TO_LaTeX
|
|
230 |
*
|
|
231 |
* Row - 1 is the code (longCode) used by the lexer
|
|
232 |
*/
|
|
233 |
|
|
234 |
/* do not edit the lines between BEGIN_OF_SEQ_TABLE and END_OF_SEQ_TABLE */
|
|
235 |
/* these lines are automatically generated by gen-isa2latex */
|
|
236 |
|
|
237 |
/* BEGIN_OF_SEQ_TABLE */
|
|
238 |
char *translationTableSeq[SEQ_TABLE][2] = {
|
|
239 |
{"==>" ,"\\mbox{$\\Longrightarrow$}"},
|
|
240 |
{"-->" ,"\\mbox{$\\longrightarrow$}"},
|
|
241 |
{"?!" ,"\\mbox{$\\exists$}!"},
|
|
242 |
{"ALL" ,"\\mbox{$\\forall$}"},
|
|
243 |
{"EX" ,"\\mbox{$\\exists$}"},
|
|
244 |
{"<|" ,"\\mbox{$<\\!\\mid$}"},
|
|
245 |
{"<<|" ,"\\mbox{$\\ll\\!\\mid$}"},
|
|
246 |
{"<==" ,"\\mbox{$\\Longleftarrow$}"},
|
|
247 |
{"<=>" ,"\\mbox{$\\Leftrightarrow$}"},
|
|
248 |
{"<--" ,"\\mbox{$\\longleftarrow$}"},
|
|
249 |
{"<->" ,"\\mbox{$\\leftrightarrow$}"}
|
|
250 |
};
|
|
251 |
/* END_OF_SEQ_TABLE */
|
|
252 |
|
|
253 |
|