From 0cad253f9d035ab231f8ef4c3db93955ed4c7850 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Wed, 5 Dec 2018 05:08:50 -0500 Subject: [PATCH] Added non-core LaTeX packages to install --- aliases/zsh_aliases | 5 +++++ configs/i3/config | 2 +- configs/ranger/rifle.conf | 6 +++--- txt/key_dirs.txt | 2 +- txt/key_files.txt | 4 ++-- txt/manual-latex-pkgs.txt | 11 +++++++++++ txt/pacman-pkgs/pacman-pkgs.txt | 1 + 7 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 txt/manual-latex-pkgs.txt diff --git a/aliases/zsh_aliases b/aliases/zsh_aliases index 750e3ed..5db84af 100644 --- a/aliases/zsh_aliases +++ b/aliases/zsh_aliases @@ -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" diff --git a/configs/i3/config b/configs/i3/config index bc3d716..d65667b 100644 --- a/configs/i3/config +++ b/configs/i3/config @@ -316,7 +316,7 @@ bindsym $mod+control+l resize shrink width 3 px or 3 ppt # remove window titlebars for_window [class="^.*"] border pixel 3 set $inner_gaps 35 -set $outer_gaps -3 +set $outer_gaps 0 gaps inner $inner_gaps gaps outer $outer_gaps diff --git a/configs/ranger/rifle.conf b/configs/ranger/rifle.conf index 5bd7387..b542dd6 100644 --- a/configs/ranger/rifle.conf +++ b/configs/ranger/rifle.conf @@ -140,14 +140,14 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@" #------------------------------------------- # Documents #------------------------------------------- -ext pdf = ask -ext pdf, has llpp, X, flag f = llpp "$@" +# ext pdf = ask 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-x11,X, flag f = mupdf-x11 "$@" ext pdf, has apvlv, X, flag f = apvlv -- "$@" 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 okular, X, flag f = okular -- "$@" ext pdf, has epdfview, X, flag f = epdfview -- "$@" diff --git a/txt/key_dirs.txt b/txt/key_dirs.txt index 8bddc74..8f8cb70 100644 --- a/txt/key_dirs.txt +++ b/txt/key_dirs.txt @@ -15,7 +15,7 @@ o / # cdn {{{ * cd /home/kevin/coding -jnd /home/kevin/Documents/journal +j /home/kevin/Documents/journal ib /home/kevin/linux-config/configs/i3blocks-scripts ra /home/kevin/linux-config/configs/ranger snp /home/kevin/.vim/plugged/vim-snippets/UltiSnips diff --git a/txt/key_files.txt b/txt/key_files.txt index 2592ee0..eb3639d 100644 --- a/txt/key_files.txt +++ b/txt/key_files.txt @@ -18,8 +18,8 @@ z /home/kevin/linux-config/aliases/zsh_aliases # cdn {{{ * hlg /home/kevin/coding/spotify-lib-vis/src/api/management/commands/update-history.log -jn /home/kevin/Documents/journal/todo/11.md -jnt /home/kevin/Documents/journal/todo/todo.md +jn /home/kevin/Documents/journal/todo/12.md +jt /home/kevin/Documents/journal/todo/todo.md no ./.gitignore ne /home/kevin/linux-config/configs/neofetch/config.conf tm /home/kevin/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets diff --git a/txt/manual-latex-pkgs.txt b/txt/manual-latex-pkgs.txt new file mode 100644 index 0000000..e9df618 --- /dev/null +++ b/txt/manual-latex-pkgs.txt @@ -0,0 +1,11 @@ +algorithm +algorithmicx +enumitem +hyperref +numprint +pgfplots +tkz-base +tkz-euclide + +# manual +gensymb diff --git a/txt/pacman-pkgs/pacman-pkgs.txt b/txt/pacman-pkgs/pacman-pkgs.txt index 8d3cdd3..01ff7c3 100644 --- a/txt/pacman-pkgs/pacman-pkgs.txt +++ b/txt/pacman-pkgs/pacman-pkgs.txt @@ -75,6 +75,7 @@ nvidia pacman patch pciutils +pdfgrep perl pipes.sh pkgconf