https://github.com/pivaldi/asymptote-exemples-builder
https://github.com/pivaldi/asymptote-exemples-builder
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pivaldi/asymptote-exemples-builder
- Owner: pivaldi
- License: gpl-3.0
- Created: 2025-02-15T14:59:08.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-24T17:16:33.000Z (3 months ago)
- Last Synced: 2025-02-24T18:25:56.949Z (3 months ago)
- Language: Shell
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Asymptote Exemples Builder
## THIS IS A WORK IN PROGRESS -- DO NOT USE THIS REPO --
This project provides a set of `bash` commands to export my
[Asymptote Examples](https://github.com/pivaldi/asymptote-exemples)
to various format like `html`, `markdown` for
[The Hexo Blog Framework](https://hexo.io/docs/) and pdf.## Dependencies
This project is only for `Gnu Linux` users and need these software
properly installed :- [Asymptote](https://asymptote.sourceforge.io/)
- [Gnu Make](https://www.gnu.org/software/make/)
- The Python syntax highlighter [Pygments](https://pygments.org/)
- [xsltproc](http://xmlsoft.org/xslt/xsltproc.html)
- [ImageMagick](https://imagemagick.org/index.php)
- [pdftk](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
- [pdfinfo](https://www.xpdfreader.com/pdfinfo-man.html) (`apt install poppler-utils` on Debian)## Usage
1. launch the command `./cofingure` and answer to the questions.
2. Launch the command `make`