https://github.com/adsjcet/latex-sjcet-ad
LaTeX Project Templates for AD Department SJCET (Fully offline & local)
https://github.com/adsjcet/latex-sjcet-ad
bibtex latex-template tex vscode
Last synced: 2 months ago
JSON representation
LaTeX Project Templates for AD Department SJCET (Fully offline & local)
- Host: GitHub
- URL: https://github.com/adsjcet/latex-sjcet-ad
- Owner: ADSJCET
- Created: 2024-05-20T04:06:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T06:16:21.000Z (6 months ago)
- Last Synced: 2025-02-01T20:25:03.949Z (3 months ago)
- Topics: bibtex, latex-template, tex, vscode
- Language: TeX
- Homepage:
- Size: 29.6 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Department of
Artificial Intelligence & Data Science
Project LaTeX Files and Instructions*## Objective
One day you'll find out that [overleaf](https://www.overleaf.com) is bullsh*t and useless without premium subscription. So, you need to learn how to use LaTeX in your local machine. This repo is a simple starter template for your project reports.
> 100% offline ✅
> 100% local machine ✅
> 100% free & open source ✅
For collabration, just use git alongside with your favourite IDE.
## Setting Up LaTeX and VS Code locally
1. Install MiKTeX from [miktex.org](https://miktex.org/download) or [latex-project.org](https://www.latex-project.org/get/)
2. Install VS Code (if you prefer) from [code.visualstudio.com](https://code.visualstudio.com/download)
3. Install [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) extension in VS Code
4. If you are using a Windows machine, it doesn't come with Perl engine, so you need to install it from [strawberryperl.com](http://strawberryperl.com/)
## Repo Usage
On the terminal
1. Clone this repo using git
```
git clone https://github.com/ADSJCET/LaTeX-SJCET-AD.git
```2. Go to project folder
```
cd LaTeX-SJCET-AD
```3. Open in VS Code(if installed)
```
code .
```
_Now in VS Code_4. Select the `src//thesis.tex` file
5. Type `Ctrl + Shift + P` and search `Build LaTeX`
6. Enter & wait
> Or just use the `TEX` extension from activity bar
7. If build is successfull, new `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
- Read this file to [cite research papers with bibTeX](https://github.com/ADSJCET/LaTeX-SJCET-AD/blob/main/CiteWithBIBTEX.md)
## Credits
- [Rajat Sandeep](https://github.com/rajatsandeepsen)
- [Ajay T Shaju](https://github.com/004Ajay)