Search found 9 matches

by mclaine
Thu Nov 12, 2009 12:16 pm
Forum: Document Classes
Topic: Beamer, Frame Numbers without total number of pages
Replies: 6
Views: 49204

Beamer, Frame Numbers without total number of pages

A short additional (final) remark:

I slightly changed your new commands to

\newcommand\numbered{\setbeamertemplate{footline}{%
\raisebox{5pt}{\makebox[\paperwidth]{%
\hfill\makebox[10pt]{%
\scriptsize\insertframenumber}}}}}

\newcommand\unnumbered{\setbeamertemplate{footline}{}\addtocounter ...
by mclaine
Thu Nov 12, 2009 11:48 am
Forum: Document Classes
Topic: Beamer, Frame Numbers without total number of pages
Replies: 6
Views: 49204

Re: Beamer, Frame Numbers without total number of pages

You are a genius!

This works perfect and I am ashamed I did not come up with this idea myself.

Thanks a lot.
by mclaine
Wed Nov 11, 2009 11:41 am
Forum: Document Classes
Topic: Beamer, Frame Numbers without total number of pages
Replies: 6
Views: 49204

Re: Beamer, Frame Numbers without total number of pages

Lol,

well now I have one additional question.

Is there any way not to count several frames?

In a first-best world, I'd like the counting to begin after the titlepage and there are some slides which contain no important (but necessary!) information, e.g.:

\begin{frame}
\vskip1.6cm \begin{center ...
by mclaine
Wed Nov 11, 2009 9:20 am
Forum: Document Classes
Topic: Beamer, Frame Numbers without total number of pages
Replies: 6
Views: 49204

Re: Beamer, Frame Numbers without total number of pages

Thanks a lot!

It works. You are my personal hero for today :-)

Best regards,

Christian
by mclaine
Tue Nov 10, 2009 7:38 pm
Forum: Document Classes
Topic: Beamer, Frame Numbers without total number of pages
Replies: 6
Views: 49204

Beamer, Frame Numbers without total number of pages

Hi everybody,

I'm just working on my phd thesis presentation and wanted to add page (frame) numbers to my presentation.

I used \setbeamertemplate{footline}[frame number] which destroys my original footline, but this is exactly what I wanted. However, it prints the frame number in the format ...
by mclaine
Wed Jul 29, 2009 5:18 pm
Forum: BibTeX, biblatex and biber
Topic: natbib, pages in references
Replies: 8
Views: 5632

natbib, pages in references

I accidently used usepackage{citref} and feel really sorry for the convenience ...

However, I've got ANOTHER question:

I tested different styles today and except for one tiny detail 'kluwer' looks perfect.

My example code is:
\documentclass[12pt,titlepage]{article}
\usepackage{graphicx ...
by mclaine
Wed Jul 29, 2009 8:45 am
Forum: BibTeX, biblatex and biber
Topic: natbib, pages in references
Replies: 8
Views: 5632

Re: natbib, pages in references

Hi again,

and sorry for the inconvenience. I solved my problem by deleting the a package forgot to mention.

Best regards
by mclaine
Tue Jul 28, 2009 7:37 pm
Forum: BibTeX, biblatex and biber
Topic: natbib, pages in references
Replies: 8
Views: 5632

Re: natbib, pages in references

Hi,

these are my settings:

\usepackage[sectionbib,round]{natbib}

\begin{document}
\bibliographystyle{plainnat}

...


\citet{Akerlof1990}

.....


\bibliography{LiteraturDatenbank}

\end{document}
by mclaine
Tue Jul 28, 2009 6:05 pm
Forum: BibTeX, biblatex and biber
Topic: natbib, pages in references
Replies: 8
Views: 5632

natbib, pages in references

Hi everybody,

I started to use bibtex to organize the references in my dissertation today.

I really like the standard natbib style that looks a little like this:

A. Alesina, ... Journal of Public Economics ..., 2004. [7, 24]

BUT: Is there any way that the pages are NOT given at the end of the ...