8pt font a6paper build is a go. Bottom margin maybe a bit too big, but its getting closer

This commit is contained in:
Ren Kararou 2023-10-21 16:14:32 -05:00
parent 74bc568747
commit 98c7e79897
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6

View file

@ -1,8 +1,10 @@
% Document Definition
\documentclass[10pt]{book}
\documentclass[8pt]{extbook}
% Required Packages
\usepackage[letterpaper, total={7in, 9.5in}]{geometry}
% a6paper = 4.1in by 5.8in
% decent margins would be... leave about
\usepackage[a6paper, total={3.3in, 4.6in}]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{ragged2e}