-
-
Notifications
You must be signed in to change notification settings - Fork 233
Core Latex Renderer
github-actions[bot] edited this page Feb 25, 2025
·
14 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.
-
latexexecutable in path with the following packages:- standalone
- amsmath
- amssymb
- graphicx
-
dvipngexecutable 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:Neorgcommand.
core.autocommandscore.clipboardcore.clipboard.code-blockscore.completioncore.concealercore.defaultscore.dirmancore.dirman.utilscore.esupports.hopcore.esupports.indentcore.esupports.metagencore.exportcore.export.htmlcore.export.markdowncore.fscore.highlightscore.integrations.coq_nvimcore.integrations.nvim-cmpcore.integrations.nvim-compecore.integrations.treesittercore.iterocore.journalcore.keybindscore.latex.renderercore.looking-glasscore.neorgcmdcore.neorgcmd.commands.returncore.pivotcore.presentercore.promocore.qol.toccore.qol.todo_itemscore.queries.nativecore.scannercore.storagecore.summarycore.syntaxcore.tanglecore.tempuscore.text-objectscore.todo-introspectorcore.uicore.ui.calendar