Pass through for filename characters of \ecvpicture command

For instance in case the path contains '_', it would otherwise
be converted to '\_', and so \ecvpicture cannot find the referenced
picture.
This commit is contained in:
Kornel Benko 2016-06-29 10:45:03 +02:00
parent 9aa874e3b1
commit b9ed02314f
2 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,7 @@ End
Style Picture
CopyStyle Name
LatexName ecvpicture
PassThru true
LabelString "Picture:"
Argument 1
LabelString "Width"

View File

@ -105,6 +105,7 @@ End
Style Picture
CopyStyle Name
LatexName ecvpicture
PassThru true
LabelString "Picture:"
Argument 1
LabelString "Size"