sanjib-sen/WebLaTex
Github CodespaceでLaTeXをbuildできるdevcontainer.json
https://github.com/sanjib-sen/WebLaTex
Cloud LaTeX VSCode extensionが不満なので、別の方法を探していたら見つかった
不満点
拡張機能を立ち上げずに編集した変更がuploadされない
コンパイルターゲットを簡単に切り替えられない
docker imageはdante-ev/docker-texliveを使っている
sanjib-sen/weblatex-dockerに変わってた
https://github.com/sanjib-sen/weblatex-docker
texlive/texlive:latest-fullをベースにしている
https://gitlab.com/islandoftex/images/texlive
texlive公式のイメージではなさそう
https://gitlab.com/islandoftex/images/texlive/-/blob/master/scripts/build-latest-image.sh?ref_type=heads
$ ./scripts/build-latest-image.sh "$RELEASE_IMAGE" "$DOCKER_HUB_IMAGE" "$DOCFILES" "$SRCFILES" "$SCHEME" "$TLMIRRORURL" "$PUSH_TO_GITLAB" "$PUSH_TO_DOCKER_HUB"
https://www.reddit.com/r/vscode/comments/ybjnhb/latex_git_vscode_in_codespace/
I have created an image build configuration for GitHub that integrates complete latex packages (Tex-Live), VSCode, Git, and Live Collaboration (Live Server).
So, you can finally ditch overleaf for your favorite code editor and integrate git support. Runs on the browser too.
#2023-04-30 11:01:56