36 lines
1005 B
TeX
36 lines
1005 B
TeX
\documentclass[letterpaper,landscape]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[left=1cm,right=1cm,top=1cm,bottom=1cm]{geometry}
|
|
\usepackage{tabularray}
|
|
\usepackage{wasysym}
|
|
\usepackage{ninecolors}
|
|
\usepackage{moresize}
|
|
\newcommand{\kspa}{\vspace{25mm}}
|
|
\newcommand{\kcheck}{{\Large \Square}}
|
|
\newcommand{\ksize}[2]{\fontsize{#1}{#2}}
|
|
|
|
\begin{document}
|
|
|
|
\thispagestyle{empty}
|
|
|
|
\noindent{}\begin{tblr}
|
|
[
|
|
caption = {},
|
|
label = {none},
|
|
% theme = {custom1}
|
|
]{
|
|
width = {\textwidth},
|
|
colspec = { X[75,l] X[25,l] },
|
|
hlines = {0.5pt,solid},
|
|
vlines = {0.5pt,solid},
|
|
rows = {rowsep=10pt},
|
|
cells = {font=\sffamily\bfseries\fontsize{18pt}{18pt}\selectfont},
|
|
}
|
|
Title \kspa & Exp \\
|
|
Date \kspa & Mic \\
|
|
Notes \kspa & { Scene \\ \textcolor{gray7} {\HUGE \hspace{5mm} 1 2 3 4 5 \vspace{5mm}\\ \hspace{3mm} 6 7 8 9 10} } \\
|
|
\kspa & Take \\
|
|
\kspa & {Miscellaneous: \vspace{2mm}\\ \normalsize\mdseries \kcheck{}Camera Battery \\ \kcheck{}Camera Scene}\\
|
|
\end{tblr}
|
|
|
|
\end{document} |