<br>On Mon, Dec 7, 2009 at 12:29 PM, Ulrike Fischer <span dir="ltr">&lt;<a href="mailto:news3@nililand.de">news3@nililand.de</a>&gt;</span> wrote:<br><br>&lt;snip&gt;<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Make a copy of all your files in a new folder. Then move the<br>
\printbibliography and the \cite command directly behind<br>
\begin{document} and put a \end{document after \printbibliography.<br>
Then compile. If the problem persists something in your preamble is<br>
responsible. Start to remove things until you find the source of the<br>
problem.<br>
<br>
If the problem disappear in the short document start to move the<br>
\end{document} until you find the point where the problem start.<br>
<br>
Make sure to remove auxiliary files between the different tests and<br>
to run the complete compilation circle (latex + bibtex etc).<br>
 </blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br></blockquote><div>That
sounds like a good method. I&#39;ll roll back to the previous version (0.7)
of biblatex and try to figure out what caused this error.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div> <br></div></blockquote>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
&gt;<br>
&gt; Now, I&#39;ve tried upgrading to biblatex 0.8 but I can&#39;t get that to work at<br>
&gt; all (so now I can&#39;t get a maningful logfile from my own source).<br>
<br>
</div>Updating a large package like biblatex when you are approaching a<br>
deadline and when you don&#39;t actually know that your problem will be<br>
resolved by an update is asking for trouble. </blockquote><div><br>Well, it isn&#39;t a decision I&#39;m very proud of; I was panicking...<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Are you sure that you<br>
did install the new version correctly and that is now used? Did you<br>
put all the file in the correct places and did you remove all files<br>
from the older version?<br>
<div class="im"><br></div></blockquote><div>As far as I can tell, yes,
but I haven&#39;t had any time today to dig in to it. I will probably just
go back to where I was (0.7) and deal with this issue later.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">

&gt;  Trying to<br>
&gt; run one of the biblatex examples (01--introduction.tex) results in:<br>
&gt;<br>
&gt; ! Undefined control sequence.<br>
&gt; \biburlsetup -&gt;\Urlmuskip<br>
&gt;                           =0mu plus 2mu\relax \mathchardef \UrlBreakPenalty<br>
&gt; ...<br>
&gt; l.40 \cite{companion}<br>
&gt;<br>
&gt; Maybe a dependency problem?<br>
<br>
</div>\Urlmuskip is defined in url.sty which is loaded by biblatex. The<br>
following works fine for me<br>
<br>
\listfiles<br>
\documentclass{article}<br>
\usepackage{biblatex}<br>
<br>
\begin{document}<br>
\the\Urlmuskip<br>
\end{document}<br>
<br>
with versions:<br>
<br>
 article.cls    2007/10/19 v1.4h Standard LaTeX document class<br>
  size10.clo    2007/10/19 v1.4h Standard LaTeX file (size option)<br>
biblatex.sty    2009/07/04 v0.8e programmable bibliographies<br>
etoolbox.sty    2009/08/06 v1.8 e-TeX tools for LaTeX<br>
    etex.sty    1998/03/26 v2.0 eTeX basic definition package (PEB)<br>
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)<br>
  ifthen.sty    2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)<br>
     url.sty    2006/04/12  ver 3.3  Verb mode for urls, etc.<br>
biblatex.def    2009/07/04 v0.8e biblatex generic definitions<br>
standard.bbx    2009/07/04 v0.8e biblatex bibliography style<br>
 numeric.bbx    2009/07/04 v0.8e biblatex bibliography style<br>
 numeric.cbx    2009/07/04 v0.8e biblatex citation style<br>
biblatex.cfg<br>
 english.lbx    2009/07/04 v0.8e biblatex localization<br>
<div class="im"><br>
<br></div></blockquote><div>Thanks, this will be useful! <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
<br>
&gt;<br>
&gt; Not sure if it&#39;s meaningful but the attached small example works (!)<br>
<br>
</div>Well working example are in general not really useful to find<br>
problems in non-working documents.<br>
<div><div class="h5"><br></div></div></blockquote><div>I guess the reason I submitted the example was to show what kind of citations that don&#39;t work in my document...<br>
<br>
Anyways, thanks for the useful input. When (if) I find what caused the problems I&#39;ll post it here.<br>
<br>
best,<br>
<br>
/h<br></div></div>