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
- Host: GitHub
- URL: https://github.com/rajatsandeepsen/mini-project
- Owner: rajatsandeepsen
- Created: 2024-05-20T03:25:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T18:23:22.000Z (11 months ago)
- Last Synced: 2025-01-13T12:23:53.416Z (9 months ago)
- Language: TeX
- Homepage:
- Size: 30.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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