From c82a5dd61e5456d3c7519695eeec67b143855712 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Sun, 24 Mar 2019 23:03:09 +0100 Subject: [PATCH] Fix moderncv.layout The "photo" style content is a path name (don't escape underscores etc.). --- lib/layouts/moderncv.layout | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.5