summaryrefslogtreecommitdiff
path: root/support/fribidixetex/src/fribidixetex-ignore.c
blob: c155d7930366c47ef401f981ab549a1ae5c67e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* All the tags that their content 
 * should be ignored by fribidixetex */
const char *ignore_tags_list[] = 
{
	"begin", "end", "fribidixetexRLE", "fribidixetexLRE", "fribidixetexlatinnumbers", "fribidixetexnonlatinnumbers",
	"input", "include", "includegraphics", "includeonly",
	"hspace", "vspace", "hspace*", "vspace*",
	"ref", "label", "includegraphics",
	"bibliographystyle",
        "parbox",
        "newenvironment", "newtheorem",
        "persianmathdigitsfamily",
        "fontfamily", "fontseries", "fontshape",
        "rmdefault", "sfdefault", "ttdefault",
        "bfdefault", "itdefault", "sldefault", "scdefault",
        "pagenumbering", "pagestyle", "thispagestyle",
        "setcounter", "stepcounter", "setlength", "addtolength"
	"bibitem", "cite" ,""
};