Skip to content

Commit

Permalink
Merge pull request #24 from enunun/draft
Browse files Browse the repository at this point in the history
演習問題の解答作成版
  • Loading branch information
enunun authored Jul 16, 2024
2 parents f7dae55 + 4d8b1ba commit 76fd468
Show file tree
Hide file tree
Showing 6 changed files with 644 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM texlive/texlive:TL2022-historic
FROM texlive/texlive:TL2023-historic
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"name": "TeX Live",
"dockerComposeFile": "./docker-compose.yml",
"service": "latex",
"workspaceFolder": "/home/src"
"workspaceFolder": "/home/",
"customizations": {
"vscode": {
"extensions": [
"efoerster.texlab",
"mhutchie.git-graph"
]
}
}
}
6 changes: 3 additions & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
context: ../
dockerfile: .devcontainer/Dockerfile
volumes:
- fontcache:/usr/local/texlive/2022/texmf-var/lualatex-cache
- ../src:/home/src
- fontcache:/usr/local/texlive/2023/texmf-var/lualatex-cache
- ../:/home/
stdin_open: true
tty: true

volumes:
fontcache:
fontcache:
Loading

0 comments on commit 76fd468

Please sign in to comment.