-
-
Notifications
You must be signed in to change notification settings - Fork 216
Core Latex Renderer
github-actions[bot] edited this page Jul 16, 2024
·
10 revisions
This is an experimental module that requires nvim 0.10+. It renders LaTeX snippets as images
making use of the image.nvim plugin. By default, images are only rendered after running the
command: :Neorg render-latex
. Rendering can be disabled with :Neorg render-latex disable
Requires:
- The image.nvim neovim plugin.
-
latex
executable in path with the following packages:- standalone
- amsmath
- amssymb
- graphicx
-
dvipng
executable in path (normally comes with LaTeX)
There's a highlight group that controls the foreground color of the rendered latex:
@norg.rendered.latex
, configurable in core.highlights
-
core.autocommands
- Handles the creation and management of Neovim's autocommands. -
core.highlights
- Manages your highlight groups with this module. -
core.integrations.treesitter
- A module designed to integrate Treesitter into Neorg. -
core.neorgcmd
- This module deals with handling everything related to the:Neorg
command.
core.autocommands
core.clipboard
core.clipboard.code-blocks
core.completion
core.concealer
core.defaults
core.dirman
core.dirman.utils
core.esupports.hop
core.esupports.indent
core.esupports.metagen
core.export
core.export.markdown
core.fs
core.highlights
core.integrations.coq_nvim
core.integrations.nvim-cmp
core.integrations.nvim-compe
core.integrations.treesitter
core.itero
core.journal
core.keybinds
core.latex.renderer
core.looking-glass
core.neorgcmd
core.neorgcmd.commands.return
core.pivot
core.presenter
core.promo
core.qol.toc
core.qol.todo_items
core.queries.native
core.scanner
core.storage
core.summary
core.syntax
core.tangle
core.tempus
core.text-objects
core.todo-introspector
core.ui
core.ui.calendar