https://github.com/hamlettanyavong/latex
A LaTeX template repository by Hamlet Tanyavong.
https://github.com/hamlettanyavong/latex
latex latex-template
Last synced: 3 months ago
JSON representation
A LaTeX template repository by Hamlet Tanyavong.
- Host: GitHub
- URL: https://github.com/hamlettanyavong/latex
- Owner: HamletTanyavong
- License: mit
- Created: 2025-01-31T17:28:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:56:25.000Z (3 months ago)
- Last Synced: 2025-04-03T06:33:43.237Z (3 months ago)
- Topics: latex, latex-template
- Language: TeX
- Homepage:
- Size: 1.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[](https://github.com/HamletTanyavong/LaTeX)
[](https://github.com/HamletTanyavong/LaTeX/stargazers)## About
This LaTeX template contains packages and configurations I regularly use. It is subject to change, and versions will be tagged accordingly. Feel free to use this template for your own projects.
## Setup
First, make sure you have a LaTeX distribution such as [TeX Live](https://www.tug.org/texlive) installed. Next, install the [LaTeX Workshop](https://github.com/James-Yu/LaTeX-Workshop) extension for Visual Studio Code. Click on the "Use this template" button to create a new repository, and clone it to your local machine. Open the repository in Visual Studio Code and start editing.
## Templates
Templates are located in the templates folder. You may choose to delete any you do not need as they are independent of each other.
- Notes: This is a general-purpose template, mainly used for taking notes or completing assignments.
- Article: This is a template for writing articles. It has two columns and has figures that can span both of those columns.### Customization
Feel free to create your own preambles and bibliographies and add them to their respective folders. These can be imported into your document using `\import{../../Preambles}{my-preamble.tex}` and `\addbibresource{../../Bibliographies/my-bibliography.bib}`.
## Contributing
If you would like to submit a template to this repository, please create an issue so we can discuss it. Not all templates will be accepted.