Beispiel #1
0
class bibindent(DimenCommand):
    value = DimenCommand.new(0)
Beispiel #2
0
class columnseprule(DimenCommand):
    value = DimenCommand.new(0)
Beispiel #3
0
class marginparwidth(DimenCommand):
    value = DimenCommand.new('0.75in')
Beispiel #4
0
class topskip(DimenCommand):
    value = DimenCommand.new(0)
Beispiel #5
0
class jot(DimenCommand):
    value = DimenCommand.new(0)
Beispiel #6
0
class paperheight(DimenCommand):
    value = DimenCommand.new('11in')
Beispiel #7
0
class headheight(DimenCommand):
    value = DimenCommand.new('0.5in')
Beispiel #8
0
class medskipamount(DimenCommand):
    value = DimenCommand.new('12pt')
Beispiel #9
0
class textwidth(DimenCommand):
    value = DimenCommand.new('6.5in')
Beispiel #10
0
class topmargin(DimenCommand):
    value = DimenCommand.new(0)
Beispiel #11
0
class textheight(DimenCommand):
    value = DimenCommand.new('9in')
Beispiel #12
0
class evensidemargin(DimenCommand):
    value = DimenCommand.new('1in')
Beispiel #13
0
class paperwidth(DimenCommand):
    value = DimenCommand.new('8.5in')
Beispiel #14
0
class unitlength(DimenCommand):
    value = DimenCommand.new('1pt')
Beispiel #15
0
class headsep(DimenCommand):
    value = DimenCommand.new('0.25in')
Beispiel #16
0
class bigskipamount(DimenCommand):
    value = DimenCommand.new('24pt')
Beispiel #17
0
class footskip(DimenCommand):
    value = DimenCommand.new('0.5in')
Beispiel #18
0
class smallskipamount(DimenCommand):
    value = DimenCommand.new('6pt')
Beispiel #19
0
class marginparsep(DimenCommand):
    value = DimenCommand.new('0.25in')
Beispiel #20
0
class mathindent(DimenCommand):
    value = DimenCommand.new(0)
Beispiel #21
0
class fill(DimenCommand):
    value = DimenCommand.new('1fill')