Generic toc generation
python3 converter.py --generate r4ds/_bookdown.yml example
Generation is not from .rmd
files, we use prepared markdown files from R-Studio(during pdf generation)
Required files:
_bookdown.yml
_book
(contains .md files)_bookdown_files
- required assets if included
Where are a lot of graphics in pdf format, see PDF to JPG section in main documentation
Also it contains .grapfile
files, we do not convert it in automatic way, need to user attention
Not all features from latex supported, because different formats
As we placed config to example
directory, a book content could be generated by command
python3 converter.py example
Generated content will be placed to example/generate
folder