Skip to content

Commit

Permalink
feat: add luatex
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-eder committed Nov 8, 2023
1 parent 7414088 commit ea90e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/texlive-latex-recommended/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TexLive Latex Recommended",
"id": "texlive-latex-recommended",
"version": "1.0.1",
"version": "1.0.2",
"description": "A feature providing the recommended latex texlive environment.",
"options": {
},
Expand Down
3 changes: 2 additions & 1 deletion src/texlive-latex-recommended/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ rm -rf /var/lib/apt/lists/*

# Install
apt-get -y update
apt-get -y install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra
apt-get -y install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra texlive-luatex
luaotfload-tool --update

# Clean up
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ea90e8b

Please sign in to comment.