From 42450eeb523eb52e417725f97df4716f5e6003d4 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 9 Mar 2020 14:23:24 -0600 Subject: [PATCH] Added documentation for new latex utility --- zsh/latex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zsh/latex b/zsh/latex index 71bfa0a..d256331 100644 --- a/zsh/latex +++ b/zsh/latex @@ -1,5 +1,15 @@ #!/bin/zsh +# +# tek() = Local LaTeX Utility +# +# Performs one of the following actions based on first argument: +# - (arg = NO ARGUMENT) Attempt to compile the latex project in the current directory +# - (arg = clean) Clears out LaTeX log files and build files (pdf and dvi) +# - (arg = new) Copy a template to the current directory (prompts for document name) +# - (arg = compile) Attempt to compile the latex project in the current directory +# + function tek() { case $1 in clean)