LaTeX Tutorial 01 your first "hello world" document
Loading...
6,615
Loading...
Uploader Comments (mathteacher1729)
Top Comments
-
Thank you for an excellent series! Linux/BSD users may use the package `pdflatex' to typeset .tex files:
$ pdflatex Assignment.tex
Best of luck!
see all
All Comments (9)
-
Very interesting golden chicken.
-
Thanks for the tutorials!
-
l.10 \maketitle"
-
I really like your tutorials. I hope to see more videos soon. Thanks!
Loading...
I get this error
"! Undefined control sequence.
nilantha3 1 month ago
@nilantha3 Ah, yes... that error means it likely you have spelled a command incorrectly. \bgin{document} vs \begin{document}. I am planning to extend this series with a video on common LaTeX errors -- this is one of them that will be featured. :) Hope this helps.
mathteacher1729 1 month ago
@mathteacher1729 Thank you I think the issue was in the title where you typed { \LaTex {} Document} I deleted the \LaTex{} and now it works. This is a good video can't wait to follow the next one on this series.
nilantha3 1 month ago
@nilantha3 LaTeX is VERY picky... :-p The last letter should be X not x. \LaTeX{} not \LaTex Give that a try and see how it goes. :)
mathteacher1729 1 month ago