1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00

Merge branch 'master' of github.com:pomax/bezierinfo-2 into master

This commit is contained in:
Pomax
2020-10-18 14:28:21 -07:00
2 changed files with 8 additions and 2 deletions

View File

@@ -18,7 +18,13 @@ Also note that you will need a TeX installation with several dependencies: on Wi
- texlive-xetex
- texlive-extra-utils
You'll also need [pdf2svg](https://github.com/dawbarton/pdf2svg/), which on Windows means that in addition to building this utility from source, you'll all need to put the .exe file somewhere sensible (like `C:\Program Files (x86)\pdf2svg`) add then add that dir to your PATH, so `pdf2svg` can be invoked like any other CLI utility.
You'll also need [pdf2svg](https://github.com/dawbarton/pdf2svg/), which on linux can be installed just like everything else, but on Windows means that you'll need t run the build yourself, after which you'll need to put the .exe file somewhere sensible (like `C:\Program Files (x86)\pdf2svg`) add then add that dir to your PATH, so that `pdf2svg` can be invoked like any other CLI command.
To make life easier, if your distro uses apt-get, just run this:
```
sudo apt-get update && sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-extra-utils pdf2svg
```
#### Specialised commands:

View File

@@ -242,7 +242,7 @@ p + img.LaTeX.SVG {
}
img.LaTeX.SVG + p {
margin-top: -0.25em;
margin-top: 0.5em;
}
div.note img.LaTeX.SVG {