Skip to content
/ docbld Public

Compile LaTeX files into pdf documents using Rake and latexmk.

License

Notifications You must be signed in to change notification settings

Traap/docbld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docbld - Document Build

The docbld repository simplifies compiling LaTeX files into pdf documents.

Installation

$ cd $HOME
$ git clone [email protected]:Traap/docbld.git

Add this function to .bashrc

DOCBLDPATH=${HOME}/git/docbld

export DOCBLDPATH

function docbld() {
  rake --rakefile ${DOCBLDPATH}/Rakefile $1
}

Use

$ docbld -T
  rake clean           # Remove any temporary products.
  rake clobber         # Remove any generated files.
  rake copy_files      # Copy files to _build directory.
  rake default         # Default deploy task.
  rake deploy          # Build and deploy documents to _build directory.
  rake list_files      # List texx files to compile.
  rake remove_diskdir  # Remove _build directory.
  rake texx            # Compile tex to pdf.

Convention

docbld recursively searches the current directory for files with a texx extension. Upon finding them, it compiles them into pdf documents, moves the pdf documents to the _build directory, and eliminates temporary files.

About

Compile LaTeX files into pdf documents using Rake and latexmk.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages