File tree 2 files changed +17
-1
lines changed
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
7
7
The format is based on [ Keep a
8
8
Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
9
9
10
+ ## 2021-10-20
11
+
12
+ ### Changed
13
+
14
+ - Q-balance: Add mention to ` pbalance ` package.
15
+
10
16
## 2021-08-18
11
17
12
18
### Changed
Original file line number Diff line number Diff line change @@ -40,10 +40,20 @@ documents.
40
40
The [ ` balance ` ] ( https://ctan.org/pkg/balance ) package also patches the output routine
41
41
(somewhat more carefully than [ ` flushend ` ] ( https://ctan.org/pkg/flushend ) ).
42
42
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
44
44
become confused in the presence of floats: if problems arise, manual
45
45
adjustment of the floats in the document is likely to be necessary.
46
46
It is this difficulty (what's required in any instance can't really be
47
47
expressed in current LaTeX) that led the author of
48
48
[ ` multicol ` ] ( https://ctan.org/pkg/multicol ) to suppress single-column-wide floats.
49
49
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