latex-templates

Community-driven minimalist LaTeX templates.

0
0
0
public
Forked

LaTeX is a typesetting program
used to produce high quality technical documents.
Formatting LaTeX documents is difficult and pre-built templates are
often difficult to tweak.
This repository contains LaTeX templates I’m curating and creating
that strive to be simple with minimalist code.
Pictures of each template are available on this webpage,
which is automatically generated from scripts described below.
See my other LaTeX projects at bamos/cv and
bamos/beamer-snippets.

Screenshot

Writing Check

btford/write-good is a native linter for English prose
and works well on LaTeX documents.
If write-good is installed, the Makefile’s in this project will output
a list of warnings and tips for improving writing after
building the LaTeX documents.

Contributing

Contributions are highly welcomed!
If you want to add a similar template, please add to
the templates directory and I’m happy to merge pull request.
If you want to use the static webpage generation framework to present
a different set of templates with other motivations,
I’m happy to link to your project here.

Webpage Generation Process

The Python 3 script generate.py produces a static website in dist.
generate.py loops through the collection of snippets and uses
Jinja templates to output LaTeX documents.

This project uses Grunt to deploy dist to Github pages
in the gh-pages branch with the grunt-build-control plugin.
package.json manages the npm dependencies.
Running npm install installs the dependencies.

  • grunt generate produces the static site in dist, and
  • grunt deploy pushes the dist directory to the gh-pages branch.

Similar Projects

There are many approaches to sharing LaTeX templates online,
and this project uniquely adds a static webpage generation process
to generate previews of templates managed in Git.
The following list shows a short sampling of projects,
and I’m happy to merge pull requests of other projects.

Git Repositories

Websites

Licensing

All modified referenced code has license of the original source.
All other portions are under the MIT license.

v0.3.3[beta]