summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-text-renderer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add scaling option to PDF+LaTeX (patch by Bernd Bandemer)Johan B. C. Engelen2011-03-101-0/+6
| | | (bzr r10088)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-2/+2
| | | (bzr r10066)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-8/+8
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-11/+12
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | fix help in latex outputJohan B. C. Engelen2010-07-021-1/+1
| | | | | | (bzr r9555)
* | pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex"Johan B. C. Engelen2010-06-291-5/+5
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/595312 (bzr r9547)
* add more help to the tex preambleJohan B. C. Engelen2010-06-211-0/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/596939 (bzr r9519)
* PDF+LaTeX: fix bug 555488, and fix bug with missing space after setting ↵Johan B. C. Engelen2010-04-081-6/+6
| | | | | | | | justification Fixed bugs: - https://launchpad.net/bugs/555488 (bzr r9301)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+1
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix --export-page-drawing option in PDF, PS and LaTeX export.Krzysztof Kosi??ski2010-04-031-1/+2
| | | (bzr r9290)
* pdf+latex: add support for flowed text!Johan B. C. Engelen2010-02-281-9/+96
| | | (bzr r9122)
* latex export: add transparency export for pdfJohan B. C. Engelen2010-02-261-10/+22
| | | (bzr r9115)
* fix bug in latex export, when svgwidth has not been defined at allJohan B. C. Engelen2010-02-261-2/+2
| | | (bzr r9114)
* fix warningsJohan B. C. Engelen2010-02-251-3/+1
| | | (bzr r9112)
* prevent extra vertical space after imageJohan B. C. Engelen2010-02-251-1/+1
| | | (bzr r9101.1.23)
* fix 2 bugsJohan B. C. Engelen2010-02-251-9/+9
| | | (bzr r9101.1.22)
* remove whitespaceJohan B. C. Engelen2010-02-241-18/+18
| | | (bzr r9101.1.21)
* - align on text anchorJohan B. C. Engelen2010-02-241-18/+31
| | | | | - provide better scaling option. default, the image is not scaled. image can be scaled by \def\svgwidth{...} (bzr r9101.1.20)
* fix bug: don't output scientific notation numbers to latexJohan B. C. Engelen2010-02-241-0/+3
| | | (bzr r9101.1.19)
* add original width of picture to be able to *not* specify width in latex ↵Johan B. C. Engelen2010-02-241-0/+4
| | | | | doc. still work to be done. (bzr r9101.1.18)
* output clones to latex tooJohan B. C. Engelen2010-02-241-2/+0
| | | (bzr r9101.1.17)
* also output color to tex. ICC colors do not work yet.Johan B. C. Engelen2010-02-221-1/+18
| | | (bzr r9101.1.16)
* - proper transformations handlingJohan B. C. Engelen2010-02-221-19/+17
| | | | | - 2geomify some stuff (bzr r9101.1.15)
* clean up codeJohan B. C. Engelen2010-02-221-220/+11
| | | (bzr r9101.1.14)
* - change cmdline option to --export-latex.Johan B. C. Engelen2010-02-221-0/+648
- 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)