Skip to content

Instantly share code, notes, and snippets.

View mstrehler's full-sized avatar

Marco Strehler mstrehler

  • Switzerland
View GitHub Profile
@mstrehler
mstrehler / latex_Makefile
Created March 3, 2016 11:49 — forked from hmaarrfk/latex_Makefile
Latex makefile
doc=your_document_name
name=$(doc)
BUILD=build
FIGS_DIR=figs
TARGET=$(doc).pdf
TOPSOURCE=$(doc).tex
@mstrehler
mstrehler / .git_commit_msg.txt
Last active March 2, 2016 09:33 — forked from danielfilho/.git_commit_msg.txt
Template for commit messages.
# If this commit is applied, it will ...
# Why was this change made?
# Any references to tickets, articles etc?