mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix moderncv.layout
The "photo" style content is a path name (don't escape underscores etc.).
This commit is contained in:
parent
b7a3068df0
commit
2bb5b99db4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user