Skip to content

Commit 4be4fc1

Browse files
authored
Added a colored margin
Added a TikZ picture overlay to the document. Signed-off-by: SALES <[email protected]>
1 parent ebe1235 commit 4be4fc1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

assets/cheatsheet/cheatsheet_geol.tex

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,25 @@
100100
\pagestyle{empty}
101101
\begin{document}
102102

103+
\begin{tikzpicture}[remember picture, overlay]
104+
\draw[logoGreen, line width=10pt, line cap=butt]
105+
([yshift=-0.333\paperheight]current page.north west) --
106+
(current page.north west) --
107+
(current page.north east) --
108+
([yshift=-0.333\paperheight]current page.north east);
109+
\draw[logoOrange, line width=10pt, line cap=butt]
110+
([yshift=-0.333\paperheight]current page.north west) --
111+
([yshift=-0.666\paperheight]current page.north west);
112+
\draw[logoOrange, line width=10pt, line cap=butt]
113+
([yshift=-0.333\paperheight]current page.north east) --
114+
([yshift=-0.666\paperheight]current page.north east);
115+
\draw[logoRed, line width=10pt, line cap=butt]
116+
([yshift=-0.666\paperheight]current page.north west) --
117+
(current page.south west) --
118+
(current page.south east) --
119+
([yshift=-0.666\paperheight]current page.north east);
120+
\end{tikzpicture}
121+
103122

104123

105124
\maketitle

0 commit comments

Comments
 (0)