It is standard in bibliographies for the title of a book to be in italics. However, I've recently found that the use of mathspec (or fontspec) "turns off" all the italics in my bibliography. Does any-one know a simple way to resolve this?
I've tried this with several different bibliography styles and the same issue occurs. When I use mathspec (or fontspec) the title is not in italics, when I comment it out the title is correctly in italics.
MWE:
Code: Select all
\documentclass{report}
\usepackage{mathspec}
\begin{document}
\cite{test}
\bibliographystyle{linquiry2}
\bibliography{Test}
\end{document}
Code: Select all
@Book{test,
Title = {A title that should be italics},
Address = {Address},
Author = {Surname, Firstname},
Publisher = {Publisher},
Year = {Year},
}
I'm using the latest version of miktex. This wasn't an issue last year (with an older distribution?)