Using ISO690 in Bibliography

Issue #181 open
Li Chong created an issue

I’ve tried to use ISO690, usando iso-authortitle in config file for biblatex, and biber to manage it, but i couldn’t obtain a output in TexMaker nor TexStudio. If i use the package classicthesis in a blank document, i obtain an output, but i need the entire enviroment de classicthesis. How i could make classicthesis use ISO690 for bibliography?

I set the biblatex package as:

\PassOptionsToPackage
{%backend=biber,
bibencoding=utf8, %instead of bibtex%backend=bibtex8,
 bibencoding=ascii, %language=auto,
 style=iso-authortitle,
 %style=authoryear-comp, 
 %Author 1999, 2010
 %bibstyle=authoryear,
 dashed=false, % dashed: substitute rep. author with ---sorting=nyt, 
 % name, year, titlemaxbibnames=10, 
 % default: 3, et al.
 %backref=true,
 natbib=true % natbib compatibility mode (\citep and \citet still work)}
 {biblatex}\usepackage{biblatex}

Comments (3)

  1. André Miede repo owner

    Sorry for the late reply. I have not yet touched the whole issue of migrating to biber and cannot offer any help with that topic at the moment.

  2. Log in to comment