longer page fold marker
This commit is contained in:
parent
42a90dee7d
commit
3904b31b7b
|
@ -517,9 +517,9 @@
|
||||||
|
|
||||||
\NewDocumentCommand{\PageFoldMarks}{}{
|
\NewDocumentCommand{\PageFoldMarks}{}{
|
||||||
\begin{tikzpicture}[remember picture,overlay]
|
\begin{tikzpicture}[remember picture,overlay]
|
||||||
\draw ($(current page.north west)!0.33!(current page.south west)$) -- ++(5mm,0cm);
|
\draw ($(current page.north west)!0.33!(current page.south west)$) -- ++(7.5mm,0cm);
|
||||||
\draw ($(current page.north west)!0.50!(current page.south west)$) -- ++(1cm,0cm);
|
\draw ($(current page.north west)!0.50!(current page.south west)$) -- ++(1.25cm,0cm);
|
||||||
\draw ($(current page.north west)!0.66!(current page.south west)$) -- ++(5mm,0cm);
|
\draw ($(current page.north west)!0.66!(current page.south west)$) -- ++(7.5mm,0cm);
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue