Added additional comments and modified layout
This commit is contained in:
parent
bcdad817a1
commit
835f909e01
22
main.tex
22
main.tex
|
@ -18,19 +18,17 @@
|
||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
|
|
||||||
% Packages
|
% Packages
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx} % for pretty tables
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx} % for displaying images
|
||||||
\usepackage[left=3cm,right=3cm]{geometry}
|
\usepackage[left=3cm,right=3cm]{geometry} % for custom page margin
|
||||||
%\usepackage{fontspec} % uncomment this and the font section if you would like to set a custom font
|
%\usepackage{fontspec} % uncomment this and the font section if you would like to set a custom font
|
||||||
|
\usepackage{natbib} % for managing bibliographies
|
||||||
\usepackage{natbib}
|
\usepackage{bibentry} % allows inserting entries in text
|
||||||
\usepackage{bibentry}
|
\usepackage{caption} % captions for images
|
||||||
|
|
||||||
|
|
||||||
% Config
|
% Config
|
||||||
\usepackage{caption}
|
\DeclareGraphicsExtensions{.pdf,.png,.jpg,.eps}
|
||||||
\usepackage{graphicx}
|
|
||||||
\DeclareGraphicsExtensions{.pdf,.png,.jpg}
|
|
||||||
\graphicspath{ {./images/} }
|
\graphicspath{ {./images/} }
|
||||||
|
|
||||||
% Font
|
% Font
|
||||||
|
@ -112,9 +110,7 @@ career shaping the future of technology. From day one, you will be
|
||||||
encouraged to adopt a growth mindset, strengthening your ability to learn
|
encouraged to adopt a growth mindset, strengthening your ability to learn
|
||||||
autonomously. Making use of our state-of-the-art dedicated labs, you will
|
autonomously. Making use of our state-of-the-art dedicated labs, you will
|
||||||
be able to put theory into practice and gain the skills you need to succeed
|
be able to put theory into practice and gain the skills you need to succeed
|
||||||
in an evolving digital world.
|
in an evolving digital world. \cite{JenkinsAndAngel2006}
|
||||||
|
|
||||||
Citation test \cite{JenkinsAndAngel2006} and another \citep{JenkinsAndAngel2006}.
|
|
||||||
|
|
||||||
\section{Lecturers}
|
\section{Lecturers}
|
||||||
You will be taught by academics and practitioners, who will provide insights
|
You will be taught by academics and practitioners, who will provide insights
|
||||||
|
@ -124,7 +120,7 @@ assessments, our network of experts will bring specialist knowledge and best
|
||||||
practices to the classroom. Furthermore, many of our programmes are integrated
|
practices to the classroom. Furthermore, many of our programmes are integrated
|
||||||
with professional certification contents such as SAS, Tableau, Cisco and
|
with professional certification contents such as SAS, Tableau, Cisco and
|
||||||
Certified Ethical Hacking (CEH), to give you an edge in today’s competitive job
|
Certified Ethical Hacking (CEH), to give you an edge in today’s competitive job
|
||||||
market.
|
market. \citep{JenkinsAndAngel2006}
|
||||||
|
|
||||||
\section{Industry experience}
|
\section{Industry experience}
|
||||||
To strengthen the bond with employers, all degrees give you the
|
To strengthen the bond with employers, all degrees give you the
|
||||||
|
|
Loading…
Reference in New Issue