Go to file
Fred a404a3fa4e
continuous-integration/drone/push Build is passing Details
Ajouter 'source/part-3-django-concepts/tests.adoc'
2021-08-18 15:31:26 +02:00
ideas Ajouter 'ideas/tests.asciidoc' 2021-02-12 20:56:29 +01:00
requirements use rtd theme instead of default 2015-12-28 09:11:42 +01:00
resources/themes Finalize Git review 2020-12-15 13:10:07 +01:00
source Ajouter 'source/part-3-django-concepts/tests.adoc' 2021-08-18 15:31:26 +02:00
.drone.yml Set event type to array. 2020-09-17 21:26:34 +02:00
.gitignore avoid commiting .asciidoctor configuration 2020-02-05 21:18:29 +01:00
Makefile Define the theme to be used and center images 2020-12-15 11:48:24 +01:00
README.md Review dependencies, pdf conversion process and known issues 2021-07-25 10:02:13 +02:00
make.bat structure architecture and software flow 2020-04-14 21:49:49 +02:00
specs.md Add unkown user 2015-12-10 17:32:20 +01:00

README.md

Installation

Build Status

Ce livre peut être compilé avec AsciiDoctor.

Dépendances

$ gem install asciidoctor-pdf --pre
$ gem install rouge
$ gem install asciidoctor-diagram

Conversion en PDF

asciidoctor -a rouge-style=monokai -a pdf-themesdir=resources/themes -a pdf-theme=gwift main.adoc -t -r asciidoctor-diagram

asciidoctor-pdf -a pdf-themesdir=resources/themes -a pdf-theme=gwift main.adoc -t -r asciidoctor-diagram

Erreurs connues

Si asciidoctor n'est pas dans le PATH malgré son installation, on peut le trouver grâce à la commande gem env, puis à réutiliser (ou à modifier le fichier .bash_profile ou .profile).