Search found 4 matches

by ydwolf
Sat Nov 05, 2011 3:07 pm
Forum: BibTeX, biblatex and biber
Topic: Language Problem in citing Articles
Replies: 3
Views: 1651

Re: Language Problem in citing Articles

It works perfectly, thank you!
The only problem I still have is the fact that in my bibliography, it only prints the authors I explicitly cited. I used \nocite* before, but now with the biblatex package, that doesn't seem to work anymore. Any suggestions?
by ydwolf
Sat Nov 05, 2011 2:00 pm
Forum: Page Layout
Topic: Problem with Headers due to '\chapter*' Command
Replies: 3
Views: 2197

Problem with Headers due to '\chapter*' Command

Tnx for your reply.
But how should I do that exactly?
The following doesn't seem to work.

\chapter*{1. Inleiding}
\renewcommand{\chaptermark}[1]{\markright{\MakeUppercase{#1}}}

This either:
\chapter*{{\chaptermark}[1]{\markright{\MakeUppercase{#1}} 1. Inleiding}

Should I still put this ...
by ydwolf
Sat Nov 05, 2011 12:37 pm
Forum: BibTeX, biblatex and biber
Topic: Language Problem in citing Articles
Replies: 3
Views: 1651

Language Problem in citing Articles

The bibliography works perfectly, except for the fact that I want my references in my thesis in dutch and when I cite an article from two authors, e.g. Chen & Siems, it cites: Chen and Siems, where I want it to say Chen en Siems.
What should I add in my code?
\usepackage[dutch]{babel}
\usepackage ...
by ydwolf
Sat Nov 05, 2011 11:53 am
Forum: Page Layout
Topic: Problem with Headers due to '\chapter*' Command
Replies: 3
Views: 2197

Problem with Headers due to '\chapter*' Command

Hi,

For my thesis, I want to work with fancy headers. I used following code:
\renewcommand{\chaptermark}[1]{\markright{\MakeUppercase{#1}}}
\renewcommand{\sectionmark}[1]{\markright{\thesection~#1}}

\newcommand{\headerfmt}[1]{\textsl{\textsf{#1}}}
\newcommand{\headerfmtpage}[1]{\textsf{#1 ...