On Tue, Feb 3, 2009 at 9:08 AM, jezZiFeR <jezzi...@googlemail.com> wrote: > On my mac I put the file "biblatex-dw" into my folder: > usr/local/texlive/texmf-local/tex > > Is this correct?
Actually, on Mac the user's TeX folders are at ~/Library/texmf/tex. That way when you update your TeX installation, you won't overwrite or erase any files you've added on your own. > Well, after that I entered this into the preamble: > \usepackage[style=authortitle-dw]{biblatex} > > As I try to compile I get loads of error-messages… As Anders said, installing in /usr/local/texlive, you would need to run "sudo texhash", and that's probably the cause of your error messages. (If you put new files in ~/Library/texmf, running texhash is unnecessary.) Bennett