aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-03PDF: don't assume tex log file is UTF8-encoded.John MacFarlane1-2/+11
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal3-2/+14
2019-11-03EPUB writer: ensure that `lang` variable is set on all chapters.John MacFarlane1-3/+5
2019-11-03Revise MANUAL's comment on table-mode.John MacFarlane1-3/+2
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane4-1/+20
2019-11-03Allow pdf output to stdout.John MacFarlane3-14/+19
2019-11-03Update changelog.md.John MacFarlane1-36/+211
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin3-13/+15
2019-11-02Fix metadata replacement example in lua-filters doc.John MacFarlane1-20/+20
2019-11-02RST reader: avoid spurious warning...John MacFarlane1-1/+1
2019-11-02LaTeX reader: Fixed dollar-math parsing...John MacFarlane2-9/+17
2019-11-02Add test for #5836.John MacFarlane1-0/+19
2019-11-02LaTeX untokenize: Ensure space between control sequence and following letter.John MacFarlane2-2/+15
2019-11-02Test for macro definitions in LaTeX preamble.John MacFarlane1-0/+16
2019-11-02LaTeX reader: Don't omit macro definitions defined in the preamble.John MacFarlane1-6/+7
2019-11-02Manual: clarify when macro definitions are passed as raw latex.John MacFarlane1-2/+5
2019-11-02LaTeX reader: parse macro defs as raw latex...John MacFarlane2-10/+15
2019-11-02Add test case for #5845.John MacFarlane1-0/+16
2019-11-02LaTeX reader: fixed a hang/memory leak in certain circumstances.John MacFarlane1-3/+3
2019-11-02Move extension-adding to applyDefaultsJohn MacFarlane1-6/+5
2019-11-02Document how to use custom writers with `--standalone`.John MacFarlane1-0/+7
2019-11-01Revert "ALlow multiple comma-separated files for `--defaults`."John MacFarlane2-10/+8
2019-11-01ALlow multiple comma-separated files for `--defaults`.John MacFarlane2-8/+10
2019-11-01Factor out applyDefaults in T.P.A.CommandLineOptions.John MacFarlane1-20/+24
2019-11-01`--defaults` improvements.John MacFarlane3-95/+117
2019-10-31Jira writer: remove extraneous newline after single-line block quotesAlbert Krewinkel2-6/+1
2019-10-30Use latest doclayout.John MacFarlane3-3/+4
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink5-1/+51
2019-10-29Update Template syntax in MANUAL.txt with latest doctemplates.John MacFarlane1-58/+146
2019-10-29T.P.W.Shared: Changed gridTables so it does better at...John MacFarlane2-22/+26
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane27-97/+120
2019-10-29Remove include of grffile from default latex template.John MacFarlane2-2/+2
2019-10-29Shared.makeSections: better behavior in some corner cases.John MacFarlane2-3/+177
2019-10-28Shared: improve isTight.John MacFarlane2-1/+12
2019-10-28Fix capitalization of "Linux" in docs (#5859)Marcus Stollsteimer2-3/+3
2019-10-27doc/lua-filters.md: fix mistakes in mediabag module docsAlbert Krewinkel1-3/+3
2019-10-27Org reader: fix parsing of empty comment linesAlbert Krewinkel2-2/+14
2019-10-25Beamer writer: fix regression with hrules separating slides.John MacFarlane1-3/+3
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud5-25/+69
2019-10-23T.P.Readers.LaTeX.Parsing: add `[Tok]` parameter to rawLaTeXParser.John MacFarlane2-10/+16
2019-10-23Add Reader support for HTML <samp> element (#5843)Amogh Rathore2-0/+15
2019-10-16Use latest dev doctemplatesJohn MacFarlane2-2/+2
2019-10-16Add info about command test naming to CONTRIBUTINGFlorian B1-0/+3
2019-10-16Add support for reading & writing <mark> elementsFlorian B2-1/+21
2019-10-15Use latest dev doctemplates.John MacFarlane2-2/+2
2019-10-15Add Void LinuxVolodymyr Kozachynskyi1-1/+2
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio4-26/+74
2019-10-15Muse reader: do not allow closing asterisks to be followed by "*"Alexander Krotov2-5/+30
2019-10-14Minor template & test changes for latest dev doctemplates.John MacFarlane5-8/+8
2019-10-15Muse reader: do not split series of asterisks into symbols and emphasisAlexander Krotov2-0/+15