Rowan Cockett

Results 168 issues of Rowan Cockett

If you have a macro that, for example, defines some text `\newcommand{\foo}{Bar}`, that will work fine in both a math and text context if they are on the same page....

bug
LaTeX

Right now we have a few high level keys in the `myst.yml` including project/site/version/extends. It is confusing to users where to put the keys (mostly always under project). Additionally, when...

In many project that I have seen there is attribution information that is included for images/figures, and this is generally done ad hoc in the figure caption or under this...

enhancement

It looks like if you have `\text{something_with_underscores}` in a math block, this works in MathJax and Jupyter, but with fail in MyST. This is due to the differences between LaTeX/KaTeX/MathJax:...

bug

We should compile these likely in all cases for the user so they can submit more easily. ![image](https://user-images.githubusercontent.com/913249/221894189-a1633208-87dc-493e-95d1-bfca55f418c6.png)

These were put in before the plugin system, and should be moved to that system. https://github.com/curvenote/curvenotejs/blob/main/packages/curvenote-cli/src/utils/utils.ts#L38 Currently overriding the options means they are logged out in the build process, which...

$$ \begin{bmatrix} sr_1 & sr_2 & t_x\\ sr_3 & sr_4 & t_y\\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} x_t\\ y_t\\ 1 \end{bmatrix} = \begin{bmatrix} x_s\\ y_s\\ 1 \end{bmatrix} $$...

There are some resources: - https://typst.app/docs/reference/symbols/sym - https://github.com/jgm/typst-symbols/blob/main/src/Typst/Symbols.hs (scrapes the webpage to generate the symbols) - https://github.com/svenkreiss/unicodeit/blob/main/ts_src/data.ts (unicode data) - https://github.com/jgm/texmath/blob/060691b8a8beaa1dbf677e7646185c8a1a2f3789/lib/totexmath/unimathsymbols.txt