1
0
Fork 1
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:
Jesse Millwood 2024-03-06 20:52:49 -05:00
parent 32c3258a24
commit 1d73bde623

View file

@ -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)))