Command-Line Interface
Installation
To install for the first time, or update your installation of Texlish, run the following command (assuming you have NodeJS installed):
npm install -g texlish@latest
Compilation
You can compile a .texlish
file as follows:
# Compile to filename.tex and run pdflatex to make filename.pdftexlish --pdf filename.texlish# Compile to filename.tex and run xelatex to make filename.pdftexlish --xe filename.texlish# Compile to filename.tex and run lualatex to make filename.pdftexlish --lua filename.texlish# Compile to filename.tex and run latex to make filename.dvitexlish --latex filename.texlish# Just compile to filename.textexlish filename.texlish
VSCode Integration
Our VSCode plugin
provides the following features in .texlish
files:
- Syntax highlighting
- Automatic indentation after
\command:
,: environment
,::special