#latex #tex #cli

app tex-helper

tex-helper handles various boilerplates and other repetitive tasks for writing tex documents

4 releases

0.1.3 Jan 22, 2025
0.1.2 Jan 19, 2025
0.1.1 Jan 19, 2025
0.1.0 Jan 19, 2025

#242 in Command-line interface

GPL-2.0-or-later

17KB
463 lines

Tex-helper

One is often required to perform many boilerplates tasks when writing latex, such as creating a long list of .gitignore, prepending a long preamble, deleteing all the auxillary files generated when compiling the latex, etc. This tool helps you manage these.

Usage

tex-helper init <project-name> 
tex-helper init <project-name> --doc-mode=report 

For more, please check help messages:

tex-helper -h

You can check the help message for each subcommands:

tex-helper init -h

Todo

  • add compatibility for Windows (So far only compatible with Unix)

Other tex productivity tools

  • Overleaf: online latex editor

Dependencies

~4–12MB
~135K SLoC