summaryrefslogtreecommitdiff
path: root/support/latex-git-log/example.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/latex-git-log/example.tex
Initial commit
Diffstat (limited to 'support/latex-git-log/example.tex')
-rw-r--r--support/latex-git-log/example.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/support/latex-git-log/example.tex b/support/latex-git-log/example.tex
new file mode 100644
index 0000000000..fec2a0e31f
--- /dev/null
+++ b/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}