TEXT 27
Research Methodology Guest on 23rd October 2023 06:20:24 PM
  1.  
  2. Mid Term
  3. Format
  4. MCQs - 7 marks (14 MCQ) - From 3 slides
  5. Question/Answers - 18 marks (6 Questions, 3 marks each) - Related to theory
  6. Difference between basic and applied research
  7. How to read a paper
  8. Zotero
  9.  
  10.  
  11. \documentclass[10pt,a4paper]{article}
  12. \usepackage[utf8]{inputenc}
  13. \usepackage[T1]{fontenc}
  14. \usepackage{graphicx}
  15. \usepackage{amsmath}
  16. \usepackage{longtable}
  17. \title{Second Document}
  18. \author{Muhammad Hamza}
  19. \begin{document}
  20.         \maketitle
  21.         \tableofcontents
  22.         \listoftables
  23.         \listoffigures
  24.        
  25.         \section{The First} \label{intro}
  26.         \subsection{The First Sub Section}
  27.         \section{The Second}
  28.        
  29.         \section{Maths Formula}
  30.        
  31.         this is the paragraph.
  32.         $ x^2 + x+1 = 0 $
  33.        
  34.         The quadratic formula is $ x=\dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} $
  35.        
  36.  
  37.        
  38.        
  39.        
  40.        
  41. \begin{longtable}{
  42.                 cp{2cm}
  43.         }
  44.  
  45.         Number & Words \\
  46.         0 & Zero \\
  47.         1 & Multi paragraph
  48.         text.
  49.         It makes the table
  50.         cell very tall. \\
  51.         2 & Two \\
  52.  
  53. \end{longtable}
  54.        
  55.         \begin{itemize} \label{table1}
  56.                 \item[-] item 1
  57.                 \item[-] item 2
  58.                 \item[-] item 3
  59.                 \item[-] item 4
  60.         \end{itemize}
  61.  
  62. \begin{list}{number}{}
  63.         \item one
  64.         \item two
  65.         \item three
  66. \end{list}
  67.  
  68. \begin{enumerate}
  69.         \item item 1
  70.         \item item 2
  71. \end{enumerate}
  72.  
  73.  
  74.         We can assign labels to any thing in latex document and then reference them anywhere in document.
  75. For example, in Section \ref{intro}, we have referenced first section. Similarly, we can reference
  76. tables like \ref{table1}.
  77.  
  78. This is our first reference \cite{siniak_impact_2020}. This is the second reference \cite{pupentsova_assessment_2019}.
  79.  
  80.        
  81. \bibliographystyle{abbrv}
  82. \bibliography{MyLibrary}
  83.  
  84.        
  85.        
  86. \end{document}

Coding Base is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.