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:
\documentclass{report} \usepackage{mathspec} \begin{document} \cite{test} \bibliographystyle{linquiry2} \bibliography{Test} \end{document}
The code for the bibliography entry in Test.bib:
@Book{test, Title = {A title that should be italics}, Address = {Address}, Author = {Surname, Firstname}, Publisher = {Publisher}, Year = {Year}, }
The style linquiry2 (which I normally use) is attached. As previously stated, this issue occurs also with other .bst styles.
I'm using the latest version of miktex. This wasn't an issue last year (with an older distribution?)