From d9ff011d7cdde270fd11b6d2c143b9565c6d244c Mon Sep 17 00:00:00 2001 From: Silcantar Date: Fri, 8 Aug 2025 22:46:30 -0500 Subject: [PATCH] Tweak float page fraction and marginalia vertical position. --- packages/Graphics.sty | 8 +------- packages/Layout.sty | 4 ++-- packages/Marginalia.sty | 1 + 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/packages/Graphics.sty b/packages/Graphics.sty index addb4e5..051403d 100644 --- a/packages/Graphics.sty +++ b/packages/Graphics.sty @@ -86,13 +86,7 @@ \bigfloat[#1]{figure}{htp}{% \begin{tblr}{% colspec = {% - *{2}{% - Q[% - c,% - m,% - wd=\twinfigwidth,% - ]% - }% + *{2}{Q[c,m,wd=\twinfigwidth]}% },% vborder{1,Z} = { leftspace = 0pt,% diff --git a/packages/Layout.sty b/packages/Layout.sty index df12a94..3d8c732 100644 --- a/packages/Layout.sty +++ b/packages/Layout.sty @@ -54,9 +54,9 @@ \renewcommand{\dbltopfraction}{0.9} % fit big float above 2-col. text \renewcommand{\textfraction}{0.07} % allow minimal text w. figs % Parameters for FLOAT pages (not text pages): -\renewcommand{\floatpagefraction}{0.7} % require fuller float pages +\renewcommand{\floatpagefraction}{0.8} % require fuller float pages % N.B.: floatpagefraction MUST be less than topfraction !! -\renewcommand{\dblfloatpagefraction}{0.7} % require fuller float pages +\renewcommand{\dblfloatpagefraction}{0.8} % require fuller float pages % Line-breaking zero-width space \newcommand{\zws}{\hspace{0pt}} diff --git a/packages/Marginalia.sty b/packages/Marginalia.sty index 3493a14..9ba49bc 100644 --- a/packages/Marginalia.sty +++ b/packages/Marginalia.sty @@ -14,6 +14,7 @@ - \topmargin - \textheight }, + yshift = {7pt}, style recto outer = {\raggedright\small\color{marginTextColor}}, style verso outer = {\raggedleft\small\color{marginTextColor}}, }