Matteo Gamboz

Results 10 issues of Matteo Gamboz

Packages like [upgreek](https://ctan.org/pkg/upgreek) and [newtxmath](https://ctan.org/pkg/newtx) provide an "upright" version of greek letters.

As a possible future enhancement, would it be possible to use the characters of the unicode block "[Mathematical Alphanumeric Symbols](http://www.unicode.org/charts/PDF/U1D400.pdf)" when encoding math symbols to text? So that "$x$" would...

enhancement

I think the spec for the macro `\href` might be missing from pylatexenc/latexwalker/_defaultspecs.py The following code gives error: it expects a node with two arguments, but gets a node with...

First, let me thank you for you work, it helps me a lot. I want to report the issue in the title. For instance: ```bash echo '\newcolumntype{C}{>{$}c

enhancement

So that django apps (i.e. not Janway plugins) can register their own hooks. This is the same as PR #2941 (unfortunately I wasn't able to just re-open the old one).

I think that `xgettext --no-wrap` does not apply to the list of occurrences, so polib and xgettext will format the `#:` lines differently. If you have a structure like the...

The `:type` of the debug template "Python :: Run pytest (at point)" should match the "LANGUAGE-ID" argument of the function `(dap-register-debug-provider)`, otherwise the "PROVIDE-CONFIGURATION-FN" is not called (and all tests...

Sometimes the function `utils.settings_handler.get_setting()` is called with a wrong argument. The function expects a string as second argument (`setting_name`), but here and there it is called with a `core.Setting` object...

I've lost some time configuring apache-uwsgi interaction via unix domain sockets because I had the socket created by uwsgi in /tmp, but apache did not see it because it was...

Add a setting to make the automatic registrations of DOIs at acceptance be optional, while still allowing the manual registration. Rationale: ATM that the same setting `use_crossref` is used -...