thhaase / Latex-Template

This is the Latex Template I write most of my Seminar Assignments with

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latex_Template

This is the Latex Template I write most of my Seminar Assignments with.

---

make alias for copy_latex_templates.sh

  1. make script executable
chmod +x ~/PATH/copy_latex_templates.sh
  1. open bashrc
nano ~/.bashrc
  1. add the alias to the .bashrc
alias create_latex='~/PATH/copy_latex_templates.sh'
  1. reload .bashrc to apply changes
source ~/.bashrc

✨ now create latex template folders easily ✨

About

This is the Latex Template I write most of my Seminar Assignments with

License:MIT License


Languages

Language:TeX 87.1%Language:Shell 12.9%