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

Version Path
webgen-1.7.3 data/webgen/passive_sources/templates/tikz.template
webgen-1.7.2 data/webgen/passive_sources/templates/tikz.template
webgen-1.7.1 data/webgen/passive_sources/templates/tikz.template
webgen-1.7.0 data/webgen/passive_sources/templates/tikz.template
webgen-1.6.0 data/webgen/passive_sources/templates/tikz.template
webgen-1.5.2 data/webgen/passive_sources/templates/tikz.template