Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngermaster/latex-note-taking-template
This is a template to take notes for University Lectures, courses or whatever notes you want to take.
https://github.com/youngermaster/latex-note-taking-template
eafit latex notes template
Last synced: about 2 months ago
JSON representation
This is a template to take notes for University Lectures, courses or whatever notes you want to take.
- Host: GitHub
- URL: https://github.com/youngermaster/latex-note-taking-template
- Owner: Youngermaster
- License: mit
- Created: 2022-07-28T17:31:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T23:48:05.000Z (over 2 years ago)
- Last Synced: 2023-03-02T22:06:34.372Z (almost 2 years ago)
- Topics: eafit, latex, notes, template
- Language: TeX
- Homepage:
- Size: 8.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX Note Taking Template
This is a template to take notes for University Lectures, courses or whatever
notes you want to take.## Dependencies
Make sure to install `texlive-full` and `texlive-latex-extra`.
```shell
# Ubuntu and some Debian based distros.
sudo apt install texlive-latex-extra texlive-full -y
# Arch and some Arch based distros.
sudo pacman -S texlive-fontsextra texlive-core texlive-latexextra texlive-pictures texlive-science
```## Build
To build manually, just use `pdflatex`:
```shell
# Run this command inside the folder of whatever version you want.
pdflatex main.tex
```## How it looks
### General Version.
### EAFIT Version.
## Acknowledgement
I used this [LaTeX template](https://www.overleaf.com/latex/templates/report-template-v1-dot-0/xvtpxwgvmwyr) from **Kerr Beeldens** as a base for this one.