PhilTeX Forums » Bibliographies
Need bibitems in brackets [1] [2] not 1. 2.
(1 post)-
Greetings and salutations, The last thing I have to fix for a Springer journal article is for the bibliography to pdf correctly. The citations in the text pdf right: "Lorentizian information manifold [1] [2]." However the bibliography pdf is 1. 2. Whereas the journal requires brackets with no period [1] [2].
Here's a minimal working extract:
% First comes an example EPS file -- just ignore it and % proceed on the \documentclass line % your LaTeX will extract the file if required \begin{filecontents}{example.eps} %!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 19 19 221 221 %%CreationDate: Mon Sep 29 1997 %%Creator: programmed by hand (JK) %%EndComments gsave newpath 20 20 moveto 20 220 lineto 220 220 lineto 220 20 lineto closepath 2 setlinewidth gsave .4 setgray fill grestore stroke grestore \end{filecontents} % \documentclass[referee]{svjour2}
\journalname{ijp} % onecolumn %\documentclass[twocolumn,fleqn]{svjour2} % twocolumn %\documentclass[onecollarge]{svjour2} % onecolumn "king-size" % %\smartqed % flush right qed marks, e.g. at end of proof % \usepackage{graphicx} \usepackage{subfigure} \usepackage{amsmath} \usepackage{latexsym} \usepackage{revsymb} %\usepackage{natbib} \usepackage{eucal} \usepackage{amsfonts, amssymb} \usepackage{times} \usepackage{bm} \usepackage{mathptmx} % \usepackage{mathptmx} % use Times fonts if available on your TeX system % % insert here the call for the packages your document requires %\usepackage{latexsym} % etc. % % please place your own definitions here and don't use \def but % \newcommand{}{} % % Insert the name of "your journal" with % \journalname{myjournal} % \begin{document}\title{Title}
%\titlerunning{Short form of title} % if too long for running head
%\authorrunning{Short form of author list} % if too long for running head
% The correct dates will be entered by the editor
\maketitle
The references need to appear in brackets like this \cite{Wieman:1994} \cite{Jaffe:2000} in the list below.
% BibTeX users please use one of %\bibliographystyle{spbasic} % basic style, author-year citations %\bibliographystyle{spmpsci} % mathematics and physical sciences %\bibliographystyle{spphys} % APS-like style for physics %\bibliography{} % name your BibTeX data base
% Non-BibTeX users please use \begin{thebibliography}{99} \expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi \expandafter\ifx\csname bibnamefont\endcsname\relax \def\bibnamefont#1{#1}\fi \expandafter\ifx\csname bibfnamefont\endcsname\relax \def\bibfnamefont#1{#1}\fi \expandafter\ifx\csname citenamefont\endcsname\relax \def\citenamefont#1{#1}\fi \expandafter\ifx\csname url\endcsname\relax \def\url#1{\texttt{#1}}\fi \expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi \providecommand{\bibinfo}[2]{#2} \providecommand{\eprint}[2][]{\url{#2}}
\bibitem{Wieman:1994} \bibinfo{author}{\bibfnamefont{H}} \bibnamefont{Wieman} \bibinfo{author}{\bibnamefont{and the EOS Collaboration}} \emph{\bibinfo{title}{Heavy Ion Reaction Measurements with the EOS TPC (Looking for Central Collisions with Missing Energy)}} (\bibinfo{publisher}{in the Proceedings of the Tenth Winter Workshop on Nuclear Dynamics}) \bibinfo{year}{(1994)}
\bibitem{Jaffe:2000} \bibinfo{author}{ \bibnamefont{A}} \bibnamefont{Jaffe} \emph{\bibinfo{title}{Constructive Quantum Field Theory}} (\bibinfo{publisher}{London: Imperial College Press}) \bibinfo{pages}{111} \bibinfo{year}{(2000)}
\end{thebibliography}
\end{document} % end of file template.tex
I've tried taking the % off the %\usepackage{natbib} but get an error message.... Would appreciate any advice on getting them brackets to pdf, thanks.
Posted 4 months ago #
Reply
You must log in to post.