Skip to content

Commit cc8ff22

Browse files
author
janschloesser
committed
📝 :configuration: Add github repo info to pdf, change paging of sites
1 parent c1df764 commit cc8ff22

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/content/00_header.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: "Entwurfsmuster-Seminar: Proxy"
2+
title: "Proxy Entwurfsmuster"
33
author: Jan André Schlösser
44
header-right: GoF - Sturkturmuster
55
subject: "Design Patterns - Proxy"
6+
footer-center: \quad \quad \quad \faicon{github} it4need/php-design-pattern
7+
footer-right: Seite \thepage \hspace{1pt} von \pageref{LastPage}
68
lang: de
79
fontsize: 13pt
810
...

docs/src/template.latex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
% Include fontawesome5
4848
\usepackage{fontawesome5}
4949

50+
% Add ability for last page
51+
\usepackage{lastpage}
52+
5053
$if(beamer)$
5154
\setbeamertemplate{caption}[numbered]
5255
\setbeamertemplate{caption label separator}{: }

0 commit comments

Comments
 (0)