# Aliases for cdsc_tex document creation scripts. # Source this file from ~/.bashrc or ~/.zshrc: # source ~/tex/cdsc_tex/cdsc_tex_aliases.sh if command -v new_tex_document > /dev/null 2>&1; then alias new_tex_assignment='new_tex_document assignment' alias new_knitr_document='new_tex_document knitr' alias new_tex_letter='new_tex_document letter' fi