Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-21 | Use released pandoc-citeproc 0.16.4. | John MacFarlane | 2 | -7/+1 | |
2019-11-21 | Update changelog | John MacFarlane | 1 | -0/+6 | |
2019-11-21 | LaTeX reader: parse \micro siunitx unit command (#5921) | Jose Luis Duran | 1 | -0/+1 | |
This was somehow missed in 884aef31c55e375cd62fcb55a71829d005087cae. | |||||
2019-11-21 | TEI writer: don't strip hash from internal links. | John MacFarlane | 1 | -6/+2 | |
Closes #5922. | |||||
2019-11-20 | Fix typos (#5919) | Brian Wignall | 5 | -12/+12 | |
2019-11-19 | Improve markdown escaping in list items. | John MacFarlane | 2 | -27/+31 | |
Closes #5918. | |||||
2019-11-18 | Use -j1 for rc builds. | John MacFarlane | 1 | -2/+2 | |
Avoid running out of memory. | |||||
2019-11-18 | Update man page. | John MacFarlane | 2 | -5/+9 | |
2019-11-18 | Update changelog. | John MacFarlane | 1 | -0/+4 | |
2019-11-18 | Update MANUAL.txt for doctemplates changes. | John MacFarlane | 1 | -4/+8 | |
2019-11-18 | Use doctemplates 0.7.1 | John MacFarlane | 2 | -5/+3 | |
2019-11-18 | DokuWiki reader: parse markup inside monospace ('') (#5917) | Alexander Krotov | 2 | -2/+5 | |
Fixes #5916 | |||||
2019-11-17 | Use dev version of doctemplates. | John MacFarlane | 1 | -1/+3 | |
2019-11-17 | Reverted the behavior change with `--title-prefix`. | John MacFarlane | 3 | -4/+5 | |
It now implies `--standalone` again, as before. | |||||
2019-11-17 | Ensure that options imply `--standalone` even in defaults file. | John MacFarlane | 2 | -16/+17 | |
Certain options (`--self-contained`, `--include-in-header`, etc.) imply `--standalone`. We now handle this after option parsing so that it affects options specified in defaults files too. Behavior change: `--title-prefix` no longer implies `--standalone`. | |||||
2019-11-17 | Regenerate man page. | John MacFarlane | 1 | -19/+14 | |
2019-11-17 | Changelog for 2.8 consolidate jira writer sections (#5912) | Mauro Bieg | 1 | -6/+3 | |
2019-11-16 | Update changelog. | John MacFarlane | 1 | -2/+17 | |
2019-11-16 | Ms template: Use Palatino for default font. | John MacFarlane | 2 | -2/+2 | |
This is less ugly than Times. | |||||
2019-11-16 | Updaet ms writer test. | John MacFarlane | 1 | -1/+1 | |
2019-11-16 | Ms template: slightly wider default interparagraph space. | John MacFarlane | 1 | -1/+1 | |
2019-11-16 | Ms writer: boldface definition terms in DefinitionLists. | John MacFarlane | 2 | -18/+19 | |
Like LaTeX, ConTeXt. | |||||
2019-11-16 | MANUAL: fix formatting for --shift-heading-level. | John MacFarlane | 1 | -1/+1 | |
2019-11-16 | ms template: default to page numbers on bottom, no paragaraph indent. | John MacFarlane | 2 | -2/+8 | |
To be more like the default LaTeX output. | |||||
2019-11-16 | ConTeXt template: add a saner default for page numbers. | John MacFarlane | 3 | -0/+4 | |
Previously they appeared centered at the top of the page; now we put them centered at the bottom, unless the `pagenumbering` variable is set (this gives users full control over page number format and position, https://wiki.contextgarden.net/Command/setuppagenumbering) | |||||
2019-11-16 | ConTeXt writer: set csl-hanging-ident variable if needed. | John MacFarlane | 1 | -2/+6 | |
2019-11-16 | ConTeXt writer: Use special environment for CSL references. | John MacFarlane | 1 | -0/+8 | |
2019-11-16 | Fix changelog list formatting. | John MacFarlane | 1 | -20/+20 | |
2019-11-16 | ConTeXt writer: use braces, not start/stop, for inline language tags. | John MacFarlane | 2 | -9/+8 | |
This prevents unwanted gobbling of spaces. | |||||
2019-11-16 | Update default.context (#5875) | Denis Maier | 1 | -0/+16 | |
Define an start-stop-pair `cslreferences` to allow for hanging indents in the bibliography. Analogous to the cslreferences-environment in the default latex template. See here: https://github.com/jgm/pandoc-citeproc/issues/410 For this to work the context writer must be adapted. | |||||
2019-11-16 | Add `Ext_smart` to list of possible extensions for HTML. | John MacFarlane | 1 | -0/+1 | |
2019-11-16 | Regenerate README.md. | John MacFarlane | 1 | -0/+1 | |
2019-11-16 | Adjust date on manual, regenerate man page. | John MacFarlane | 2 | -140/+880 | |
2019-11-16 | Update changelog, AUTHORS. | John MacFarlane | 2 | -4/+87 | |
2019-11-16 | Change styles in reference.docx. | John MacFarlane | 29 | -7/+6 | |
All headings now have a uniform color. Level-1 headings no longer set `w:themeShade="B5"`. Level-2 headings are now 14 point rather than 16 point. Level-3 headings are now 12 point rather than 14 point. Level-4 headings are italic rather than bold. Closes #5820. | |||||
2019-11-16 | Patch for fixing spacing problem on CJK language. (#5855) | jeongminkim-islab | 1 | -1/+1 | |
This changes the default on the xeCJK package so that spaces between words are preserved instead of being collapsed. This is necessary for Korean. Issue and solution is from below. https://tex.stackexchange.com/questions/17292/how-to-write-spaces-between-korean-words-with-xecjk | |||||
2019-11-15 | RST writer: Improve spacing for tables with no width information. | John MacFarlane | 4 | -15/+94 | |
If a simple table would be too wide, we use a grid table. The code for generating grid tables has been adjusted to give more intelligent column widths when widths aren't given. (This also affects the markdown writer.) Closes #5899. | |||||
2019-11-15 | LaTeX Reader: Add KOMA-Script metadata commands (#5910) | Andrew Dunning | 1 | -1/+8 | |
Add all titling commands to existing definition for `\dedication`. | |||||
2019-11-14 | Change reference.docx to use more normal block quotes. | John MacFarlane | 29 | -7/+1 | |
Indented left and right, same font and size. Previously it was unindented, smaller font and different typeface. See #5820. | |||||
2019-11-14 | Default files: Allow leaving input-files blank again. | John MacFarlane | 2 | -4/+5 | |
Leaving it blank yields a Nothing value (interpreted as stdin). Providing an empty list is intepreted as no input. This resolves one part of #5888. | |||||
2019-11-14 | Change optInputFiles to a `Maybe [FilePath]`. | John MacFarlane | 5 | -16/+22 | |
`Nothing` means: nothing specified. `Just []` means: an empty list specified (e.g. in defaults). Potentially these could lead to different behavior: see #5888. | |||||
2019-11-14 | Writers.Shared: Clean up code for adding metadata to variables. | John MacFarlane | 1 | -10/+9 | |
2019-11-14 | Markdown reader: use take1WhileP for table row. | John MacFarlane | 1 | -1/+1 | |
2019-11-14 | Markdown reader: Use take1WhileP for str. | John MacFarlane | 1 | -1/+3 | |
This yields a small but measurable performance improvement. | |||||
2019-11-14 | Parsing: Rename takeWhileP -> take1WhileP and clean it up. | John MacFarlane | 1 | -9/+11 | |
(It doesn't match the empty sequence.) | |||||
2019-11-14 | Allow combining `-Vheader-includes` and `--include-in-header`. | John MacFarlane | 2 | -15/+23 | |
Closes #5904. | |||||
2019-11-14 | Fixed some test locations and put test data files in extra-source-files. | John MacFarlane | 11 | -7/+13 | |
2019-11-14 | Fix regression preventing header-includes from being set using -V. | John MacFarlane | 2 | -1/+10 | |
See #5904. | |||||
2019-11-14 | RST writer: fix backslash escaping after strings | Albert Krewinkel | 2 | -2/+5 | |
The check whether a complex inline element following a string must be escaped, now depends on the last character of the string instead of the first. Fixes: #5906 | |||||
2019-11-13 | Fix regression introduced by last commit. | John MacFarlane | 1 | -1/+2 | |