Text Formatting ⇒ NEW TO LATEX - AND ERRORS NOT SOLVED
-
- Posts: 2
- Joined: Fri Feb 26, 2016 8:22 am
NEW TO LATEX - AND ERRORS NOT SOLVED
i have just started using Latex. Though have been working on it but there are these two basic errors that I am not able to solve. Seniors please help.
my source code is ATTACHED below.
the errors are
(a) Undefined control sequence
(b) Latex error: Missing \begin{Document}.
- Attachments
-
- DRAFT 1.tex
- (32.4 KiB) Downloaded 179 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
NEW TO LATEX - AND ERRORS NOT SOLVED
There's just one error, the other one is a consequence.
Remove this command, line 44:
\setmainfont[AutoFakeBold,AutoFakeSlant]{Times New Roman}
It's not working with pdfLaTeX, but with XeLaTeX.
By the way, I noticed that the tables are looking not so nice, they could be improved (spacing, lines, alignment of numbers). If you would like that, let us know.
Stefan
-
- Posts: 2
- Joined: Fri Feb 26, 2016 8:22 am
Re: NEW TO LATEX - AND ERRORS NOT SOLVED
Thansk
but what if I want the same font. How do i do that?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm