1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
# svg package
# Matthew Bertucci 1/30/2022 for v2.02k
#include:iftex
#include:scrbase
#include:pdftexcmds
#include:trimspaces
#include:graphicx
#include:shellesc
#include:ifplatform
#include:xcolor
#include:transparent
#include:pgfsys
#keyvals:\usepackage/svg#c
usexcolor=#true,on,yes,false,off,no
usetransparent=#true,on,yes,false,off,no
noxcolor
notransparent
#endkeyvals
## 2.1. General settings ##
\svgsetup{options%keyvals}
\svgpath{path%URL}
## 2.2. Options for the invocation of Inkscape ##
#keyvals:\usepackage/svg#c,\svgsetup#c
inkscape=#false,off,no,true,on,yes,newer,onlynewer,forced,force,overwrite,pdf,eps,ps,png,latex,nolatex,drawing,page,%<integer%>dpi
inkscapepath=#svgdir,svgpath,svgsubdir,svgsubpath,basedir,basepath,jobdir,jobpath,basesubdir,basesubpath,jobsubdir,jobsubpath,%<path%>
inkscapeexe=%<exec path%>
inkscapeversion=#0,1,auto
inkscapename=%<file name%>
inkscapeformat=#pdf,aps,ps,png
inkscapelatex#true,false
inkscapearea=#drawing,crop,page,nocrop
inkscapedpi=%<integer%>
inkscapeopt=%<Inkscape option%>
svgextension=%<extension%>
## 2.3. Options for the graphic inclusion ##
width=##L
height=##L
distort#true,false
scale=%<factor%>
pretex=%<code%>
apptex=%<code%>
draft#true,false
lastpage#true,false
#endkeyvals
## 2.4. Including SVG files ##
\includesvg{imagefile}#g
\includesvg[options%keyvals]{imagefile}#g
#keyvals:\includesvg
inkscape=#false,off,no,true,on,yes,newer,onlynewer,forced,force,overwrite,pdf,eps,ps,png,latex,nolatex,drawing,page,%<integer%>dpi
inkscapeformat=#pdf,aps,ps,png
inkscapelatex#true,false
inkscapearea=#drawing,crop,page,nocrop
inkscapedpi=%<integer%>
inkscapeopt=%<Inkscape option%>
svgextension=%<extension%>
width=##L
height=##L
distort#true,false
scale=%<factor%>
pretex=%<code%>
apptex=%<code%>
draft#true,false
lastpage#true,false
angle=%<degrees%>
origin=
#endkeyvals
## 2.5. Including already exported SVG files ##
\includeinkscape{imagefile}#g
\includeinkscape[options%keyvals]{imagefile}#g
#keyvals:\includeinkscape
inkscapeformat=#pdf,aps,ps,png
inkscapelatex#true,false
width=##L
height=##L
distort#true,false
scale=%<factor%>
pretex=%<code%>
apptex=%<code%>
draft#true,false
lastpage#true,false
angle=%<degrees%>
origin=
#endkeyvals
# deprecated
\setsvg{options}#S
|