Created
August 10, 2014 11:05
-
-
Save VincentTam/02391d6016da80df1ffa to your computer and use it in GitHub Desktop.
The LaTeX source code of the figure for illustrating the problem described in https://vincenttam.github.io/blog/2014/07/13/evince-viewing-error/
This file contains hidden or 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
\documentclass[tikz]{standalone} | |
\usetikzlibrary{calc,through,intersections,backgrounds,patterns} | |
\begin{document} | |
\begin{tikzpicture} | |
\filldraw [pattern=grid] (0,0) circle (1); | |
\end{tikzpicture} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment