Search found 8 matches

by Bettina
Tue Apr 29, 2008 6:43 pm
Forum: Document Classes
Topic: Doublesided document - blank pages
Replies: 5
Views: 8177

Re: Doublesided document - blank pages

Great, thanks a lot! Got it all covered now.
by Bettina
Tue Apr 29, 2008 5:42 pm
Forum: Document Classes
Topic: Doublesided document - blank pages
Replies: 5
Views: 8177

Doublesided document - blank pages

Hi,

I am using \documentclass[12pt,a4paper]{book} with fancyheader.

Now I have exactly the problem mentioned in the documentation of fancyheader, namely that the final (empty) pages of a chapter contain the header - which I don't want. I thought I did what the documentation says, i.e. add ...
by Bettina
Thu Nov 29, 2007 4:43 pm
Forum: Document Classes
Topic: Fancyhdr gb4 error Argument of ^ has an extra }. \par \trans
Replies: 2
Views: 4225

Fancyhdr gb4 error Argument of ^ has an extra }. \par \trans

found the problem ... gb4e has to be inserted after fancyhdr.

bettina
by Bettina
Thu Nov 29, 2007 2:59 pm
Forum: Document Classes
Topic: Fancyhdr gb4 error Argument of ^ has an extra }. \par \trans
Replies: 2
Views: 4225

Fancyhdr gb4 error Argument of ^ has an extra }. \par \trans

Hi,

I have a document which worked just fine until I inserted fancyhdr as follows:

\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{head}
\chead{}
\rhead{author}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}

Now I get the ...
by Bettina
Thu Nov 15, 2007 7:31 pm
Forum: General
Topic: Cross Reference to Footnote
Replies: 2
Views: 17829

Re: Cross Reference to Footnote

cool! apparently I was already too tired to figure that out myself.
thanks a lot!!!
by Bettina
Thu Nov 15, 2007 7:02 pm
Forum: General
Topic: exclude citation from bibliography
Replies: 2
Views: 2906

Re: exclude citation from bibliography

Well, the idea is that I do use the \citet command but suppress the output in the bibliography.
E.g. I cite something Author A has said, but I take this quote from Author B.
(A, 1900; cited after B, 2000)

In this case, i do not want A to show up in the Bibliography.

Best,
Bettina
by Bettina
Thu Nov 15, 2007 6:32 pm
Forum: General
Topic: Cross Reference to Footnote
Replies: 2
Views: 17829

Cross Reference to Footnote

Hi everbody,

can anybody tell me how I can make a crossreference to a footnote? \label{x} and \ref{x} does not seem to work and I couldn't find anything online.

Thanks!
Bettina
by Bettina
Wed Oct 24, 2007 4:52 pm
Forum: General
Topic: exclude citation from bibliography
Replies: 2
Views: 2906

exclude citation from bibliography

Hi everyone,

can anyone tell me how to NOT include a citation in the bibliography?
I am using natbib/bibdesk.

Thanks!
Bettina