BGU - Assignment Template
Author
Bar Lerer
Last Updated
3 years ago
License
Creative Commons CC BY 4.0
Abstract
A small and brief Assignment\Homework template to be used with BGU University logo
\documentclass[a4paper]{article}
%%%%%%%% CREATE DOCUMENT STRUCTURE %%%%%%%%
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{subfig}
%% Sets page size and margins
\usepackage[a4paper,top=3cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{sectsty}
\usepackage{apacite}
\usepackage{float}
\usepackage{titling}
\usepackage{blindtext}
\usepackage[square,sort,comma,numbers]{natbib}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{xcolor}
\definecolor{darkgreen}{rgb}{0.0, 0.4, 0.0}
%%%%%%%% DOCUMENT %%%%%%%%
\begin{document}
%%%% Title Page
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % horizontal line and its thickness
\center
% University
\textsc{\LARGE Ben Gurion University of the Negev}\\[1cm]
% Document info
\textsc{\Large SUBJECT}\\[0.2cm]
\textsc{\large COURSECODE}\\[1cm] % Course Code
\HRule \\[0.8cm]
{ \huge \bfseries Assignment: ...}\\[0.7cm] % Assignment
\HRule \\[2cm]
\large
\emph{Authors:}\\
name (4511328)\\[1.5cm] % Author info
{\large \today}\\[5cm]
\includegraphics[width=0.6\textwidth]{images/BGU.sig3-he-en-white.png}\\[1cm] % University logo
\vfill
\end{titlepage}
%%\begin{abstract}
%%Your abstract.
%%\end{abstract}
%%%% SECTIONS
%% Section 1
\section*{Question 1}
%%%%%%%% EXTRA TIPS %%%%%%%%
%% If you want to include an figure
%%\begin{figure}[H]
%%\includegraphics[]{Pendulum.jpg}
%%\caption{Sketch of the pendulum}
%%\label{fig:pendulum}
%%\end{figure}
%% You can then reference with \ref{fig:pendulum}
%%\newpage
%%\bibliographystyle{apacite}
%%\bibliography{sample}
\end{document}