Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamadharma/academic-student-thesis-template
https://github.com/yamadharma/academic-student-thesis-template
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yamadharma/academic-student-thesis-template
- Owner: yamadharma
- License: cc-by-4.0
- Created: 2023-12-29T14:07:27.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-26T09:18:22.000Z (9 months ago)
- Last Synced: 2024-03-27T09:54:07.566Z (9 months ago)
- Language: TeX
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tempalate for Student's thesis
## Скачайте репозиторий
- Создайте свой репозиторий из шаблона:
``` shell
gh repo create <название_репозитория> --template=yamadharma/academic-student-thesis-template --public
```- Клонируйте его рекурсивно:
``` shell
gh repo clone <название_репозитория> -- --recursive
```## Создание рабочего каталога
- Создайте рабочий каталог:
``` shell
make prepare
```- Теперь можно работать с проектом:
``` shell
cd bachalor
make
```