Sha256: 975d484580ac59f4485da26584155be2b1fb8be86bb2bddd50e24ec7795d2bd8
Contents?: true
Size: 359 Bytes
Versions: 6
Compression:
Stored size: 359 Bytes
Contents
--- name:content pipeline:erb \nonstopmode \documentclass[tikz]{standalone} <% if context['content_processor.tikz.libraries'] %> \usetikzlibrary{<%= context['content_processor.tikz.libraries'].join(',') %>} <% end %> \begin{document} \begin{tikzpicture}[<%= context['content_processor.tikz.opts'] %>] <%= context['data'] %> \end{tikzpicture} \end{document}
Version data entries
6 entries across 6 versions & 1 rubygems