Add TeX
This commit is contained in:
parent
06bb57fed8
commit
3255a26d73
|
@ -1005,6 +1005,16 @@ END
|
||||||
main: ".tcshrc",
|
main: ".tcshrc",
|
||||||
run: `SHELL=/usr/bin/tcsh HOME="$PWD" tcsh`,
|
run: `SHELL=/usr/bin/tcsh HOME="$PWD" tcsh`,
|
||||||
template: `echo "Hello, world!"
|
template: `echo "Hello, world!"
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
tex: {
|
||||||
|
aliases: ["latex", "xetex", "plaintex"],
|
||||||
|
name: "TeX",
|
||||||
|
monacoLang: "plaintext",
|
||||||
|
repl: "tex",
|
||||||
|
main: "main.tex",
|
||||||
|
run: "tex main.tex",
|
||||||
|
template: `\\message{Hello, world!}
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
typescript: {
|
typescript: {
|
||||||
|
|
|
@ -15,6 +15,7 @@ python3-pip
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
# Handy utilities
|
# Handy utilities
|
||||||
|
apt-file
|
||||||
bsdmainutils
|
bsdmainutils
|
||||||
curl
|
curl
|
||||||
emacs-nox
|
emacs-nox
|
||||||
|
@ -24,6 +25,7 @@ jq
|
||||||
lsof
|
lsof
|
||||||
make
|
make
|
||||||
man-db
|
man-db
|
||||||
|
moreutils
|
||||||
nano
|
nano
|
||||||
sudo
|
sudo
|
||||||
tmux
|
tmux
|
||||||
|
|
|
@ -37,6 +37,9 @@ tcl
|
||||||
# Tcsh
|
# Tcsh
|
||||||
tcsh
|
tcsh
|
||||||
|
|
||||||
|
# TeX
|
||||||
|
texlive-binaries
|
||||||
|
|
||||||
# Unlambda
|
# Unlambda
|
||||||
unlambda
|
unlambda
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue