Esempio n. 1
0
class tracingmacros(ParameterCommand): value = ParameterCommand.new(0)
class tracingstats(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 2
0
class year(ParameterCommand): value = ParameterCommand.new(datetime.now().year)
class showboxbreadth(ParameterCommand): value = ParameterCommand.new(5)
Esempio n. 3
0
class showboxdepth(ParameterCommand): value = ParameterCommand.new(3)
class errorcontextlines(ParameterCommand): value = ParameterCommand.new(5)
Esempio n. 4
0
class delimiterfactor(ParameterCommand): value = ParameterCommand.new(901)
class time(ParameterCommand): value = ParameterCommand.new((datetime.now().hour*60) + datetime.now().minute)
Esempio n. 5
0
class day(ParameterCommand): value = ParameterCommand.new(datetime.now().day)
class month(ParameterCommand): value = ParameterCommand.new(datetime.now().month)
Esempio n. 6
0
class maxdeadcycles(ParameterCommand): value = ParameterCommand.new(25)
class hangafter(ParameterCommand): value = ParameterCommand.new(1)
Esempio n. 7
0
class fam(ParameterCommand): value = ParameterCommand.new(0)
class mag(ParameterCommand): value = ParameterCommand.new(1000)
Esempio n. 8
0
class tracingrestores(ParameterCommand): value = ParameterCommand.new(0)
class language(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 9
0
class language(ParameterCommand): value = ParameterCommand.new(0)
class uchyph(ParameterCommand): value = ParameterCommand.new(1)
Esempio n. 10
0
class tracinglostchars(ParameterCommand): value = ParameterCommand.new(1)
class tracingcommands(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 11
0
class tracingcommands(ParameterCommand): value = ParameterCommand.new(0)
class tracingrestores(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 12
0
class tracingoutput(ParameterCommand): value = ParameterCommand.new(0)
class tracinglostchars(ParameterCommand): value = ParameterCommand.new(1)
Esempio n. 13
0
class tracingpages(ParameterCommand): value = ParameterCommand.new(0)
class tracingoutput(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 14
0
class tracingparagraphs(ParameterCommand): value = ParameterCommand.new(0)
class tracingpages(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 15
0
class endlinechar(ParameterCommand): value = ParameterCommand.new(ord('\n'))
class newlinechar(ParameterCommand): value = ParameterCommand.new(-1)
Esempio n. 16
0
class uchyph(ParameterCommand): value = ParameterCommand.new(1)
class lefthyphenmin(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 17
0
class newlinechar(ParameterCommand): value = ParameterCommand.new(-1)
class maxdeadcycles(ParameterCommand): value = ParameterCommand.new(25)
Esempio n. 18
0
class lefthyphenmin(ParameterCommand): value = ParameterCommand.new(0)
class righthyphenmin(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 19
0
class hangafter(ParameterCommand): value = ParameterCommand.new(1)
class fam(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 20
0
class righthyphenmin(ParameterCommand): value = ParameterCommand.new(0)
class globaldefs(ParameterCommand): value = ParameterCommand.new(0)
Esempio n. 21
0
class mag(ParameterCommand): value = ParameterCommand.new(1000)
class delimiterfactor(ParameterCommand): value = ParameterCommand.new(901)
Esempio n. 22
0
class globaldefs(ParameterCommand): value = ParameterCommand.new(0)
class defaulthyphenchar(ParameterCommand): value = ParameterCommand.new(ord('-'))
Esempio n. 23
0
class time(ParameterCommand): value = ParameterCommand.new((datetime.now().hour*60) + datetime.now().minute)
class day(ParameterCommand): value = ParameterCommand.new(datetime.now().day)
Esempio n. 24
0
class defaulthyphenchar(ParameterCommand): value = ParameterCommand.new(ord('-'))
class defaultskewchar(ParameterCommand): value = ParameterCommand.new(-1)
Esempio n. 25
0
class month(ParameterCommand): value = ParameterCommand.new(datetime.now().month)
class year(ParameterCommand): value = ParameterCommand.new(datetime.now().year)
Esempio n. 26
0
class defaultskewchar(ParameterCommand): value = ParameterCommand.new(-1)
class escapechar(ParameterCommand): value = ParameterCommand.new(ord('\\'))
Esempio n. 27
0
class showboxbreadth(ParameterCommand): value = ParameterCommand.new(5)
class showboxdepth(ParameterCommand): value = ParameterCommand.new(3)
Esempio n. 28
0
class escapechar(ParameterCommand): value = ParameterCommand.new(ord('\\'))
class endlinechar(ParameterCommand): value = ParameterCommand.new(ord('\n'))
Esempio n. 29
0
class errorcontextlines(ParameterCommand): value = ParameterCommand.new(5)

# Dimen parameters
class hfuzz(DimenCommand): value = DimenCommand.new('0.1pt')
Esempio n. 30
0
class tracingonline(ParameterCommand): value = ParameterCommand.new(0)
class tracingmacros(ParameterCommand): value = ParameterCommand.new(0)