# Colophon This has been tilde.town zine #7 Layout was done in Scribus. The title and body text is American Typewriter. Monospace font is Iosekva Fixed. Pieces that were submitted as images or PDFs use whatever fonts are embedded in the images. Pieces submitted as markdown were formatted by the default Scribus markdown importer. The table of contents is a groff table populated by rec file. The graph from the Foreword is made with groff using the `grap` preprocessor: issues.g ``` .G1 frame invis ht 3 wid 4 left solid bot solid label bot "Issue" coord y 0, 80 grid left from 0 to 70 by 10 ticks bot from 1 to 7 draw pg solid draw sb dashed copy "issues.d" thru X next pg at $1,$2 next sb at $1,$3 X "Pages" size -3 at 6,60 "Submissions" size -3 at 6,20 .G2 ``` issues.d ``` 1 38 15 2 22 7 3 34 21 4 26 11 5 49 19 6 47 10 7 70 18 ```