-
In order to solve #132 we need to search about the format requirements: type of the laTEX template, parts, style...
-
For example, in the page https://nnfw.readthedocs.io/en/latest/runtime/heterogeneous-execution.html ,
When you click on "Lowering", the link is broken. The link address is `./core.md#1-lowering` wh…
-
## Overview
As discussed briefly in https://github.com/ioam/holoviews/pull/3194 with @philippjfr , this is an issue to catalog some of the ways that the plotly backend could be enhanced by taking adv…
-
```
I want to get a general explicit expression of an integral of this function:
delta
cos (theta)
where delta is any positive real, but not integer value. It seems to me that this probl…
-
In my work (clinical research), we make a lot of tables, usually comparing 2 or more groups. It's nice to format the table programmatically so that it is reproducible and ready for publication. The p…
-
@johanwk Thanks for inviting me to this work! I've forked the repo and can make Pull Requests.
Can you please add some example to make it easier to get oriented?
Eg elot-lob has `file:images/exampl…
-
Iebaltab is a great command. Thank you to the developers!
Is it possible to group variables in categories that get their own header (e.g. household characteristics), to create a balance table that …
-
I've noticed that the markdown formatting in bookshelf is different (larger) than in notebooks. In cases with many headings and sub-headings, I think the notebook formatting looks better;
![screens…
-
When in overwrite mode, some actions still behave as in insert mode (will cause text to the right of the cursor to move right instead of staying in place and having part of it overwritten). Furthermo…
-
Best explained with an example:
```LaTeX
\[ a × b \]
```
is compiled to
```XML
a
×
b
```
instead of
```XML
×
a
b
```
and then get…