diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-05-27 09:29:00 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-05-27 09:29:00 +0200 |
commit | 8d46c23cb332f7f3b875bfa670fd2d1a5f0b21c1 (patch) | |
tree | ef0d6e3a872d18297e5f6056197782a7db3ff44e /src/default_stylesheet.sty | |
parent | 7e87483b2ff28d85830a48a949d06bd531aacfbd (diff) |
Frame option processing
Diffstat (limited to 'src/default_stylesheet.sty')
-rw-r--r-- | src/default_stylesheet.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/default_stylesheet.sty b/src/default_stylesheet.sty index 001b212..bdeffc4 100644 --- a/src/default_stylesheet.sty +++ b/src/default_stylesheet.sty @@ -13,7 +13,7 @@ pad_l = 0.00 pad_r = 0.00 pad_t = 0.00 pad_b = 0.00 -w = "1.00 fr" +w = "1.00 f" h = "100.00 u" x = 0.0 y = 300.0 @@ -29,7 +29,7 @@ pad_l = 20.00 pad_r = 20.00 pad_t = 20.00 pad_b = 20.00 -w = "1.00 fr" +w = "1.00 f" h = "100.00 u" x = 0.0 y = 0.0 @@ -45,7 +45,7 @@ pad_l = 20.00 pad_r = 20.00 pad_t = 20.00 pad_b = 20.00 -w = "1.00 fr" +w = "1.00 f" h = "100.00 u" x = 0.0 y = 0.0 @@ -61,8 +61,8 @@ pad_l = 20.00 pad_r = 20.00 pad_t = 20.00 pad_b = 20.00 -w = "1.00 fr" -h = "1.00 fr" +w = "1.00 f" +h = "1.00 f" x = 0.0 y = 0.0 prologue = "\bgcol{#ffffff}\fgcol{#000000}\font[Sans 24]" |