diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-08-27 23:41:14 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-08-28 23:14:27 -0400 |
commit | c01a2c64c26396b5e61f49c272010794937d0c60 (patch) | |
tree | 2b0ef6a87586a5b2c7c085b95e796d9fa98e5dda /lib | |
parent | texpdf: landscape tables in two column text fixed; footnote margin increased (diff) |
texpdf, footnotes align left (ragged), footnote numbers removed from margin
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/texpdf_format.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v0/texpdf_format.rb b/lib/sisu/v0/texpdf_format.rb index b193a345..04dae4d8 100644 --- a/lib/sisu/v0/texpdf_format.rb +++ b/lib/sisu/v0/texpdf_format.rb @@ -899,8 +899,8 @@ WOK \\setcounter{tocdepth}{4} \\makeatletter #{endnotes} -\\usepackage[multiple,marginal]{footmisc} -\\setlength\\footnotemargin{-20pt} +\\usepackage[multiple,ragged]{footmisc} +\\setlength\\footnotemargin{12pt} \\usepackage[para]{manyfoot} \\DeclareNewFootnote{A} %\\DeclareNewFootnote[para]{A} |