Add resize facility to inkscape template.

(cherry picked from commit 167e96ca68)
This commit is contained in:
Juergen Spitzmueller 2017-11-04 10:36:36 +01:00
parent 1fb653c674
commit 55002e0c39

View File

@ -46,11 +46,12 @@ Template Inkscape
FileFilter "*.{svg}" FileFilter "*.{svg}"
AutomaticProduction true AutomaticProduction true
Transform Rotate Transform Rotate
Transform Resize
Preview InstantPreview Preview InstantPreview
Format PDFLaTeX Format PDFLaTeX
TransformCommand Rotate RotationLatexCommand TransformCommand Rotate RotationLatexCommand
# Resize is not desirable here, as fonts are sized to surrounding LaTeX font TransformCommand Resize ResizeLatexCommand
Product "$$RotateFront\\input{$$AbsOrRelPathMaster$$Basename.pdf_tex}$$RotateBack" Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pdf_tex}$$ResizeBack$$RotateBack"
UpdateFormat pdftex UpdateFormat pdftex
UpdateResult "$$AbsPath$$Basename.pdf_tex" UpdateResult "$$AbsPath$$Basename.pdf_tex"
Requirement "xcolor" Requirement "xcolor"
@ -63,7 +64,8 @@ Template Inkscape
FormatEnd FormatEnd
Format LaTeX Format LaTeX
TransformCommand Rotate RotationLatexCommand TransformCommand Rotate RotationLatexCommand
Product "$$RotateFront\\input{$$AbsOrRelPathMaster$$Basename.eps_tex}$$RotateBack" TransformCommand Resize ResizeLatexCommand
Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.eps_tex}$$ResizeBack$$RotateBack"
UpdateFormat pstex UpdateFormat pstex
UpdateResult "$$AbsPath$$Basename.eps_tex" UpdateResult "$$AbsPath$$Basename.eps_tex"
Requirement "xcolor" Requirement "xcolor"