Initial commit
This commit is contained in:
commit
42d45da4ad
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
Covers
|
||||
*bklt*
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.dvi
|
||||
*.odt
|
||||
metric*
|
||||
*.mx1
|
||||
*.abc
|
||||
*.bak
|
||||
*wc*
|
||||
*drafts*
|
||||
/build/*
|
||||
*/build/*
|
||||
*/spoken/*
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.pdf
|
454
register.tex
Normal file
454
register.tex
Normal file
@ -0,0 +1,454 @@
|
||||
\documentclass[twoside]{report}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\raggedbottom
|
||||
\usepackage{ninecolors}
|
||||
\NineColors{saturation=low}
|
||||
|
||||
%\usepackage{showframe}
|
||||
%\renewcommand*\ShowFrameColor{\color{red}}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Fonts %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Choose either kpfonts or fourier
|
||||
% \usepackage[nott]{kpfonts}
|
||||
\usepackage{fourier}
|
||||
|
||||
|
||||
% Delete any of the following that are not needed
|
||||
\usepackage{microtype} % Make things neater.
|
||||
\usepackage{tabularray} % Easy tables
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Document Setup%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage{geometry}
|
||||
\geometry{
|
||||
paperheight = 8.5in,
|
||||
paperwidth = 5.5in,
|
||||
margin = 10mm,
|
||||
top = 3mm,
|
||||
headsep = 1mm,
|
||||
footskip = 1mm,
|
||||
foot = 0mm,
|
||||
bottom = 1mm,
|
||||
% a5paper % Comment out for half-letter paper
|
||||
}
|
||||
|
||||
\addtolength{\topmargin}{10mm} % Adjust and bottom margin
|
||||
\addtolength{\textheight}{-20mm} % Adjust the bottom margin
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Page Headers%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Adjust the TITLE as necessary
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhead[LE,RO]{\textit{Account Register}}
|
||||
\fancyhead[RE,LO]{Account: \hspace{35mm}}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Chapter Title Spacing %%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries}
|
||||
{\chaptertitlename\ \thechapter}
|
||||
{20pt}
|
||||
{\Huge}
|
||||
\titlespacing*{\chapter}{0pt}{0pt}{40pt}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Document Information %%%%%%%%%%%%%%%%%%%%%
|
||||
%% Adjust the TITLE and SUBTITLE as necessary
|
||||
\title{
|
||||
{\Huge Account Register} \\
|
||||
{\vspace{30mm}
|
||||
Account: \rule[-1mm]{5cm}{0.15mm} \\
|
||||
}
|
||||
\date{}
|
||||
}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Table Elements %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\NewTblrTheme{blank}{
|
||||
\DefTblrTemplate{firsthead}{default}{}%
|
||||
\DefTblrTemplate{middlehead,lasthead}{default}{}%
|
||||
\DefTblrTemplate{contfoot-text}{default}{}%
|
||||
\SetTblrStyle{presep}{0pt}%
|
||||
\SetTblrStyle{postsep}{0pt}%
|
||||
}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\noindent{}\begin{longtblr}
|
||||
[
|
||||
% caption = {},
|
||||
% label = {tb:},
|
||||
theme = {blank}
|
||||
]{
|
||||
% width = {\textwidth},
|
||||
colspec = { X[2,l] X[2,l] X[9,l] X[2,l] X[1,l] X[2,l] X[1,l] X[2,l] X[1,l] },
|
||||
hlines = {0.5pt,solid},
|
||||
vlines = {0.5pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt},
|
||||
rowhead = 1,
|
||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
|
||||
row{odd} = {bg=gray9},
|
||||
row{even} = {bg=white},
|
||||
row{1} = {bg=white},
|
||||
}
|
||||
Type & Date & Description & \SetCell[c=2]{l} Debit && \SetCell[c=2]{l} Credit && \SetCell[c=2]{l} Balance \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
\noindent{}\begin{longtblr}
|
||||
[
|
||||
% caption = {},
|
||||
% label = {tb:},
|
||||
theme = {blank}
|
||||
]{
|
||||
% width = {\textwidth},
|
||||
colspec = { X[2,l] X[2,l] X[9,l] X[2,l] X[1,l] X[2,l] X[1,l] X[2,l] X[1,l] },
|
||||
hlines = {0.5pt,solid},
|
||||
vlines = {0.5pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt},
|
||||
rowhead = 1,
|
||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
|
||||
row{odd} = {bg=gray9},
|
||||
row{even} = {bg=white},
|
||||
row{1} = {bg=white},
|
||||
}
|
||||
Type & Date & Description & \SetCell[c=2]{l} Debit && \SetCell[c=2]{l} Credit && \SetCell[c=2]{l} Balance \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
\noindent{}\begin{longtblr}
|
||||
[
|
||||
% caption = {},
|
||||
% label = {tb:},
|
||||
theme = {blank}
|
||||
]{
|
||||
% width = {\textwidth},
|
||||
colspec = { X[2,l] X[2,l] X[9,l] X[2,l] X[1,l] X[2,l] X[1,l] X[2,l] X[1,l] },
|
||||
hlines = {0.5pt,solid},
|
||||
vlines = {0.5pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt},
|
||||
rowhead = 1,
|
||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
|
||||
row{odd} = {bg=gray9},
|
||||
row{even} = {bg=white},
|
||||
row{1} = {bg=white},
|
||||
}
|
||||
Type & Date & Description & \SetCell[c=2]{l} Debit && \SetCell[c=2]{l} Credit && \SetCell[c=2]{l} Balance \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
\noindent{}\begin{longtblr}
|
||||
[
|
||||
% caption = {},
|
||||
% label = {tb:},
|
||||
theme = {blank}
|
||||
]{
|
||||
% width = {\textwidth},
|
||||
colspec = { X[2,l] X[2,l] X[9,l] X[2,l] X[1,l] X[2,l] X[1,l] X[2,l] X[1,l] },
|
||||
hlines = {0.5pt,solid},
|
||||
vlines = {0.5pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt},
|
||||
rowhead = 1,
|
||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
|
||||
row{odd} = {bg=gray9},
|
||||
row{even} = {bg=white},
|
||||
row{1} = {bg=white},
|
||||
}
|
||||
Type & Date & Description & \SetCell[c=2]{l} Debit && \SetCell[c=2]{l} Credit && \SetCell[c=2]{l} Balance \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
\noindent{}\begin{longtblr}
|
||||
[
|
||||
% caption = {},
|
||||
% label = {tb:},
|
||||
theme = {blank}
|
||||
]{
|
||||
% width = {\textwidth},
|
||||
colspec = { X[2,l] X[2,l] X[9,l] X[2,l] X[1,l] X[2,l] X[1,l] X[2,l] X[1,l] },
|
||||
hlines = {0.5pt,solid},
|
||||
vlines = {0.5pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt},
|
||||
rowhead = 1,
|
||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
|
||||
row{odd} = {bg=gray9},
|
||||
row{even} = {bg=white},
|
||||
row{1} = {bg=white},
|
||||
}
|
||||
Type & Date & Description & \SetCell[c=2]{l} Debit && \SetCell[c=2]{l} Credit && \SetCell[c=2]{l} Balance \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
\noindent{}\begin{longtblr}
|
||||
[
|
||||
% caption = {},
|
||||
% label = {tb:},
|
||||
theme = {blank}
|
||||
]{
|
||||
% width = {\textwidth},
|
||||
colspec = { X[2,l] X[2,l] X[9,l] X[2,l] X[1,l] X[2,l] X[1,l] X[2,l] X[1,l] },
|
||||
hlines = {0.5pt,solid},
|
||||
vlines = {0.5pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt},
|
||||
rowhead = 1,
|
||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
|
||||
row{odd} = {bg=gray9},
|
||||
row{even} = {bg=white},
|
||||
row{1} = {bg=white},
|
||||
}
|
||||
Type & Date & Description & \SetCell[c=2]{l} Debit && \SetCell[c=2]{l} Credit && \SetCell[c=2]{l} Balance \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
\noindent{}\begin{longtblr}
|
||||
[
|
||||
% caption = {},
|
||||
% label = {tb:},
|
||||
theme = {blank}
|
||||
]{
|
||||
% width = {\textwidth},
|
||||
colspec = { X[2,l] X[2,l] X[9,l] X[2,l] X[1,l] X[2,l] X[1,l] X[2,l] X[1,l] },
|
||||
hlines = {0.5pt,solid},
|
||||
vlines = {0.5pt,solid},
|
||||
rows = {5mm, m, rowsep=1.5pt},
|
||||
rowhead = 1,
|
||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
|
||||
row{odd} = {bg=gray9},
|
||||
row{even} = {bg=white},
|
||||
row{1} = {bg=white},
|
||||
}
|
||||
Type & Date & Description & \SetCell[c=2]{l} Debit && \SetCell[c=2]{l} Credit && \SetCell[c=2]{l} Balance \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
&&&&&&&& \\
|
||||
\end{longtblr}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user