https://github.com/swimmwatch/mai-latex-course-work-template
:book: This repository contains template for common MAI works.
https://github.com/swimmwatch/mai-latex-course-work-template
latex-template mai
Last synced: about 2 months ago
JSON representation
:book: This repository contains template for common MAI works.
- Host: GitHub
- URL: https://github.com/swimmwatch/mai-latex-course-work-template
- Owner: swimmwatch
- License: mit
- Created: 2020-06-24T12:40:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T21:59:42.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T01:41:34.353Z (9 months ago)
- Topics: latex-template, mai
- Language: TeX
- Homepage:
- Size: 2.6 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mai-latex-course-work-template
This project contains template for common MAI works.Main benefits:
* Template has been made in accordance with [GOST](http://www.agni-rt.ru/docs/institute/science/niokr/GOST%207.32-2001.pdf?roistat_visit=3184839). You and your professor don't need to check if course work is valid.
* All necessary packages are included. There are encoding, table, picture, code listing and [pythontex](https://github.com/gpoore/pythontex).## How to install?
### Windows
TODO### Ubuntu
1. Install those packages:
```bash
sudo apt install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra texlive-lang-cyrillic texlive-bibtex-extra biber latexmk
```
2. Install PythonTeX:
```bash
git clone https://github.com/gpoore/pythontex.git
chmod +x pythontex/pythontex_install.py
./python_install.py
```## How to use?
1. Use this repository as template
2. Compile TeX document
3. [Enjoy](./document.pdf)!## Input parameters
These parameters are setting in preambule:| Parameter | Description |
| ------------------------ |:------------------------------------ |
| ```\author``` | Author of document |
| ```\MAIInstitute``` | Institute number |
| ```\MAIInstituteName``` | Institute title |
| ```\MAIDepartment``` | Department number |
| ```\MAIDepartmentName``` | Department name |
| ```\MAISubject``` | Subject |
| ```\title``` | Title |
| ```\MAIWorkType``` | Course work, course project and etc. |
| ```\MAIProfessorName``` | Professor's name |
| ```\MAIGroup``` | Group ID |
| ```\date``` | Date of completion |## Recommended environment
### VS code
I prefer using [VS Code](https://code.visualstudio.com/) with extension [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop).
Also you can set [build task](https://code.visualstudio.com/docs/editor/tasks#_custom-tasks) that will run ```pythontex```.
### Overleaf
It is possible to run in [Overleaf](https://www.overleaf.com/) but pythontex will not work.
## Useful services
* [mathurl](http://mathurl.com) – Easy way to write formulas.
* [Detexify](http://detexify.kirelabs.org/classify.html) – Anyone who works with LaTeX knows how time-consuming it can be to find a symbol in sheet that you just can't memorize. Detexify is an attempt to simplify this search.
* [latexsheet](http://wch.github.io/latexsheet/latexsheet.pdf) – LaTeX sheet.