Search found 4 matches

by Xire
Tue May 21, 2013 12:43 am
Forum: Document Classes
Topic: Stop automatic Slide Transition
Replies: 1
Views: 3001

Re: Stop automatic Slide Transition

With what you display your slides ?
by Xire
Tue May 21, 2013 12:38 am
Forum: BibTeX, biblatex and biber
Topic: how to don't reset the cite counter between chapters?
Replies: 3
Views: 4681

Re: how to don't reset the cite counter between chapters?

Hi,

I've had the same problem, I used natbib with chapterbib. The number don't reset in each chapter.
by Xire
Tue May 21, 2013 12:30 am
Forum: BibTeX, biblatex and biber
Topic: \usepackage{multibib}, \newcites
Replies: 1
Views: 14872

\usepackage{multibib}, \newcites

It is not the good to use multibib. If you want two sections do something like this :


\documentclass[a4paper, 12pt]{article}
\usepackage{multibib}
\newcites{nu}{Peer reviewed article(s)}
\newcites{th}{Thesis/Dissertation}

\nociteth{*}
\bibliographystyleth{plain}
\bibliographyth{akincv ...