-
There are currently a number of situations that **quiver** struggles to replicate in LaTeX (currently the user will be warned about these situations, and **quiver** will fall back on an easier style, …
-
do you have some self contained examples / rendering lying around ?
-
Double squiggly arrows look [fine](https://q.uiver.app/?q=WzAsMyxbMCwwLCJcXGJ1bGxldCJdLFsyLDAsIlxcYnVsbGV0Il0sWzEsMSwiXFxidWxsZXQiXSxbMCwyXSxbMSwyXSxbMSwwXSxbNCwzLCIiLDIseyJzaG9ydGVuIjp7InNvdXJjZSI6Mj…
-
I'm probably not going to create commutative diagrams any time soon. However, I think a VS Code extension that wraps this editor might be a good thing if you are already using vscode to write latex.
…
-
Hi
I tried to replace
```latex
\begin{rdfequation}[eq:hello]
a = b + c
% each label for equation must use the eq: prefix
% \rdflabel{eq:hello}
\end{rdfequation}
```
By
```latex
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Original problem
It would be really nice to support placing a label node on a wire, like `--f--[box]--g-…
-
```latex
\ar[ur, phantom, pos=.55, shift left=.5, "\htmlStyle{
display: inherit;
transform: rotate(-45deg);
}{\Longrightarrow}"]
```
这也太 hack 了,cd 环境本身有计划扩展以支持这种旋转的情况吗?
-
I am a researcher in mathematics. As someone who has also worked on semantic mathematics markup (in the form of my package [SemanTeX](https://ctan.org/pkg/semantex)), sTeX caught my attention. Congrat…
-
Hi, I have no idea on why, but this does not compile if the language is set to german.
```tex
\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage{german}
\usepackage{tikz}
\u…
-
Is it possible to have vimtex detect custom math environment? It's causing me issues when using context-dependant snippets.
I found out I can fix it by manually adding every custom environment usin…