moewew

Results 416 comments of moewew

@matteocoder @matteofg @fargiolas @eg9 You're our regular Italian contributors. Any comments on this?

Sorry, for not replying sooner. I'm stretched quite thin at the moment and this looked more like a question for [TeX.SX](https://tex.stackexchange.com/) or your favourite LaTeX forum than a clear bug...

For development purposes it is usually better to submit the PR against `dev` - at least if you work from the default branch.

See also https://github.com/plk/biblatex/issues/657. @acuiko any comments on ? Some translations changed quite a bit.

Alright. #1387 is merged. @swasjt Thank you for improving the localisation. If you want to be added to the list of language contributors in the documentation, please let me know...

See https://github.com/plk/biblatex/commit/8bd98c88dd1c1513b122219a38c0440406173acb

The open access logo based on https://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg is implemented in https://github.com/moewew/biblatex-ext/blob/d301753e50f2a55418557f0805fbb6f0e8f4aa11/biblatex-ext-oasymb-l3draw.sty#L22-L54 https://github.com/moewew/biblatex-ext/blob/d301753e50f2a55418557f0805fbb6f0e8f4aa11/biblatex-ext-oasymb-pict2e.sty#L24-L44 https://github.com/moewew/biblatex-ext/blob/d301753e50f2a55418557f0805fbb6f0e8f4aa11/biblatex-ext-oasymb-tikz.sty#L20-L39 you could use your preferred impementation as a basis for a new "closed access" logo looking more...

By default the `pubstate` field prints the named bibstring (if it exists) or prints the field contents directly, so you could obtained `revisedresubmit` as follows ```latex \documentclass[british]{article} \usepackage[T1]{fontenc} \usepackage{babel} \usepackage{csquotes}...

Should hopefully be fixed in https://github.com/plk/biblatex/commit/ac2456c2492861451547659702ae4a72264e4997. The class loads bits of RevTeX and thus has a non-standard definition of `\addtocontents` that we cannot patch. The fix adds code to deal...

Hmmm, ... fascinating. Somehow `ltxgrid` and `biblatex` clash so that the `.aux` file is closed before we can write all our data to that file. I'll see if I can...