Skip to content

Instantly share code, notes, and snippets.

View IngoKl's full-sized avatar

Ingo Kleiber IngoKl

View GitHub Profile
@IngoKl
IngoKl / latex.template
Created June 3, 2020 08:00 — forked from michaelt/latex.template
Simple Pandoc default.latex with comments
%!TEX TS-program = xelatex
\documentclass[12pt]{scrartcl}
% The declaration of the document class:
% The second line here, i.e.
% \documentclass[12pt]{scrartcl}
% is a standard LaTeX document class declaration:
% we say what kind of document we are making in curly brackets,
% and specify any options in square brackets.