Skip to content

Instantly share code, notes, and snippets.

@christopherphan
Created October 14, 2016 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christopherphan/6f15bfaba9a324a9a64604669f9627bd to your computer and use it in GitHub Desktop.
Save christopherphan/6f15bfaba9a324a9a64604669f9627bd to your computer and use it in GitHub Desktop.
TikZ graph paper
\documentclass[letterpaper]{article}
\usepackage[top=1cm , bottom=1cm, left=1cm, right=1cm]{geometry}
\usepackage{tikz}
\newcommand{\graphpaper}{\thispagestyle{empty}
\noindent \begin{tikzpicture}
\draw[gray] (0, 0) grid[step=0.5] (20, 25);
\end{tikzpicture}
\eject}
\begin{document}
\graphpaper
\graphpaper
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment