Results 37 comments of Loop Space

I'm currently working on code that shortens a TikZ path along its path which should be a better fit than how the `shorten` key works. It will be part of...

Are the curved arrows a single path component (ie line or bezier curve) or are they made up of several segments? The shorten code shortens the last segment (or the...

What I'm asking is whether a curve is a _single_ bezier or are they built up from several? If you post the outputted TikZ code for one of your paths...

I'll need to dig a bit into tikzcd to figure out how it might interface with my code. In the meantime, here's a screenshot of what it can do. The...

Are you aware of my `spath3` library? It provides extra functionality for manipulating soft paths. It was designed as not quite intended for frontend use, but I've started adding keys...

I have now uploaded a new version of my `spath3` library to CTAN which implements a slew of routines for manipulating soft paths via TikZ keys. I was not aware...

I'd like to chime in on this thread from an education point of view. What would be really useful to have is a python package that could be imported into...

I've figured out how to typeset maths for ebooks ... But it's definitely non-trivial to convert a LaTeX file to ePub. I got something that compiled, but needs some work...

To give you a flavour of what it might look like (and also to show where work would need to be done) here's the introduction as an ePub: http://www.math.ntnu.no/~stacey/documents/HoTT-introduction.epub This...

Inevitably some messing with the main text will be necessary (particularly with diagrams). At the moment I'm trying my best not to mess with the actual text and just handle...