index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
latex-text-renderer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-02-28
pdf+latex: add support for flowed text!
Johan B. C. Engelen
1
-9
/
+96
2010-02-26
latex export: add transparency export for pdf
Johan B. C. Engelen
1
-10
/
+22
2010-02-26
fix bug in latex export, when svgwidth has not been defined at all
Johan B. C. Engelen
1
-2
/
+2
2010-02-25
fix warnings
Johan B. C. Engelen
1
-3
/
+1
2010-02-25
prevent extra vertical space after image
Johan B. C. Engelen
1
-1
/
+1
2010-02-25
fix 2 bugs
Johan B. C. Engelen
1
-9
/
+9
2010-02-24
remove whitespace
Johan B. C. Engelen
1
-18
/
+18
2010-02-24
- align on text anchor
Johan B. C. Engelen
1
-18
/
+31
2010-02-24
fix bug: don't output scientific notation numbers to latex
Johan B. C. Engelen
1
-0
/
+3
2010-02-24
add original width of picture to be able to *not* specify width in latex doc....
Johan B. C. Engelen
1
-0
/
+4
2010-02-24
output clones to latex too
Johan B. C. Engelen
1
-2
/
+0
2010-02-22
also output color to tex. ICC colors do not work yet.
Johan B. C. Engelen
1
-1
/
+18
2010-02-22
- proper transformations handling
Johan B. C. Engelen
1
-19
/
+17
2010-02-22
clean up code
Johan B. C. Engelen
1
-220
/
+11
2010-02-22
- change cmdline option to --export-latex.
Johan B. C. Engelen
1
-26
/
+65
2010-02-21
fix alignment issue. now the boundingbox is used for aligning, instead of the...
Johan B. C. Engelen
1
-8
/
+32
2010-02-21
add method to scale the image
Johan B. C. Engelen
1
-104
/
+31
2010-02-21
remove g_message
Johan B. C. Engelen
1
-1
/
+0
2010-02-21
add rotation to text output (the positioning is a little off)
Johan B. C. Engelen
1
-3
/
+16
2010-02-21
fix transforms
Johan B. C. Engelen
1
-18
/
+38
2010-02-21
output test.tex instead of test.pdf.tex which does not work well. strip path ...
Johan B. C. Engelen
1
-5
/
+15
2010-02-21
start outputting text to tex. position is wrong. filename of pdf is wrong in ...
Johan B. C. Engelen
1
-38
/
+57
2010-02-21
writePreamble and writePostamble
Johan B. C. Engelen
1
-4
/
+173
2010-02-20
initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...
Johan B. C. Engelen
1
-0
/
+428