Documentation
¶
Overview ¶
Package autopdf provides the Bonzai command branch of the same name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &bonzai.Cmd{ Name: `autopdf`, Alias: `apdf`, Vers: `v1.3.3`, Short: `generate pdfs from latex templates`, Long: ` The autopdf tool helps generate pdfs from latex templates. It simplifies common latex operations and workflow management. # Features: - Generate pdfs from latex templates - Generate images from pdfs - Clean up auxiliary files generated during compilation - Define templates, variables, LaTeX engine, output settings, and conversion options. # Commands: - build: Process template and compile to PDF - convert: Convert PDF to images - clean: Remove LaTeX auxiliary files - verbose: Set verbose logging level - debug: Enable debug information output - force: Enable force operations - vars: View and set configuration variables Use 'autopdf help <command> <subcommand>...' for detailed information about each command. `, Comp: comp.Cmds, Cmds: []*bonzai.Cmd{ help.Cmd, vars.Cmd, build.BuildServiceCmd, convert.ConvertServiceCmd, clean.CleanServiceCmd, verbose.VerboseServiceCmd, debug.DebugServiceCmd, force.ForceServiceCmd, watch.WatchServiceCmd, }, Def: help.Cmd, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.