This repository has been archived on 2026-07-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
latex-coder-template/README.md
T
WilliamSoderberg Verified 66f9f6852e Update README with correct project name and description
Corrected the project name and fixed a typo in the description.
2026-03-19 15:16:42 +01:00

747 B

LaTeX Docker

Bulit to make and write LaTeX documents with.

Configure X11 capabilities

  1. Install a X Server on your device, X410 is recommended.

  2. Open VS Code and add two entries to the coder.sshConfig setting (restart VS Code afterwards):

    • ForwardX11 yes
    • ForwardX11Trusted yes

You might need to input the following into a terminal on Windows: setx DISPLAY "127.0.0.1:0.0" if the X11 display can't be found.

Architecture

This template provisions the following resources:

  • Docker image (built by Docker socket and kept locally)
  • Docker volume (persistent on /home/{User})

This means, when the workspace restarts, any tools or files outside of the home directory are not persisted.