Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polinasavelyeva/articles
Reports, research papers, and related works
https://github.com/polinasavelyeva/articles
Last synced: about 2 months ago
JSON representation
Reports, research papers, and related works
- Host: GitHub
- URL: https://github.com/polinasavelyeva/articles
- Owner: PolinaSavelyeva
- License: mit
- Created: 2023-05-19T12:15:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-09T11:35:16.000Z (7 months ago)
- Last Synced: 2024-06-09T12:45:17.974Z (7 months ago)
- Language: TeX
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Articles
This repository is dedicated to storing and organizing various reports, research papers, and related works.
## Usage Features
If you are using online TeX editors, be sure for completing steps below.
- Upload the template files to your project, preserving the folder structure.
- Choose XeTeX (or LuaTeX) as the compiler (e.g., in [Overleaf](https://www.overleaf.com/), go to Menu → Compiler).If you are using a TeX locally, the standard way to build is by using the following command:
```
make
```
By default, this command will compile the template using XeTeX. If you want to use LuaLaTeX instead, you can modify the `ENGINE` variable in the Makefile or use the following command:
```
make ENGINE=lualatex
```## Template
To find more options take a look at the original MatMech [template](https://github.com/spbu-se/matmex-diploma-template).