From 385cc92bc91e1a6c3724085c060e76bf40c13ed3 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 15 Oct 2024 16:08:16 +0200 Subject: Import PhD thesis --- summary/pgfcropmarks.sty | 84 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 summary/pgfcropmarks.sty (limited to 'summary/pgfcropmarks.sty') diff --git a/summary/pgfcropmarks.sty b/summary/pgfcropmarks.sty new file mode 100644 index 0000000..f23adcb --- /dev/null +++ b/summary/pgfcropmarks.sty @@ -0,0 +1,84 @@ +%% +%% This is file `pgfcropmarks.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% kautools.dtx (with options: `crop') +%% +%% This is a generated file. +%% +%% Copyright (c) 2011-2014 Stefan Berthold +%% +%% This file is part of the kauthesis bundle. +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `author-maintained'. +%% +%% The Current Maintainer and author of this work is Stefan Berthold. +%% +%% This work consists of all files listed in manifest.txt. +%% +%% kautools.dtx +%% Copyright (c) 2011-2015 Stefan Berthold +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\ProvidesPackage{pgfcropmarks} + [2014/10/22 v1.15 Karlstad University kautools bundle] +\ProcessOptions\relax +\RequirePackage{pgfpages}% +\nofiles% +\newif\if@kus@isodd% +\@kus@isoddtrue% +\newlength{\cropmarklen}\setlength{\cropmarklen}{40pt}% +\newlength{\cropmarksep}\setlength{\cropmarksep}{15pt}% +\pgfpagesdeclarelayout{cropmarks}% +{% +}% +{% + \pgfpagesphysicalpageoptions% + {% + logical pages=1,% + physical height=297mm,% + physical width=210mm% + }% + \pgfpageslogicalpageoptions{1}% + {% + border code=% + \if@kus@isodd + \global\@kus@isoddfalse + \pgfsetlinewidth{0.6pt}% + \pgfusepath{discard}% + \pgfmoveto{\pgfpoint{-\cropmarksep}{0pt}}% + \pgflineto{\pgfpoint{-\cropmarklen}{0pt}}% + \pgfmoveto{\pgfpoint{0pt}{-\cropmarksep}}% + \pgflineto{\pgfpoint{0pt}{-\cropmarklen}}% + \pgfmoveto{\pgfpoint{\paperwidth+\cropmarksep}{0pt}}% + \pgflineto{\pgfpoint{\paperwidth+\cropmarklen}{0pt}}% + \pgfmoveto{\pgfpoint{\paperwidth}{-\cropmarksep}}% + \pgflineto{\pgfpoint{\paperwidth}{-\cropmarklen}}% + \pgfmoveto{\pgfpoint{-\cropmarksep}{\paperheight}}% + \pgflineto{\pgfpoint{-\cropmarklen}{\paperheight}}% + \pgfmoveto{\pgfpoint{0pt}{\paperheight+\cropmarksep}}% + \pgflineto{\pgfpoint{0pt}{\paperheight+\cropmarklen}}% + \pgfmoveto{\pgfpoint{\paperwidth}{\paperheight+\cropmarksep}}% + \pgflineto{\pgfpoint{\paperwidth}{\paperheight+\cropmarklen}}% + \pgfmoveto{\pgfpoint{\paperwidth+\cropmarksep}{\paperheight}}% + \pgflineto{\pgfpoint{\paperwidth+\cropmarklen}{\paperheight}}% + \pgfusepath{stroke}% + \else + \global\@kus@isoddtrue + \fi,% + center=\pgfpoint{.5\pgfphysicalwidth}{.5\pgfphysicalheight}% + }% +}% +\pgfpagesuselayout{cropmarks}% +\endinput +%% +%% End of file `pgfcropmarks.sty'. -- cgit v1.2.3