From: Mischa POSLAWSKY Date: Fri, 31 Dec 2021 13:35:54 +0000 (+0100) Subject: word/memory: manual grid size override option X-Git-Tag: v1.13~53 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/10fa5ec7d7ee564266145b32f167211684864045 word/memory: manual grid size override option Temporary workaround for unsupported aspect ratio and custom amounts. --- diff --git a/word/memory.plp b/word/memory.plp index 7bf757f..11520b1 100644 --- a/word/memory.plp +++ b/word/memory.plp @@ -78,5 +78,10 @@ figure.good { EOT }); +if (my $gridsize = $get{grid}) { + printf "", + reverse split /\D+/, $gridsize; + say ''; +} say '

memory

'; say "";