plk

Results 310 comments of plk

@moewew - probably time for a release?

You won't be able to use package `inputenc` with such charsets. Try replacing that with: ``` \usepackage{fontspec} ```

Apologies - there was corruption in the localisation file - I have just released version 9.20 to CTAN - should be available later today.

Same issue - not being able to configure timeouts like this makes PS automation basically useless (i.e. unreliable) for any Enterprise situation.

Hmm, this is a mystery - I have no idea what that `Specio` stuff is at all - perhaps just add those modules to the build script? Might be some...

Did you run `biber`? You have to run latex and then `biber` to generate the `.bbl` file. Then when you run latex again, it will pick up the references.

Check the `biber` docs - you don't run it on the `.bib` but on the `.bcf` that `biblatex` produces. You can just run it without the extension too.

This would be a lot of work as it would need to be customisable by the user too. How widely used is this format?

Wel it would be possible to have a new output format from `biber` as we did with `biblatexml` or the deprecated `bblxml`. Crossref it seems is more like `bibtex` semantics...

@moewew - I think we will need a more complete `.lbx` for persian? This only has a few strings in there? There is a related PR for `biblatex-apa` which reasonably...