summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/LaTeX/Table.hs
AgeCommit message (Expand)Author
2024-03-17LaTeX reader: better handling of colwidths.John MacFarlane
2023-05-04LaTeX reader: ignore args to column type in `\multicolumn`.Albert Krewinkel
2023-02-28LaTeX table parser: also allow `6*c` in column spec.John MacFarlane
2023-02-28LaTeX reader: fix multiplication syntax for tabular.John MacFarlane
2022-10-21LaTeX reader: parse short table caption.John MacFarlane
2022-10-03Rename T.P.Readers.LaTeX.Types -> T.P.TeX.John MacFarlane
2022-08-23LaTeX reader: skip parenthenized args of toprule, midrule, etc.John MacFarlane
2022-03-11LaTeX reader: use custom TokStream...John MacFarlane
2021-11-24LaTeX reader: improve references.John MacFarlane
2021-07-16LaTeX reader: Support `\cline` in LaTeX tables.John MacFarlane
2021-03-07LaTeX reader: handle table cells containing `&` in `\verb`.John MacFarlane
2021-02-27Factor out T.P.Readers.LaTeX.Table.John MacFarlane