latexdevcontainer icon indicating copy to clipboard operation
latexdevcontainer copied to clipboard

LaTeX development container for Visual Studio Code Remote Containers Development

Results 15 latexdevcontainer issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

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...

dependencies
github_actions

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...

dependencies
github_actions

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...

dependencies
github_actions

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...

dependencies
github_actions

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

documentation

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:...