]> git.scottworley.com Git - paperdoorknob/commit - paperdoorknob_test.py
Change default layout: below → beside
authorScott Worley <scottworley@scottworley.com>
Sat, 30 Dec 2023 11:19:11 +0000 (03:19 -0800)
committerScott Worley <scottworley@scottworley.com>
Sat, 30 Dec 2023 11:19:11 +0000 (03:19 -0800)
commit372211762c57033dfef33075bd593ec5d426f3c7
tree659e21e2756da3709dedc6090b1d3b3789ad0eb6
parent47e940089d73e13a8f7f1d12344c2eb9bcaa3454
Change default layout: below → beside

:(

Below layout is nicer, but has two problems:

1. The page break logic seems to be broken.  Some pages have content run
   off the bottom.  Other pages get a single line.  This seems to be a
   bug in the wrapstuff package.

2. There's a problem I don't understand where LaTeX complains about the
   \wrapstuffclear following a \footnote, saying:

      ! LaTeX kernel Error: Not in vertical mode.

      Starting a paragraph with \RawIndent or \RawNoindent
      (or \para_raw_indent: or \para_raw_noindent:) is only allowed
      if LaTeX is in vertical mode.

Two problems
args.py
paperdoorknob_test.py