This is a tool which can be used to start quick documentation for a self motivated project.
-
Extrat the files in ~/Documents/LatexTemplate
-
Now add following alias to your bash script
alias newDoc='mkdir Documentation cd Documentation cp -a ~/Documents/LatexTemplate/* . cd ..'
-
Whenever you start a new project, just use newDoc
- Bibliography