#latex #build #rebuild #projects #command #tool #bin

bin+lib latexbuild

Command line tool to manage includes and perform automatic rebuilds of latex projects

5 unstable releases

0.3.2 May 10, 2020
0.3.1 May 10, 2020
0.3.0 Apr 25, 2020
0.2.0 Apr 16, 2020
0.1.0 Mar 21, 2020

#11 in #rebuild

MIT license

34KB
820 lines

latexbuild

Features

  • Smart rebuild:
    • Only rebuild when included files change
    • Create additional build when the .aux file changes
  • bin folder: all generated contents are put into a bin folder
  • Bootstrap new projects

Commands

  • Build if needed

    latexbuild
    
  • Create a new project

    latexbuild new <name>
    
  • Clean existing build

    latexbuild clean
    

Dependencies

~0.6–0.8MB
~10K SLoC