Search found 4 matches

by mauz81
Thu Oct 13, 2011 3:36 pm
Forum: Page Layout
Topic: Alter Paper Size from A4 to A5 Format
Replies: 1
Views: 4302

Alter Paper Size from A4 to A5 Format

Dear all,

I've written my Thesis with MiKTeX 2.8 + TeXnicCenter V2 Alpha 3.

I'm trying to switch from the a4 format to the a5 format for the final version.

In the preamble:

\DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}
\ProcessOptions\relax
\ifx\pdfoutput\undefined
\LoadClass[dvips ...
by mauz81
Tue Oct 04, 2011 11:18 am
Forum: BibTeX, biblatex and biber
Topic: References OK, but no Numbers
Replies: 2
Views: 2569

Re: References OK, but no Numbers

Dear Frits,

this is the combination I usually do, and it worked fine when all the references where divided in each Chapter.

Now, the message I get when I compile is:

package natbib warning: Citation 'Ref1' on page 1 undefined on input line 12

for each citation. But, as I wrote, I have all the ...
by mauz81
Mon Oct 03, 2011 11:04 am
Forum: BibTeX, biblatex and biber
Topic: References OK, but no Numbers
Replies: 2
Views: 2569

References OK, but no Numbers

Dear all,

in the first version of my Thesis, I put the references at the end of each Chapter (which were called by \include{.../...}), and I had no problems with the citations.

I'm now asked to bring all the references in one final Chapter. I've then collected all of them in a single .bib file ...
by mauz81
Wed Aug 03, 2011 4:57 pm
Forum: Page Layout
Topic: Wrong Header in Nomenclature
Replies: 1
Views: 2681

Wrong Header in Nomenclature

Dear all,

I have included the list of abbreviations in my thesis using the nomencl package:

PREAMBLE:

\usepackage[intoc]{nomencl}
\renewcommand{\nomname}{List of Abbreviations}
\renewcommand{\nomlabel}[1]{\textbf{#1}}
\makenomenclature

MAIN DOCUMENT:

\tableofcontents
\listoffigures ...