Paragraphs and new lines
This is the text in first paragraph. \par This is the text in second paragraph. \begin{flushleft} ``LaTeX is a document preparation system and document markup language. \end{flushleft} \setlength{\parindent}{10ex} This is the text in first paragraph. This is the text in first paragraph. \par \noindent %The next paragraph is not indented This is the text in second paragraph. Creating a document in LaTeX
\documentclass[12pt, letterpaper, twoside]{article} \usepackage[utf8]{inputenc} \title{First document} \author{Hubert Farnsworth \thanks{funded by the ShareLaTeX team}} \date{February 2014} \begin{document} \begin{titlepage} \maketitle \end{titlepage} In this document some extra packages and parameters were added. There is a encoding package an a pagesize and fontsize parameters. \end{document} Basic formatting: abstract\begin{document} \begin{abstract} .. \end{abstract} This line will start a second Paragraph. And I can brake\\ the lines \\ and continue in a new line. \end{document} |
types
|
Cheatography
https://cheatography.com
latex Cheat Sheet (DRAFT) by jing
This is a draft cheat sheet. It is a work in progress and is not finished yet.