-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |