Thesis Template: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
where "Citation Key" is entered in Mendeley Reference manager. Mendeley's default citation key is "[AuthorLastName][YearofPublication]".
 
* If you want text in italics, use:
\label{}
 
\ref{}
\textit{your text here}
 
or for bold, use:
 
\textbf{your text here}.
 
* If you want to label something, use the command:
 
\label{prefix:your_label}
 
where "your_label" is whatever you want to use as your label. "prefix" indicates what you are labeling. Some common prefixes I used are:
 
ch: for chapters
sec: for sections
subsec: for subsections
fig: for figures
table: for tables
eq: for equations
 
When you want to refer to these things later, just use \ref{prefix:your_label}. This will number everything automatically, and it will update if you change the order of things.
 
For chapters, sections, and subsections, use the commands
 
\chapter{Your Chapter Name}
\section{Your Section Name}
\subsection{Your Subsection Name}
 
This will do the formatting for you.
 
\begin{equation, eqnarray}
\vspace
\! between letters
\textit{
\text{
 

Navigation menu