Iu

LaTeX template for Written Assignments at the IU International Hochschule

Category

university

License

Free to use (MIT)

File

latex-template.tex

latex-template.texRead-only preview
% Select either XeLaTeX or LuaLaTeX as the compiler
%!TEX program = xelatex
% or
%!TEX program = lualatex
\documentclass[a4paper,11pt]{article}

% Page layout
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\thepage}
\fancypagestyle{plain}{
	\fancyhf{}
	\renewcommand{\headrulewidth}{0pt}
	\fancyfoot[C]{\thepage}
}

% Font settings
\usepackage{fontspec}
\setmainfont{Arial}
\fontsize{11pt}{13.2pt}
\setlength{\parindent}{0pt}

% Line spacing
\usepackage{setspace}
\onehalfspacing

% Footnote settings
\usepackage[hang,flushmargin]{footmisc}
\renewcommand{\footnotelayout}{\setstretch{1.5}\raggedright\fontsize{10pt}{12pt}}

% Paragraph spacing
\setlength{\parskip}{6pt}

% Citation style
\usepackage{apacite}

\begin{document}
	
	\pagenumbering{roman}
	
	% Title page
	\title{Your Title}
	\author{Your Name}
	\date{\today}
	\maketitle
	\thispagestyle{empty} % Hide page number on this page
	
	% Abstract (if applicable)
	
	% Table of contents
	\newpage
	\tableofcontents
	\newpage
	
	% List of tables (if applicable)
	
	% List of abbreviations (if applicable)
	
	\newpage
	\pagenumbering{arabic}
	
	% Your content goes here
	\section{Introduction}
	Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce varius ullamcorper ipsum, vitae ultricies justo commodo at \cite{author2020example}.
	
	\section{Conclusion}	
	
	% Appendix (if applicable)
	
	% Bibliography
	\bibliographystyle{apacite}
	\bibliography{citations} % Replace with the actual name of your BibTeX file
	
\end{document}
Preview
Iu preview
Iu LaTeX Template | Bibby | Bibby AI