NASA-LaTeX-Docs¶
The purpose of nasa-latex-docs
is to handle the time consuming process of developing standardized LaTeX
templates that are not only reusable amongst teams, but also easy to modify and customize. With this package, the formatting is all handled internally, for free, and in turns allows the end user to focus on the more important task of content creation.
An OS independent python build script:
buildPDF.py
Can be used to build any LaTeX document
Works with
latexmk
under the hoodEfficiently builds document, bibliography, glossaries, and acronyms
Provides warning and error log summaries after each build
Comes with a variety of user options of enhanced capability (see: Build Script: buildPDF.py)
Built in Templates:
Ability to create new templates using existing document hooks (see: Template: Custom)
Software Requirements¶
Using nasa-latex-docs
requires a basic Python
installation and a farily recent version of LaTeX
. Please see Software Requirements for a full list of software and links to install.
Getting Started¶
To get started with using nasa-latex-docs
, head over to Quick Start Guide.