• Stars
    star
    366
  • Rank 116,547 (Top 3 %)
  • Language
    TeX
  • License
    MIT License
  • Created over 11 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Website for personal collection and previewing of LaTeX templates. Presented with Python/Jinja2.

Linux Build Status

LaTeX is a typesetting program for producing high quality technical documents. Formatting LaTeX documents is difficult and modifying pre-built templates often require extensive knowledge of the template. This repository contains simple LaTeX templates for common documents. Screenshots of each template are available on this webpage, which is automatically created from generate.py. See my other LaTeX projects at bamos/cv and bamos/beamer-snippets.

Screenshot

Writing Check

btford/write-good is a naive 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 latex-templates directory and I'm happy to merge pull requests. 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

Generated on 2015-10-03, see the Markdown source of this file for more details.

Name Stargazers Description
cmichi/latex-template-collection 255 A collection of different LaTeX templates (cv, invoices, timesheets, letters, etc.).
deedydas/Latex-Templates 58 A concise set of Latex templates that serves a small set of needs - CV, Essays, Articles and Problem Sets
MartinThoma/LaTeX-examples 176 Examples for the usage of LaTeX
RichardLitt/latex-templates 1 My Personal LaTeX Templates
stevegeek/latex-templates 20 A collection of my LaTeX templates: CV (resume), letter head and PhD Thesis

Websites

Licensing

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

More Repositories

1

dcgan-completion.tensorflow

Image Completion with Deep Learning in TensorFlow
Python
1,308
star
2

densenet.pytorch

A PyTorch implementation of DenseNet.
Python
823
star
3

cv

TeX
398
star
4

thesis

Differentiable Optimization-Based Modeling for Machine Learning
TeX
318
star
5

block

An intelligent block matrix library for numpy, PyTorch, and beyond.
Python
297
star
6

dotfiles

♥ Linux, xmonad, emacs, vim, zsh, tmux
Shell
238
star
7

zsh-history-analysis

Plot your .zsh_history.
Python
224
star
8

python-scripts

Short and fun Python scripts.
Python
197
star
9

reading-list

My reading list.
CSS
185
star
10

presentations

TeX
141
star
11

beamer-snippets

Website for personal collection and previewing of Beamer and TikZ snippets. Presented with Python/Jinja2.
TeX
109
star
12

setGPU

Small Python library to automatically set CUDA_VISIBLE_DEVICES to the least loaded device on multi-GPU systems.
Python
106
star
13

parsec-benchmark

An unofficial mirror of the core PARSEC 3.0 benchmark suite with patches to run on x86_64 Arch Linux and generalize builds.
C
97
star
14

conference-tracker

Minimal-maintenance conference tracker.
Python
71
star
15

girl

Check your GitHub READMEs for broken links.
Scala
70
star
16

bamos.github.io

JavaScript
36
star
17

snowglobe

Haskell-driven, small-scale web analytics with minimal configuration.
Haskell
27
star
18

ecos.torch

Unofficial Torch ECOS bindings to solve linear programs (LPs) and second-order cone programs (SOCPs).
C
16
star
19

gurobi.torch

Unofficial Gurobi Torch bindings.
Lua
9
star
20

shell-scripts

Miscellaneous short shell scripts.
Shell
9
star
21

github-wiki-link-validator

Ensure all links in a Github Wiki point to valid locations within the Wiki.
Python
5
star
22

docker-llvm-polly-pocl

Build LLVM, Polly, and PoCL in an Ubuntu 12.04 Docker container.
Shell
4
star