this is not code aesthetics in that the purpose was not to write code that could live on its own, away from the parental home. the type of software development or code writing or whatever that i’m proposing doesn’t attempt to be general purpose. for any potential users beyond myself, the code is more than gpl or whatever — it’s a gift. i would love it if someone took a look at the code, as it’s something that i wrote for a very specific purpose, ie a publication. i feel that this is code that only makes sense next to the zines that i’ve made.
one detail that’s important is names of fonts. in groff, when using a font that is not default, the user picks a name for it. this is significant because those names have to be hardcoded into the groff sources when switching fonts. this means that unless there’s some sort previous agreement, groff code is not portable between users.
for anyone who would want to take a look at my code, the footnote is that i’m for the most part only using notcourier-sans, and that `NOTCOURIER’ is the name that i chose for it. that said, my code should be portable if groff and perl are there, as it is by default in the gnu-linux thing, operating system, platform, stuff, setup. or should be
in any case, the use of nondefault fonts in groff is explained here. i rewrote part of that recipe and added the fontforge spice. as the font/devps path came up when thinking about custom paper sizes, i added an addendum as here. these are notes to myself.