DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦beb8d9b4b⟧ TextFile

    Length: 1089 (0x441)
    Types: TextFile
    Names: »comtab.c«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./babel/swedish/SLaTeX/l2sl/comtab.c« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦23cd347d5⟧ »unix3.0/babel.tar.Z« 
        └─⟦2fb9f645a⟧ 
            └─⟦this⟧ »babel/swedish/SLaTeX/l2sl/comtab.c« 

TextFile

#ifndef lint
static char *copyright = "Copyright (C) 1985, Sven Mattisson.";
#endif

#include "comtab.h"

struct command comtab[] = {
    { "bibitem", ONEOPT },
    { "caption", ONEOPT },
    { "cite", ONEOPT },
    { "cline", ONEOPT },
    { "documentstyle", ONEOPT },
    { "footnote", ONEOPT },
    { "footnotemark", ONEOPT },
    { "footnotetext", ONEOPT },
    { "framebox", PNTOPT },
    { "head", ONEOPT },
    { "item", ONEOPT },
    { "line", ONLYPNT },
    { "linebreak", ONEOPT },
    { "makebox", PNTOPT },
    { "marginpar", ONEOPT },
    { "minipage", ONEOPT },
    { "multiput", ONLYPNT },
    { "newcommand", NEWCOMMAND },
    { "newtheorem", NEWTHEOREM },
    { "nolinebreak", ONEOPT },
    { "nopagebreak", ONEOPT },
    { "oval", PNTOPT },
    { "pagebreak", ONEOPT },
    { "parbox", ONEOPT },
    { "picture", ONLYPNT },
    { "put", ONLYPNT },
    { "rule", ONEOPT },
    { "shortstack", ONEOPT },
    { "sqrt", ONEOPT },
    { "twocolumn", ONEOPT },
    { "typein", ONEOPT },
    { "vector", ONLYPNT }
};

int comtabsize = sizeof (comtab) / sizeof (struct command);