mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-11 21:44:43 -05: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:
@@ -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