summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 1 insertions, 4 deletions
diff --git a/changelog b/changelog
index 3f16e3ee0..667bf5144 100644
--- a/changelog
+++ b/changelog
@@ -125,10 +125,7 @@ pandoc (1.17)
anyway if no positioning is specified). Now LaTeX emplates can
control the overall table alignment in a document by setting the
longtable length variables `LTleft` and `LTright`. For example,
-
- \setlength\LTleft\parindent
- \setlength\LTright\fill
-
+ `\setlength\LTleft\parindent\setlength\LTright\fill`
will create left-aligned tables that respect paragraph indentation.
* Docx writer: Handle image alt text (#2754, Mauro Bieg).