summaryrefslogtreecommitdiff
path: root/support/latex-git-log/example.tex
blob: fec2a0e31ff1435a95ed792c17c7c269dbe06ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass[12pt,a4paper,english,landscape]{scrartcl}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{longtable,hyperref}
\newcommand{\longtableendfoot}{Please continue at the next page}

\begin{document}
\input{example-output}

The example-output.tex was generated with this command:
\begin{verbatim}
	latex-git-log --width=13 --lang=en > example-output.tex
\end{verbatim}

\end{document}