Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 526 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 526 Bytes

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 ✨