mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2026-05-13 17:29:52 -04:00
Refactor personal information display in LaTeX documents. Updated cv.tex and resume.tex to conditionally format personal email and school email entries, improving layout and readability.
This commit is contained in:
+4
-2
@@ -50,10 +50,12 @@
|
||||
\begin{minipage}[t]{0.33\textwidth}
|
||||
\centering
|
||||
\ifx\personalEmail\empty\else
|
||||
\personalEmail\\
|
||||
\personalEmail
|
||||
\ifx\personalSchoolEmail\empty\else\\\fi
|
||||
\fi
|
||||
\ifx\personalSchoolEmail\empty\else
|
||||
\personalSchoolEmail\\
|
||||
\personalSchoolEmail
|
||||
\ifx\personalPhone\empty\else\\\fi
|
||||
\fi
|
||||
\ifx\personalPhone\empty\else
|
||||
\personalPhone\\
|
||||
|
||||
Reference in New Issue
Block a user