Siehe folgendes MWE:
\documentclass[secnumarabic,amssymb, nobibnotes, aps, pre, twocolumn]{revtex4-1}
\newcommand{\revtex}{REV\TeX\ }
\newcommand{\classoption}[1]{\texttt{#1}}
\newcommand{\macro}[1]{\texttt{\textbackslash#1}}
\newcommand{\m}[1]{\macro{#1}}
\newcommand{\env}[1]{\texttt{#1}}
\setlength{\textheight}{9.5in}
\bibliographystyle{apsrev4-1}
\usepackage[english]{babel}
\begin{document}
\maketitle
hey \cite{toral_fokker-planck_2003}
\bibliography{./ex}
\end{document}
Und in meinem ex.bib
(nur ein Beispiel):
@inproceedings{toral_fokker-planck_2003,
title = {A Fokker-Planck description for Parrondo's games},
volume = {5114},
url = {http://dx.doi.org/10.1117/12.490173},
doi = {10.1117/12.490173},
abstract = {We discuss in detail two recently proposed relations between the Parrondo's games and the Fokker-Planck equation describing the flashing ratchet as the overdamped motion of a particle in a potential landscape. In both cases it is possible to relate exactly the probabilities of the games to the potential in which the overdamped particle moves. We will discuss under which conditions current-less potentials correspond to fair games and vie versa.},
urldate = {2013-12-27},
booktitle = {Proc. {SPIE}},
author = {Toral, Raul and Amengual, Pau and Mangioni, Sergio},
year = {2003},
pages = {309--317}
}
Die Ausgabe der Referenzliste sieht etwa so aus: R. Toral, P. Amengual und S. Mangioni, in Proc. SPIE, Vol. 5114 (2003), S. 309–317.
In Zeitschriften wie Physical Review E wird ein Referenzelement nur 309
anstelle von angezeigt pp. 309-137
. Meine Frage ist, gibt es eine Möglichkeit, in Latex nur die erste Seitenzahl anzuzeigen, ohne die .bib-Datei manuell bearbeiten zu müssen?