summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdflatex-renderer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-22- change cmdline option to --export-latex.Johan B. C. Engelen1-609/+0
- change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell (bzr r9101.1.13)
2010-02-21fix alignment issue. now the boundingbox is used for aligning, instead of ↵Johan B. C. Engelen1-8/+32
the text anchor point. (bzr r9101.1.11)
2010-02-21add method to scale the imageJohan B. C. Engelen1-104/+31
clean up the pre- and postamble add help text on how to use the tex file (bzr r9101.1.10)
2010-02-21remove g_messageJohan B. C. Engelen1-1/+0
(bzr r9101.1.9)
2010-02-21add rotation to text output (the positioning is a little off)Johan B. C. Engelen1-3/+16
(bzr r9101.1.8)
2010-02-21fix transformsJohan B. C. Engelen1-18/+38
(bzr r9101.1.7)
2010-02-21output test.tex instead of test.pdf.tex which does not work well. strip path ↵Johan B. C. Engelen1-5/+15
from filename on windows (bzr r9101.1.6)
2010-02-21start outputting text to tex. position is wrong. filename of pdf is wrong in ↵Johan B. C. Engelen1-38/+57
latex code (bzr r9101.1.5)
2010-02-21writePreamble and writePostambleJohan B. C. Engelen1-4/+173
(bzr r9101.1.4)
2010-02-20initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵Johan B. C. Engelen1-0/+428
file. implementation of renderer is all that is left to do :) (bzr r9101.1.2)