nabla.nvim icon indicating copy to clipboard operation
nabla.nvim copied to clipboard

take your scientific notes :pencil2: in Neovim

Results 26 nabla.nvim issues
Sort by recently updated
recently updated
newest added

**How should the input text representation look like** > Example: f(x) = \\begin{cases} 1 \\; if \; x < 2 \\\ 0 \\; if \\; x \\le 2 \\end{cases} **How...

enhancement

**How should the input text representation look like** > Example: p \not\in \{q\} **How should the ASCII art output look like** > Example: p ∉{q} other use cases include (⊄,...

enhancement

I got the following error while trying to use `nabla.nvim` to preview a block math equation: The `latex` content in a `quarto` `qmd` file is: ``` $$ \begin{alignat}{1} \overline{ \boldsymbol{\hat{y}}}...

enhancement

Hello! This plugin looks really useful for my purposes. However, whenever I add inline LaTeX to any document (enclosed within `$ .. $`) and call `enable_virt`, I am faced with...

**How should the input text representation look like** \color{red}\text{some text} **How should the ASCII art output look like** $\color{red}\text{some text}$ **Describe in what context you would use this notation** For...

enhancement

# \begin{equation} \end{equation} not parsed ? ## Normal behavior I have checked some commits, and for what I understand, `Treesitter` is used to parse the equation. In my case, `Treesitter`...

Enabling and toggling the virtual text disables wrap. Is this intended? I've added reenabling wrap in my keymap: ```lua vim.keymap.set( "n", "vv", function() require("nabla").toggle_virt( { autogen = true }) vim.o.wrap...

This could be related to #28 The math is: ```latex y[n, i] = x[n, i] - \frac{1}{N} \sum_{n=0}^{N-1} x[n, i] \quad i = 0, 1 \, , ``` And the...

Awesome plugin :sunglasses: The line: ```latex Ако земеме дека $V_\text{REF} = 1$, тогаш $q = \frac {1}{2^N}$, па добиваме: ``` renders like: ![image](https://github.com/jbyuki/nabla.nvim/assets/15214418/c4f13229-4276-4097-b01f-eb4417388198) No-one-byte characters are tricky in Neovim. Maybe...