Files
pandoc/data
John MacFarlane ebdcf75276 LaTeX writer/template: better handling of front/main/backmatter.
In pandoc 2.7 we assumed that every class with chapters would
accept `\frontmatter`, `\mainmatter`, and `\backmatter`.
This is not so (e.g. report does not).  So pandoc 2.7
breaks on report class by including an unsupported command.

So we replace the book-class variable in the template with
two variables, has-chapters and has-frontmatter, and set
these intelligently in the writer.

Closes #5348.
2019-03-04 11:29:41 -08:00
..
2015-07-13 22:46:49 -07:00
2018-11-20 15:42:24 -05:00
2017-11-11 16:23:41 -08:00
2019-01-16 12:34:17 +01:00
2017-06-19 22:15:12 +02:00