Skip to content

Instantly share code, notes, and snippets.

@kalakay
Created July 27, 2015 10:48
Show Gist options
  • Save kalakay/4b0e5292058041fdb884 to your computer and use it in GitHub Desktop.
Save kalakay/4b0e5292058041fdb884 to your computer and use it in GitHub Desktop.
%\PassOptionsToPackage{svgnames}{xcolor}
\documentclass[tikz,convert={outfile=\jobname.svg},border=10mm]{standalone}
%\usetikzlibrary{...}% paket tikz sudah termuat dalam opsi kelas dokumen
%Berikut ini pilihan paket (selain tikz) untuk membuat gambar:
%\usepackage{pgfplots}
%\pgfplotsset{compat=1.10}
%\usepgfplotslibrary{fillbetween}
%\usepgfplotslibrary{patchplots,colormaps}
%\usepackage{tkz-euclide}
%\usetkzobj{all}
\begin{document}
\begin{tikzpicture}[...]
...
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment