Add TeX
This commit is contained in:
parent
06bb57fed8
commit
3255a26d73
|
@ -1005,6 +1005,16 @@ END
|
|||
main: ".tcshrc",
|
||||
run: `SHELL=/usr/bin/tcsh HOME="$PWD" tcsh`,
|
||||
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: {
|
||||
|
|
|
@ -15,6 +15,7 @@ python3-pip
|
|||
yarn
|
||||
|
||||
# Handy utilities
|
||||
apt-file
|
||||
bsdmainutils
|
||||
curl
|
||||
emacs-nox
|
||||
|
@ -24,6 +25,7 @@ jq
|
|||
lsof
|
||||
make
|
||||
man-db
|
||||
moreutils
|
||||
nano
|
||||
sudo
|
||||
tmux
|
||||
|
|
|
@ -37,6 +37,9 @@ tcl
|
|||
# Tcsh
|
||||
tcsh
|
||||
|
||||
# TeX
|
||||
texlive-binaries
|
||||
|
||||
# Unlambda
|
||||
unlambda
|
||||
|
||||
|
|
Loading…
Reference in New Issue