2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 07:47:57 +02:00
LaTeX-examples/asymptote/torus-three-paths/README.md
Martin Thoma 7740f0147f Remove trailing spaces
The commands

find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

and

find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

were used to do so.
2015-10-14 14:25:34 +02:00

15 lines
473 B
Markdown

Compiled example
----------------
![Example](torus-three-paths.png)
Currently, this one is not working, because of this error:
```
/usr/local/texlive/2013/texmf-dist/asymptote/three.asy:
2906.13: runtime: to support onscreen rendering, please install glut library, run ./configure, and recompile
```
Credits
-------
This graph was created by [Charles Staats](http://tex.stackexchange.com/users/484/charles-staats) ([source](http://tex.stackexchange.com/a/149991/5645))