

I still face the problem in dealing with errors and don't know how to solve in. I really need help of expertice.
My errors are:
1) Missing \endcsname inserted
2) LaTeX Error : There's no line here to end.
Thank you..
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Maybe you forgot the command \documentclass at the beginning. Cited from the UK TeX FAQ: "The font size command \normalsize is not defined: there is probably something wrong with the class file." is reporting something pretty fundamental (document base font size not set up). While this can, as the message implies, be due to a broken class file, the more common cause is that you have simply forgotten to put a \documentclass command in your document.Diana1979 wrote:1) LaTeX Error : The font s size command \normalsize is not defined:
The command \biddata is not defined. Perhaps you mean \bibdata instead.Diana1979 wrote:2) ! Undefined control sequence
1.2 \biddata
write into the preamble of your document: \usepackage{url}Diana1979 wrote:3) ! Undefined control sequence.
1.12 address = "\url{http://www.wcer.wisc.edu/archive/ccvi/pub/manuscript/Secada-TeachingMathToLEPStudents.html}",
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis