diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-11 00:39:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-11 00:39:14 +0000 |
commit | 244448534b4d3c120613c54a49e271c396913e79 (patch) | |
tree | 96daf92f31ef4a298bb35371953412e2f645dcee /Master/texmf-dist/doc/latex/svg-inkscape/README | |
parent | 456506ae0755c40002b59b0e8d43070e6739f68d (diff) |
new doc svg-inkscape 2010-06-10 (10jun10)
git-svn-id: svn://tug.org/texlive/trunk@18881 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/svg-inkscape/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/svg-inkscape/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/svg-inkscape/README b/Master/texmf-dist/doc/latex/svg-inkscape/README new file mode 100644 index 00000000000..e8ec1e4e5c6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/svg-inkscape/README @@ -0,0 +1,37 @@ +This work demonstrates the use of SVG images in LaTeX documents. +Using the PDF + LaTeX output option of Inkscape 0.48, it is possible +to include SVG images in LaTeX and have LaTeX typeset the text. This +results in the same text style in the images as in the text. Moreover, +LaTeX commands can be used in the image's text, such as math or +references. +The document also describes how to automate the conversion from SVG to +PDF+LaTeX using Inkscape. + + +------------------------------------------------------------------- + Author: Johan B. C. Engelen (goejendaagh at zonnet.nl) + Copyright 2010 J.B.C. Engelen + Version 2010-06-10 + + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either + version 1.3 of this license or (at your option) any + later version. + The latest version of the license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of + LaTeX version 2003/06/01 or later. + + This work has the LPPL maintenance status "author-maintained". + + This work consists of the files: +README (this file) +image.svg +InkscapePDFLaTeX.tex + and the derived files +image-normal.pdf (image.svg exported without PDF+LaTeX option) +image.pdf (image.svg exported with PDF+LaTeX option) +image.tex (image.svg exported with PDF+LaTeX option) +InkscapePDFLaTeX.pdf +------------------------------------------------------------------- + |