latexbuild

Crates.iolatexbuild
lib.rslatexbuild
version0.3.2
sourcesrc
created_at2020-03-21 02:09:18.871763
updated_at2020-05-10 03:30:07.710178
descriptionCommand line tool to manage includes and perform automatic rebuilds of latex projects
homepage
repositoryhttps://github.com/Zehua-Chen/latexbuild.git
max_upload_size
id220851
size40,090
Zehua Chen (Zehua-Chen)

documentation

README

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
    
Commit count: 57

cargo fmt