Initial commit
This commit is contained in:
commit
f35c4ec53f
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
Covers
|
||||
*bklt*
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.dvi
|
||||
*.odt
|
||||
metric*
|
||||
*.mx1
|
||||
*.abc
|
||||
*.bak
|
||||
*wc*
|
||||
*pdf*
|
||||
*build*
|
||||
33
clapperboard.tex
Normal file
33
clapperboard.tex
Normal file
@ -0,0 +1,33 @@
|
||||
\documentclass[letterpaper,landscape]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[left=1cm,right=1cm,top=1cm,bottom=1cm]{geometry}
|
||||
\usepackage{tabularray}
|
||||
\usepackage{wasysym}
|
||||
\newcommand{\kspa}{\vspace{25mm}}
|
||||
\newcommand{\kcheck}{{\Large \Square}}
|
||||
|
||||
\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 \\
|
||||
\kspa & Take \\
|
||||
\kspa & {Miscellaneous: \vspace{2mm}\\ \normalsize\mdseries \kcheck{}Camera Battery \\ \kcheck{}Camera Scene}\\
|
||||
\end{tblr}
|
||||
|
||||
\end{document}
|
||||
Loading…
Reference in New Issue
Block a user