diff options
author | Adam Bard <github@adambard.com> | 2015-10-18 00:13:47 +0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-10-18 00:13:47 +0800 |
commit | a1939d8e89716378d4dd76c824a6908bf21bfe88 (patch) | |
tree | b3903046c0d4eb58b8922755b61f3261d8a530b7 /latex.html.markdown | |
parent | 2f680301d534574cf594d9e8896da7d35c7a3c8c (diff) |
Update latex.html.markdown
Add opening tex tag
Diffstat (limited to 'latex.html.markdown')
-rw-r--r-- | latex.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/latex.html.markdown b/latex.html.markdown index e180e622..9b7b4feb 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -6,6 +6,8 @@ contributors: - ["Sricharan Chiruvolu", "http://sricharan.xyz"] filename: learn-latex.tex --- + +```tex % All comment lines start with % % There are no multi-line comments @@ -225,6 +227,7 @@ That's all for now! % end the document \end{document} ``` + ## More on LaTeX * The amazing LaTeX wikibook: [https://en.wikibooks.org/wiki/LaTeX](https://en.wikibooks.org/wiki/LaTeX) |