From: Kornel Benko Date: Wed, 29 Jun 2016 08:54:19 +0000 (+0200) Subject: Pass through for filename characters of \ecvpicture command X-Git-Tag: 2.2.1~85 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ac786369efe6242331a0a73bfb55f0cd0836bae7;p=features.git 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. --- diff --git a/lib/layouts/europasscv.layout b/lib/layouts/europasscv.layout index 65611aad13..1539805791 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 0a47966929..497a11a3e9 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"