autopdf

package
v1.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL