Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 058-engine-tikz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can pass some options to the engine by defining `engine.opts`, e.g. use your

An example of the tikz-engine from <https://raw.github.com/sdiehl/cats/master/misc/example.md>

```{r tikz-ex, engine = "tikz", fig.cap = "Funky tikz", fig.ext = 'png', cache=TRUE}
```{r tikz-ex, engine = "tikz", fig.cap = "Funky tikz", fig.ext = 'pdf', cache=TRUE}
\usetikzlibrary{arrows}
\begin{tikzpicture}[node distance=2cm, auto,>=latex', thick, scale = 0.5]
\node (P) {$P$};
Expand Down