From ac786369efe6242331a0a73bfb55f0cd0836bae7 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 29 Jun 2016 10:54:19 +0200 Subject: [PATCH] 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(+) 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" -- 2.39.5