https://github.com/tgotwig/latex
✍️ A LaTeX template by me
https://github.com/tgotwig/latex
latex latex-template
Last synced: over 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T22:38:42.000Z (over 5 years ago)
- Last Synced: 2025-03-11T03:31:16.682Z (over 1 year ago)
- Topics: latex, latex-template
- Language: TeX
- Homepage:
- Size: 3.29 MB
- Stars: 1
- Watchers: 2
- 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-gui
sudo 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 perl
sudo cpan Log::Log4perl
sudo cpan Log::Dispatch
sudo cpan YAML::Tiny
sudo cpan -fi File::HomeDir
sudo cpan Unicode::GCString
```
## 📜 Licensing
[MIT License](LICENSE)