From c7365f1bc50845037387ecff266408a99cf26879 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 1 Jun 2015 11:50:02 +0100 Subject: added header.sty in tex --- tex/header.sty | 90 ++++++++++++++++++++++++++++++++++++ tex/report_default.tex | 121 ------------------------------------------------- 2 files changed, 90 insertions(+), 121 deletions(-) create mode 100644 tex/header.sty delete mode 100644 tex/report_default.tex (limited to 'tex') diff --git a/tex/header.sty b/tex/header.sty new file mode 100644 index 0000000..9eeae8f --- /dev/null +++ b/tex/header.sty @@ -0,0 +1,90 @@ +% Compilation options +\synctex=1 + +% Packages +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenx} +\usepackage[english]{babel} +\usepackage{microtype} +\usepackage{fancyhdr} +\usepackage{listings} +\usepackage{appendix} +\usepackage{vmargin} +\usepackage{setspace} +\usepackage{mathrsfs} +\usepackage{mathenv} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{amscd} +\usepackage{amsthm} +\usepackage{mathrsfs} +\usepackage{graphicx} +\usepackage{epstopdf} +\usepackage{subfigure} +\usepackage{color} +\usepackage{todonotes} +\usepackage{caption} +\usepackage[numbers]{natbib} +\usepackage{hyperref} +\usepackage{cleveref} + +% Packages options +\hypersetup{citecolor=blue, colorlinks=true, linkcolor=[rgb]{0.,0.,0.7}} +\graphicspath{{figures/}} + +% Macros +\definecolor{darkred}{rgb}{.7,0,0} +\newcommand{\real}[0]{\mathbf{R}} +\newcommand{\nat}[0]{\mathbf{N}} +\newcommand{\op}[0]{\mathcal} +\newcommand{\grad}[0]{\nabla} +\newcommand{\dive}[0] {\,\nabla\,\cdot\,} +\newcommand{\ip}[2]{\left\langle{#1,#2}\right\rangle} +\newcommand{\norm}[1]{\left\| #1 \right\|} +\newcommand{\pard}[2]{\partial_{#2} #1} +\newcommand{\pardl}[2]{\frac{\partial{#1}}{\partial{#2}}} +\newcommand{\pardd}[2]{\partial_{#2}^2 #1} +\newcommand{\parddl}[2]{\frac{\partial^2{#1}}{\partial{#2}^2}} +\newcommand{\hermite}[0]{\mathcal} +\newcommand{\gaussian}[1]{g_{#1}} +\newcommand{\stdgaussian}[0]{g} +\newcommand{\test}[1]{C^\infty_c (#1)} +\newcommand{\flp}[2]{L^{#1} (#2)} +\newcommand{\wlp}[3]{L^{#1} (#2,#3)} +\newcommand{\sobolev}[2]{H^{#1} (#2)} +\newcommand{\wsobolev}[3]{H^{#1} (#2, #3)} +\newcommand{\red}[1]{\textcolor{darkred}{#1}} +\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} +\newcommand{\smooth}[1]{C^\infty(#1)} +\newcommand{\cont}[2]{C^{#1} (#2)} +\newcommand{\contb}[2]{C_b^{#1} (#2)} +\newcommand{\Space}[0]{\mathscr} +\newcommand{\expect}[0]{\mathbb{E}} +\newcommand{\dotx}[0]{\,\cdot\,} +\newcommand{\abs}[1]{\left| #1 \right|} + +% Redefinitions +\renewcommand{\d}[0]{\,\mathrm{d}} + +% Layout options +\setlength{\parskip}{6pt} +\setstretch{1.3} + +% Setting for the table of contents +\setcounter{secnumdepth}{1} +\setcounter{tocdepth}{1} + +% Theorems +\theoremstyle{plain} +\newtheorem{assumption}{Assumption}[section] +\newtheorem{example}{Example}[section] +\newtheorem{theorem}{Theorem}[section] +\newtheorem{corollary}[theorem]{Corollary} +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{proposition}[theorem]{Proposition} +\newtheorem{axiom}[theorem]{Axiom} +\theoremstyle{definition} +\newtheorem{definition}[theorem]{Definition} +\theoremstyle{remark} +\newtheorem{remark}[theorem]{Remark} diff --git a/tex/report_default.tex b/tex/report_default.tex deleted file mode 100644 index e9eb94f..0000000 --- a/tex/report_default.tex +++ /dev/null @@ -1,121 +0,0 @@ -\documentclass[10pt,twoside]{report} - -% Files to include -\includeonly{ - preamble/title, - preamble/authorship, - preamble/abstract, - preamble/acknowledgements, - chapters/introduction, - chapters/chap1, - chapters/chap2, - chapters/chap3, - chapters/conclusion, -} - -% Boolean variables -\newif \ifcontents \contentsfalse -\newif \ifbib \bibtrue -\newif \iflong \longtrue - -% Packages -\usepackage[utf8]{inputenx} -\usepackage[english]{babel} -\usepackage{microtype} -\usepackage{fancyhdr} -\usepackage{listings} -\usepackage{appendix} -\usepackage{vmargin} -\usepackage{setspace} -\usepackage{mathenv} -\usepackage{amsmath} -\usepackage{amsfonts} -\usepackage{amssymb} -\usepackage{amscd} -\usepackage{amsthm} -\usepackage{hyperref} -\usepackage{cleveref} -\usepackage{graphicx} -\usepackage{epstopdf} -\usepackage{subfigure} -\usepackage{color} - -% Packages with options -\usepackage[labelfont=sc]{caption} -\usepackage[square, numbers, comma, sort&compress]{natbib} - -% Layout options -\setlength{\parskip}{6pt} - -% Compilation options -\synctex=1 - -% Setting for the table of contents -\setcounter{secnumdepth}{3} -\setcounter{tocdepth}{3} - -% Macros -\definecolor{darkred}{rgb}{.7,0,0} -\newcommand{\real}[0]{\mathbf R} -\newcommand{\nat}[0]{\mathbf N} -\newcommand{\op}[0]{\mathcal} -\newcommand{\grad}[0]{\,\nabla\,} -\newcommand{\dive}[0] {\,\nabla\,\cdot\,} -\newcommand{\ip}[2]{\left \langle #1,#2 \right\rangle} -\newcommand{\norm}[1]{\,\| #1 \|\,} -\newcommand{\pard}[2]{\partial_{#2} #1} -\newcommand{\pardl}[2]{\frac{\partial #1}{\partial #2}} -\newcommand{\pardd}[2]{\partial_{#2}^2 #1} -\newcommand{\parddl}[2]{\frac{\partial^2 #1}{\partial #2^2}} -\newcommand{\dx}[0]{\mathrm d} -\newcommand{\hermite}[0]{\mathcal} -\newcommand{\gaussian}[1]{g_{#1}} -\newcommand{\stdgaussian}[0]{g} -\newcommand{\test}[1]{C^\infty_c(#1)} -\newcommand{\flp}[2]{L^{#1}(#2)} -\newcommand{\wlp}[3]{L^{#1}(#2, #3)} -\newcommand{\sobolev}[2]{H^{#1}(#2)} -\newcommand{\wsobolev}[3]{H^{#1}(#2, #3)} -\newcommand{\red}[1]{\textcolor{darkred}{#1}} -\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} - -% Theorems -\theoremstyle{plain} -\newtheorem{assumption}{Assumption}[section] -\newtheorem{example}{Example}[section] -\newtheorem{theorem}{Theorem}[section] -\newtheorem{corollary}[theorem]{Corollary} -\newtheorem{lemma}[theorem]{Lemma} -\newtheorem{proposition}[theorem]{Proposition} -\newtheorem{axiom}[theorem]{Axiom} -\theoremstyle{definition} -\newtheorem{definition}[theorem]{Definition} -\theoremstyle{remark} -\newtheorem{remark}[theorem]{Remark} - -\begin{document} - -\pagestyle{empty} - -\setstretch{1.3} -\include{preamble/title} \cleardoublepage -\include{preamble/authorship} \cleardoublepage -\include{preamble/abstract} \cleardoublepage -\include{preamble/acknowledgements} \cleardoublepage -\ifcontents \tableofcontents \fi - -\pagestyle{plain} - - -\include{chapters/introduction} \cleardoublepage -\include{chapters/chap1} \cleardoublepage -\include{chapters/chap2} \cleardoublepage -\include{chapters/chap3} \cleardoublepage -\include{chapters/conclusion} \cleardoublepage - -\nocite* -\bibliographystyle{unsrtnat} -\bibliography{Bibliography} - -\end{document} - -- cgit v1.2.3 From 95aa0e0bcfd7d392d8742f2f2a3a109790245afd Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 2 Jun 2015 18:34:07 +0100 Subject: delete unused plugins --- ctags | 9 +++++++++ gitconfig | 2 ++ nvim/spell/en.utf-8.spl | Bin 0 -> 570549 bytes nvim/spell/en.utf-8.sug | Bin 0 -> 556477 bytes nvimrc | 21 +++++++++------------ tex/header.sty | 2 +- zshrc | 1 + 7 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 ctags create mode 100644 nvim/spell/en.utf-8.spl create mode 100644 nvim/spell/en.utf-8.sug (limited to 'tex') diff --git a/ctags b/ctags new file mode 100644 index 0000000..0c334fb --- /dev/null +++ b/ctags @@ -0,0 +1,9 @@ +--langdef=latex +--langmap=latex:.tex +--regex-latex=/\\label\{([^}]*)\}/\1/l,label/ +--regex-latex=/\\section\{([^}]*)\}/\1/s,section/ +--regex-latex=/\\subsection\{([^}]*)\}/\1/t,subsection/ +--regex-latex=/\\subsubsection\{([^}]*)\}/\1/u,subsubsection/ +--regex-latex=/\\section\*\{([^}]*)\}/\1/s,section/ +--regex-latex=/\\subsection\*\{([^}]*)\}/\1/t,subsection/ +--regex-latex=/\\subsubsection\*\{([^}]*)\}/\1/u,subsubsection/ diff --git a/gitconfig b/gitconfig index 4cf00e0..f1fffcd 100644 --- a/gitconfig +++ b/gitconfig @@ -5,3 +5,5 @@ templatedir = ~/.git_template [alias] ctags = !.git/hooks/ctags +[push] + default = simple diff --git a/nvim/spell/en.utf-8.spl b/nvim/spell/en.utf-8.spl new file mode 100644 index 0000000..a41bf79 Binary files /dev/null and b/nvim/spell/en.utf-8.spl differ diff --git a/nvim/spell/en.utf-8.sug b/nvim/spell/en.utf-8.sug new file mode 100644 index 0000000..b82667d Binary files /dev/null and b/nvim/spell/en.utf-8.sug differ diff --git a/nvimrc b/nvimrc index d128048..d815ca2 100644 --- a/nvimrc +++ b/nvimrc @@ -3,7 +3,7 @@ call plug#begin('~/.nvim/plugged') Plug 'airblade/vim-gitgutter', { 'on' : 'GitGutterToggle' } Plug 'altercation/vim-colors-solarized' Plug 'AndrewRadev/splitjoin.vim' -Plug 'benekastah/neomake' +Plug 'benekastah/neomake' , { 'for' : 'cpp' } Plug 'bling/vim-airline' Plug 'christoomey/vim-tmux-navigator' Plug 'edkolev/tmuxline.vim' @@ -13,20 +13,18 @@ Plug 'gregsexton/gitv', { 'on' : 'Gitv' } Plug 'honza/vim-snippets' Plug 'jamessan/vim-gnupg', { 'for' : 'asc' } Plug 'junegunn/fzf', { 'on' : 'FZF' } -Plug 'junegunn/goyo.vim', { 'on' : 'Goyo' } -Plug 'junegunn/limelight.vim', { 'on' : 'Limelight' } Plug 'junegunn/seoul256.vim' -Plug 'junegunn/vim-easy-align' +Plug 'junegunn/vim-pseudocl' Plug 'junegunn/vim-oblique' Plug 'junegunn/vim-peekaboo' -Plug 'junegunn/vim-pseudocl' Plug 'junegunn/rainbow_parentheses.vim' -Plug 'kien/ctrlp.vim' +Plug 'kassio/neoterm', { 'on' : 'T' } +Plug 'kien/ctrlp.vim', { 'on' : 'CtrlP' } Plug 'LaTeX-Box-Team/latex-box', { 'for' : 'tex' } -Plug 'lervag/vimtex' Plug 'majutsushi/tagbar' -Plug 'mileszs/ack.vim' +Plug 'mileszs/ack.vim', { 'on' : 'Ack' } Plug 'rdnetto/YCM-Generator', { 'branch' : 'stable' } +Plug 'ryanss/vim-hackernews' Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'scrooloose/syntastic' Plug 'SirVer/ultisnips' @@ -41,7 +39,6 @@ Plug 'tpope/vim-commentary' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-obsession' Plug 'tpope/vim-repeat' -Plug 'tpope/vim-scriptease' Plug 'tpope/vim-sensible' Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' @@ -52,7 +49,7 @@ Plug 'xolox/vim-notes', { 'on' : 'Note' } call plug#end() "" Plugins options -let g:LatexBox_Folding=0 +let g:LatexBox_fold_automatic=0 let g:LatexBox_latexmk_preview_continuously=1 let g:LatexBox_quickfix=2 let g:LatexBox_viewer='zathura' @@ -148,8 +145,8 @@ set nonumber set diffopt=filler,vertical set listchars=tab:▸\ ,eol:¬,trail:- set fillchars=fold:\ ,vert:\ , -set showbreak=--▸\ , set breakindent +let &showbreak='--▸ ' set colorcolumn=0 set scrolloff=0 set t_Co=256 @@ -157,7 +154,7 @@ set guitablabel=%N\ %t\ %M set showcmd " Layout text -set nowrap +set wrap set linebreak set textwidth=0 set conceallevel=2 diff --git a/tex/header.sty b/tex/header.sty index 9eeae8f..0d436a3 100644 --- a/tex/header.sty +++ b/tex/header.sty @@ -69,7 +69,7 @@ % Layout options \setlength{\parskip}{6pt} -\setstretch{1.3} +\setstretch{1.2} % Setting for the table of contents \setcounter{secnumdepth}{1} diff --git a/zshrc b/zshrc index 1692cfd..3974cc3 100644 --- a/zshrc +++ b/zshrc @@ -62,6 +62,7 @@ alias nsess="$EDITOR -S Session.vim" alias pull='git pull origin master' alias purge='sudo apt-get purge' alias push='git push origin master' +alias pushs='git push --recurse-submodules=check' alias remove='sudo apt-get autoremove' alias tmux="TERM=screen-256color-bce tmux" alias update='sudo apt-get update' -- cgit v1.2.3