Skip to content

componavt/wd_book

Repository files navigation

wd_book

Computer science book about Wikidata programming.

Petrozavodsk State University (PetrSU), Internet-mathematics course.

See the latest Russian and English PDF files.

The textbook “Wikidata Programming” was published in 2024 in Russian.

Wikidata programming book (in English)

See our course Research in programming Wikidata in English Wikiversity.

We are using the LaTeX template fmarotta/kaobook. Read the template tutorial online.

The Wikidata book in English (file wd_book/en/mainka.tex) can be compiled with the following:

pdflatex mainka # Compile template
makeindex mainka.nlo -s nomencl.ist -o mainka.nls # Compile nomenclature
makeindex mainka # Compile index
bibtex mainka # Compile bibliography
makeglossaries mainka # Compile glossary (install xindy)
pdflatex mainka # Compile template again
pdflatex mainka # and again

The result should look like mainka.pdf.

Wikidata programming book (in Russian)

See our course Research in programming Wikidata in Russian Wikiversity.

We are using the LaTeX template Tufte-LaTeX. Read the template tutorial online.

The Wikidata book in Russian (file wd_book/ru/wd_book.tex) can be compiled with the following:

pdflatex wd_book_ru
biber wd_book_ru
makeindex wd_book_ru.idx
# or texindy --language english wd_book.idx
pdflatex wd_book_ru
pdflatex wd_book_ru
pdflatex wd_book_ru

The result should look like wd_book_ru.pdf.

Troubleshooting

If you encounter errors of the form,

! LaTeX Error: File `paralist.sty' not found.

you will need to obtain missing packages from CTAN. For package installation instructions and answers to many other questions, see the UK TeX FAQ or search the comp.text.tex group.

The template of Tufte-LaTeX GitHub project used.

Literature

About

Computer science book about Wikidata programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published