After having updated Biber from 1.5 version to 1.8, while the build time, I'm getting errors on the \begin{document} of my latex code telling that File ended while scanning use of \field.. I've tried to compile the same full code on this site, and this have worked.
Knowing that I'm on Windows 7 SP1 and using MiKTeX 2.9, how do I to fix this please?
I've tried to use Update (Admin) of MiKTeX for updates, but, after doing this I still getting the same errors.
Full Log file.
Minimal Log file related to the below .tex code.
.tex file
\documentclass[12pt,english,french]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel} \usepackage{csquotes}% recommended in output (biblatex)
\usepackage[backend=biber, style=alphabetic]{biblatex}
\addbibresource{bibli.bib}
\usepackage{titletoc}
\begin{document}
\nocite{*}
\printbibliography
\addcontentsline{toc}{chapter}{Bibliographie}
\end{document}
small .bib file
@online{msdn2,
label = {MSDN2},
title = {Comparatif entre C\# et Visual Basic .NET},
author = {Microsoft},
date = {2014-01-01},
url = {http://support.microsoft.com/kb/308470},
urldate = {2014-04-12}
}
.texfile with an accompanying.bibfile? Any.logor output, would be also useful to us debugging your problem. I remember that at some point Biber changed quite dramatically, so please post a MWE. – aignas Apr 14 '14 at 14:45biblatex, Biber [v 2.8/1.8 respectively]). Please be more specific on what error message you get and also post the (relevant passages of your).logand.blgfiles. – moewe Apr 14 '14 at 15:42\Temp\par-4265726e617264.You will find many details on this thread.
– Bernard Apr 14 '14 at 16:00par-may vary. – Bernard Apr 14 '14 at 16:11.bblfile and recreating it running Biber? – egreg Apr 14 '14 at 17:54C:\Users\User_Name\AppData\Local\Temp\par-4265726e617264. – Bernard Apr 14 '14 at 19:25miktex-biber-bin.tar.lzma(that's a 32-bit version).I uncompressed it, obtaining atexmfdirectory. Then I moved thecontentsof this directory (not the directory itself) in my Local TeXMF directory, as is. Next you'll have to refresh the FNDB as usual, and maybe install a perl distribution (I have Strawberry Perl). That's about all. – Bernard Apr 15 '14 at 14:11biberfor MiKTeX, moewe must be using that (32bit) version and says there that it is 1.8. (2.8 is thebiblatexversion which works withbiber1.8.) – cfr Apr 15 '14 at 21:28biblatexat least?! The 32/64 bit thing is irrelevant here so I'd assume that having up-to-date MiKTeX would automatically take care of this. – cfr Apr 15 '14 at 22:17urlandhyperref, but nonetheless I also do not have any problem with compiling your code (note, that I have 32bit MiKTeX on a 64bit Windows 7). – Speravir Apr 15 '14 at 23:39biblatexis up to date. 2.8a is the correct version. When you runbiberwhat version does it now report? – cfr Apr 15 '14 at 23:40.bibfile for testing. I've posted one below. Please try compiling it and post any errors in your question. Note that it is better to post logs etc. to a pastebin site so that people do not have to download an unknown entity to help you. (I won't do this basically - I doubt I'm alone in this.) With a really minimal case, though, it should be easy to post the errors in your question. – cfr Apr 15 '14 at 23:53\usepackage{babel} \usepackage{csquotes}% recommended in output (biblatex) \usepackage[backend=biber, style=alphabetic]{biblatex}and\addbibresource{otherbibli.bib} \usepackage{titletoc}. Comment out the rest of the preamble, compile and see what happens (hope you have a good editor that lets you comment out selected portions of text with a single click, or make a copy and delete the spurious lines). – Bernard Apr 16 '14 at 00:03File ended while scanning use of \field.on\begin{document}– dgs Apr 16 '14 at 00:13utf8, not cp1250, delete your auxiliary files ansd re-compile. Utf8 is the only encoding that is understood by all OSs and all modern editors use it by default. I'd like to see the .blg too. – Bernard Apr 16 '14 at 00:15Minist\\ere`. – dgs Apr 16 '14 at 00:22Minist\\ere` in your example? – cfr Apr 16 '14 at 00:25Package inputenc Error:Unicde char \u8:ère not set up for use with LaTeX.– dgs Apr 16 '14 at 00:41biberis working OK. So we know it is installed correctly, it matches yourbiblatexversion and that everything is being found OK at compile time. Now we know the problem is somewhere in your code. That is tremendously helpful. (Though I realise that you want your code to work but we are trying to narrow down the problem so ruling stuff out is progress.) – cfr Apr 16 '14 at 00:48cp1250. I have also tried to load utf8x on the main project but this led me to much output errors, so I haven't used it. As editor text, I'm using TexnicCenter. – dgs Apr 16 '14 at 01:13Convert to Unicode. – Bernard Apr 16 '14 at 01:31