diff options
author | Robert Alessi <alessi@robertalessi.net> | 2018-12-03 10:21:17 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2018-12-03 10:21:17 +0100 |
commit | c487f5112a9f3c1c4c09b6d4542470a437fff167 (patch) | |
tree | 880417cdc8adc7f1ef68dab43bf110e0b848e9eb | |
parent | 5327f381217b5609ffbfac0cffe54a3b0347d941 (diff) | |
download | courses-c487f5112a9f3c1c4c09b6d4542470a437fff167.tar.gz |
some tikzlings
-rw-r--r-- | _preamble.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_preamble.tex b/_preamble.tex index 4e1fd03..8e43b1d 100644 --- a/_preamble.tex +++ b/_preamble.tex | |||
@@ -13,6 +13,12 @@ | |||
13 | \usepackage{graphicx} | 13 | \usepackage{graphicx} |
14 | \graphicspath{{images/}} | 14 | \graphicspath{{images/}} |
15 | 15 | ||
16 | \usepackage{tikzlings-penguins} | ||
17 | \usepackage{scrlayer-scrpage} | ||
18 | \ofoot[]{\begin{tikzpicture} | ||
19 | \penguin[scale=0.5, signpost=\thepage] | ||
20 | \end{tikzpicture}} | ||
21 | |||
16 | \usepackage{filecontents} | 22 | \usepackage{filecontents} |
17 | \begin{filecontents*}{\jobname.ist} | 23 | \begin{filecontents*}{\jobname.ist} |
18 | headings_flag 1 | 24 | headings_flag 1 |