latexdevcontainer
latexdevcontainer copied to clipboard
LaTeX development container for Visual Studio Code Remote Containers Development
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.4.2 to 4.0.0. Release notes Sourced from peter-evans/dockerhub-description's releases. Docker Hub Description v4.0.0 ⚙️ Updated runtime to Node.js 20 The action now requires a minimum version of...
Add and install Texliveonfly tool for automatic LaTex package installation. Fix #58
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. Release notes Sourced from docker/setup-buildx-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/setup-buildx-action#264 Bump @actions/core...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. Release notes Sourced from docker/setup-qemu-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/setup-qemu-action#102 Bump @actions/core...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. Release notes Sourced from docker/build-push-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/build-push-action#954 Bump @actions/core...
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. Release notes Sourced from docker/login-action's releases. v2.2.0 Switch to actions-toolkit implementation by @crazy-max in docker/login-action#409 docker/login-action#470 docker/login-action#476 Bump @aws-sdk/client-ecr and @aws-sdk/client-ecr-public to 3.347.1 in...
Following this comment: https://tex.stackexchange.com/a/463842 One could do: ``` tlmgr install texliveonfly texliveonfly --compiler=latexmk filename.tex ``` I think this could be a nice wrapper on top of latexmk, so when you...
Added a subsection of 'Setup for a project' named 'Run inside GihHub Codespaces' in where is explained how to setup the devcontainer inside a GitHub Codespace. Fix #51
I have created a codespace and built container using your .devcontainer config untouched. build has failed.
Is the file `.github/labels.yml` an attempt to add the [ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) auto labels generator Action ? If so, I will add the following file `.github/githublabeler.yml`: ```yml name: "Github Labeler" on: push:...