vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
982 stars 118 forks source link

[doc] small dots in blank pages #440

Closed tueda closed 1 year ago

tueda commented 1 year ago

Reference manuals use a nontrivial way to insert a blank page, which involves \emptypage: https://github.com/vermaseren/form/blob/6a04b62e78fc7e6ffe062a836fbf26ba7b50baaf/doc/manual/manual.tex.in#L34 This leads to a small dot in the blank page. The same code exists in Jos's manual/man.tex and devref/devref.tex.in.

Perhaps the minimal change to fix it would be to replace \tiny{.} with \tiny{\ }.

Note: one can find more ways to insert a blank page at https://tex.stackexchange.com/q/36880.

tueda commented 1 year ago

I thought this issue would be closed by 32e99208d190af55ef18582c23cffb66e43458df (but it wasn't).