i would like to set up a workflow that uses biblatex-biber with xelatex, on notepad++. the backend=biber in the biblatex environment. can someone explain the command line sequence to me? as i understand it, you run xelatex, biber, xelatex, xelatex. what files are the arguments for each of those commands?
so, assuming i'm trying to compile and then output to PDF a file foo.tex, the sequence would be
xelatex foo.tex
biber ?
xelatex ?
xelatex ?