Created
July 20, 2012 11:24
-
-
Save bomberstudios/3150239 to your computer and use it in GitHub Desktop.
Print your own Muji dotted paper in A4 format (open in Preview.app, print at 100% scale)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%!PS-Adobe-3.0 | |
% Title: dot grid paper, 5x5 mm | |
%%BeginSetup | |
%%BeginFeature: *PageSize A4 | |
<< /PageSize [ 595.27 841.889 ] | |
/ImagingBBox null | |
>> setpagedevice | |
%%EndFeature | |
%%EndSetup | |
/mydot { gsave 0 0 moveto 0.5 0 lineto stroke grestore } def | |
0.5 setlinewidth | |
0 0 moveto | |
% 0:black 1:white | |
% (no grey with a b/w laser, only ugly checker patterns...) | |
% 0.8 setgray | |
100 { % horizontal lines | |
100 { % vertical lines | |
14.174 0 translate | |
mydot | |
} repeat | |
-1417.4 14.174 translate | |
} repeat | |
showpage |
Here's a PDF version: https://pdf.yt/d/rbe7svksRVPi70zY
How to change the color of the dots to say blue?
Nevermind, found the answer
0 1 1 setrgbcolor % light blue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can open the .ps file with Preview.app and print it or save as PDF.