File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -275,11 +275,14 @@ def compile_tables(data: dict) -> dict:
275275
276276ALL_FIELDS = [
277277 "aliased-characters" ,
278+ "amslatex-named-characters" ,
278279 "ascii-operators" ,
279280 "ascii-operator-to-character-symbol" ,
280281 "ascii-operator-to-symbol" ,
281282 "ascii-operator-to-unicode" ,
282283 "ascii-operator-to-wl-unicode" ,
284+ # "builtin-constants", # not used yet
285+ "latex-named-characters" ,
283286 "letterlikes" ,
284287 "named-characters" ,
285288 "operator-names" ,
@@ -291,9 +294,10 @@ def compile_tables(data: dict) -> dict:
291294 "unicode-to-amslatex" ,
292295 "unicode-to-wl-dict" ,
293296 "unicode-to-wl-re" ,
294- "wl-to-amslatex" ,
295297 "wl-to-ascii-dict" ,
296298 "wl-to-ascii-re" ,
299+ "wl-to-amslatex" ,
300+ "wl-to-latex" ,
297301 "wl-to-unicode-dict" ,
298302 "wl-to-unicode-re" ,
299303]
You can’t perform that action at this time.
0 commit comments