Jouke Witteveen

Results 47 comments of Jouke Witteveen

Did #573 change anything here? On modern systems, `tomli` shouldn't be needed anymore, yet `tomli-w` will be.

I guess that means this PR can be closed and replaced by one that removes `toml` from line 8 of `development.rst` (the same line that this PR tried to add...

Do we want to use `weston.ini`, or a separate configuration file?

Is there a way to turn certain synonyms off? For instance, UM redefines `mathbb` (when `amssymb` is also in use), but I would like `mathbb` to refer to the `AMSb`...

What would _currently_ be the best way to make a single Greek letter be upright? For example, how can I make `\pi` render as `\symup{\pi}`, and leave all other characters...

Ah, thanks! I had tried it without the additional `\symup` and then the symbol just disappeared. I couldn't find any documentation on where these `\muppi`-like macros come from (neither could...

I extended this PR with support for links. With this, most of a waypoint survives a pass through `togeojson` followed by `togpx`! I also included a fix for an older...

Any ideas on this PR? Note that it is meant to be independent of #11. While this PR adds support for more waypoint properties, it does not expose any transformers....

I force-pushed a new version that does away with the `gpx_str` variable (in the "streamlining" commit). This variable is currently leaked into the global scope.