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:54:19 +02:00
parent 9d02f0bcf1
commit ac786369ef
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"