1
0
Fork 0
Русский перевод второго издания Free as in Freedom: Richard Stallman's Crusade for Free Software.
 
 
Go to file
dump_stack() 2224c84062
Fix style
2019-08-05 17:38:49 +00:00
scripts Use csquotes for translated chapters 2019-06-18 03:15:36 +00:00
.gitignore Add list of translators 2019-07-31 09:58:07 +00:00
.travis.yml CI: Use texlive-full 2019-06-17 17:32:08 +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 list of translators 2019-07-31 09:58:07 +00:00
README.md Update README.md 2019-07-26 12:31:55 +00:00
appendix.tex Fix quotes 2019-08-05 03:24:04 +00:00
back-cover.txt Initial 2019-06-15 01:53:13 +00:00
chap01.tex Use csquotes for translated chapters 2019-06-18 03:15:36 +00:00
chap02.tex Use csquotes for translated chapters 2019-06-18 03:15:36 +00:00
chap03.tex Killing gnomes 2019-06-25 15:57:01 +00:00
chap04.tex Chapter 4 translation 2019-06-24 17:26:03 +00:00
chap05.tex chap05: fix small typo 2019-07-05 16:09:14 +00:00
chap06.tex Chapter 6 translation 2019-06-30 15:13:21 +00:00
chap07.tex Chapter 7 translation 2019-07-04 14:43:30 +00:00
chap08.tex Fix quotes 2019-07-14 14:45:57 +00:00
chap09.tex Fix quotes 2019-07-14 15:31:58 +00:00
chap10.tex Fix quotes 2019-07-15 14:12:34 +00:00
chap11.tex Fix quotes 2019-07-21 19:46:03 +00:00
chap12.tex Fix quotes 2019-07-21 20:07:50 +00:00
chap13.tex Typo 2019-07-26 14:19:32 +00:00
copyright.tex Fix style 2019-08-05 17:38:49 +00:00
epilogue.tex Fix quotes 2019-07-31 08:14:42 +00:00
faif-2.0.tex Remove colophon which is unrelated to translated book 2019-08-05 16:04:39 +00:00
gfdl.tex Add GNU FDL translation 2019-08-05 04:06:36 +00:00
preface-williams.tex Fix quotes 2019-08-05 14:47:35 +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 @faif_ru

free-as-in-freedom-v2-ru

Русский перевод второго издания 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