mirror of https://github.com/eyhc1/rendercv.git
update default theme options
This commit is contained in:
parent
48e31fdad4
commit
e2ebac1e53
|
@ -191,20 +191,28 @@ design:
|
||||||
- Work Experience
|
- Work Experience
|
||||||
- My Other Custom Section
|
- My Other Custom Section
|
||||||
show_last_updated_date: True
|
show_last_updated_date: True
|
||||||
|
text_alignment: justified
|
||||||
|
header_font_size: 30 pt
|
||||||
|
|
||||||
margins:
|
margins:
|
||||||
page:
|
page:
|
||||||
top: 1.35 cm
|
top: 2 cm
|
||||||
bottom: 1.35 cm
|
bottom: 2 cm
|
||||||
left: 1.35 cm
|
left: 1.24 cm
|
||||||
right: 1.35 cm
|
right: 1.24 cm
|
||||||
section_title:
|
section_title:
|
||||||
top: 0.13 cm
|
top: 0.2 cm
|
||||||
bottom: 0.13 cm
|
bottom: 0.2 cm
|
||||||
|
|
||||||
entry_area:
|
entry_area:
|
||||||
left_and_right: 0.2 cm
|
left_and_right: 0.2 cm
|
||||||
vertical_between: 0.12 cm
|
vertical_between: 0.2 cm
|
||||||
|
|
||||||
highlights_area:
|
highlights_area:
|
||||||
top: 0.12 cm
|
top: 0.10 cm
|
||||||
left: 0.6 cm
|
left: 0.4 cm
|
||||||
vertical_between_bullet_points: 0.07 cm
|
vertical_between_bullet_points: 0.10 cm
|
||||||
|
|
||||||
|
header:
|
||||||
|
vertical_between_name_and_connections: 0.2 cm
|
||||||
|
bottom: 0.2 cm
|
|
@ -340,22 +340,22 @@ class ClassicThemePageMargins(BaseModel):
|
||||||
"""This class stores the margins of pages for the classic theme."""
|
"""This class stores the margins of pages for the classic theme."""
|
||||||
|
|
||||||
top: LaTeXDimension = Field(
|
top: LaTeXDimension = Field(
|
||||||
default="1.35 cm",
|
default="2 cm",
|
||||||
title="Top Margin",
|
title="Top Margin",
|
||||||
description="The top margin of the page with units.",
|
description="The top margin of the page with units.",
|
||||||
)
|
)
|
||||||
bottom: LaTeXDimension = Field(
|
bottom: LaTeXDimension = Field(
|
||||||
default="1.35 cm",
|
default="2 cm",
|
||||||
title="Bottom Margin",
|
title="Bottom Margin",
|
||||||
description="The bottom margin of the page with units.",
|
description="The bottom margin of the page with units.",
|
||||||
)
|
)
|
||||||
left: LaTeXDimension = Field(
|
left: LaTeXDimension = Field(
|
||||||
default="1.35 cm",
|
default="1.24 cm",
|
||||||
title="Left Margin",
|
title="Left Margin",
|
||||||
description="The left margin of the page with units.",
|
description="The left margin of the page with units.",
|
||||||
)
|
)
|
||||||
right: LaTeXDimension = Field(
|
right: LaTeXDimension = Field(
|
||||||
default="1.35 cm",
|
default="1.24 cm",
|
||||||
title="Right Margin",
|
title="Right Margin",
|
||||||
description="The right margin of the page with units.",
|
description="The right margin of the page with units.",
|
||||||
)
|
)
|
||||||
|
@ -365,12 +365,12 @@ class ClassicThemeSectionTitleMargins(BaseModel):
|
||||||
"""This class stores the margins of section titles for the classic theme."""
|
"""This class stores the margins of section titles for the classic theme."""
|
||||||
|
|
||||||
top: LaTeXDimension = Field(
|
top: LaTeXDimension = Field(
|
||||||
default="0.13 cm",
|
default="0.2 cm",
|
||||||
title="Top Margin",
|
title="Top Margin",
|
||||||
description="The top margin of section titles.",
|
description="The top margin of section titles.",
|
||||||
)
|
)
|
||||||
bottom: LaTeXDimension = Field(
|
bottom: LaTeXDimension = Field(
|
||||||
default="0.13 cm",
|
default="0.2 cm",
|
||||||
title="Bottom Margin",
|
title="Bottom Margin",
|
||||||
description="The bottom margin of section titles.",
|
description="The bottom margin of section titles.",
|
||||||
)
|
)
|
||||||
|
@ -401,17 +401,17 @@ class ClassicThemeHighlightsAreaMargins(BaseModel):
|
||||||
"""This class stores the margins of highlights areas for the classic theme."""
|
"""This class stores the margins of highlights areas for the classic theme."""
|
||||||
|
|
||||||
top: LaTeXDimension = Field(
|
top: LaTeXDimension = Field(
|
||||||
default="0.12 cm",
|
default="0.10 cm",
|
||||||
title="Top Margin",
|
title="Top Margin",
|
||||||
description="The top margin of highlights areas.",
|
description="The top margin of highlights areas.",
|
||||||
)
|
)
|
||||||
left: LaTeXDimension = Field(
|
left: LaTeXDimension = Field(
|
||||||
default="0.6 cm",
|
default="0.4 cm",
|
||||||
title="Left Margin",
|
title="Left Margin",
|
||||||
description="The left margin of highlights areas.",
|
description="The left margin of highlights areas.",
|
||||||
)
|
)
|
||||||
vertical_between_bullet_points: LaTeXDimension = Field(
|
vertical_between_bullet_points: LaTeXDimension = Field(
|
||||||
default="0.07 cm",
|
default="0.10 cm",
|
||||||
title="Vertical Margin Between Bullet Points",
|
title="Vertical Margin Between Bullet Points",
|
||||||
description="The vertical margin between bullet points.",
|
description="The vertical margin between bullet points.",
|
||||||
)
|
)
|
||||||
|
|
|
@ -191,20 +191,28 @@ design:
|
||||||
- Work Experience
|
- Work Experience
|
||||||
- My Other Custom Section
|
- My Other Custom Section
|
||||||
show_last_updated_date: True
|
show_last_updated_date: True
|
||||||
|
text_alignment: justified
|
||||||
|
header_font_size: 30 pt
|
||||||
|
|
||||||
margins:
|
margins:
|
||||||
page:
|
page:
|
||||||
top: 1.35 cm
|
top: 2 cm
|
||||||
bottom: 1.35 cm
|
bottom: 2 cm
|
||||||
left: 1.35 cm
|
left: 1.24 cm
|
||||||
right: 1.35 cm
|
right: 1.24 cm
|
||||||
section_title:
|
section_title:
|
||||||
top: 0.13 cm
|
top: 0.2 cm
|
||||||
bottom: 0.13 cm
|
bottom: 0.2 cm
|
||||||
|
|
||||||
entry_area:
|
entry_area:
|
||||||
left_and_right: 0.2 cm
|
left_and_right: 0.2 cm
|
||||||
vertical_between: 0.12 cm
|
vertical_between: 0.2 cm
|
||||||
|
|
||||||
highlights_area:
|
highlights_area:
|
||||||
top: 0.12 cm
|
top: 0.10 cm
|
||||||
left: 0.6 cm
|
left: 0.4 cm
|
||||||
vertical_between_bullet_points: 0.07 cm
|
vertical_between_bullet_points: 0.10 cm
|
||||||
|
|
||||||
|
header:
|
||||||
|
vertical_between_name_and_connections: 0.2 cm
|
||||||
|
bottom: 0.2 cm
|
72
schema.json
72
schema.json
|
@ -45,21 +45,21 @@
|
||||||
"ClassicThemeHighlightsAreaMargins": {
|
"ClassicThemeHighlightsAreaMargins": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"top": {
|
"top": {
|
||||||
"default": "0.12 cm",
|
"default": "0.10 cm",
|
||||||
"description": "The top margin of highlights areas.",
|
"description": "The top margin of highlights areas.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Top Margin",
|
"title": "Top Margin",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"default": "0.6 cm",
|
"default": "0.4 cm",
|
||||||
"description": "The left margin of highlights areas.",
|
"description": "The left margin of highlights areas.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Left Margin",
|
"title": "Left Margin",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"vertical_between_bullet_points": {
|
"vertical_between_bullet_points": {
|
||||||
"default": "0.07 cm",
|
"default": "0.10 cm",
|
||||||
"description": "The vertical margin between bullet points.",
|
"description": "The vertical margin between bullet points.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Vertical Margin Between Bullet Points",
|
"title": "Vertical Margin Between Bullet Points",
|
||||||
|
@ -79,10 +79,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default": {
|
"default": {
|
||||||
"bottom": "1.35 cm",
|
"bottom": "2 cm",
|
||||||
"left": "1.35 cm",
|
"left": "1.24 cm",
|
||||||
"right": "1.35 cm",
|
"right": "1.24 cm",
|
||||||
"top": "1.35 cm"
|
"top": "2 cm"
|
||||||
},
|
},
|
||||||
"description": "Page margins for the classic theme.",
|
"description": "Page margins for the classic theme.",
|
||||||
"title": "Page Margins"
|
"title": "Page Margins"
|
||||||
|
@ -94,8 +94,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default": {
|
"default": {
|
||||||
"bottom": "0.13 cm",
|
"bottom": "0.2 cm",
|
||||||
"top": "0.13 cm"
|
"top": "0.2 cm"
|
||||||
},
|
},
|
||||||
"description": "Section title margins for the classic theme.",
|
"description": "Section title margins for the classic theme.",
|
||||||
"title": "Section Title Margins"
|
"title": "Section Title Margins"
|
||||||
|
@ -120,9 +120,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default": {
|
"default": {
|
||||||
"left": "0.6 cm",
|
"left": "0.4 cm",
|
||||||
"top": "0.12 cm",
|
"top": "0.10 cm",
|
||||||
"vertical_between_bullet_points": "0.07 cm"
|
"vertical_between_bullet_points": "0.10 cm"
|
||||||
},
|
},
|
||||||
"description": "Highlights area margins for the classic theme.",
|
"description": "Highlights area margins for the classic theme.",
|
||||||
"title": "Highlights Area Margins"
|
"title": "Highlights Area Margins"
|
||||||
|
@ -215,19 +215,19 @@
|
||||||
"vertical_between_name_and_connections": "0.2 cm"
|
"vertical_between_name_and_connections": "0.2 cm"
|
||||||
},
|
},
|
||||||
"highlights_area": {
|
"highlights_area": {
|
||||||
"left": "0.6 cm",
|
"left": "0.4 cm",
|
||||||
"top": "0.12 cm",
|
"top": "0.10 cm",
|
||||||
"vertical_between_bullet_points": "0.07 cm"
|
"vertical_between_bullet_points": "0.10 cm"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
"bottom": "1.35 cm",
|
"bottom": "2 cm",
|
||||||
"left": "1.35 cm",
|
"left": "1.24 cm",
|
||||||
"right": "1.35 cm",
|
"right": "1.24 cm",
|
||||||
"top": "1.35 cm"
|
"top": "2 cm"
|
||||||
},
|
},
|
||||||
"section_title": {
|
"section_title": {
|
||||||
"bottom": "0.13 cm",
|
"bottom": "0.2 cm",
|
||||||
"top": "0.13 cm"
|
"top": "0.2 cm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Page, section title, entry field, and highlights field margins.",
|
"description": "Page, section title, entry field, and highlights field margins.",
|
||||||
|
@ -241,28 +241,28 @@
|
||||||
"ClassicThemePageMargins": {
|
"ClassicThemePageMargins": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"top": {
|
"top": {
|
||||||
"default": "1.35 cm",
|
"default": "2 cm",
|
||||||
"description": "The top margin of the page with units.",
|
"description": "The top margin of the page with units.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Top Margin",
|
"title": "Top Margin",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"bottom": {
|
"bottom": {
|
||||||
"default": "1.35 cm",
|
"default": "2 cm",
|
||||||
"description": "The bottom margin of the page with units.",
|
"description": "The bottom margin of the page with units.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Bottom Margin",
|
"title": "Bottom Margin",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"default": "1.35 cm",
|
"default": "1.24 cm",
|
||||||
"description": "The left margin of the page with units.",
|
"description": "The left margin of the page with units.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Left Margin",
|
"title": "Left Margin",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"default": "1.35 cm",
|
"default": "1.24 cm",
|
||||||
"description": "The right margin of the page with units.",
|
"description": "The right margin of the page with units.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Right Margin",
|
"title": "Right Margin",
|
||||||
|
@ -276,14 +276,14 @@
|
||||||
"ClassicThemeSectionTitleMargins": {
|
"ClassicThemeSectionTitleMargins": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"top": {
|
"top": {
|
||||||
"default": "0.13 cm",
|
"default": "0.2 cm",
|
||||||
"description": "The top margin of section titles.",
|
"description": "The top margin of section titles.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Top Margin",
|
"title": "Top Margin",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"bottom": {
|
"bottom": {
|
||||||
"default": "0.13 cm",
|
"default": "0.2 cm",
|
||||||
"description": "The bottom margin of section titles.",
|
"description": "The bottom margin of section titles.",
|
||||||
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
"pattern": "\\d+\\.?\\d* *(cm|in|pt|mm|ex|em)",
|
||||||
"title": "Bottom Margin",
|
"title": "Bottom Margin",
|
||||||
|
@ -1631,19 +1631,19 @@
|
||||||
"vertical_between_name_and_connections": "0.2 cm"
|
"vertical_between_name_and_connections": "0.2 cm"
|
||||||
},
|
},
|
||||||
"highlights_area": {
|
"highlights_area": {
|
||||||
"left": "0.6 cm",
|
"left": "0.4 cm",
|
||||||
"top": "0.12 cm",
|
"top": "0.10 cm",
|
||||||
"vertical_between_bullet_points": "0.07 cm"
|
"vertical_between_bullet_points": "0.10 cm"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
"bottom": "1.35 cm",
|
"bottom": "2 cm",
|
||||||
"left": "1.35 cm",
|
"left": "1.24 cm",
|
||||||
"right": "1.35 cm",
|
"right": "1.24 cm",
|
||||||
"top": "1.35 cm"
|
"top": "2 cm"
|
||||||
},
|
},
|
||||||
"section_title": {
|
"section_title": {
|
||||||
"bottom": "0.13 cm",
|
"bottom": "0.2 cm",
|
||||||
"top": "0.13 cm"
|
"top": "0.2 cm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"primary_color": "#004f90",
|
"primary_color": "#004f90",
|
||||||
|
|
Binary file not shown.
|
@ -4,11 +4,11 @@
|
||||||
% Packages:
|
% Packages:
|
||||||
\usepackage[
|
\usepackage[
|
||||||
ignoreheadfoot, % set margins without considering header and footer
|
ignoreheadfoot, % set margins without considering header and footer
|
||||||
top=1.35 cm, % seperation between body and page edge from the top
|
top=2 cm, % seperation between body and page edge from the top
|
||||||
bottom=1.35 cm, % seperation between body and page edge from the bottom
|
bottom=2 cm, % seperation between body and page edge from the bottom
|
||||||
left=1.35 cm, % seperation between body and page edge from the left
|
left=1.24 cm, % seperation between body and page edge from the left
|
||||||
right=1.35 cm, % seperation between body and page edge from the right
|
right=1.24 cm, % seperation between body and page edge from the right
|
||||||
footskip=0.675 cm, % seperation between body and footer
|
footskip=1.0 cm, % seperation between body and footer
|
||||||
% showframe % for debugging
|
% showframe % for debugging
|
||||||
]{geometry} % for adjusting page geometry
|
]{geometry} % for adjusting page geometry
|
||||||
\usepackage{fontspec} % for loading fonts
|
\usepackage{fontspec} % for loading fonts
|
||||||
|
@ -68,10 +68,10 @@
|
||||||
0pt
|
0pt
|
||||||
}{
|
}{
|
||||||
% top space:
|
% top space:
|
||||||
0.13 cm
|
0.2 cm
|
||||||
}{
|
}{
|
||||||
% bottom space:
|
% bottom space:
|
||||||
0.13 cm
|
0.2 cm
|
||||||
} % section title spacing
|
} % section title spacing
|
||||||
|
|
||||||
\newcolumntype{L}[1]{
|
\newcolumntype{L}[1]{
|
||||||
|
@ -81,17 +81,17 @@
|
||||||
>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}
|
>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}
|
||||||
} % right-aligned fixed width column type
|
} % right-aligned fixed width column type
|
||||||
\newcolumntype{K}[1]{
|
\newcolumntype{K}[1]{
|
||||||
>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}X
|
>{\let\newline\\\arraybackslash\hspace{0pt}}X
|
||||||
} % left-aligned flexible width column type
|
} % justified flexible width column type
|
||||||
\setlength\tabcolsep{-1.5pt} % no space between columns
|
\setlength\tabcolsep{-1.5pt} % no space between columns
|
||||||
\newenvironment{highlights}{
|
\newenvironment{highlights}{
|
||||||
\begin{itemize}[
|
\begin{itemize}[
|
||||||
topsep=0pt,
|
topsep=0pt,
|
||||||
parsep=0.07 cm,
|
parsep=0.10 cm,
|
||||||
partopsep=0pt,
|
partopsep=0pt,
|
||||||
itemsep=0pt,
|
itemsep=0pt,
|
||||||
after=\vspace{-1\baselineskip},
|
after=\vspace{-1\baselineskip},
|
||||||
leftmargin=0.6 cm + 3pt
|
leftmargin=0.4 cm + 3pt
|
||||||
]
|
]
|
||||||
}{
|
}{
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
@ -106,10 +106,10 @@
|
||||||
\newcommand{\placelastupdatedtext}{% \placetextbox{<horizontal pos>}{<vertical pos>}{<stuff>}
|
\newcommand{\placelastupdatedtext}{% \placetextbox{<horizontal pos>}{<vertical pos>}{<stuff>}
|
||||||
\AddToShipoutPictureFG*{% Add <stuff> to current page foreground
|
\AddToShipoutPictureFG*{% Add <stuff> to current page foreground
|
||||||
\put(
|
\put(
|
||||||
\LenToUnit{\paperwidth-1.35 cm-0.2 cm+0.05cm},
|
\LenToUnit{\paperwidth-1.24 cm-0.2 cm+0.05cm},
|
||||||
\LenToUnit{\paperheight-0.675 cm}
|
\LenToUnit{\paperheight-1.0 cm}
|
||||||
){\vtop{{\null}\makebox[0pt][c]{
|
){\vtop{{\null}\makebox[0pt][c]{
|
||||||
\small\color{gray}\textit{Last updated on November 27, 2023}\hspace{\widthof{Last updated on November 27, 2023}}
|
\small\color{gray}\textit{Last updated on November 29, 2023}\hspace{\widthof{Last updated on November 29, 2023}}
|
||||||
}}}%
|
}}}%
|
||||||
}%
|
}%
|
||||||
}%
|
}%
|
||||||
|
@ -147,7 +147,6 @@
|
||||||
|
|
||||||
\section{Summary}
|
\section{Summary}
|
||||||
{
|
{
|
||||||
\raggedright
|
|
||||||
\setlength{\leftskip}{0.2 cm}
|
\setlength{\leftskip}{0.2 cm}
|
||||||
\setlength{\rightskip}{0.2 cm}
|
\setlength{\rightskip}{0.2 cm}
|
||||||
|
|
||||||
|
@ -164,7 +163,7 @@
|
||||||
\textbf{BS}
|
\textbf{BS}
|
||||||
&
|
&
|
||||||
\textbf{My University}, Mechanical Engineering
|
\textbf{My University}, Mechanical Engineering
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item GPA: 3.99/4.00 (\href{https://example.com/}{Transcript})
|
\item GPA: 3.99/4.00 (\href{https://example.com/}{Transcript})
|
||||||
\item Class rank: 1 of 62 \hspace*{-0.2cm}
|
\item Class rank: 1 of 62 \hspace*{-0.2cm}
|
||||||
|
@ -174,12 +173,12 @@
|
||||||
Sept. 2017 to Jan. 2023
|
Sept. 2017 to Jan. 2023
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{L{0.85cm} K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{L{0.85cm} K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{}
|
\textbf{}
|
||||||
&
|
&
|
||||||
\textbf{The University of Texas at Austin}, Mechanical Engineering, Student Exchange Program
|
\textbf{The University of Texas at Austin}, Mechanical Engineering, Student Exchange Program
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item GPA: 4.00/4.00 (\href{https://example.com/}{Transcript}) \hspace*{-0.2cm}
|
\item GPA: 4.00/4.00 (\href{https://example.com/}{Transcript}) \hspace*{-0.2cm}
|
||||||
\end{highlights}
|
\end{highlights}
|
||||||
|
@ -194,7 +193,7 @@
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{CERN}, Mechanical Engineer
|
\textbf{CERN}, Mechanical Engineer
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item CERN is a research organization that operates the world's largest and most powerful particle accelerator.
|
\item CERN is a research organization that operates the world's largest and most powerful particle accelerator.
|
||||||
\item Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
\item Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||||
|
@ -206,10 +205,10 @@
|
||||||
10 months
|
10 months
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{AmIACompany}, Summer Intern
|
\textbf{AmIACompany}, Summer Intern
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item AmIACompany is a technology company that provides web-based engineering applications that enable the simulation and optimization of products and manufacturing tools.
|
\item AmIACompany is a technology company that provides web-based engineering applications that enable the simulation and optimization of products and manufacturing tools.
|
||||||
\item Modeled and simulated a metal-forming process deep drawing using finite element analysis with open-source software called CalculiX. \hspace*{-0.2cm}
|
\item Modeled and simulated a metal-forming process deep drawing using finite element analysis with open-source software called CalculiX. \hspace*{-0.2cm}
|
||||||
|
@ -226,7 +225,7 @@
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{Design and Construction of a Robot}, \href{https://example.com/}{view on my website}
|
\textbf{Design and Construction of a Robot}, \href{https://example.com/}{view on my website}
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item Designed and constructed a controllable robot that measures a car's torque and power output at different speeds for my senior design project. \hspace*{-0.2cm}
|
\item Designed and constructed a controllable robot that measures a car's torque and power output at different speeds for my senior design project. \hspace*{-0.2cm}
|
||||||
\end{highlights}
|
\end{highlights}
|
||||||
|
@ -235,10 +234,10 @@
|
||||||
Fall 2022
|
Fall 2022
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{Design and Construction of an Another Robot}, \href{https://example.com/}{view on my website}
|
\textbf{Design and Construction of an Another Robot}, \href{https://example.com/}{view on my website}
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item Designed, built, and programmed a microcontroller-based device that plays a guitar with DC motors as part of a mechatronics course term project. \hspace*{-0.2cm}
|
\item Designed, built, and programmed a microcontroller-based device that plays a guitar with DC motors as part of a mechatronics course term project. \hspace*{-0.2cm}
|
||||||
\end{highlights}
|
\end{highlights}
|
||||||
|
@ -253,7 +252,7 @@
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{Machine Learning by Stanford University}, \href{https://example.com/}{Certificate}
|
\textbf{Machine Learning by Stanford University}, \href{https://example.com/}{Certificate}
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
&
|
&
|
||||||
Sept. 2022
|
Sept. 2022
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
@ -264,7 +263,7 @@
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{Ray Tracing in C++}, \href{https://example.com/}{view on my website}
|
\textbf{Ray Tracing in C++}, \href{https://example.com/}{view on my website}
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item Coded a ray tracer in C++ that can render scenes with multiple light sources, spheres, and planes with reflection and refraction properties. \hspace*{-0.2cm}
|
\item Coded a ray tracer in C++ that can render scenes with multiple light sources, spheres, and planes with reflection and refraction properties. \hspace*{-0.2cm}
|
||||||
\end{highlights}
|
\end{highlights}
|
||||||
|
@ -276,7 +275,7 @@
|
||||||
|
|
||||||
\section{Skills}
|
\section{Skills}
|
||||||
|
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -284,8 +283,8 @@
|
||||||
|
|
||||||
\par\endgroup
|
\par\endgroup
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -293,8 +292,8 @@
|
||||||
|
|
||||||
\par\endgroup
|
\par\endgroup
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -302,8 +301,8 @@
|
||||||
|
|
||||||
\par\endgroup
|
\par\endgroup
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -315,7 +314,7 @@
|
||||||
|
|
||||||
\section{Test Scores}
|
\section{Test Scores}
|
||||||
|
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -323,8 +322,8 @@
|
||||||
|
|
||||||
\par\endgroup
|
\par\endgroup
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -338,7 +337,7 @@
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{Dumanlikiz Skiing Club}, Co-founder / Skiing Instructor
|
\textbf{Dumanlikiz Skiing Club}, Co-founder / Skiing Instructor
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item Taught skiing during winters as a certified skiing instructor. \hspace*{-0.2cm}
|
\item Taught skiing during winters as a certified skiing instructor. \hspace*{-0.2cm}
|
||||||
\end{highlights}
|
\end{highlights}
|
||||||
|
@ -354,11 +353,11 @@
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{Phononic band gaps induced by inertial amplification in periodic media}
|
\textbf{Phononic band gaps induced by inertial amplification in periodic media}
|
||||||
|
|
||||||
\vspace{0.07 cm}
|
\vspace{0.10 cm}
|
||||||
|
|
||||||
A. \nolinebreak 1, J. \nolinebreak Doe, A. \nolinebreak 3
|
A. \nolinebreak 1, J. \nolinebreak Doe, A. \nolinebreak 3
|
||||||
|
|
||||||
\vspace{0.07 cm}
|
\vspace{0.10 cm}
|
||||||
|
|
||||||
\href{https://doi.org/10.1103/PhysRevB.76.054309}{10.1103/PhysRevB.76.054309} (Physical Review B)
|
\href{https://doi.org/10.1103/PhysRevB.76.054309}{10.1103/PhysRevB.76.054309} (Physical Review B)
|
||||||
&
|
&
|
||||||
|
@ -370,7 +369,7 @@
|
||||||
|
|
||||||
\section{My Custom Section}
|
\section{My Custom Section}
|
||||||
|
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -378,8 +377,8 @@
|
||||||
|
|
||||||
\par\endgroup
|
\par\endgroup
|
||||||
|
|
||||||
\vspace{0.12 cm}
|
\vspace{0.2 cm}
|
||||||
\begingroup\raggedright \leftskip=0.2 cm
|
\begingroup \leftskip=0.2 cm
|
||||||
\advance\csname @rightskip\endcsname 0.2 cm
|
\advance\csname @rightskip\endcsname 0.2 cm
|
||||||
\advance\rightskip 0.2 cm
|
\advance\rightskip 0.2 cm
|
||||||
|
|
||||||
|
@ -395,7 +394,7 @@
|
||||||
\textbf{HA}
|
\textbf{HA}
|
||||||
&
|
&
|
||||||
\textbf{Hop!}, Hop!
|
\textbf{Hop!}, Hop!
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item There are only five types of entries: \textit{EducationEntry}, \textit{ExperienceEntry}, \textit{NormalEntry}, \textit{OneLineEntry}, and \textit{PublicationEntry}.
|
\item There are only five types of entries: \textit{EducationEntry}, \textit{ExperienceEntry}, \textit{NormalEntry}, \textit{OneLineEntry}, and \textit{PublicationEntry}.
|
||||||
\item This is an EducationEntry! \hspace*{-0.2cm}
|
\item This is an EducationEntry! \hspace*{-0.2cm}
|
||||||
|
@ -411,7 +410,7 @@
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{3.6 cm}}
|
||||||
\textbf{Hop!}, Hop!
|
\textbf{Hop!}, Hop!
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item I think this is really working. This is an \textit{ExperienceEntry}! \hspace*{-0.2cm}
|
\item I think this is really working. This is an \textit{ExperienceEntry}! \hspace*{-0.2cm}
|
||||||
\end{highlights}
|
\end{highlights}
|
||||||
|
@ -426,7 +425,7 @@
|
||||||
|
|
||||||
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm}}
|
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm}}
|
||||||
\textbf{This is a normal entry!}, \href{https://example.com/}{My Link Text}
|
\textbf{This is a normal entry!}, \href{https://example.com/}{My Link Text}
|
||||||
\vspace{0.12 cm}
|
\vspace{0.10 cm}
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
\item You don't have to specify a \textit{date} or \textbf{location} every time.
|
\item You don't have to specify a \textit{date} or \textbf{location} every time.
|
||||||
\item You can use \textit{Markdown} in the \textbf{highlights}!
|
\item You can use \textit{Markdown} in the \textbf{highlights}!
|
||||||
|
|
|
@ -191,20 +191,28 @@ design:
|
||||||
- Work Experience
|
- Work Experience
|
||||||
- My Other Custom Section
|
- My Other Custom Section
|
||||||
show_last_updated_date: True
|
show_last_updated_date: True
|
||||||
|
text_alignment: justified
|
||||||
|
header_font_size: 30 pt
|
||||||
|
|
||||||
margins:
|
margins:
|
||||||
page:
|
page:
|
||||||
top: 1.35 cm
|
top: 2 cm
|
||||||
bottom: 1.35 cm
|
bottom: 2 cm
|
||||||
left: 1.35 cm
|
left: 1.24 cm
|
||||||
right: 1.35 cm
|
right: 1.24 cm
|
||||||
section_title:
|
section_title:
|
||||||
top: 0.13 cm
|
top: 0.2 cm
|
||||||
bottom: 0.13 cm
|
bottom: 0.2 cm
|
||||||
|
|
||||||
entry_area:
|
entry_area:
|
||||||
left_and_right: 0.2 cm
|
left_and_right: 0.2 cm
|
||||||
vertical_between: 0.12 cm
|
vertical_between: 0.2 cm
|
||||||
|
|
||||||
highlights_area:
|
highlights_area:
|
||||||
top: 0.12 cm
|
top: 0.10 cm
|
||||||
left: 0.6 cm
|
left: 0.4 cm
|
||||||
vertical_between_bullet_points: 0.07 cm
|
vertical_between_bullet_points: 0.10 cm
|
||||||
|
|
||||||
|
header:
|
||||||
|
vertical_between_name_and_connections: 0.2 cm
|
||||||
|
bottom: 0.2 cm
|
Loading…
Reference in New Issue