|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T m
Length: 723 (0x2d3) Types: TextFile Names: »maths.h«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXcontrib/kamal/troff_to_tex/maths.h« └─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXcontrib/kamal/troff_to_tex/maths.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/TeXcontrib/kamal/troff_to_tex/maths.h«
/* This file contains a list of the words that have simple correspondence in the two languages. Do not put here words that require action (like sub). If the word is identical in the two languages (except for TeX's backslash), put it in simil.h */ struct math_equiv { char *troff_symb, *tex_symb; } math[] = { /* troff name TeX name */ "~", "\\ ", "^", "\\,", "above", "\\cr", "ccol", "\\matrix", "cpile", "\\matrix", "fat", "", "grad", "\\nabla", "half", "{1\\over 2}", "inf", "\\infty", "inter", "\\cap", "lcol", "\\matrix", "lineup", "", "lpile", "\\matrix", "mark", "", "nothing", "", "pile", "\\matrix", "rcol", "\\matrix", "rpile", "\\matrix", "union", "\\cup" };