aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Makefile: choose linux docker image depending on arch.John MacFarlane1-1/+10
2021-03-05Makefile: exit smoothly if no prior benchmark files found.John MacFarlane1-1/+1
2021-03-05Makefile: debpkg: use new multi-arch GHC 8.10.4 docker...John MacFarlane1-1/+2
2021-03-05Allow `${.}` in defaults files paths...John MacFarlane2-2/+24
2021-03-05Implement environment variable interpolation in defaults files.John MacFarlane3-14/+147
2021-03-05Add fields for CSL optinos to Opt.John MacFarlane2-53/+46
2021-03-05Logging: Add EnvironmentVariableUndefined constructor to LogMessage.John MacFarlane1-0/+6
2021-03-05Shared: Change defaultUserDataDirs -> defaultUserDataDir.John MacFarlane2-14/+18
2021-03-04Revert "Revert "Relax `--abbreviations` rules so that a period isn't required.John MacFarlane2-4/+4
2021-03-04Revert "Relax `--abbreviations` rules so that a period isn't required."John MacFarlane2-4/+4
2021-03-04Relax `--abbreviations` rules so that a period isn't required.John MacFarlane2-4/+4
2021-03-04Update stack resolver.John MacFarlane1-10/+1
2021-03-04Update README.md.John MacFarlane1-6/+6
2021-03-04Update man page.John MacFarlane1-13/+54
2021-03-04Bump version to 2.12John MacFarlane1-1/+1
2021-03-04Update date on manual.John MacFarlane1-1/+1
2021-03-04Update AUTHORS.md.John MacFarlane1-0/+4
2021-03-04Update changelogJohn MacFarlane1-2/+8
2021-03-03Revert "Add T.P.Readers.LaTeX.Include."John MacFarlane4-87/+52
2021-03-03Add T.P.Readers.LaTeX.Include.John MacFarlane4-52/+87
2021-03-03Remove T.P.Readers.LaTeX.Accent.John MacFarlane4-83/+69
2021-03-03Move enquote commands to T.P.LaTeX.Lang.John MacFarlane3-24/+34
2021-03-03Moved more into T.P.Readers.LaTeX.Lang.John MacFarlane3-82/+97
2021-03-03Split out T.P.Readers.LaTeX.Inline.John MacFarlane3-341/+419
2021-03-02Split out T.P.Writers.LaTeX.Util.John MacFarlane3-243/+286
2021-03-02Split out T.P.Writers.LaTeX.Citation.John MacFarlane3-142/+188
2021-03-02Split out T.P.Writers.LaTeX.Lang.John MacFarlane3-180/+204
2021-03-02Split up T.P.Writers.Markdown...John MacFarlane4-591/+690
2021-03-02Add doc/libraries.md.John MacFarlane1-0/+59
2021-03-02stack.yaml - use citeproc 0.3.0.8John MacFarlane1-1/+1
2021-03-02Update changelog.John MacFarlane1-98/+182
2021-03-02MacOS release build: remove -split-sections.John MacFarlane1-2/+2
2021-03-02trypandoc: remove unneeded imports.John MacFarlane1-4/+0
2021-03-02cabal.project: don't explicitly set -trypandoc.John MacFarlane1-1/+1
2021-03-02Avoid split-sections for Windows rc.John MacFarlane1-2/+1
2021-03-01Use -split-sections in creating release binary.John MacFarlane3-4/+4
2021-03-01Make T.P.Readers.LaTeX.Types an unexported module.John MacFarlane2-2/+2
2021-03-01Factor out T.P.Readers.LaTeX.Macro.John MacFarlane3-139/+156
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel2-2/+11
2021-02-28Removed unnecessary pragmas.John MacFarlane1-2/+0
2021-02-28Change T.P.Readers.LaTeX.SIunitx to export a command map...John MacFarlane2-16/+16
2021-02-28Remove superfluous imports.John MacFarlane1-2/+0
2021-02-28T.P.Readers.LaTeX: Don't export tokenize, untokenize.John MacFarlane3-18/+10
2021-02-28LaTeX writer: use function instead of map for accent lookup.John MacFarlane1-27/+25
2021-02-28Factor out T.P.Readers.LaTeX.Math.John MacFarlane3-193/+230
2021-02-28Fix CI for older cabal versions.John MacFarlane1-7/+16
2021-02-28CI: don't use --test-option with older cabal versions (< 3).John MacFarlane1-1/+2
2021-02-28Fix bug in last commit.John MacFarlane1-1/+1
2021-02-28Markdown reader efficiency improvements.John MacFarlane1-182/+208
2021-02-28LaTeX reader: another small efficiency improvement.John MacFarlane1-6/+12