diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2023-05-02 18:10:03 +0000 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-05-02 18:10:03 +0000 |
commit | ba116a71a3246a42c70b1ef6236258d6b1cd9d67 (patch) | |
tree | 89b2bf747ff1be54c8d47703bd3788ddbd7e4f41 /UiO_profile_fp.sty | |
parent | 4017cb1242bd78e5a35a085852ed9a196ffa7507 (diff) | |
download | UiO_profile-ba116a71a3246a42c70b1ef6236258d6b1cd9d67.tar.gz UiO_profile-ba116a71a3246a42c70b1ef6236258d6b1cd9d67.zip |
Add tikz export command
Diffstat (limited to 'UiO_profile_fp.sty')
-rw-r--r-- | UiO_profile_fp.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UiO_profile_fp.sty b/UiO_profile_fp.sty index ee60680..fe608f1 100644 --- a/UiO_profile_fp.sty +++ b/UiO_profile_fp.sty @@ -138,6 +138,7 @@ \newcommand{\uiopfp@page}{ \thispagestyle{empty} \begin{titlepage} + \tikzset{external/export next=true} \begin{tikzpicture}[remember picture,overlay] % Bakgrunn \node (back names) [shape=rectangle, fill={uiopfp@light@\uiopfp@color}, minimum height=\paperheight, minimum width=\paperwidth, anchor=south west] at (current page.south west) {}; |