Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- author:
- - Matthew Petty
- affiliation: None
- date: \today
- title: Title of Document
- subtitle: Subtitle of Document
- header-includes:
- - '\newcommand{\projectNumberCode}{CODE }'
- - '\newcommand{\projectName}{Project Name }'
- - '\newcommand{\coreSystemName}{Core Name }'
- - '\newcommand{\bt}[1]{\fcolorbox{gray}{lightgray}{#1}}'
- - '\defaultfontfeatures{Extension = .otf}'
- - '\usepackage{fontawesome}'
- - '\usepackage{tocloft}'
- - '\usepackage{graphicx}'
- - '\usepackage{hyperref}'
- - '\usepackage{float}'
- - '\usepackage{glossaries}'
- - '\setglossarystyle{altlistgroup}'
- - '\usepackage{xparse}'
- - '\usepackage{lscape}'
- - '\makenoidxglossaries'
- documentclass: article
- fontsize: 10pt
- secnumdepth: 4
- classoptions:
- - a4paper
- - portrait
- mainfont: Arial.ttf
- geometry:
- - top=2cm
- - left=1cm
- - right=1cm
- - bottom=2cm
- linkcolor: Blue
- numbersections: true
- ---
- \pagebreak
- \tableofcontents
- \setcounter{table}{0}
- \listoftables
- \pagebreak
- # Introduction
- ## Purpose
- This document is testing how to format tables in Markdown/Latex
- Table: Test Table
- | Heading 1 | Heading 2 | Heading 3 |
- | :---------------------------------------------------------------------------------------------------------------------- | :----------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
- | 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. |
- | This is Contents 1 | This is Contents 2 | This is Contents 3 |
- | This is Contents 1 | This is Contents 2 | This is Contents 3 |
- | This is Contents 1 | This is Contents 2 | This is Contents 3 |
- | This is Contents 1 | This is Contents 2 | This is Contents 3 |
- | This is Contents 1 | This is Contents 2 | This is Contents 3 |
- \begin{center}END OF DOCUMENT\end{center}
- \hrulefill
Add Comment
Please, Sign In to add comment