Merge pull request #62 from sullivant/latex

added latex and basic information.
pull/65/head
Igor Chubin 5 years ago committed by GitHub
commit 60833be60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,17 @@
# Basic document structure
\documentclass[a4paper,12pt]{article}
\begin{document}
A sentence of text.
\end{document}
# Document comments
% this text is a comment because the line begins with a %
# Comment blocks
\usepackage{comment}
\begin{comment}
This is a larger block of commented text
that can span multiple lines and is ignored
by the compiler.
\end{comment}
Loading…
Cancel
Save