- Mid Term
- Format
- MCQs - 7 marks (14 MCQ) - From 3 slides
- Question/Answers - 18 marks (6 Questions, 3 marks each) - Related to theory
- Difference between basic and applied research
- How to read a paper
- Zotero
- \documentclass[10pt,a4paper]{article}
- \usepackage[utf8]{inputenc}
- \usepackage[T1]{fontenc}
- \usepackage{graphicx}
- \usepackage{amsmath}
- \usepackage{longtable}
- \title{Second Document}
- \author{Muhammad Hamza}
- \begin{document}
- \maketitle
- \tableofcontents
- \listoftables
- \listoffigures
- \section{The First} \label{intro}
- \subsection{The First Sub Section}
- \section{The Second}
- \section{Maths Formula}
- this is the paragraph.
- $ x^2 + x+1 = 0 $
- The quadratic formula is $ x=\dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} $
- \begin{longtable}{
- cp{2cm}
- }
- Number & Words \\
- 0 & Zero \\
- 1 & Multi paragraph
- text.
- It makes the table
- cell very tall. \\
- 2 & Two \\
- \end{longtable}
- \begin{itemize} \label{table1}
- \item[-] item 1
- \item[-] item 2
- \item[-] item 3
- \item[-] item 4
- \end{itemize}
- \begin{list}{number}{}
- \item one
- \item two
- \item three
- \end{list}
- \begin{enumerate}
- \item item 1
- \item item 2
- \end{enumerate}
- We can assign labels to any thing in latex document and then reference them anywhere in document.
- For example, in Section \ref{intro}, we have referenced first section. Similarly, we can reference
- tables like \ref{table1}.
- This is our first reference \cite{siniak_impact_2020}. This is the second reference \cite{pupentsova_assessment_2019}.
- \bibliographystyle{abbrv}
- \bibliography{MyLibrary}
- \end{document}
Recent Pastes