Paulo Ney de Souza

Results 44 issues of Paulo Ney de Souza

When I run the command: echo casa | hunspell -p /tmp/hun.tmp -d pt_BR -l with the simple (UTF-8) word file with the following content: personal_ws-1.1 pt_BR 1 UTF-8 Urbański I...

Is there are "template" one can use to make the translations to be used in language.lbx? Or should that be done on top of one of the existing files? I...

enhancement
question

When I refer to a record with a wrong key (in the example below: Frégier instead of Frégier-1816) biblatex changes the accented character é to é, at the error message...

It seems that Hunspell is not able to recognize "caracterizá-lo-emos" as a valid verbet in the PT dictionary, as it can be seen in: ``` echo caracterizá-lo-emos | hunspell -d...

Every once in a while it dislocates a piece of the equation inapropriately, like the equal sign on the second one: ``` \documentclass{report} \usepackage{annotate-equations} \begin{document} \[ a \tikzmarknode{node1}{=} b \]...

help wanted

When I refer to a record with a wrong key (in the example below: Frégier instead of Frégier-1816) biblatex changes the accented character é to é, at the error message...

Bug
userfeedback
fixedindev

Starred environments, the ones with no counter, like `align*`, `eqnarray*`, etc ... are leaving behind an undesirable `*` at the start of the line, after removal of the arguments, like...

hacktoberfest

The following was reported by Jack 46 [email protected] on 13 Oct 2011 and separately by Peter Dyballa [email protected] in Sep 2012. The TeX file: `Ängstig Über Argentinië Lösen büßen Fräse...

hacktoberfest

The following contruct \begin{equation} -\alpha \pm i\omega \quad \text{and} \quad \alpha \end{equation} leave the "i" glued to the "and" even with a \quad in the middle. The occurrences of \quad...

hacktoberfest

The sequence: ``` Polinômios\hfill Cap. ``` produces ``` PolinômiosCap. ``` joined together which is less than ideal -- a space should be introduced.