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
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
2020-01-07
Fix regression in handling of columns in beamer slides.
John MacFarlane
1
-5
/
+6
2020-01-05
Fix regression in beamer slide structure with certain slide levels.
John MacFarlane
1
-8
/
+17
2020-01-01
LaTeX writer: properly handle unnumbered headings level 4+.
John MacFarlane
1
-1
/
+1
2019-11-27
Remove redundant import.
John MacFarlane
1
-1
/
+0
2019-11-27
LaTeX writer - hlint.
John MacFarlane
1
-29
/
+24
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-179
/
+193
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-2
/
+2
2019-10-25
Beamer writer: fix regression with hrules separating slides.
John MacFarlane
1
-3
/
+3
2019-10-12
LaTeX writer: fix horizontal rule.
John MacFarlane
1
-1
/
+1
2019-10-10
Make some writers sensitive to 'unlisted' class on headings.
John MacFarlane
1
-4
/
+6
2019-10-09
Options.WriterOptions: Change type of writerVariables to Context Text.
John MacFarlane
1
-3
/
+5
2019-09-18
LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.
John MacFarlane
1
-0
/
+1
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
1
-152
/
+131
2019-09-02
LaTeX writer: use `cslreferences` environment for csl bibliographies.
John MacFarlane
1
-3
/
+18
2019-09-02
LaTeX writer: strip off `{}` around locator for biblatex/natbib output.
John MacFarlane
1
-1
/
+7
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-55
/
+66
2019-08-14
Add thin space when needed in LaTeX quote ligatures.
John MacFarlane
1
-4
/
+9
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-44
/
+15
2019-07-20
LaTeX writer: fix line breaks at start of paragraph.
John MacFarlane
1
-9
/
+9
2019-06-11
LaTeX writer: Don't highlight code in headings.
John MacFarlane
1
-3
/
+4
2019-06-10
LaTeX writer: Use mbox to get proper behavior inside `\sout`.
John MacFarlane
1
-6
/
+6
2019-06-07
LaTeX writer: Include inline code attributes with `--listings`.
John MacFarlane
1
-4
/
+12
2019-05-05
LaTeX writer: don't produce columns environment unless beamer.
John MacFarlane
1
-2
/
+2
2019-05-01
Fix footnote in image caption.
John MacFarlane
1
-10
/
+16
2019-04-05
More fixes to beamer table footnotes.
John MacFarlane
1
-14
/
+19
2019-04-05
LaTeX writer: rename stInMinipage -> stExternalNotes
John MacFarlane
1
-13
/
+14
2019-04-05
Make footnotes work properly in beamer tables.
John MacFarlane
1
-0
/
+6
[next]