Hello Bennett,
I´ve had biblatex-dw installed in that folder before, and did it again
now – with the same results. But I tried to get a minimal-sample now,
and there it seems, that biblatex-dw is not able to find my
bibliography. I entered this line, which worked fine without biblatex-
dw:
\bibliography{/Users/me/documents/Bibliographien/BibDesk/Name}
Do I have to enter anything elso to let Lyx find my bibliography?
Thank you
Jess*
Am 03.02.2009 um 16:51 schrieb Bennett Helm:
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