Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 857 Bytes

Docker image for building latex

Run latexmk in a docker container for building latex.

CircleCI

Docker Stars

Usage

./latex_build.sh target_latex_file [target_directory_path]

[target_directory_path] is optional.

If target_directory_path isn't specified, this script set current working directory as target directory.

Example Usage

This repository has example latex file in tex_src.

./latex_build.sh example ./tex_src

Built pdf will be placed in ./tex_src

Requirements

You should have latexmkrc in target directory.