jupyter_latex_envs icon indicating copy to clipboard operation
jupyter_latex_envs copied to clipboard

(Some) LaTeX environments for Jupyter

Results 37 jupyter_latex_envs issues
Sort by recently updated
recently updated
newest added

Hi again I am applying the latex environments for my entire work, but for presentation I like more to do it with the extension of jupyter (which uses reveal.js) I...

## What I'm trying to do? cite several papers at once and mentioning the pages referenced ## What is the problem? `\cite` works really well as long as I don't...

After installing jupyter_latex_envs the space commands \quad and \qquad (for math mode) do not work anymore: I don't get any spaces anymore. For example, when typing \begin{align} \dot{x}(t_f,x_0,u) = 0...

This is a beautiful package - it has enabled so much - but occasionally within groups of equations it ignores the latex setting, of one or more equations, entirely or...

Hi, I liked the work. Thanks for it. I followed the installation guide, all three steps. No error during installation. I tried the following. \begin{equation} Z^{[1]} = X W^{[1]} +...

Followed installation in README.md and encountered the error below. Running jupyter core: 4.6.3. I attempted installation on macOS and Linux and both give the same error, appreciate the help in...

Hi, Thank you so much for the work. You're extension has been incredibly helpful in making Jupyter a one-stop shop for both data analysis/exporting to outputting into a nice format....

Hello: I currently export my notebooks using: `jupyter nbconvert --ExecutePreprocessor.timeout=180 --template=nbextensions --execute --to=html` This mainly to hide code. Now I want to include: `html_with_lenvs` (to numbering latex equations). Any suggestions...

Trying to position text exactly in a Jupyter notebook markdown cell, I'd like to use the $\vspace{-2cm}$ Latex syntax. I read [here](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/latex_envs/README.html) that it's possible to extend the little amount...

Deprecation warning are generated over invalid escape sequences. This can be fixed by using raw strings or escaping the literals again. ``` find . -iname '*.py' | xargs -P 4...