I'd like to use authoryear-comp for my bibliography. However, I'd like to suppress underlining the journal title that seems to be set default.
Also, I got the problem that a line break is not inserted into the journal title, so that the title extends beyond the border. Is there a way to change this?
Here is an MWE:
\documentclass[12pt]{scrbook}
\usepackage[style=authoryear-comp, maxnames=1, doi=false, url=false, backend=bibtex8]{biblatex}
\bibliography{LitThesis}
\begin{document}
Here is my reference \parencite{Hummelen1997}.
\printbibliography
\end{document}
Bibtex code:
@ARTICLE{Hummelen1997,
author = {the author},
title = {the title},
journal = {Chemistry},
year = {1997},
volume = {3},
pages = {1489--1493},
number = {9},
month = {09}
}
So concerning the problem with the month I tried to do the following:
\usepackage[style=authoryear-comp, maxnames=1, doi=false, url=false, month=false, backend=bibtex8]{biblatex}
But I get an error because "month" is not recognized as a value. Is there a way to suppress showing the month in the bibliography?
\emphto underline. Please add a minimal working example (MWE) that illustrates your problem. – Joseph Wright May 06 '11 at 09:57ulemwith the optionnormalem– Marco Daniel May 06 '11 at 10:47microtypealso modifies working ofbiblatex/biber. I had a journal title that started in the right margin. There is probably an option inmicrotypeto make sure that it does not do that, but at this stage I dont't have the time to search for that. – Louis Mar 11 '14 at 23:00