I've currently updated from MikTeX 2.8 to 2.9 and am now having problems with installing/loading packages. I want to use biblatex-chicago and have installed it with the package manager. Using XeLaTeX (I've tried normal LaTeX, too), I only get a
Code: Select all
! LaTeX Error: File `biblatex-chicago.sty' not found.
Type X to quit or <RETURN> to proceed,
Code: Select all
\documentclass[letterpaper]{scrartcl}
\usepackage{csquotes}
\usepackage[english]{babel}
\usepackage[notes,backend=biber]{biblatex-chicago}
\begin{document}
Lorem ipsum
\end{document}
Thanks,
Harald.