Skip to content

Commit

Permalink
template: update formatting of service
Browse files Browse the repository at this point in the history
  • Loading branch information
icornelius committed May 28, 2024
1 parent 737ae4a commit baa27f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
%--------------------------------
% Margins
\usepackage[left=1.5in,right=1in,top=1in,bottom=1in]{geometry}
\usepackage{changepage}

% Title styling
\usepackage[rm,compact]{titlesec}
\titleformat*{\subsection}{\sc}
\titleformat*{\subsubsection}{\sc}

% Do not indent paragraphs
\setlength\parindent{0in}
Expand Down Expand Up @@ -187,6 +187,7 @@
$for(service.item)$
\subsubsection*{$service.item.entity$}
$for(service.item.subitem)$
\begin{adjustwidth}{1em}{0em}
\emph{$it.subentity$}\ignorespaces
$if(service.item.subitem.position)$
$for(service.item.subitem.position)$
Expand All @@ -206,7 +207,10 @@
$endif$
$endfor$
$endif$\\
$endfor$[-.3cm]
[-.5cm]
\end{adjustwidth}
$endfor$
\vspace{.1cm}
$endfor$
$endfor$
$endif$
Expand Down

0 comments on commit baa27f7

Please sign in to comment.