Updated to use TeX-Live 2019
This a Docker setup for typesetting the Vierte Dimension magazine of Forth Gesellschaft eV. It includes
- TeX-Live
- Make
- LyX
- PDF-Previewer (mupdf)
Use the shell script vd
to access the docker image.
mkdir VierteDimension-JJJJ-0x
cd VierteDimension-JJJJ-0x
vd fossil clone https://[email protected]/vd-JJJJ-0x vd-JJJJ-0x.fossil
vd fossil open vd-JJJJ-0x.fossil
e.g.
vd fossil status
also check in, commit, push, update
vd make
vd mupdf 4dJJJJ-0x.pdf
Requires X-Server running on host.
vd lyx [filename]
Requires X-Server running on host.
- Clone this repository
git clone https://github.com/forth-ev/docker-vd.git
. - Add the
vd
- script to your PATH. - You're done. (The docker image forthev/vd:latest downloads on first use.)
- Run the
build
command.