#latex #tex #cli #document

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

#131 in Command-line interface

Download history 229/week @ 2025-01-14 161/week @ 2025-01-21 2/week @ 2025-01-28 1/week @ 2025-02-04 10/week @ 2025-02-11

265 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
~134K SLoC