Improve documentation of recent template changes.

This commit is contained in:
Andrew Dunning 2015-10-14 10:13:58 -04:00
parent 198862ee40
commit c058c3f03f

View file

@ -16,8 +16,8 @@ pandoc (1.15.1)
* Markdown Reader:
+ Add basic tests for each header style (Ophir Lifshitz).
+ Add implicit header ref tests for headers with spaces (ophir Lifshitz).
+ Skip spaces in headers (Ophir Lifsihtz).
+ Add implicit header ref tests for headers with spaces (Ophir Lifshitz).
+ Skip spaces in headers (Ophir Lifshitz).
+ Handle 'id' and 'class' in parsing key/value attributes (#2396).
`# Header {id="myid" class="foo bar"}`
is now equivalent to `# Header {#myid .foo .bar}`.
@ -67,7 +67,7 @@ pandoc (1.15.1)
* Docx Reader:
+ Create special punctuation test (Ophir Lifshitz).
+ Parse soft, no-break hyphen elements (Ophir Lifshit).
+ Parse soft, no-break hyphen elements (Ophir Lifshitz).
+ Updated headers test (Ophir Lifshitz). Replaced `styles.xml`
in `headers.docx` with pandoc's current `styles.xml`, which
contains styles for Heading 1 through 6. Added Heading 4
@ -84,7 +84,7 @@ pandoc (1.15.1)
:py:`hi`
Now it currectly recognizes `:py:` as a code role.
Now it correctly recognizes `:py:` as a code role.
* Org reader:
@ -102,28 +102,36 @@ pandoc (1.15.1)
* Templates
+ Beamer: added `innertheme`, `outertheme` variables.
+ Beamer: Added `innertheme`, `outertheme` variables
(Guilhem Bonnefille, #121).
+ Beamer: Added space after colon in figure caption.
+ LaTeX: added `mainfontoptions`, `sansfontoptions`,
`monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
+ Beamer: Integrate recent font and language updates from LaTeX template;
allow use of `mainfont` variable for changing the slide text
in XeTeX and LuaTeX (Andrew Dunning, #131).
+ HTML: Update HTML5 Shiv (Andrew Dunning, #132).
+ LaTeX: Add `mainfontoptions`, `sansfontoptions`,
`monofontoptions`, `mathfontoptions`, `fontfamilyoptions`
(Andrew Dunning, #122).
+ LaTeX, ConTeXt, HTML: support handling of bidirectional text
(mb21, #2191).
(mb21, #120).
+ LaTeX, ConTeXt: more specific language variables.
Instead of directly using `lang`, we now use `babel-lang` and
`polyglossia-lang` and `context-lang`. These variables are set by
the writers to the necessary values, based on the `lang` variable
(which now always takes a value in BCP47 format).
+ LaTeX: updated to work better with tufte and other classes that
include `hyperref` or `color` (Xavier Olive).
+ LaTeX: set `setstretch` directly rather than via package
options (Andrew Dunning).
+ LaTeX: Adjusted for changes to polyglossia-lang variable (mb21).
+ LaTeX: added `polyglossia-lang.name` and `.options` (#2437, mb21).
+ LaTeX: removed xltxtra, xunicode from template (Andrew Dunning).
+ reveal.js: add controls, progress variables (Grégoire Pineau).
+ man template (Alex Vong): Added comment stating that the page is
(which now always takes a value in BCP47 format). (mb21, #114, #129).
+ LaTeX: Prevent package clash with `tufte-latex` and other classes that
include `hyperref` or `color` (Xavier Olive, #115).
+ LaTeX: Improve reliability of superscripts/subscripts under XeTeX
and prevent letters and numbers from appearing on a different baseline
by removing use of the `realscripts` package (via `xltxtra`).
To restore use of OpenType characters for these features under XeTeX or LuaTeX,
add `\usepackage{realscripts}` to `header-includes`.
Remove redundant reference to `xunicode` (Andrew Dunning, #130).
+ LaTeX: Allow use of `hidelinks` variable for `hyperref` package (Hugo Roy, #113).
+ reveal.js: add `controls`, `progress` variables (Grégoire Pineau, #127).
+ man pages: Added comment stating that the page is
autogenerated by pandoc, giving version. Added `adjusting`
and `hyphenate` variables.
and `hyphenate` variables (Alex Vong, #123).
* RST Writer:
@ -158,7 +166,7 @@ pandoc (1.15.1)
+ Correctly recognize book documentclass in metadata (#2395).
+ Set language-related variables automatically, depending
on the value of the `lang` field, which is now always
assumed to be in BCP47 format (#1614, mb21).
assumed to be in BCP47 format (mb21, #1614, #2437).
* HTML writer:
@ -2147,7 +2155,7 @@ pandoc (1.12.4)
* MediaWiki reader:
+ Accept image links in more languages (Jaime Marquínez Ferrándiz).
+ Accept image links in more languages (Jaime Marquínez Ferrándiz).
+ Fixed bug in certain nested lists (#1213). If a level 2 list was
followed by a level 1 list, the first item of the level 1 list
would be lost.