Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-16 | Removed unused LANGUAGE pragmas. | John MacFarlane | 1 | -1/+0 | |
2021-03-02 | Split out T.P.Writers.LaTeX.Util. | John MacFarlane | 1 | -0/+274 | |
2021-03-02 | Split out T.P.Writers.LaTeX.Citation. | John MacFarlane | 1 | -0/+181 | |
2021-03-02 | Split out T.P.Writers.LaTeX.Lang. | John MacFarlane | 1 | -0/+191 | |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 3 | -3/+3 | |
2021-01-02 | LaTeX writer: revert table line height increase in 2.11.3. | John MacFarlane | 1 | -1/+1 | |
In 2.11.3 we started adding `\addlinespace`, which produced less dense tables. This wasn't an intentional change; I misunderstood a comment in the discussion leading up to the change. This commit restores the earlier default table appearance. Note that if you want a less dense table, you can use something like `\def\arraystretch{1.5}` in your header. Closes #6996. | |||||
2020-12-20 | LaTeX writer: support colspans and rowspans in tables. (#6950) | Albert Krewinkel | 2 | -94/+209 | |
Note that the multirow package is needed for rowspans. It is included in the latex template under a variable, so that it won't be used unless needed for a table. | |||||
2020-12-12 | LaTeX writer: extract table handling into separate module. | Albert Krewinkel | 4 | -0/+343 | |