Skip to content

Docker-based environment to use Texmaker (LaTeX)

Notifications You must be signed in to change notification settings

zlmtk/Latex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Texmaker Docker env


overview

textmaker-env is a "all-in-one" environment to use Texmaker This image provides all dependencies required to build modern LaTeX documents

Share the folder with the tex files and start Texmaker, we can create an alias of this command. By default, Texmaker will use the folder /workspace into the container.

docker run -d  -v /tmp/.X11-unix:/tmp/.X11-unix -v /$(pwd):/workspace  --name texmaker-apps -e DISPLAY=$DISPLAY zlmtk/texmaker-env texmaker

If you use xhost, you must provide access to xserver before running the container

xhost local:root

Basic usage

The simple bash script contains the previous commands. To use Texmaker get into the working directory and run the text-env.sh script. This working directory will be shared with the workpsace folder into the container.


About

Docker-based environment to use Texmaker (LaTeX)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages