-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sota-log-inlay.tex
62 lines (52 loc) · 1.91 KB
/
sota-log-inlay.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass[twoside]{scrartcl}
\usepackage{freitag}
\usepackage{tikz}
\usepackage{color}
\usepackage{calc}
\usetikzlibrary{shapes.multipart}
\renewcommand{\familydefault}{\sfdefault}
\newcommand{\fromright}[1]{\width-\margin-\margininner-#1}
\newcommand{\fromtop}[1]{\height-\margin-\margin-#1}
\newlength{\rowhight}
\setlength{\rowhight}{7.5mm}
\definecolor{lgray}{gray}{0.9}
\newcommand{\dottedpage}{%
\begin{tikzpicture}[
gray,
ultra thin,
field/.style={
anchor=south west,
minimum height=\rowhight,
rectangle,
},
time/.style={field, minimum width=17.5mm, black},
report/.style={field, minimum width=11mm, black!10},
title/.style={
anchor=north west,
minimum width=\fromright{0},
text width=\fromright{1em},
rectangle split,
rectangle split parts=2,
black,
},
]
\node at (0,\fromtop{0}) [title] {\Huge\textcolor{lgray}{2022}\,-\,\textcolor{lgray}{01}\,-\,\textcolor{lgray}{01}\hfill\textcolor{lgray}{1X}\,/\,\textcolor{lgray}{AA}\,-\,\textcolor{lgray}{000}\nodepart{second}\Large\textcolor{lgray}{0000}\,.\,\textcolor{lgray}{0000} MHz \hfill \textcolor{lgray}{SSB} \hfill \textcolor{lgray}{1000}\,W};
\foreach \r in {0,...,9} {
\draw [loosely dashed] (0,\r*2\rowhight) -- (\fromright{0},\r*2\rowhight);
\draw [loosely dotted, thin] (17.5mm,\r*2\rowhight+\rowhight) -- (\fromright{0},\r*2\rowhight+\rowhight);
\node at (0,\r*2\rowhight+\rowhight) [time] {\Large :};
\node at (\fromright{22mm},\r*2\rowhight+\rowhight) [report] {\Large 599};
\node at (\fromright{11mm},\r*2\rowhight+\rowhight) [report] {\Large 599};
}
\draw [loosely dashed] (0,0) rectangle (\fromright{0},20\rowhight);
\draw [loosely dotted, thin] (17.5mm,0) -- (17.5mm,20\rowhight);
\end{tikzpicture}
}
\begin{document}
\pagestyle{empty}
\enlargethispage{\margin}
\dottedpage
\dottedpage
\dottedpage
\dottedpage
\end{document}