commit b9ed02314f4917bdae105754a97ce826e7e95710
Author: Kornel Benko <[email protected]>
Date:   Wed Jun 29 10:45:03 2016 +0200

    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.
---
 lib/layouts/europasscv.layout |    1 +
 lib/layouts/europecv.layout   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/layouts/europasscv.layout b/lib/layouts/europasscv.layout
index 65611aa..1539805 100644
--- a/lib/layouts/europasscv.layout
+++ b/lib/layouts/europasscv.layout
@@ -170,6 +170,7 @@ End
 Style Picture
        CopyStyle       Name
        LatexName       ecvpicture
+       PassThru        true
        LabelString     "Picture:"
        Argument 1
          LabelString   "Width"
diff --git a/lib/layouts/europecv.layout b/lib/layouts/europecv.layout
index 0a47966..497a11a 100644
--- a/lib/layouts/europecv.layout
+++ b/lib/layouts/europecv.layout
@@ -105,6 +105,7 @@ End
 Style Picture
        CopyStyle       Name
        LatexName       ecvpicture
+       PassThru        true
        LabelString     "Picture:"
        Argument 1
          LabelString   "Size"

Reply via email to