summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latex-git-log/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latex-git-log/example.tex')
-rw-r--r--Master/texmf-dist/doc/support/latex-git-log/example.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latex-git-log/example.tex b/Master/texmf-dist/doc/support/latex-git-log/example.tex
new file mode 100644
index 00000000000..fec2a0e31ff
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latex-git-log/example.tex
@@ -0,0 +1,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}