http://tex.stackexchange.com/questions/ ... r-biblatex
My university's thesis class breaks when using natbib/biblatex. It breaks all
\chapter*{name}
commands so that they make a chapter called *
with text name in their body. Using \bibliography{myRefs}
with natbib gives me a screwed up chapter name (*). Using \printbibliography
with biblatex
does the same.Is there an easy way to get the author name or year out of a citation without using either of those packages?
I'd happily roll my own
\citeauthoryear
and \citep
commands if it's possible. I don't know TeX well enough to change the class file to avoid that behaviour.I posted a sample document showing the issue here: https://github.com/benjones/brokenThesis