Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.22 KB

README.md

File metadata and controls

61 lines (35 loc) · 1.22 KB

Docker VD

Typesetting the Vierte Dimension Forth-Magazine

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.


Clone magazine repository for issue JJJJ-0x with fossil

mkdir VierteDimension-JJJJ-0x
cd VierteDimension-JJJJ-0x

vd fossil clone https://$USER@fossil.forth-ev.de/vd-JJJJ-0x vd-JJJJ-0x.fossil

vd fossil open vd-JJJJ-0x.fossil

Fossil commands on the repository

e.g.

vd fossil status

also check in, commit, push, update

Typeset magazine

vd make

Preview magazine

vd mupdf 4dJJJJ-0x.pdf

Requires X-Server running on host.

Run LyX for interactive editing LyX-Files

vd lyx [filename]

Requires X-Server running on host.


How to use

  1. Clone this repository git clone https://github.com/forth-ev/docker-vd.git.
  2. Add the vd - script to your PATH.
  3. You're done. (The docker image forthev/vd:latest downloads on first use.)

Build the docker image yourself

  • Run the build command.