Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutant committed Dec 5, 2023
1 parent 98ca251 commit 763b560
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Installation

### Plain pandoc

Get `imagify.lua` from the [releases page](releases).
Get `imagify.lua` from the Releases page and save it somewhere
Pandoc can find (see [Pandoc][] for details).

Pass the filter to Pandoc via the `--lua-filter` (or `-L`) command
line option.
Expand Down Expand Up @@ -171,7 +172,7 @@ or from a separate `.tex` or `.tikz` file, your LaTeX
code must be compatible with the standalone class. The most
common error is to enter display formulas:

```
~~~~
source.md
![Figure 1: my equation](figure.tex)
Expand All @@ -182,7 +183,8 @@ $$
my fancy formula
$$
```
~~~
When Imagify converts `figure1.tex` LaTeX crashes because
the `standalone` class doesn't accept paragraph elements
like display formulas. What you need instead is an inline
Expand Down

0 comments on commit 763b560

Please sign in to comment.