Matteo
Matteo
Is it possible to have support for the Italian language? Below are keys and translations: ``` - exponent-product = \times - inter-unit-product = \, - output-decimal-marker = { , }...
LaTeX provides many conditional statements, but not all of them provide for setting a single `true` or `false` branch. Is it possible to generalize the syntax, so that I can...
In verbose-styles, Biblatex provides the `citedas` expression for introducing shorthand into a citation, but has no mechanism to check whether the shorthand will actually be used. ``` % !TEX encoding...
`Biblatex` offers several sorting tools, but not a simple method to set different sorting templates by different Entry Types. Is there a technical reason why the `sorting` option is not...
Below the mwe: ``` \documentclass{article} \usepackage{lipsum} \usepackage[style=authoryear]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \nocite{*} \defbibnote{note1}{\lipsum[2][1-3]} \defbibnote{note2}{\lipsum[3][1-4]} \printbibheading \lipsum[1] \printbibliography[heading=subbibliography, title={Article}, prenote=note1, type=article] \printbibliography[heading=subbibliography, title={Book}, prenote=note2, type=book] \end{document} ``` As you can see there is...
First of all, congratulations for this project: it's very simple and "user oriented". But it may not be very efficient. For example, in case of `sequence = [”latex”, ”bibtex”]`, the...
I think it is useful to provide, in the File menu, a command (such as 'Show in Explorer/Finder/FileManager') that opens the folder containing the file currently open in TeXworks.
Typesetting a document with the various automation tools (e.g., llmk, l3build, etc.), the "Errors, warnings, badboxes" tab displays the various information cumulatively. Therefore, notices related to cross-references, index, bibliography, etc....
In a Lua script, comments are introduced via two dashes: ``` -- two lines -- of comments ``` You can also use a different syntax: ``` --[[ two lines of...
As reported in [this biblatex issue](https://github.com/plk/biblatex/issues/1301), I propose that even in authoryear styles, "spurious" parentheses be removed if the year/date field is not entered.