Texplate is an unofficial LaTex utility to generate document preambles.
- C++ compiler with support for C++17
- Open Source Parsers jsoncpp
git clone https://github.com/KjartanOli/texplate.git
cd texplate
make
make install
texplate [OPTIONS] FILENAME DOCUMENTCLASS
texplate -a "John Doe" -t "My Document" main article
texplate -a -t Document main report