File: tex-filter.info

package info (click to toggle)
aspell 0.60.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,336 kB
  • sloc: cpp: 24,378; sh: 12,340; perl: 1,924; ansic: 1,661; makefile: 852; sed: 16
file content (105 lines) | stat: -rw-r--r-- 2,123 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# TeX filter option file

#This Filter is usable with the following version(s) of Aspell
ASPELL >=0.51

#This line will be printed when typing `Aspell help TeX'
DESCRIPTION filter for dealing with TeX/LaTeX documents

STATIC filter
#STATIC encoder
#STATIC decoder

OPTION check-comments
TYPE bool
DESCRIPTION check TeX comments
DEFAULT false
ENDOPTION

OPTION command
TYPE list
DESCRIPTION TeX commands
DEFAULT addtocounter pp
DEFAULT addtolength pp
DEFAULT alpha p
DEFAULT arabic p
DEFAULT fnsymbol p
DEFAULT roman p
DEFAULT stepcounter p
DEFAULT setcounter pp
DEFAULT usecounter p
DEFAULT value p
DEFAULT newcounter po
DEFAULT refstepcounter p
DEFAULT label p
DEFAULT pageref p
DEFAULT ref p
DEFAULT newcommand poOP
DEFAULT renewcommand poOP
DEFAULT newenvironment poOPP
DEFAULT renewenvironment poOPP
DEFAULT newtheorem poPo
DEFAULT newfont pp
DEFAULT documentclass op
DEFAULT usepackage op
DEFAULT begin po
DEFAULT end p
DEFAULT setlength pp
DEFAULT addtolength pp
DEFAULT settowidth pp
DEFAULT settodepth pp
DEFAULT settoheight pp
DEFAULT enlargethispage p
DEFAULT hyphenation p
DEFAULT pagenumbering p
DEFAULT pagestyle p
DEFAULT addvspace p
DEFAULT framebox ooP
DEFAULT hspace p
DEFAULT vspace p
DEFAULT makebox ooP
DEFAULT parbox ooopP
DEFAULT raisebox pooP
DEFAULT rule opp
DEFAULT sbox pO
DEFAULT savebox pooP
DEFAULT usebox p
DEFAULT include p
DEFAULT includeonly p
DEFAULT input p
DEFAULT addcontentsline ppP
DEFAULT addtocontents pP
DEFAULT fontencoding p
DEFAULT fontfamily p
DEFAULT fontseries p
DEFAULT fontshape p
DEFAULT fontsize pp
DEFAULT usefont pppp
DEFAULT documentstyle op
DEFAULT cite p
DEFAULT nocite p
DEFAULT psfig p
DEFAULT selectlanguage p
DEFAULT includegraphics op
DEFAULT bibitem op
DEFAULT geometry p
ENDOPTION

#OPTION multi-byte
#TYPE list
#DESCRIPTION multi character coded letters (<char>,<rep>[,<rep>[...]])
#DEFAULT Ä,\\"A,"A
#DEFAULT ä,\\"a,"a
#DEFAULT Ö,\\"O,"O
#DEFAULT ö,\\"o,"o
#DEFAULT Ü,\\"U,"U
#DEFAULT ü,\\"u,"u
#DEFAULT ß,\\"s,"s
#FLAGS utf-8
#ENDOPTION

#OPTION hyphen
#TYPE list
#DESCRIPTION characters used to encode hyphenation locations
#DEFAULT \\-
#ENDOPTION