Skip to content

Commit

Permalink
Added intervjuutskicksmall (#104)
Browse files Browse the repository at this point in the history
* Added intervjuutskicksmall

* Missed updating the jobs

* Added whale

* Wrong unit

* Bro jag behövde ha ett item med 💀

* Updated example nick formatting to match style
  • Loading branch information
Krysset authored Mar 24, 2024
1 parent 3e8551c commit 59f3d76
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
document_name: motionsmall
latex_build_entry: mallar/motionsmall/motionsmall.tex

intervjuutskicksmall:
uses: ./.github/workflows/build_document.yml
with:
document_name: intervjuutskicksmall
latex_build_entry: mallar/intervjuutskicksmall/intervjuutskicksmall.tex

intygsmall:
uses: ./.github/workflows/build_document.yml
with:
Expand Down
Binary file added images/whale.pdf
Binary file not shown.
61 changes: 61 additions & 0 deletions mallar/intervjuutskicksmall/intervjuutskicksmall.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
\documentclass[11pt, noincludeaddress, nopagination]{classes/cthit}
\usepackage{titlesec}
\usepackage{stringstrings}
\usepackage{graphicx}
\usepackage{float}
\usepackage[shortlabels]{enumitem}
\usepackage{graphicx}

\makeatletter
\newcommand\nextyear{%
\ifx\c@year\undefined
\newcounter{year}%
\setcounter{year}{\the\year}%
\stepcounter{year}%
\fi
\substring{\arabic{year}}{3}{4}%
}
\makeatother

\graphicspath{ {images/} }

\begin{document}
\thispagestyle{empty}

\title{Intervjuanmälda LP2 \the\year}
\subtitle{ \large Teknologsektionen Informationsteknik \\ Chalmers Tekniska Högskola}
% Use \maketitle if the standard first page layout is prefered

\begin{center}
\includegraphics{itlogo}
\end{center}

\makeheadfoot%

\makesimpletitle
\vspace{1cm}

\newpage
\thispagestyle{empty}

% This is the perfect placement for a picture of a whale
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth, angle=2]{whale}
Vid frågor, kontakta \textbf{val}[email protected]
\end{figure}

\clearpage

\begin{center}
Kom ihåg att du alltid kan kontakta Valberedningen eller SAMO.\\
[email protected]\hspace{25pt}[email protected]
\end{center}

% Enter namn på aspar nedan
\begin{itemize}
\item Person \textit{Nick} Persson

\end{itemize}

\end{document}

0 comments on commit 59f3d76

Please sign in to comment.