aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-20 10:16:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-20 10:16:36 -0700
commitb0dc933a21d640cbf8d8fe13b71264d1b16bd0e8 (patch)
tree116cb65dee44f08e171b7aa289f3c646d4a8d3db /changelog
parentb53036ba3fafe15a1832ed41ffac638fb8ea1879 (diff)
downloadpandoc-b0dc933a21d640cbf8d8fe13b71264d1b16bd0e8.tar.gz
Fixed changelog.
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).