From: Kornel Benko Date: Wed, 29 Jun 2016 08:45:03 +0000 (+0200) Subject: Pass through for filename characters of \ecvpicture command X-Git-Tag: 2.3.0alpha1~1387 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b9ed02314f4917bdae105754a97ce826e7e95710;p=lyx.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"