.bib help

Ron RJF Fehd ron.fehd.macro.maven at gmail.com
Sat Mar 30 14:52:08 CET 2019


I use this  <author>-papers.tex file
to print my <author>-papers.bib file
as a c.v.

\documentclass{article}
\usepackage[ansinew]{inputenc}
\title{\jobname}
\author{R.J. Fehd}
\usepackage{fancyvrb}\fvset{frame=leftline,numbers=left}
\bibliographystyle{plainnat}%provides full name
%\bibliographystyle{unsrtnat}%provides live url
\usepackage[numbers]{natbib}%usage: \citet{key} returns: NameLast [cite-#]
\usepackage[hyphens]{url}%allow line breaks in url
\usepackage{hyperref}
\begin{document}
\maketitle\tableofcontents
%\input{Fehd-citations-x}
\nocite{*}
\bibliography{\jobname}
\section{listing}
\VerbatimInput{\jobname.bib}
\end{document}

-- 
Ron Fehd  Atlanta GA USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texhax/attachments/20190330/4f2d5432/attachment.html>


More information about the texhax mailing list