ransford / pdflatex-makefile

Simple Makefile for pdflatex-produced documents
113 stars 37 forks source link

First version working with biber+biblatex #28

Closed adoa closed 7 years ago

adoa commented 9 years ago

There are still a few issues.

  1. I have no idea how regexps actually function, so I just randomly tried to find something which recognizes the usage of \usepackage[<options>]{biblatex}. Your version did not do so correctly.
  2. There is a checkbib phony target giving the actual content of $BIBTEX,$BIBFILES and $BIBLATEX—you may use this to check your regexps or to optimize my grepping.
  3. The optional arguments of biblatex are typically split by linebreaks, since they are so numerous. The Makefile does not allow this, yet.
  4. For some mysterious reason the arguments of \bibliography and \addbibressource typically differ by a .bib. I have added some case distinctions to take care of that. However, it is not particularly pretty, I must confess.
  5. Some deeply arcane effect of the stars invokes bibtex after all the compilation (including execution of biber) finishes correctly—resulting in make returning an error code. Have no clue whether this is a feature of make or some hidden Makefile.include magic.
ransford commented 7 years ago

this is now stale/conflicty; feel free to reopen if you have more time to work on it