

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..
NEW: TikZ book now 40% off at Amazon.com for a short time.
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}",
NEW: TikZ book now 40% off at Amazon.com for a short time.