summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-text-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-28pdf+latex: add support for flowed text!Johan B. C. Engelen1-9/+96
2010-02-26latex export: add transparency export for pdfJohan B. C. Engelen1-10/+22
2010-02-26fix bug in latex export, when svgwidth has not been defined at allJohan B. C. Engelen1-2/+2
2010-02-25fix warningsJohan B. C. Engelen1-3/+1
2010-02-25prevent extra vertical space after imageJohan B. C. Engelen1-1/+1
2010-02-25fix 2 bugsJohan B. C. Engelen1-9/+9
2010-02-24remove whitespaceJohan B. C. Engelen1-18/+18
2010-02-24- align on text anchorJohan B. C. Engelen1-18/+31
2010-02-24fix bug: don't output scientific notation numbers to latexJohan B. C. Engelen1-0/+3
2010-02-24add original width of picture to be able to *not* specify width in latex doc....Johan B. C. Engelen1-0/+4
2010-02-24output clones to latex tooJohan B. C. Engelen1-2/+0
2010-02-22also output color to tex. ICC colors do not work yet.Johan B. C. Engelen1-1/+18
2010-02-22- proper transformations handlingJohan B. C. Engelen1-19/+17
2010-02-22clean up codeJohan B. C. Engelen1-220/+11
2010-02-22- change cmdline option to --export-latex.Johan B. C. Engelen1-26/+65
2010-02-21fix alignment issue. now the boundingbox is used for aligning, instead of the...Johan B. C. Engelen1-8/+32
2010-02-21add method to scale the imageJohan B. C. Engelen1-104/+31
2010-02-21remove g_messageJohan B. C. Engelen1-1/+0
2010-02-21add rotation to text output (the positioning is a little off)Johan B. C. Engelen1-3/+16
2010-02-21fix transformsJohan B. C. Engelen1-18/+38
2010-02-21output test.tex instead of test.pdf.tex which does not work well. strip path ...Johan B. C. Engelen1-5/+15
2010-02-21start outputting text to tex. position is wrong. filename of pdf is wrong in ...Johan B. C. Engelen1-38/+57
2010-02-21writePreamble and writePostambleJohan B. C. Engelen1-4/+173
2010-02-20initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...Johan B. C. Engelen1-0/+428