General ⇒ Thesis predefined template gives an error
-
- Posts: 3
- Joined: Wed Jun 16, 2010 3:42 pm
Thesis predefined template gives an error
I have used latex before for some school projects, but now i want to use it for the Master thesis also. The faculty provided a template for a PhD thesis, and i want to use that one, modify it a bit (spaces, title...) and use it. The problems are:
1. i am new to latex and have little experience with it;
2. running the template that they offered produced 2 warnings and no output document.
I am using Miktex 2.8, and i have updated all my packages before trying the code (i have pasted the tex syntax and the log file).
Can anyone tell me where is the problem? and why it does not work.
Thank you very much and have a great day ahead!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Thesis predefined template gives an error
The other warning is due to your compiling route (LaTeX → DVI → PS → PDF). You can add the linktocpage for hyperref to obtain the page numbers as links in all the lists (ToC, LoF, LoT).
Best regards and welcome to the board
Thorsten
- Attachments
-
- Choosing a language in the MiKTeX Settings (Admin).
- MiKTeXOptions-Languages.png (29.85 KiB) Viewed 3263 times
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Wed Jun 16, 2010 3:42 pm
Re: Thesis predefined template gives an error
First, Thank you for your reply!
Second, unfortunately it did not solve the problem.
As you have suggested i have added Dutch from Start->programs->Miktex2.8->Maintenance(Admin)->Settings->Languages, and when i check for it, it appears with a "v" sign(like in the picture that you have attached), so i guess that it is loaded (i can send also a print screen).
When running the code, the same warning message about the language appears.
Now for the compile part which is my biggest problem.I have Windows XP as operating system (i should have mentioned it from the start, i am sorry that i forgot to do that).
With TeXnicCenter which i use, i can compile LATEX=>DVI or LATEX=>PS or LATEX=>PDF and i have tried to use each of them (i guess that i am missing something to compile from DVI to PS and then to PDF, is this so? what is missing?) but even with LATEX=>DVI i still get an error message.
I have posted below the errors that I get, and tell me if i should put also the log files, and which ones.
Question: what am i doing wrong? do i need to install also other packages or do i have to modify some other settings in order to compile this file smoothly?
Thank you very much and have a great day ahead!
LATEX=>DVI
Message: Windows API error 2: The system cannot find the file specified.
Data: C:\Documents and Settings\dell\Desktop\phd.dvi
Source: Libraries\MiKTeX\Core\win\winFile.cpp
Line: 477
MiKTeX: 2.8
OS: Microsoft Windows XP Professional Service Pack 2 (build 2600)
SystemAdmin: yes
PowerUser: no
Root0: C:\Documents and Settings\dell\Application Data\MiKTeX\2.8
Root1: C:\Documents and Settings\dell\Local Settings\Application Data\MiKTeX\2.8
Root2: C:\Documents and Settings\All Users\Application Data\MiKTeX\2.8
Root3: C:\Program Files\MiKTeX 2.8
UserInstall: C:\Documents and Settings\dell\Application Data\MiKTeX\2.8
UserConfig: C:\Documents and Settings\dell\Application Data\MiKTeX\2.8
UserData: C:\Documents and Settings\dell\Local Settings\Application Data\MiKTeX\2.8
CommonInstall: C:\Program Files\MiKTeX 2.8
CommonConfig: C:\Documents and Settings\All Users\Application Data\MiKTeX\2.8
CommonData: C:\Documents and Settings\All Users\Application Data\MiKTeX\2.8
LATEX=>PDF
[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
cannot execute the command
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Thesis predefined template gives an error
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Wed Jun 16, 2010 3:42 pm
Re: Thesis predefined template gives an error
Thank you for your patience and guidence.
Have a nice day ahead!