Added non-core LaTeX packages to install

This commit is contained in:
2018-12-05 05:08:50 -05:00
parent bf3e48b385
commit 0cad253f9d
7 changed files with 24 additions and 7 deletions

View File

@@ -33,6 +33,9 @@ alias grbm="sudo grub-mkconfig -o /boot/grub/grub.cfg"
function cld() { colordiff -y --suppress-common-lines $1 $2 ; }
alias grep='grep --color=auto'
function gpdf() {
pdfgrep -n -e $1 $2
}
# for finding files by name
function rf() { find . -name '$1' ; }
# find text inside files
@@ -343,6 +346,8 @@ alias hs="$spv_dir/src/update-history.sh && hlg"
# school {{{ #
alias pdl="pdflatex"
# 343
alias ij="sudo ~/Downloads/idea/bin/idea.sh $silent"
alias a2="f ~/Documents/school/343/a2"