[OS X TeX] backref

George Gratzer gratzer at mac.com
Mon Feb 27 21:00:11 EST 2023


A trick, even neater:

\renewcommand{\verb}{\relax}



> On Feb 24, 2023, at 2:08 PM, Herbert Schulz via MacOSX-TeX <macosx-tex at email.esm.psu.edu> wrote:
> 
> 
> 
>> 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 MacOSX-TeX mailing list