/
knutarevdv
/
book-programming-in-d
ОбзорДокументацияВойти
/
knutarevdv
/
book-programming-in-d
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
book-programming-in-d/
docs/
..
examples

build problems were fixed

2 года назад
source

chapter_082 Больше о диапазонах готов

6 часов назад
Makefile

add the first chapter

3 года назад
Readme.rst

Capitulo 055 terminado

3 года назад
build-book.sh

Capitulo 057 terminado.Build script 1.1.1

3 года назад
kfl.txt

chapter 081 partially edited

2 года назад
make.bat

add the first chapter

3 года назад
Readme.rst
Build Book
============
 
This book are saved in reStructuredText format and can be easy transormed to PDF or HTML format.
For this purposes the Python Sphinx library is used.
The following additional package should be installed
 
For Ubuntu (22.04)
-------
 
* Python3 (Cuurent version that is used 3.10.12)
* python3-sphinx (sudo apt-get install python3-sphinx)
* latexmk (sudo apt-get install latexmk)
* texlive-latex-extra (sudo apt install texlive-latex-extra)
* texlive-lang-cyrillic (sudo apt-get install texlive-lang-cyrillic)
 
Book can build via script build-book.sh
 
.. code-block:: console
 
./build-book.sh --help
usage: ./build-book.sh options
This script build Programming in D in PDF and HTML format.
OPTIONS:
-f | --format output format PDF or HTML or ALL
-d | --dir output folder for build artefact
-h Print this text
build_book -fpdf