All Projects → bimalka98 → LaTeX-Templates

bimalka98 / LaTeX-Templates

Licence: MIT license
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨

Programming Languages

TeX
3793 projects
HTML
75241 projects
matlab
3953 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LaTeX-Templates

citeproc-el
A CSL 1.0.2 Citation Processor for Emacs.
Stars: ✭ 75 (+316.67%)
Mutual labels:  bibtex, bibliography, citation
videlibri
📚 Cross-platform library client to automate any OPAC and library catalog from your local device, e.g. for renewing of borrowed books or searching for books available in the library in automated scripts.
Stars: ✭ 18 (+0%)
Mutual labels:  bibtex, bibliography
pandoc alfred
Pandoc-Suite for Academic Writing in Markdown
Stars: ✭ 68 (+277.78%)
Mutual labels:  bibtex, bibliography
Helm Bibtex
Search and manage bibliographies in Emacs
Stars: ✭ 328 (+1722.22%)
Mutual labels:  bibtex, bibliography
hardcider
🍺 CLI for quickly generating citations for websites and books
Stars: ✭ 17 (-5.56%)
Mutual labels:  bibliography, citation
AASTeX60
Version 6 of the LaTeX style files and documentation for authoring AAS Journal (AJ/ApJ) articles.
Stars: ✭ 40 (+122.22%)
Mutual labels:  bibtex, citation
Org Roam Bibtex
Connector between Org-roam, BibTeX-completion, and Org-ref
Stars: ✭ 253 (+1305.56%)
Mutual labels:  bibtex, bibliography
citation.vim
Zotero and bibtex citations for Vim
Stars: ✭ 78 (+333.33%)
Mutual labels:  bibtex, citation
Jekyll Scholar
jekyll extensions for the blogging scholar
Stars: ✭ 872 (+4744.44%)
Mutual labels:  bibtex, bibliography
Rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Stars: ✭ 1,005 (+5483.33%)
Mutual labels:  bibtex, bibliography
proofengineering-bib
BibTeX bibliographies for proof engineering-related papers
Stars: ✭ 24 (+33.33%)
Mutual labels:  bibtex, bibliography
scholia
Wikidata-based scholarly profiles
Stars: ✭ 166 (+822.22%)
Mutual labels:  bibtex, bibliography
cloudcite
The best bibliography generator. No pop-up ads, no gimmicks, no registration required, always secure (SSL, TLS 1.3, HSTS, and CSP), always fast (HTTP/3.0 and Brotli Compression) and 100% Open Source (AGPLv3).
Stars: ✭ 18 (+0%)
Mutual labels:  bibliography, citation
bibtex-js
Library for parsing .bib files, used in Bibliography.js 📚
Stars: ✭ 55 (+205.56%)
Mutual labels:  bibtex, bibliography
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (+333.33%)
Mutual labels:  bibliography, citation
Shbib
A BibTeX-centric bibliography manager written in POSIX shell
Stars: ✭ 26 (+44.44%)
Mutual labels:  bibtex, bibliography
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+13150%)
Mutual labels:  bibtex, bibliography
academic-bloggers-toolkit
WordPress plugin providing an all-in-one solution for effective academic blogging.
Stars: ✭ 117 (+550%)
Mutual labels:  bibliography, citation
uni-stuttgart-beamer-template
Unofficial LaTeX template for Beamer presentations at the University of Stuttgart, Germany
Stars: ✭ 16 (-11.11%)
Mutual labels:  latex-template
TFG-TFM EPS
Plantilla LaTeX para la elaboración de TFG y TFM en la Escuela Politécnica Superior de la Universidad de Alicante
Stars: ✭ 45 (+150%)
Mutual labels:  latex-template

Still using a conventional Microsoft word like word processing software to process your college documents ? 🤔

Try LaTeX... ☜(゚ヮ゚☜)

It is time to say goodbye to old document processors and shift into a more professional Platform for Scientific Writing. 😎

Check some of the pdfs rendered through LaTeX 😋

  1. Assignment Template- Including-codes, mathematical equations
  2. Assignment Template 2 Pages Compact
  3. Assignment Template 8-15 Pages
  4. Assignment Template Group- 3 pages compact
  5. Project Report Template
  6. Project Report Template with ipynb cells

Why LaTeX

LaTeX is a professional document processing Platform which is used world wide by scientists, mathematicians, researchers, engineers, university students and many more for composing their documents in a very professional way. It has become so popular because of its various awesome features. Some of them are given below.

  • Automatic content table creation with hyperlinks
  • Proper management of content in a hierarchical manner where you do not have to worry about numbering of sections, subsections, subsubsections and so on.
  • Custom environments where you can type really complex mathematical expressions really easily.
  • Easy management of bibliography using bibTex.

All you have to do is JUST TYPE, LaTeX editor will handle and take care of the rest. Because everything other than typing is automated in this platform for your convenience. 😉


LaTeX-Templates

This repository includes templates composed using LaTeX. Feel free to download any of them and use it for your own purpose by changing the code. Do whatever you want to do!

.tex file contains the actual LaTeX code.

.pdf file is the resultant document for a given LaTeX code. You can first go through the .pdf file to check whether it is suitable for your purpose. And then choose the correct template.

TeXstudio Editor

How to use these Templates

Simply follow these steps!

  1. Install a LaTeX Editor on your PC with required packages(These are like packages we install in programming languages). Refer Note section for a video with a complete guide.
  2. Download the LaTeX-Templates folder.

How to download

  1. Go to the template folder you need.

  2. Change the following files.

  • .tex file --> This is where you need to replace my text with yours.
  • .bib file --> This is where you need to put your data related to bibliography. Most of the web sites provide required citation text with their publications and you need to download what is called bibTex format of citation. So you can directly copy and paste them into this .bib file. Otherwise you can simply copy and paste the URL of the publication in https://zbib.org/ and it will generate required BibTeX file for you.
  1. If the template has a title page then you need to modify the title_page.tex file in the content folder.
  2. If you have any figures to be included in the document, you have to put all your figures into the figures folder in order to import them into your doc as I have done.
  3. Now simply compile the LaTeX code.

If you are unable to understand any of these simply Google it or look in YouTube as there are vast number of good tutorials.


Project Report Template

Almost all the LaTeX syntaxes you may need during composing a college assignment are given here in this sample template. All you need to do is download the Project Report Template folder into your PC and change it as your wish. Following features are included in the Project Report Template template.

  • A standard cover Page for a College assignment
  • Manage bibliography using BibTeX
  • Include figures(Encapsulated PostScript (EPS)), tables, advanced mathematical expressions

and many more.😉


Note

Before use this templates you need to install a LaTeX Editor. I personally prefer TeXstudio. It is up to you to choose one. Installation procedure of the editor is little different from a conventinal software installation therefore please refer following video.

  • A complete guide for installation can be found here

  • This video will be a good starting point for those who are interested in learning further. It is the one I used to learn LaTeX. In addition to that there are lots of good tutorials on YouTube! 😁

Save this repositories with a star if you find it useful! Starring makes it easy to find a repository or topic again later. You can see all the repositories and topics you have starred by going to your stars page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].