Search found 7 matches

by leo_ch
Tue Jun 21, 2011 8:59 pm
Forum: MiKTeX and proTeXt
Topic: pdflatex: No .pdf produced
Replies: 10
Views: 15752

Re: pdflatex: No .pdf produced

Dear localghost,

I have tried your suggestion and still it is doing format=latex

I am a bit desesperate since this is my master thesis lol

I will try to reinstall everything and see what happens... In texmaker the error persists.

Thank you very much for your help!!
by leo_ch
Tue Jun 21, 2011 6:17 pm
Forum: MiKTeX and proTeXt
Topic: pdflatex: No .pdf produced
Replies: 10
Views: 15752

Re: pdflatex: No .pdf produced

Yep that is the chosen option...

Any ideas?? :?
by leo_ch
Tue Jun 21, 2011 6:05 pm
Forum: MiKTeX and proTeXt
Topic: pdflatex: No .pdf produced
Replies: 10
Views: 15752

Re: pdflatex: No .pdf produced

I still get the same .log file

I have double checked that it is pdflatex in the arguments for the compiler :\
by leo_ch
Tue Jun 21, 2011 5:32 pm
Forum: MiKTeX and proTeXt
Topic: pdflatex: No .pdf produced
Replies: 10
Views: 15752

pdflatex: No .pdf produced

Dear localghost,

Thank you for your interest in my problem.

Regarding the first possible mistake, I am compiling with pdflatex (C:\Program Files\MiKTeX 2.9\miktex\bin\pdflatex.exe) and not with latex.

\documentclass[a4paper,12pt]{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc ...
by leo_ch
Tue Jun 21, 2011 4:48 pm
Forum: MiKTeX and proTeXt
Topic: pdflatex: No .pdf produced
Replies: 10
Views: 15752

pdflatex: No .pdf produced

Dear all,

Everything was going ok while writing my document. All the sudden, the figures are not found since I think it wants .eps and not .jpeg,etc...

I can see from line 92 in the .log file that the "driver file" is now dvips...

I'm enclosing my .log file and I would be very happy if someone ...
by leo_ch
Fri Jun 03, 2011 12:34 pm
Forum: General
Topic: Glossaries: More than one page per glossary (ERROR)
Replies: 2
Views: 1595

Glossaries: More than one page per glossary (ERROR)

Hi Stefan,

I solved it by writing:

Code: Select all

\printglossaries
\thispagestyle{plain}
Thanks
by leo_ch
Wed Jun 01, 2011 5:34 pm
Forum: General
Topic: Glossaries: More than one page per glossary (ERROR)
Replies: 2
Views: 1595

Glossaries: More than one page per glossary (ERROR)

Dear all,

I have an issue while utilizing the glossaires package:

Whenever my list of symbols goes big enough to need more than one page, the second page has different formating than the first. I am also using the fancyhdr package.. Well I'm a noob.. :D