[OS X TeX] backref

Herbert Schulz via MacOSX-TeX macosx-tex at email.esm.psu.edu
Fri Feb 24 20:08:37 CET 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


----------- Please Consult the Following Before Posting -----------
TeX FAQ: https://www.tug.org/mactex/faq/index.html
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
                https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: https://www.tug.org/mactex/index.html
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex


More information about the macostex-archives mailing list.