Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgotwig/latex
✍️ A LaTeX template by me
https://github.com/tgotwig/latex
latex latex-template
Last synced: 7 days ago
JSON representation
✍️ A LaTeX template by me
- Host: GitHub
- URL: https://github.com/tgotwig/latex
- Owner: tgotwig
- License: mit
- Created: 2020-08-24T06:51:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T22:38:42.000Z (about 4 years ago)
- Last Synced: 2025-01-01T20:04:55.775Z (15 days ago)
- Topics: latex, latex-template
- Language: TeX
- Homepage:
- Size: 3.29 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latex
## Dev-Setup for VS-Code on Mac 🍏
Install LaTeX itself plus some additions:
```bash
brew cask install mactex-no-guisudo cpan Log::Log4perl
sudo cpan Log::Dispatch
sudo cpan YAML::Tiny
sudo cpan -fi File::HomeDir
sudo cpan Unicode::GCString
```Install the vs-code extension [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop).
❗️ In case the formatter doesn't work:
```bash
brew install -y perl
brew link perlsudo cpan Log::Log4perl
sudo cpan Log::Dispatch
sudo cpan YAML::Tiny
sudo cpan -fi File::HomeDir
sudo cpan Unicode::GCString
```## 📜 Licensing
[MIT License](LICENSE)