Additional page layout changes

This commit is contained in:
Kenneth John Odle 2025-02-09 13:48:57 -05:00
parent 8ad84c721e
commit 3b278bfbb9

View File

@ -1,4 +1,4 @@
\documentclass[9pt,letterpaper,twoside,openany,titlepage]{memoir} \documentclass[9pt,letterpaper,twoside,openany,titlepage,]{article}
\usepackage{extsizes} \usepackage{extsizes}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
@ -12,16 +12,27 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Page setup %%%%%%%%%%%%%%%%%%%%%%% %% Page setup %%%%%%%%%%%%%%%%%%%%%%%
\usepackage[ \usepackage[
left=2cm, marginparwidth=0pt,
right=2cm, marginparsep=0pt,
top=2cm, inner=30mm,
bottom=12cm outer=20mm,
top=30mm,
bottom=30mm,
]{geometry} ]{geometry}
\raggedbottom \raggedbottom
\setlength{\parindent}{8pt} \setlength{\parindent}{8pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Page Headers%%%%%%%%%%%%%%%%%%%%%%
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\textit{On The Uses of Plants}}
\fancyhead[RE,LO]{}
\fancyfoot[LE,RO]{\thepage}
\renewcommand{\footrulewidth}{0.5pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Columns %%%%%%%%%%%%%%%%%%%%%%%%%% %% Columns %%%%%%%%%%%%%%%%%%%%%%%%%%
@ -38,7 +49,7 @@
\newcommand\family[2]{\textsc{#1}{. #2}} \newcommand\family[2]{\textsc{#1}{. #2}}
\newcommand\species[1]{\noindent{}\textbf{—#1}\par} \newcommand\species[1]{\noindent{}\textbf{—#1}\par}
\newcommand\common[1]{\MakeUppercase{#1}} \newcommand\common[1]{\MakeUppercase{#1}}
\newcommand\initial[1]{\begin{center}\begin{Huge}\textdurm{#1}\end{Huge}\end{center}} \newcommand\initial[1]{\begin{center}\begin{Huge}\textduin{#1}\end{Huge}\end{center}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Document information %%%%%%%%%%%%% %% Document information %%%%%%%%%%%%%
@ -48,20 +59,23 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Experimental %%%%%%%%%%%%%%%%%%%%% %% Experimental %%%%%%%%%%%%%%%%%%%%%
\usepackage{duerer} % Font for initials \usepackage{duerer} % Font for initials
\usepackage{scholax} % Font 'ScholaX' \usepackage{scholax} % Font 'ScholaX'
%\usepackage{showframe}
%\renewcommand*\ShowFrameColor{\color{red}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Get it started %%%%%%%%%%%%%%%%%%%
\begin{document} \begin{document}
\maketitle \maketitle
\begin{abstract}
This is the abstract.
\end{abstract}
\begin{multicols*}{3} \begin{multicols*}{3}
Introductory text \noindent{}
\initial{A} \initial{A}
@ -83,7 +97,6 @@ Introductory text
\family{Apocynaceae}{Hardy perennials valued in the border or among shrubbery for their blue star-like flowers.} \family{Apocynaceae}{Hardy perennials valued in the border or among shrubbery for their blue star-like flowers.}
\species{hubrichtii}Starry blue flowers in clusters on a hardy perennial to 3-5 feet, with narrow needle-like leaves that turn bright yellow-orange in fall. Ozarks. Zone 5. \species{hubrichtii}Starry blue flowers in clusters on a hardy perennial to 3-5 feet, with narrow needle-like leaves that turn bright yellow-orange in fall. Ozarks. Zone 5.
\end{multicols*} \end{multicols*}