https://github.com/ncrashed/specialist
My specialist thesis
https://github.com/ncrashed/specialist
Last synced: 4 months ago
JSON representation
My specialist thesis
- Host: GitHub
- URL: https://github.com/ncrashed/specialist
- Owner: NCrashed
- Created: 2016-05-11T21:31:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T20:11:11.000Z (almost 10 years ago)
- Last Synced: 2025-07-03T17:46:10.317Z (11 months ago)
- Language: TeX
- Size: 14.4 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Specialist thesis 2016
You need:
- [stack](https://stackage.org)
- LaTeX distribution (I use [TexLive](https://www.tug.org/texlive/) from Fedora 23 repo). Windows users might prefer [MikTex](http://miktex.org/) as Windows texlive distribution requires 4GB of disk space.
To edit and/or build the docs you need either:
- [TexMaker](http://www.xm1math.net/texmaker/) - build string is given below.
- [Sublime Text 3](https://www.sublimetext.com/) - build scripts are embedded into `specialist.sublime-project`.
Prerequisites installation:
```
stack setup
stack install haskintex
```
# Texmaker build string
```
stack exec -- haskintex -overwrite %.htex|pdflatex -synctex=1 -interaction=nonstopmode %.tex|bibtex build/%.aux|pdflatex -synctex=1 -interaction=nonstopmode %.tex|xdg-open %.pdf
```
# Configure Russian dictionaries
Repo contains russian dictionaries for `Sublime Text` in `extra` folder:
- `russian_english.aff`
- `russian_english.dic`
You need to copy them to sublime packages dir (in root of the dir) and enable it via `View -> Dictionary -> russian_english` and then `F6`. Subsequent press of `F6` will disable spell checking.