Files
santifer--career-ops/examples/latex-tex/resume-subheading.tex
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

46 lines
1.3 KiB
TeX

% Fictional example CV for latex-tex tests (resumeSubheading family).
\documentclass[letterpaper,11pt]{article}
\usepackage{tabularx}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\pdfgentounicode=1
\newcommand{\resumeItem}[1]{\item\small{#1}}
\newcommand{\resumeSubheading}[4]{%
\item
\textbf{#1} \hfill #2 \\
\textit{#3} \hfill \textit{#4}%
}
\newcommand{\resumeItemListStart}{\begin{itemize}[leftmargin=0.15in]}
\newcommand{\resumeItemListEnd}{\end{itemize}}
\begin{document}
\begin{center}
{\LARGE\bfseries Alex Example}\\[2pt]
\small alex@example.dev $|$ Example City, EX
\end{center}
\section{Summary}
\resumeItemListStart
\resumeItem{Software engineer with five years building backend APIs and data pipelines.}
\resumeItemListEnd
\section{Work Experience}
\resumeItemListStart
\resumeSubheading{Example Corp}{2022 -- Present}{Backend Engineer}{Remote}
\resumeItemListStart
\resumeItem{Built REST APIs in Python serving 20k daily active users.}
\resumeItem{Reduced batch job runtime by 35 percent with parallel workers.}
\resumeItemListEnd
\resumeItemListEnd
\section{Technical Skills}
\begin{itemize}[leftmargin=0.15in]
\small{\item{
\textbf{Languages}{: Python, Go, SQL} \\
\textbf{Tools}{: Docker, PostgreSQL, Redis} \\
}}
\end{itemize}
\end{document}