Skip to content

Instantly share code, notes, and snippets.

@dettmering
Last active December 11, 2015 10:29
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 dettmering/4587442 to your computer and use it in GitHub Desktop.
Save dettmering/4587442 to your computer and use it in GitHub Desktop.
LaTeX: TikZ playground.
\documentclass{article}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage[scaled]{helvet}
\usepackage[T1]{fontenc}
\usepackage{verbatim}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
\usetikzlibrary{plotmarks}
%%%<
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{5pt}
%%%>
\begin{document}
\begin{tikzpicture}
\node at (0,0) {Hello World!};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment