Skip to content
Snippets Groups Projects
Commit 8b912c59 authored by Hans-Jörg's avatar Hans-Jörg Committed by Hans-Jörg Schurr
Browse files

Add auto generated footer to title page

parent a8abc836
No related branches found
No related tags found
1 merge request!2Backport specification from my PhD thesis
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
backport:
latexmk -pdf -pvc -interaction=nonstopmode -shell-escape -lualatex spec
SOURCE_DATE_EPOCH=$(date +%s) latexmk -pdf -pvc -interaction=nonstopmode -shell-escape -lualatex spec
comments:
latexmk -pdf -shell-escape doc
......
\documentclass{scrartcl}
%
% This document is licenced under Creative Commons 4.0 Attribution International
%
\documentclass{scrartcl}
\usepackage{scrlayer-scrpage}
\usepackage{unicode-math}
......@@ -20,6 +23,7 @@
\usepackage{fancyvrb} % Gives us \Verb which can be used in footnotes
\usepackage{amsthm}
\usepackage{thmtools}
\usepackage{ccicons} % Gives us CC icons for title page
\usepackage[nottoc,notlot,notlof]{tocbibind}
\usepackage{imakeidx}
......@@ -191,6 +195,13 @@ break
\newtheorem{definition}{Definition}[example]
\newtheorem{seppara}{}
\newpairofpagestyles{titlestyle}{
\ofoot{Version \input{|"./version.sh"}\unskip . Typeset on {\today}.}%
\ifoot{\ccby}%
}
\renewcommand*{\titlepagestyle}{titlestyle}
\setkomafont{publishers}{\small}
\title{The Alethe Proof Format}
\subtitle{An Evolving Specification and Reference}
\author{Haniel Barbosa\textsuperscript{1}
......@@ -210,7 +221,6 @@ break
\maketitle
\tableofcontents
\thispagestyle{empty}
\clearpage
\begin{abstract}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment