|
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 - download
Length: 246 (0xf6) Types: TextFile Names: »comtab.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./babel/swedish/SLaTeX/l2sl/comtab.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦23cd347d5⟧ »unix3.0/babel.tar.Z« └─⟦2fb9f645a⟧ └─⟦this⟧ »babel/swedish/SLaTeX/l2sl/comtab.h«
#define ONEOPT 1 #define STAROPT 2 #define PNTOPT 3 #define ONLYPNT 4 #define STARPNT 5 #define NEWTHEOREM 6 #define NEWCOMMAND 7 struct command { char *name; char type; }; extern struct command comtab[]; extern int comtabsize;