Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(upstream) Some latex formula is rendered too narrow #1443

Open
2 tasks done
glyh opened this issue May 28, 2024 · 1 comment
Open
2 tasks done

(upstream) Some latex formula is rendered too narrow #1443

glyh opened this issue May 28, 2024 · 1 comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@glyh
Copy link

glyh commented May 28, 2024

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

NVIM v0.10.0 Build type: Release LuaJIT 2.1.1716656478

Neorg setup

  require("neorg").setup {
    load = {
      ["core.defaults"] = {},
      ["core.export"] = {},
      ["core.export.markdown"] = {},
      ["core.concealer"] = {},
      ["core.completion"] = {
        config = {
          engine = "nvim-cmp",
        },
      },
      ["core.dirman"] = {
        config = {
          workspaces = {
            notes = "~/Documents/notes/neorg",
          },
          default_workspace = "notes",
        },
      },
      ["core.integrations.image"] = {},
      ["core.latex.renderer"] = {},
    },
  }
  -- TODO: Set fold level only for neorg files
  vim.wo.foldlevel = 99
  vim.wo.conceallevel = 2

Actual behavior

image

Expected behavior

$e^a$ to be wider, respecting the ratio when zooming.

Steps to reproduce

* Benefits of z-Transform
  - Analysis of LTI systems
  - Solving difference equations
  - Determining system stability
  - Finding frequency response of stable systems
* $e^a$ Eigen-functions of LTI Systems
  $e^a$ $e^{j\\omega n}$ are eigen-functions, so are $x[n] = z^n = r^n e^{j\\omega n}$.


Potentially conflicting plugins

None

Other information

None

Help

Yes, but I don't know how to start. I would need guidance (check question below)

Implementation help

Tell me where should I start.

@glyh glyh added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label May 28, 2024
@glyh glyh changed the title Latex is rendered too narrow on some formula Some latex formula is rendered to narrow May 28, 2024
@glyh glyh changed the title Some latex formula is rendered to narrow Some latex formula is rendered too narrow May 28, 2024
@benlubas
Copy link
Contributor

that's am image.nvim bug, has existed forever. 3rd/image.nvim#22

@glyh glyh changed the title Some latex formula is rendered too narrow (upstream) Some latex formula is rendered too narrow May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

2 participants