update templates
This commit is contained in:
28
InternshipReport/Chapters/Chapter1.tex
Normal file
28
InternshipReport/Chapters/Chapter1.tex
Normal file
@@ -0,0 +1,28 @@
|
||||
\chapter{Chapter 1}
|
||||
\chaptermark{Chapter1}
|
||||
\markboth{CHAPTER1}{CHAPTER1}
|
||||
\graphicspath{{Figures/Ch1/}}
|
||||
\label{ch:Chapter1}
|
||||
|
||||
\section{First Section of first chapter}
|
||||
\subsection{Let's talk about A}
|
||||
|
||||
I must quote \citet{FavoriteAuthor} because they did a great job.
|
||||
|
||||
\subsection{And now B}
|
||||
|
||||
...
|
||||
|
||||
\section{But what about this}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[]{example-image-a}
|
||||
\caption{Image A.}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[]{example-image-b}
|
||||
\caption{Image B.}
|
||||
\end{figure}
|
||||
9
InternshipReport/Chapters/Chapter2.tex
Normal file
9
InternshipReport/Chapters/Chapter2.tex
Normal file
@@ -0,0 +1,9 @@
|
||||
\chapter{Chapter 2}
|
||||
\chaptermark{Chapter2}
|
||||
\markboth{CHAPTER2}{CHAPTER2}
|
||||
\graphicspath{{Figures/Ch2/}}
|
||||
\label{ch:Chapter2}
|
||||
|
||||
\section{This is a work in progress}
|
||||
|
||||
\subsection{Don't look at my notes}
|
||||
17
InternshipReport/Chapters/Chapter3.tex
Normal file
17
InternshipReport/Chapters/Chapter3.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\chapter{Chapter3}
|
||||
\chaptermark{Chapter3}
|
||||
\markboth{CHAPTER3}{CHAPTER3}
|
||||
\graphicspath{{Figures/Ch3/}}
|
||||
\label{ch:Chapter3}
|
||||
|
||||
\section{Look at this Table}
|
||||
|
||||
\begin{table}[ht]
|
||||
\centering
|
||||
\begin{tabular}{c|c}
|
||||
First col & Second col \\
|
||||
wow & right
|
||||
\end{tabular}
|
||||
\caption{Omg much data}
|
||||
\label{tab:greattable}
|
||||
\end{table}
|
||||
7
InternshipReport/Chapters/Conclusion.tex
Normal file
7
InternshipReport/Chapters/Conclusion.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\chapter*{Conclusion}
|
||||
\chaptermark{Conclusion}
|
||||
\markboth{CONCLUSION}{CONCLUSION}
|
||||
\addcontentsline{toc}{chapter}{Conclusion}
|
||||
\label{ch:Conclusion}
|
||||
|
||||
I finally got to the end, let's conclude
|
||||
7
InternshipReport/Chapters/Introduction.tex
Normal file
7
InternshipReport/Chapters/Introduction.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\chapter*{Introduction}
|
||||
\chaptermark{Introduction}
|
||||
\markboth{INTRODUCTION}{INTRODUCTION}
|
||||
\addcontentsline{toc}{chapter}{Introduction}
|
||||
\label{ch:Introduction}
|
||||
|
||||
We start slowly ok
|
||||
Reference in New Issue
Block a user