aboutsummaryrefslogtreecommitdiff
path: root/rnv
diff options
context:
space:
mode:
authorAada2024-06-18 18:25:26 +0200
committerAada2024-06-18 18:25:26 +0200
commitf7d5b05dcfc9b0b1a5c3d847f32cab7b8caeceda (patch)
treede0509785263cd5b4c35bf24a11c6ac543957b46 /rnv
parent0e7aa14beb96a128b0e706bb771ad037fde1c142 (diff)
Use standalone instead of article for heidelberg
Diffstat (limited to 'rnv')
-rw-r--r--rnv/heidelberg.tex20
1 files changed, 4 insertions, 16 deletions
diff --git a/rnv/heidelberg.tex b/rnv/heidelberg.tex
index b4a33f8..b48cecd 100644
--- a/rnv/heidelberg.tex
+++ b/rnv/heidelberg.tex
@@ -1,6 +1,4 @@
-\documentclass[a4paper]{article}
-
-\usepackage[left=0pt, right=0pt, top=0pt, bottom=0pt]{geometry}
+\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{fontspec}
@@ -29,11 +27,6 @@
\input{../shapes.tex}
-\begin{document}
-\begin{center}
-\hspace{0pt}
-\vfill
-
\pgfdeclarelayer{bg}
\pgfdeclarelayer{lines}
\pgfdeclarelayer{stops}
@@ -43,7 +36,7 @@
\contourlength{.2ex}
-\def\offsetanchor#1#2{\pgfmathparse{#2*tan(#1/2)}\pgfmathresult}
+\begin{document}
\begin{tikzpicture}[
river/.style = {
@@ -123,8 +116,8 @@
% \end{pgfonlayer}
\begin{pgfonlayer}{bg}
- \draw[help lines, color=gray!10] (-10, -15) grid[step=0.1] (10, 10);
- \draw[help lines, color=gray!50] (-10, -15) grid (10, 10);
+ % \draw[help lines, color=gray!10] (-10, -15) grid[step=0.1] (10, 10);
+ % \draw[help lines, color=gray!50] (-10, -15) grid (10, 10);
\draw[river] (10,1.5) -- (-1.5, 1.5) -- ++(-5.5,5.5);
\end{pgfonlayer}
@@ -506,10 +499,5 @@
\end{pgfonlayer}
\end{tikzpicture}
-
-\vfill
-\hspace{0pt}
-\end{center}
\end{document}
-
% vim: nospell conceallevel=0