[OS X TeX] backref

Herbert Schulz herbs2 at mac.com
Fri Feb 24 14:08:37 EST 2023



> On Feb 24, 2023, at 11:51 AM, George Gratzer via MacOSX-TeX <macosx-tex at email.esm.psu.edu> wrote:
> 
> Consider this tex file:
> 
> \documentclass{amsart} 
> \usepackage[backref]{hyperref}
> 
> \begin{document}
> \title{Testing backref}
> 
> \maketitle
> 
> \section{Introduction}
> xxx  
> 
> \begin{thebibliography}{9}
> 
> \bibitem{gCcc}
> G. Cz\'edli,
> A property.\\
> \verb!+arXiv:2112.07594!
> 
> \end{thebibliography}
> \end{document}
> 
> Cannot run it. Why?
> 
> GG

Howdy,

First, I had trouble with using \verb in the bibliography environment and chnaged it to a \texttt{} command. Also, there is no citation given so there is nothing to `backref' to. I enclose a version that seems to typeset fine.

% !TEX program = pdflatexmk
\documentclass{amsart} 
\usepackage[backref]{hyperref}

\begin{document}
\title{Testing backref}

\maketitle

\section{Introduction}
xxx \cite{gCcc}

\newpage

\begin{thebibliography}{9}

\bibitem{gCcc}G. Cz\'edli, A property.\\
\texttt{+arXiv:2112.07594}

\end{thebibliography}
\end{document}

Good Luck,

Herb Schulz
herbs2 at mac.com




More information about the MacOSX-TeX mailing list