Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-19 | PDF: Run latex at least two times. | John MacFarlane | 1 | -2/+2 | |
This ensures that the PDFs will have hyperlinked bookmarks (PDF table of contents that can be displayed in the sidebar). | |||||
2012-02-19 | PDF: run latex 3 times if --toc specified. | John MacFarlane | 1 | -1/+1 | |
Closes #424. | |||||
2012-02-07 | PDF: Only run latex twice if \tableofcontents is present. | John MacFarlane | 1 | -1/+4 | |
Note: This will pick up on \tableofcontents even if it's in a verbatim environment. But the worst that can happen is that the document takes a bit longer to build. | |||||
2012-02-06 | Text.Pandoc.PDF: Simplified tex2pdf. | John MacFarlane | 1 | -26/+16 | |
We no longer try to parse the log file to determine whether latex needs to be rerun. Instead, we run latex twice -- which should be enough for table of contents and hyperrefs. Closes #402. | |||||
2012-01-21 | pandoc: Better error checking. | John MacFarlane | 1 | -5/+5 | |
2012-01-20 | PDF: Use string instead of special TeXProgram type. | John MacFarlane | 1 | -16/+6 | |
2012-01-20 | PDF: Better error message. | John MacFarlane | 1 | -3/+7 | |
2012-01-20 | PDF: Export TeXProgram type. | John MacFarlane | 1 | -1/+1 | |
2012-01-20 | PDF: Removed TeXError type, just return a bytestring. | John MacFarlane | 1 | -18/+7 | |
2012-01-20 | Fixed -Wall errors in PDF module. | John MacFarlane | 1 | -20/+13 | |
2012-01-20 | Added Text.Pandoc.PDF - converts latex to PDF. | John MacFarlane | 1 | -0/+167 | |