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

View File

@@ -316,7 +316,7 @@ bindsym $mod+control+l resize shrink width 3 px or 3 ppt
# remove window titlebars # remove window titlebars
for_window [class="^.*"] border pixel 3 for_window [class="^.*"] border pixel 3
set $inner_gaps 35 set $inner_gaps 35
set $outer_gaps -3 set $outer_gaps 0
gaps inner $inner_gaps gaps inner $inner_gaps
gaps outer $outer_gaps gaps outer $outer_gaps

View File

@@ -140,14 +140,14 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@"
#------------------------------------------- #-------------------------------------------
# Documents # Documents
#------------------------------------------- #-------------------------------------------
ext pdf = ask # ext pdf = ask
ext pdf, has llpp, X, flag f = llpp "$@"
ext pdf, has zathura, X, flag f = zathura -- "$@" ext pdf, has zathura, X, flag f = zathura -- "$@"
ext pdf, has evince, X, flag f = evince -- "$@"
ext pdf, has llpp, X, flag f = llpp "$@"
ext pdf, has mupdf, X, flag f = mupdf "$@" ext pdf, has mupdf, X, flag f = mupdf "$@"
ext pdf, has mupdf-x11,X, flag f = mupdf-x11 "$@" ext pdf, has mupdf-x11,X, flag f = mupdf-x11 "$@"
ext pdf, has apvlv, X, flag f = apvlv -- "$@" ext pdf, has apvlv, X, flag f = apvlv -- "$@"
ext pdf, has xpdf, X, flag f = xpdf -- "$@" ext pdf, has xpdf, X, flag f = xpdf -- "$@"
ext pdf, has evince, X, flag f = evince -- "$@"
ext pdf, has atril, X, flag f = atril -- "$@" ext pdf, has atril, X, flag f = atril -- "$@"
ext pdf, has okular, X, flag f = okular -- "$@" ext pdf, has okular, X, flag f = okular -- "$@"
ext pdf, has epdfview, X, flag f = epdfview -- "$@" ext pdf, has epdfview, X, flag f = epdfview -- "$@"

View File

@@ -15,7 +15,7 @@ o /
# cdn {{{ * # cdn {{{ *
cd /home/kevin/coding cd /home/kevin/coding
jnd /home/kevin/Documents/journal j /home/kevin/Documents/journal
ib /home/kevin/linux-config/configs/i3blocks-scripts ib /home/kevin/linux-config/configs/i3blocks-scripts
ra /home/kevin/linux-config/configs/ranger ra /home/kevin/linux-config/configs/ranger
snp /home/kevin/.vim/plugged/vim-snippets/UltiSnips snp /home/kevin/.vim/plugged/vim-snippets/UltiSnips

View File

@@ -18,8 +18,8 @@ z /home/kevin/linux-config/aliases/zsh_aliases
# cdn {{{ * # cdn {{{ *
hlg /home/kevin/coding/spotify-lib-vis/src/api/management/commands/update-history.log hlg /home/kevin/coding/spotify-lib-vis/src/api/management/commands/update-history.log
jn /home/kevin/Documents/journal/todo/11.md jn /home/kevin/Documents/journal/todo/12.md
jnt /home/kevin/Documents/journal/todo/todo.md jt /home/kevin/Documents/journal/todo/todo.md
no ./.gitignore no ./.gitignore
ne /home/kevin/linux-config/configs/neofetch/config.conf ne /home/kevin/linux-config/configs/neofetch/config.conf
tm /home/kevin/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets tm /home/kevin/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets

11
txt/manual-latex-pkgs.txt Normal file
View File

@@ -0,0 +1,11 @@
algorithm
algorithmicx
enumitem
hyperref
numprint
pgfplots
tkz-base
tkz-euclide
# manual
gensymb

View File

@@ -75,6 +75,7 @@ nvidia
pacman pacman
patch patch
pciutils pciutils
pdfgrep
perl perl
pipes.sh pipes.sh
pkgconf pkgconf