From: Günter Milde Date: Sun, 24 Mar 2019 22:03:09 +0000 (+0100) Subject: Fix moderncv.layout X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c82a5dd61e5456d3c7519695eeec67b143855712;p=features.git Fix moderncv.layout The "photo" style content is a path name (don't escape underscores etc.). --- diff --git a/lib/layouts/moderncv.layout b/lib/layouts/moderncv.layout index df6961a411..a104f739a9 100644 --- a/lib/layouts/moderncv.layout +++ b/lib/layouts/moderncv.layout @@ -202,8 +202,17 @@ Style ExtraInfo LabelString "Extra Info:" End +# Path to a digital image: Style Photo CopyStyle CVStyle + Font + Family typewriter + EndFont + LabelFont + Family Roman + Series Bold + Color Blue + EndFont LatexName photo LabelString "Photo:" Argument 1 @@ -216,6 +225,7 @@ Style Photo Tooltip "Thickness of the surrounding frame" PassThru 1 EndArgument + PassThru 1 End Style Quote