Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

19
  • Does your blg really contain only this lines? Where is the tex and bib-file stored? Commented Jul 6, 2017 at 13:56
  • 1
    How exactly do you run pdflatex and biber? Have you tried on the command line? (don't remember what thye renamed it to in Win10) Commented Jul 6, 2017 at 14:01
  • 1
    Try running without the @echo off so you can see more messages. Commented Jul 6, 2017 at 14:33
  • 2
    Try running with the --debug flag, i.e. biber --debug test and check what the .blg contains. The log should be more verbose then. Commented Jul 6, 2017 at 15:38
  • 1
    I knew it that you have something unusual in your path name. Try to relocate biber to a location without chinese (?) chars. See here github.com/plk/biber/issues/70 Commented Jul 6, 2017 at 16:45