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 --- minimun.spec | 2 +- orig/format.tex | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/minimun.spec b/minimun.spec index 8379477..0fc249f 100644 --- a/minimun.spec +++ b/minimun.spec @@ -1,7 +1,7 @@ Summary: A perl cgi/pdfTeX script for doc generation Name: minimun Version: 1.0 -Release: 7 +Release: 8 License: GPL, Unknown Source: https://hrhr.dev/src/minimun.tar.gz URL: https://git.hrhr.dev/minimun/about 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