Kristian Gregorius Hustad

Results 22 comments of Kristian Gregorius Hustad

We're running into this issue with our deployment at the University of Oslo. We would like to modify the top bar with links to our docs covering various details specific...

@flavionc No, I never got around to try out the workaround that Min proposed.

It is supported in HTML, but LaTeX support seems to require a bit of a workaround. See http://tex.stackexchange.com/questions/10181/using-footnote-in-a-figures-caption

I think we could allow for the trailing `=`s to be optional. If you want it fixed soon, feel free to make a pull request.

Unfortunately not. The simplest workaround for this is to create an empty header.

We could support those languages if you are willing to provide translations. Please refer to the instructions I gave in https://github.com/hplgit/doconce/issues/154

Regular expressions are only able to recognise regular languages. This is a big limitation when working with any language which may contain recursive structures. We will implement proper parsing in...

Thanks, will look into it. It seems to affect expressions starting with `g`. Need to investigate further.

I like the idea. Perhaps including output from IPython/Jupyter notebooks should be _optional_? For my own use, I cannot think of a scenario where I would not want to include...

ipynb2doconce includes LaTeX output as of 1b3d50c . Exporting the matplotlib figures in a way that preserves quality is going to be harder as they appear to be stored only...