Skip to content

Instantly share code, notes, and snippets.

@thomasjensen
Created December 7, 2011 11:00
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 thomasjensen/1442410 to your computer and use it in GitHub Desktop.
Save thomasjensen/1442410 to your computer and use it in GitHub Desktop.
Include output from tikzDevice in LaTeX
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{figure}[ht]
\input{test.tex}
\caption{Sample output from tikzDevice}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment