muteboy

Combined Markdown

May 6th, 2021 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.44 KB | None | 0 0
  1. ---
  2. author:
  3. - Matthew Petty
  4. affiliation: None
  5. date: \today
  6. title: Title of Document
  7. subtitle: Subtitle of Document
  8. header-includes:
  9.     - '\newcommand{\projectNumberCode}{CODE }'
  10.    - '\newcommand{\projectName}{Project Name }'
  11.    - '\newcommand{\coreSystemName}{Core Name }'
  12.    - '\newcommand{\bt}[1]{\fcolorbox{gray}{lightgray}{#1}}'
  13.    - '\defaultfontfeatures{Extension = .otf}'
  14.    - '\usepackage{fontawesome}'
  15.    - '\usepackage{tocloft}'
  16.    - '\usepackage{graphicx}'
  17.    - '\usepackage{hyperref}'
  18.    - '\usepackage{float}'
  19.    - '\usepackage{glossaries}'
  20.    - '\setglossarystyle{altlistgroup}'
  21.    - '\usepackage{xparse}'
  22.    - '\usepackage{lscape}'
  23.    - '\makenoidxglossaries'
  24. documentclass: article
  25. fontsize: 10pt
  26. secnumdepth: 4
  27. classoptions:
  28.    - a4paper
  29.    - portrait
  30. mainfont: Arial.ttf
  31. geometry:
  32. - top=2cm
  33. - left=1cm
  34. - right=1cm
  35. - bottom=2cm
  36. linkcolor: Blue
  37. numbersections: true
  38. ---
  39.  
  40. \pagebreak
  41.  
  42. \tableofcontents
  43.  
  44. \setcounter{table}{0}
  45.  
  46. \listoftables
  47.  
  48. \pagebreak
  49.  
  50. # Introduction
  51.  
  52. ## Purpose
  53.  
  54. This document is testing how to format tables in Markdown/Latex
  55.  
  56. Table: Test Table
  57.  
  58. | Heading 1                                                                                                               | Heading 2          | Heading 3                                                                                                                                   |
  59. | :---------------------------------------------------------------------------------------------------------------------- | :----------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
  60. | This is Contents 1. This is Contents 1. This is Contents 1. This is Contents 1. This is Contents 1. This is Contents 1. | This is Contents 2 | This is Contents 3. This is Contents 3. This is Contents 3. This is Contents 3. This is Contents 3. This is Contents 3. This is Contents 3. |
  61. | This is Contents 1                                                                                                      | This is Contents 2 | This is Contents 3                                                                                                                          |
  62. | This is Contents 1                                                                                                      | This is Contents 2 | This is Contents 3                                                                                                                          |
  63. | This is Contents 1                                                                                                      | This is Contents 2 | This is Contents 3                                                                                                                          |
  64. | This is Contents 1                                                                                                      | This is Contents 2 | This is Contents 3                                                                                                                          |
  65. | This is Contents 1                                                                                                      | This is Contents 2 | This is Contents 3                                                                                                                          |
  66.  
  67.  
  68. \begin{center}END OF DOCUMENT\end{center}
  69.  
  70. \hrulefill
  71.  
  72.  
Add Comment
Please, Sign In to add comment