1
0
Fork 0
Русский перевод второго издания Free as in Freedom: Richard Stallman's Crusade for Free Software.
 
 
Go to file
dump_stack() 8e4861bc83
Get rid of 'Ibid.'
2019-08-27 23:19:33 +00:00
scripts Use csquotes for translated chapters 2019-06-18 03:15:36 +00:00
.gitignore Add build version/time 2019-08-07 08:37:07 +00:00
.travis.yml Travis-CI: switch to bionic 2019-08-26 13:58:35 +00:00
KL10_1979.eps Initial 2019-06-15 01:53:13 +00:00
KL10_1979.jpg Initial 2019-06-15 01:53:13 +00:00
Makefile Add build version/time 2019-08-07 08:37:07 +00:00
README.md Add donate buttons 2019-08-17 15:41:12 +00:00
appendix.tex cumulative patch with many fixes 2019-08-12 15:24:33 +00:00
chap01.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
chap02.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
chap03.tex Get rid of 'Ibid.' 2019-08-27 23:19:33 +00:00
chap04.tex Get rid of 'Ibid.' 2019-08-27 23:19:33 +00:00
chap05.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
chap06.tex Get rid of 'Ibid.' 2019-08-27 23:19:33 +00:00
chap07.tex Get rid of 'Ibid.' 2019-08-27 23:19:33 +00:00
chap08.tex Get rid of 'Ibid.' 2019-08-27 23:19:33 +00:00
chap09.tex Get rid of 'Ibid.' 2019-08-27 23:19:33 +00:00
chap10.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
chap11.tex Get rid of 'Ibid.' 2019-08-27 23:19:33 +00:00
chap12.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
chap13.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
copyright.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
epilogue.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
faif-2.0.tex Move endnotes to footnotes 2019-08-27 22:59:58 +00:00
gfdl.tex cumulative patch with many fixes 2019-08-12 15:24:33 +00:00
preface-williams.tex Corrections in the first three chapters and preface 2019-08-07 09:20:32 +00:00
rms-preface.tex Fix quotes 2019-08-05 14:47:35 +00:00
stignucius.eps Initial 2019-06-15 01:53:13 +00:00
stignucius.jpg Initial 2019-06-15 01:53:13 +00:00

README.md

Build Status Donate

Ричард Столлман и революция свободного программного обеспечения

Русский перевод второго издания Free as in Freedom: Richard Stallman's Crusade for Free Software.

Как скомпилировать книгу?

1 Установить texlive и rubber.

NixOS:

nix-env -iA nixos.texlive.combined.scheme-full nixos.rubber

Debian/Ubuntu:

sudo apt install texlive-full rubber

2 Склонировать репозиторий и запустить сборку.

git clone https://code.dumpstack.io/etc/free-as-in-freedom-v2-ru.git
cd free-as-in-freedom-v2-ru
make

В текущей директории появится файл faif-2.0.pdf.

fb2, markdown или html версии

Для получения fb2, markdown или html версии можно воспользоваться pandoc. Одноименный пакет есть во всех основных дистрибутивах.

fb2:

pandoc -t fb2 faif-2.0.tex > faif-2.0.fb2

markdown:

pandoc -t markdown faif-2.0.tex > faif-2.0.md

html:

pandoc -t html faif-2.0.tex > faif-2.0.html