File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ file. Changes prior to the switch to Markdown format are available from
77The format is based on [ Keep a
88Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
99
10+ ## 2021-10-20
11+
12+ ### Changed
13+
14+ - Q-balance: Add mention to ` pbalance ` package.
15+
1016## 2021-08-18
1117
1218### Changed
Original file line number Diff line number Diff line change @@ -40,10 +40,20 @@ documents.
4040The [ ` balance ` ] ( https://ctan.org/pkg/balance ) package also patches the output routine
4141(somewhat more carefully than [ ` flushend ` ] ( https://ctan.org/pkg/flushend ) ).
4242
43- The user should be aware that any of these packages are liable to
43+ The user should be aware that both these packages are liable to
4444become confused in the presence of floats: if problems arise, manual
4545adjustment of the floats in the document is likely to be necessary.
4646It is this difficulty (what's required in any instance can't really be
4747expressed in current LaTeX) that led the author of
4848[ ` multicol ` ] ( https://ctan.org/pkg/multicol ) to suppress single-column-wide floats.
4949
50+ The [ ` poor man's balance ` ] ( https://ctan.org/pkg/pbalance ) package tries
51+ to solve this limitation. It should be "safe" (changes to the output
52+ routine are minimal) and "just work" without user intervention. However,
53+ as most things in life, it comes with its own set of caveats (check the
54+ docs). The most important ones are
55+
56+ 1 . It is a very new package (2020) and, therefore, has been very
57+ lightly tested;
58+
59+ 2 . It demands additional LaTeX passes (up to three in some cases).
You can’t perform that action at this time.
0 commit comments