summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog b/changelog
index b998f7641..ee7227ff1 100644
--- a/changelog
+++ b/changelog
@@ -402,13 +402,14 @@ pandoc (1.5)
Resolves Issue #199.
* LaTeX writer:
- + If book, report, or memoir documentclass, use \chapter{}
+
+ + If book, report, or memoir documentclass, use \chapter{}
for first-level headers. Otherwise use \section{}.
+ Removed stLink, link template variable. Reason: we now always
include hyperref in the template.
* Latex template:
- + Only show \author if there are some.
+ + Only show \author if there are some.
+ Always include hyperref package. It is used not just for links but
for toc, section heading bookmarks, footnotes, etc. Also added
unicode=true on hyperref options.