Search found 4 matches
- Wed May 22, 2013 11:38 pm
- 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?
Look about multibib.
- 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 ?
- 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.
I've had the same problem, I used natbib with chapterbib. The number don't reset in each chapter.
- 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 ...
\documentclass[a4paper, 12pt]{article}
\usepackage{multibib}
\newcites{nu}{Peer reviewed article(s)}
\newcites{th}{Thesis/Dissertation}
\nociteth{*}
\bibliographystyleth{plain}
\bibliographyth{akincv ...