org-latex-impatient icon indicating copy to clipboard operation
org-latex-impatient copied to clipboard

Instant Previews LaTeX snippets in Org-mode

Results 12 org-latex-impatient issues
Sort by recently updated
recently updated
newest added

Okay, so by default.. they preview is giant. If I change the scale to 0.5, it disappears. Any thoughts? ```elisp (use-package org-latex-impatient :defer t :hook org-mode :ensure-system-package ((tex2svg . "npm...

Sorry if this already documented somewhere, but what should I do if I want to use latex commands from mathjax physics extension? https://docs.mathjax.org/en/latest/input/tex/extensions/physics.html

Sometimes the preview of a latex segment is incomplete. I initially guess I am typing too fast before when previewing so I try to set a larger `org-latex-impatient-delay` (e.g. `1.0`)...

When there are two `org` buffers both containing equations, the preview sometimes is not working properly. Reproduce steps: 1. Write some equations in `org` buffer 1, keep the cursor inside...

did i miss anything ? many thanks! ![image](https://user-images.githubusercontent.com/546163/101525869-e4e4bb00-3959-11eb-824d-e9a068e66049.png)

When working with latex and markdown-mode, org-latex-impatient tends to be very "chatty", i.e., it prints a message about the snippet it is rendering every time it renders. This is probably...

org-latex-impatient provides a useful function called `org-latex-impatient--equal-or-member`, which it calls in a few places. however, in some places (mostly in code handling markdown mode), it instead calls `yang/equal-or-member`. I assume...

Do checking similar to how markdown mode is checked: specifically check the text property, since an overlay could cover it up (e.g., hl-line-mode masks things). Also check for 'tex-math face...

If `tex2svg` is installed in such a way that it is available on `$PATH` (from within emacs), then there's no need for the user to install it manually. I've set...

Currently, when scaling, we wrap the content of the svg (which is xml) in something that looks like ```xml VALID SVG HERE... ``` However, in order to be "valid svg"...