1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

Update latex.html.markdown

Add opening tex tag
This commit is contained in:
Adam Bard
2015-10-18 00:13:47 +08:00
parent 2f680301d5
commit a1939d8e89

View File

@@ -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)