Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aemarkov/master-thesis
https://github.com/aemarkov/master-thesis
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aemarkov/master-thesis
- Owner: aemarkov
- Created: 2019-03-03T12:51:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T10:30:56.000Z (over 5 years ago)
- Last Synced: 2024-04-28T06:23:32.248Z (8 months ago)
- Language: TeX
- Size: 39 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# МАГИСТЕРСКАЯ ДИССЕРТАЦИЯ
Этот репозиторий содержит мою магистерскую диссертацию
## Включает
- Пояснительную записку ([pdf](build/thesis.pdf))
- автореферат ([pdf](build/00-autoreferat.pdf))
- презентацию к защите ([pdf](build/presentation.pdf), [раздатка](build/handout.pdf))
- множество лишних картинок## Как собрать (один из вариантов)
TexLive:
- базовая схема (plain и latex)
- языки: английский, кириллицаУстановить пакеты с помощью tlmgr:
```bash
$ tlmgr install
```Список пакетов:
```
biber, latexmk, extsizes, biblatex, biblatex-gost, mathtools, titlesec, caption, enumitem,
setspace, soul, csquotes, algorithms, algorithmicx, chngcntr, lastpage, logreq, float, cmap
```Сборка:
```bash
$ latexmk -pdf -bibtex -synctex=1 -interaction=nonstopmode -output-directory=build thesis.tex
$ latexmk -pdf -bibtex -synctex=1 -interaction=nonstopmode -output-directory=build 00-autoreferat.tex
```Можно воспользоваться IDE TexStduio. Профиль с настройками: `cfg/texstudio_profile.txsprofile`.