index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
LaTeX.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
1
-0
/
+1
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
1
-1
/
+0
2021-09-19
Use babel, not polyglossia, with xelatex.
John MacFarlane
1
-45
/
+7
2021-08-13
Fix raw LaTeX injection issue (LaTeX writer).
John MacFarlane
1
-5
/
+10
2021-07-22
LaTeX writer: Use ulem for underline.
John MacFarlane
1
-1
/
+3
2021-06-21
Revert "LaTeX writer: put a strut after a line break (`\\`)."
John MacFarlane
1
-1
/
+1
2021-06-21
LaTeX writer: put a strut after a line break (`\\`).
John MacFarlane
1
-1
/
+1
2021-06-21
LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line.
John MacFarlane
1
-1
/
+1
2021-05-18
LaTeX writer: separate successive quote chars with thin space
Albert Krewinkel
1
-2
/
+3
2021-05-16
LaTeX template: define commands for zero width non-joiner character
Albert Krewinkel
1
-2
/
+1
2021-05-14
Beamer writer: support exampleblock and alertblock.
John MacFarlane
1
-3
/
+8
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
1
-1
/
+1
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
1
-1
/
+1
2021-03-20
T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.
John MacFarlane
1
-1
/
+13
2021-03-14
Handle 'nocite' better with --biblatex and --natbib.
John MacFarlane
1
-2
/
+10
2021-03-02
Split out T.P.Writers.LaTeX.Util.
John MacFarlane
1
-243
/
+11
2021-03-02
Split out T.P.Writers.LaTeX.Citation.
John MacFarlane
1
-142
/
+6
2021-03-02
Split out T.P.Writers.LaTeX.Lang.
John MacFarlane
1
-180
/
+12
2021-02-28
LaTeX writer: use function instead of map for accent lookup.
John MacFarlane
1
-27
/
+25
2021-02-18
LaTeX writer: adjust hypertargets to beginnings of paragraphs.
John MacFarlane
1
-2
/
+3
2021-01-26
LaTeX writer: change BCP47 lang tag from jp to ja
Mauro Bieg
1
-1
/
+1
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-12-20
LaTeX writer: support colspans and rowspans in tables. (#6950)
Albert Krewinkel
1
-2
/
+4
2020-12-12
LaTeX writer: extract table handling into separate module.
Albert Krewinkel
1
-237
/
+12
2020-12-04
LaTeX writer: Fix bug with nested csl- display Spans.
John MacFarlane
1
-36
/
+32
2020-11-25
LaTeX writer: improve longtable output.
John MacFarlane
1
-40
/
+60
2020-11-25
LaTeX tables: Fix calculation of column spacing.
John MacFarlane
1
-1
/
+1
2020-11-22
LaTeX writer: Improve table spacing.
John MacFarlane
1
-2
/
+2
2020-10-29
LaTeX writer: Improved calculation of table column widths.
John MacFarlane
1
-10
/
+12
2020-10-14
Modify fix to #6742 to use stringToLaTeX.
John MacFarlane
1
-3
/
+5
2020-10-13
LaTeX writer: escape option values in lstlistings environment.
John MacFarlane
1
-1
/
+2
2020-10-12
LaTeX writer: fix handling of pt-BR.
John MacFarlane
1
-3
/
+2
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-11
/
+32
2020-09-15
LaTeX writer: fix spacing issue with list in definition list.
John MacFarlane
1
-3
/
+20
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-6
/
+6
2020-06-17
LaTeX writer: escape `^` specially for listings.
John MacFarlane
1
-1
/
+1
2020-06-14
Distinguish between single and double quotes when using enquote package (#6457)
dbecher-ito
1
-1
/
+3
2020-05-12
LaTeX writer: create hypertarget for links with identifier.
John MacFarlane
1
-23
/
+27
2020-05-02
LaTeX Writer: Add support for customizable alignment of columns in beamer (#6...
andrebauer
1
-5
/
+24
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-0
/
+1
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-1
/
+1
2020-04-15
Implement the new Table type
despresc
1
-1
/
+2
2020-04-11
LaTeX writer: ensure that `-M csquotes` works even in fragment mode.
John MacFarlane
1
-10
/
+11
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-14
Fixes: group biblatex citations even with prefix and suffix (#6058)
Ethan Riley
1
-25
/
+42
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-4
/
+2
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-6
/
+5
2020-02-03
Fix duplicate frame classes in LaTeX/Beamer output.
John MacFarlane
1
-2
/
+2
[next]