An open API service indexing awesome lists of open source software.

https://github.com/rajatsandeepsen/mini-project

Banking application built on top of Action Models
https://github.com/rajatsandeepsen/mini-project

Last synced: 7 months ago
JSON representation

Banking application built on top of Action Models

Awesome Lists containing this project

README

          

# MINI-PROJECT
LaTex for Mini-Project

Voice command user interface navigation system

## Cloning & Installation

1. clone this repo using git
```
git clone https://github.com/rajatsandeepsen/MINI-PROJECT.git
```

2. Install miktex from [miktex.org](https://miktex.org/download) or [latex-project.org](https://www.latex-project.org/get/)

3. Install VS Code (if you prefer) from [code.visualstudio.com](https://code.visualstudio.com/download)

4. Install [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) extension in VS Code

5. If you are using windows machine, it doen't comes with perl engine, so you need to install it from [strawberryperl.com](http://strawberryperl.com/)

## Usage

1. Open the project folder in VS Code
2. Select the `src/thesis.tex` file
3. type `ctrl + shift + p` and search `Build LaTeX`
4. Enter & wait
> Or just use the extension `TEX` from activity bar
5. If build is successfull, new `src/thesis.pdf` will be created/updated

## Tips
- Read this blog to [setup latex in VS Code](https://nelsonaloysio.medium.com/setting-up-vs-code-to-write-in-latex-using-latexmk-and-biber-plus-extras-b4b37c844495)
- Install [LaTeX language support](https://marketplace.visualstudio.com/items?itemName=mathematic.vscode-latex) extension for VS Code
- Install [PDF Extension](https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf) to view files easily inside VS code