Adjusted table indents

This commit is contained in:
Kenneth John Odle 2024-04-01 13:19:23 -04:00
parent 2fa2804961
commit fe7b179631

View File

@ -1,6 +1,9 @@
\documentclass[10pt,twoside]{book}
\documentclass[twoside]{book}
\usepackage[utf8]{inputenc}
% \usepackage{showframe}
% \renewcommand*\ShowFrameColor{\color{red}}
% Let's set up our page size
\usepackage[
letterpaper,
@ -22,7 +25,7 @@
\newcounter{ct} % Create a counter for our loop
\newcounter{pg} % Create a counter for our page numbers
\setcounter{pg}{1} % Change the value from 0 to 1
\def\pgct{11} % Set this value to the number of leaves you want + 1
\def\pgct{2} % Set this value to the number of leaves you want + 1
% Note: a "leaf" is composed of two double-sided pages.
% Select an appropriate monotype font
@ -30,6 +33,7 @@
% Build tables
\usepackage{tabularray}
\setlength{\parindent}{0pt} % Remove space in front of tables
\author{Kenneth John Odle}