From 3e8d13a7ba36ea7c0ec6b18d1a087e46c92cbade Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 3 Jun 2020 02:01:01 -0400
Subject: added struts to avoid empty space on empty inputs
---
orig/format.tex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'orig')
diff --git a/orig/format.tex b/orig/format.tex
index 7089762..b145f01 100644
--- a/orig/format.tex
+++ b/orig/format.tex
@@ -33,14 +33,14 @@
\bigskip
Awards this certificate to:
- {\mas #1\par}
+ {\mas\strut #1\par}
\bigskip
\hrule
\bigskip
\line{\hfil\vbox{
\hsize=.5\hsize
- For #2 in #3
+ For #2 in #3\strut
}\hfil}
\vfil
@@ -57,7 +57,7 @@
}
}
\vskip\sigheight
- #4
+ \strut #4
MiniMUN \number\year
@@ -71,7 +71,7 @@
\vbox to\vsize{
\ful\leftskip=0pt plus 1fil\rightskip=0pt plus 1fil\parindent=0pt\parfillskip=0pt
\vfil
- #1\vfil
+ \strut #1\vfil
\line{\hfil\pdfximage width 6in{%%DEST%%/logo.png}\pdfrefximage\pdflastximage\hfil}
\vfil
}
--
cgit