Skip to content

giacomolanciano/devcontainer-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devcontainer-latex

A comprehensive devcontainer base image for academic paper and presentation writing with LaTeX.

Usage

There are multiple alternative ways to use this image:

  1. (Recommended) Add a reference to this image in your devcontainer.json:

    {
      "image": "ghcr.io/giacomolanciano/devcontainer-latex:<VERSION>",
      ...
    }
  2. Use it as a base image for your own Dockerfile:

    FROM ghcr.io/giacomolanciano/devcontainer-latex:<VERSION>
    ...
  3. Use it as-is:

    $ docker pull ghcr.io/giacomolanciano/devcontainer-latex:<VERSION>
    ...
    $ docker run -it \
        -u vscode
        -e UID=$(id -u) \
        -e GID=$(id -g) \
        -v </PATH/TO/LATEX/PROJECT>:/workspaces/<LATEX-PROJECT-NAME> \
        -w /workspaces/<LATEX-PROJECT-NAME> \
        --name <CONTAINER-NAME> \
        ghcr.io/giacomolanciano/devcontainer-latex:<VERSION> \
        bash

Check PaperOps to see a usage example.

Acknowledgments

Maintained by Giacomo Lanciano.

License

Distributed under the MIT License.

About

A comprehensive devcontainer base image for academic paper and presentation writing with LaTeX.

Topics

Resources

License

Stars

Watchers

Forks