mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2025-04-16 18:29:29 +00:00
altacv: Remove fullwidth environment surrounding \makecvheader
The fullwidth environment isn't used in the AltaCV sample.tex and it was causing the photo to fall off the page
This commit is contained in:
parent
32c3258a24
commit
1d73bde623
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
(:mastodon "MASTODON" nil nil parse)
|
||||
(:linkedin "LINKEDIN" nil nil parse)
|
||||
(:with-email nil "email" t t)
|
||||
(:latex-title-command nil nil "\\begin{fullwidth}\n\\makecvheader\n\\end{fullwidth}")
|
||||
(:latex-title-command nil nil "\n\\makecvheader\n")
|
||||
)
|
||||
:translate-alist '((template . org-altacv-template)
|
||||
(headline . org-altacv-headline)))
|
||||
|
|
Loading…
Add table
Reference in a new issue