jupyterlab-latex icon indicating copy to clipboard operation
jupyterlab-latex copied to clipboard

JupyterLab extension for live editing of LaTeX documents

Results 42 jupyterlab-latex issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies
javascript

# New features: - Toolbar menu at the top of the document with shortcuts to common LaTeX editing tasks ![image](https://user-images.githubusercontent.com/8834829/163206895-20b2ee7a-c8d7-4444-a907-3c221da2c374.png) - Preview Button (easier way to trigger LaTeX compilation; currently...

enhancement

Bump minor package version to 3.1.1

dependencies

## Description Scroll editor to page is not working but scroll pdf to cursor works fine. ## Reproduce 1. Go to '...' PDF output 2. Click on '...' right click...

bug

If I try to execute an example which contains no bibtex compatible code: https://github.com/jan-janssen/latex-examples/blob/master/tikz.tex I get the following error message: ``` This is BibTeX, Version 0.99d (TeX Live 2019) The...

bug

Attempting to buld a simple `latex` file : ```latex \documentclass{article} \usepackage{graphicx} \begin{document} \title{Introduction to \LaTeX{}} \author{Author's Name} \maketitle \begin{abstract} The abstract text goes here. \end{abstract} \section{Introduction} Here is the text...

bug

Hey this stuff is GREAT!!!! I'm using this with beamer to create some slides So some UI suggestions * add a button that allows for creating a new .tex file...

enhancement

This issue seems similar to #59, but is happening on a fresh pip install. This error is thrown such that no document is compiled: ``` Request cannot be completed; no...

bug

When i click latex preview i get an error this one is in the console: ``` {"message": "Unhandled error", "reason": null, "traceback": "Traceback (most recent call last):\n File \"/home/brett/anaconda3/lib/python3.7/site-packages/tornado/web.py\", line...

bug