-
When I write `$\{\}$`, this gets corrected to `${}$`, while it should stay `$\{\}$`. It would be nice to have a config option to disable tidying in Latex.
-
\text{⋮} will cause an error message:
KaTeX parse error: Can't use function '\mathord' in text mode at position 1: \̲m̲a̲t̲h̲o̲r̲d̲{\varvdots\rule…
other ellipsis unicode characters seem to work fin…
-
I use Atom with atom-pdf-view to write LaTeX code. I frequently use the `\widehat` command in math mode to add a wide hat over a variable. Consider the minimal example
```
\documentclass{article}
…
-
### Requirements
- [X] This is a feature request and not a bug report. Otherwise, please create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&proje…
-
I wanted to inquire about the possibility of implementing [LaTeX](https://www.latex-project.org/) support within the Folio app. As I haven't come across any mention of this feature in previous discuss…
-
Will it be considerable to include latex math expression like `$inline math$` and `$$display math$$` common in modern markdown file editor like obsidian.
With this additional funcitonality, one can w…
-
We use graphviz. There exists a package `dot2tex` that can generate latex code and/or pdf figures from graphviz. This has the benefit of supporting latex math. Here's a little code snippet. I had to h…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
It would be really great if cloze cards could be generated from LaTeX blocks, l…
-
### Description
![image](https://github.com/arXiv/html_feedback/assets/47582528/6f04e1b0-78bd-49ef-9ef2-5f39079be6e4)
### (Optional:) Please add any files, screenshots, or other information he…
-
When I ask a question of Copilot Chat:
write the below as math formula
```
# Negative log-likelihood for normal distribution
nll = -np.sum(-0.5*np.log(2*np.pi*sigma**2) - (y-predicted_y)**2 /…