Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 887 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 887 Bytes

doc-gen Build status

The simple golang utility to generate LaTeX documents from templates.

go install github.com/likipiki/doc-gen/...

How to use

Usage:
  doc-gen [command]

Available Commands:
  full        Create default lab A4 doc with title page
  simple      Create default LaTeX document
  help        Help about any command

Flags:
  -h, --help   help for doc-gen

Use "doc-gen [command] --help" for more information about a command.

How to install

  1. If you have golang compiler installed, use a simple way at the beginning of README file.

  2. Go to Releases section and download binary to os OS

If you want to add custom templates please go to WIKI Section