All Projects → anton-petrunin → kiselyov

anton-petrunin / kiselyov

Licence: other
Геометрия по Киселёву

Programming Languages

TeX
3793 projects
Asymptote
17 projects

Projects that are alternatives of or similar to kiselyov

birkhoff
Euclidean plane and its relatives; a minimalist introduction.
Stars: ✭ 15 (-6.25%)
Mutual labels:  mathematics, textbook, foundations-of-geometry
Calculo
Escrita colaborativa de recursos educacionais abertos sobre cálculo diferencial e integral..
Stars: ✭ 18 (+12.5%)
Mutual labels:  mathematics, textbook
AlgebraLinear
Escrita colaborativa de recursos educacionais abertos sobre álgebra linear.
Stars: ✭ 57 (+256.25%)
Mutual labels:  mathematics, textbook
ra
Basic Analysis, undergraduate real analysis textbook
Stars: ✭ 33 (+106.25%)
Mutual labels:  mathematics, textbook
DeepMorphy
Морфологический анализатор для русского языка на C# для .NET
Stars: ✭ 23 (+43.75%)
Mutual labels:  russian
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (+93.75%)
Mutual labels:  textbook
JSage
Something like Sage, but for the WebAssembly and JavaScript world.
Stars: ✭ 23 (+43.75%)
Mutual labels:  mathematics
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+443.75%)
Mutual labels:  mathematics
MLSummerSchool
Материалы факультатива по машинному обучению и искусственному интеллекту
Stars: ✭ 27 (+68.75%)
Mutual labels:  russian
Transliterate
Транслитерация для Laravel
Stars: ✭ 48 (+200%)
Mutual labels:  russian
swm-core
Pure Math in Pure Swift.
Stars: ✭ 190 (+1087.5%)
Mutual labels:  mathematics
ml-journey
A curated collection of free learning resources on topics related to Machine Learning.
Stars: ✭ 18 (+12.5%)
Mutual labels:  mathematics
Swift-MathEagle
A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int, big frac, big rational, graphs and general handy extensions and functions.
Stars: ✭ 41 (+156.25%)
Mutual labels:  mathematics
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (+306.25%)
Mutual labels:  textbook
lib12
lib12 is a library of universal helpers and extensions useful in any .NET project
Stars: ✭ 30 (+87.5%)
Mutual labels:  mathematics
spacy russian tokenizer
Custom Russian tokenizer for spaCy
Stars: ✭ 35 (+118.75%)
Mutual labels:  russian
RooCMS
RooCMS - This is easy and convenient content management system designed to quickly create websites.
Stars: ✭ 21 (+31.25%)
Mutual labels:  russian
biginteger
A PHP library to work with big integers.
Stars: ✭ 19 (+18.75%)
Mutual labels:  mathematics
russian-language
Russian Language Pack for Invision Community 4
Stars: ✭ 24 (+50%)
Mutual labels:  russian
FastExpm.jl
Implementation of a fast exponential matrix for large matrices (full and sparse)
Stars: ✭ 22 (+37.5%)
Mutual labels:  mathematics

Как собрать книгу

Потребуется LaTeX+MetaPost+Asymptote (всё работает с последним дистрибутивом TeX Live на Kubuntu 16.04). Желательно также использовать Git.

Следующая команда создаст локальную копию исходных файлов вместе с историей версий.

git clone https://github.com/anton-petrunin/kiselyov.git

Эти файлы можно также получить, пройдя по ссылке "Clone or Download" и "Download ZIP". В этом случае Git не нужен.

Далее, перейти в полученную папку

cd kiselyov

MetaPost

Перейти в папку mppics, создать рисунки и вернуться назад:

cd mppics/
mpost ris.mp
mpost ris-1914.mp
mpost ris-1931.mp
mpost ris-ru.mp
mpost ris-extra.mp
mpost ris-wood.mp
mpost transportir.mp
mpost s-ris.mp
cd ..

Asymptote

Перейти в папку asy, создать рисунки и вернуться назад:

cd asy/
asy schwarz.asy
cd ..

LaTeX

Далее нужно создать индекс и получить конечный результат

pdflatex kiselyov.tex
texindy -L russian -C utf8 kiselyov.idx
pdflatex kiselyov.tex

Если всё прошло удачно, то вы получили файл kiselyov.pdf.

Замечания

Файл ris-ru.mp содержит картинки с русскими буквами, а файл ris-wood.mp — картинки с линейкой и угольником. Архив со всеми tex-файлами и готовыми картинками можно получить сказав

tar -cvf arXiv.tar --files-from list-of-files.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].