#latex #cli #tex #tex-helper

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

#223 in Command-line interface

Download history 376/week @ 2025-01-18 16/week @ 2025-01-25 1/week @ 2025-02-01 3/week @ 2025-02-08 1/week @ 2025-02-15

141 downloads per month

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