412
edits
mNo edit summary |
|||
| Line 69: | Line 69: | ||
I think the code is pretty well commented, but there are a few comments: | I think the code is pretty well commented, but there are a few comments: | ||
<syntaxhighlight lang="latex"> | |||
\documentclass[tikz,margin=0pt]{standalone} | |||
</syntaxhighlight> | |||
As with all advanced text editing systems, you must enter the document template: ''\documentclass''. In LaTeX exists the ''standalone'' model that defines a non-size document class. This particular class is very useful when we want to rasterize the document directly in PNG. You also need to enter margins '' [tikz, margin = 0pt] '' to zero so that there is absolutely no border. | |||
<syntaxhighlight lang="latex"> | <syntaxhighlight lang="latex"> | ||
\usepackage{tikz} | \usepackage{tikz} | ||
edits