Skip to content

dlaidig/textemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textemplate

Simple tool to render LaTeX templates from json/yaml data

usage: textemplate [-h] [-p] [-v] [--multi-output] [-o OUT] template data [data ...]

LaTeX template renderer.

positional arguments:
  template           name of the .tex template file
  data               name of the .yaml/.json data files (use "variable::filename" to make the file data available in a specific variable)

options:
  -h, --help         show this help message and exit
  -p, --pdf          create PDFs
  -v, --verbose      enable verbose mode (print parsed data)
  --multi-output     generate multiple output files based on the outputFiles entry in the data
  -o OUT, --out OUT  output filename (default: derived from the last data filename)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages