Skip to content

Instantly share code, notes, and snippets.

@HalCanary
Last active May 17, 2021 14:06
Show Gist options
  • Save HalCanary/1af4e6e399999737d51934cd9ba908d0 to your computer and use it in GitHub Desktop.
Save HalCanary/1af4e6e399999737d51934cd9ba908d0 to your computer and use it in GitHub Desktop.
wide_ruled_paper.ps
%!PS
% wide ruled letter paper
/inch { 72 mul } def
/page_width 8.5 inch def
/page_height 11 inch def
/line_space 0.34375 inch def
/margin 1.25 inch def
<< /PageSize [page_width page_height] >> setpagedevice
page_height line_space div 1 sub stack ceiling cvi
{ 0 line_space translate margin 0 moveto page_width margin sub 0 lineto stroke } repeat
showpage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment