]> git.lyx.org Git - features.git/commitdiff
Pass through for filename characters of \ecvpicture command
authorKornel Benko <kornel@lyx.org>
Wed, 29 Jun 2016 08:54:19 +0000 (10:54 +0200)
committerKornel Benko <kornel@lyx.org>
Wed, 29 Jun 2016 08:54:19 +0000 (10:54 +0200)
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
lib/layouts/europecv.layout

index 65611aad13f42e7ff6c648c2275c7eba6ae2dd09..15398057917f41133b73709794f6490fe70cb0eb 100644 (file)
@@ -170,6 +170,7 @@ End
 Style Picture
        CopyStyle       Name
        LatexName       ecvpicture
+       PassThru        true
        LabelString     "Picture:"
        Argument 1
          LabelString   "Width"
index 0a47966929aeab1c75a44a8c9e11c23cff2c884c..497a11a3e93ed33f6480d690754379a83262b542 100644 (file)
@@ -105,6 +105,7 @@ End
 Style Picture
        CopyStyle       Name
        LatexName       ecvpicture
+       PassThru        true
        LabelString     "Picture:"
        Argument 1
          LabelString   "Size"