Age | Commit message (Expand) | Author | Files | Lines |
2020-09-15 | LaTeX reader: fix improper empty cell filtering (#6689) | Christian Despres | 1 | -6/+26 |
2020-08-15 | [Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608) | Laurent P. René de Cotret | 1 | -4/+13 |
2020-08-07 | [Latex Reader] Table cell parser not consuming spaces correctly (#6597) | Laurent P. René de Cotret | 1 | -0/+7 |
2020-07-23 | Col-span and row-span in LaTeX reader (#6470) | Laurent P. René de Cotret | 1 | -3/+55 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 1 | -2/+8 |
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/+1 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -3/+3 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -0/+11 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2017-12-15 | Added tests of latex tokenizer. | John MacFarlane | 1 | -1/+18 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -2/+2 |
2017-10-17 | Latex reader: Skip spaces in image options | Ben Firshman | 1 | -0/+3 |
2017-10-17 | Add tests for existing \includegraphics behaviour | Ben Firshman | 1 | -0/+24 |
2017-10-06 | LaTeX reader: read polyglossia/babel \text($LANG){...}. | bucklereed | 1 | -0/+20 |
2017-08-24 | LaTeX reader: RN and Rn, from biblatex (#3854) | bucklereed | 1 | -0/+23 |
2017-08-05 | LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833) | bucklereed | 1 | -0/+26 |
2017-07-07 | Rewrote LaTeX reader with proper tokenization. | John MacFarlane | 1 | -1/+2 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -1/+1 |
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -6/+8 |
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -5/+5 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -3/+2 |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+226 |