Search found 7 matches

by Leoni
Sat Apr 27, 2013 3:06 pm
Forum: BibTeX, biblatex and biber
Topic: From Bibliography by Chapter to complete Bibliography
Replies: 1
Views: 3298

From Bibliography by Chapter to complete Bibliography

Dear all,

I have faced a problem, I can't seem to find a solution for. I am writing a Thesis. Each chapter is saved separately. To get the whole Thesis, I do this:

\begin{document}
\maketitle

\include{TitlePage}
\let\cleardoublepage\clearpage

\include{Intro}
\include{Chap1}
...
\include{Chap9 ...
by Leoni
Thu Jun 21, 2012 12:51 pm
Forum: Page Layout
Topic: Headings too long for Header
Replies: 3
Views: 2462

Re: Headings too long for Header

Hi Thorsten

thanks a lot for your reply. Never knew it could be that easy!!!

Reading of basic will definitely not do any harm, however, no time for that.. Die höhe Kunst ist wenn Du solche dummies wie ich vertehst ;))

Danke danke danke!
by Leoni
Thu Jun 14, 2012 9:12 pm
Forum: Page Layout
Topic: Headings too long for Header
Replies: 3
Views: 2462

Headings too long for Header

Hi guys

I've got the following problem:
Normally, on even pages I have the name of actual section on top of the page, and on odd pages there's name of chapter. The problem is that sometimes the name of chapter or section is so long, that it does not have enough space, and it looks like in the ...
by Leoni
Sat Apr 28, 2012 10:30 am
Forum: Text Formatting
Topic: ToC with Roman and Arabic Page Numbers
Replies: 2
Views: 8762

Re: ToC with Roman and Arabic Page Numbers

And that did the job!

Vielen herzlichen Dank, Stefan ;)
by Leoni
Fri Apr 27, 2012 3:10 pm
Forum: Text Formatting
Topic: ToC with Roman and Arabic Page Numbers
Replies: 2
Views: 8762

ToC with Roman and Arabic Page Numbers

Hi guys,

I am desperately looking for the solution of my problem:
I am writing a dissertation. My contents will include Abstract, Abbreviations, Symbols and Glossary before the very first Chapter. All these four will not count as chapter, so I used \chapter*{Abstract}
I'd like to use roman page ...
by Leoni
Sat Feb 12, 2011 6:03 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography for each Chapter from one Database File
Replies: 3
Views: 2956

Bibliography for each Chapter from one Database File

Hi frabjous ,

thanks a lot for your post. I have actually figured out just 15 min ago (oh man, it took me almost 5h), what was wrong...

Everywhere people write, "run it in bibtex", which was confusing for me. I couldn't figure out, what does that exactly mean. Sometimes more experienced people do ...
by Leoni
Sat Feb 12, 2011 1:15 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography for each Chapter from one Database File
Replies: 3
Views: 2956

Bibliography for each Chapter from one Database File

Hi all,

after searching this forum to find an answer for my problem, I couldn't find anything that could help, so I started a new topic.
I've got the following problem:
I would like to have bibliography after each chapter of my Thesis. I use "chapterbib" package. My endfile looks like this ...