Add list of translators
This commit is contained in:
parent
23ebb61000
commit
a31d5f14ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,6 +26,7 @@
|
|||||||
*.fb2
|
*.fb2
|
||||||
*.md
|
*.md
|
||||||
!README.md
|
!README.md
|
||||||
|
translators.tex
|
||||||
|
|
||||||
## Generated if empty string is given at "Please type another file name for output:"
|
## Generated if empty string is given at "Please type another file name for output:"
|
||||||
.pdf
|
.pdf
|
||||||
|
7
Makefile
7
Makefile
@ -1,4 +1,4 @@
|
|||||||
all:
|
all: translators
|
||||||
rubber -m xelatex faif-2.0.tex
|
rubber -m xelatex faif-2.0.tex
|
||||||
|
|
||||||
open: all
|
open: all
|
||||||
@ -6,3 +6,8 @@ open: all
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
git clean -xfd
|
git clean -xfd
|
||||||
|
|
||||||
|
translators:
|
||||||
|
git shortlog --summary --numbered | cut -c8- | awk 1 ORS=', ' \
|
||||||
|
| sed 's/, $$/./' | rev | sed 's/ ,/ и /' | rev \
|
||||||
|
> translators.tex
|
||||||
|
@ -24,3 +24,13 @@ ISBN: 9780983159216\\
|
|||||||
\bigskip
|
\bigskip
|
||||||
|
|
||||||
\noindent The cover photograph of Richard Stallman is by Peter Hinely. The PDP-10 photograph in Chapter 7 is by Rodney Brooks. The photograph of St. IGNUcius in Chapter 8 is by Stian Eikeland.
|
\noindent The cover photograph of Richard Stallman is by Peter Hinely. The PDP-10 photograph in Chapter 7 is by Rodney Brooks. The photograph of St. IGNUcius in Chapter 8 is by Stian Eikeland.
|
||||||
|
|
||||||
|
\bigskip
|
||||||
|
|
||||||
|
Перевод на русский язык и вёрстку выполняли \input{translators}
|
||||||
|
|
||||||
|
Исходный код доступен в репозитории
|
||||||
|
\href{https://code.dumpstack.io/etc/free-as-in-freedom-v2-ru}{code.dumpstack.io/etc/free-as-in-freedom-v2-ru}.
|
||||||
|
|
||||||
|
Если вы заметили опечатки либо неточности -- отправляйте исправления по адресу
|
||||||
|
\href{mailto:patch+faif2ru@dumpstack.io}{patch+faif2ru@dumpstack.io}.
|
||||||
|
Loading…
Reference in New Issue
Block a user