litex
litex copied to clipboard
A LaTeX plugin for Light Table
Hi, First off, thanks for a fabulous plugin. I seem to be unable to pass "pdflatex" as an external command to the file eval trigger. Context: I use the Linux...
the german letter 'ü' produces a '['. this might be connected to https://github.com/LightTable/LightTable/issues/620 but i do not know
Thanks for this great plugin. However after installation I was constantly having troubles with errors of the type ENOENT "Could not find file /path/to/local/config/litexrc and /path/to/latexfile/.litexrc". Of course creating those...
When trying to compile a TeX file I get the error message ``` /bin/sh: pdflatex: command not found ``` However, pdflatex is installed and on the path. Running pdflatex from...
Summary by @rschroll: The Xpdf version of pdftoppm doesn't support the -png flag, but Xpdf does provide a pdftopng command that we could use instead. It currently has problems on...
LiTeX is a nice and useful plugin (thanks!), but I can't seem to navigate preview of the document being edited with the keyboard.
I have a project that is composed of a main file and inputed files from subdirectory like this ``` project |- chap1 | `- foo.tex ` main.tex ``` Is it...
This plugin is great. It would be nice to have also a light syntax checker while editing latex code, in the spirit of vim/syntastic or emacs/flycheck.
A line (or a marked block) should be commented with `Editor: Comment line(s)`. This seems not to work.