tex changes
This commit is contained in:
parent
adedd29830
commit
45410393da
|
@ -1,5 +1,5 @@
|
|||
Removing actuator/
|
||||
Removing scripts/actuator
|
||||
Removing scripts/landscape
|
||||
Removing scripts/portrait
|
||||
Removing tex/beamercolorthemesimpledark.sty
|
||||
actuator/
|
||||
scripts/actuator
|
||||
scripts/landscape
|
||||
scripts/portrait
|
||||
tex/beamerthemedispboard.sty
|
||||
|
|
|
@ -4,7 +4,8 @@ local function import(name)
|
|||
return ([[require '%s']]):format(name)
|
||||
end
|
||||
|
||||
return require('packer').startup({ function(use)
|
||||
return require('packer').startup({
|
||||
function(use)
|
||||
use 'wbthomason/packer.nvim'
|
||||
|
||||
use {
|
||||
|
@ -59,15 +60,36 @@ return require('packer').startup({ function(use)
|
|||
config = function()
|
||||
require('gitsigns').setup {
|
||||
signs = {
|
||||
add = { hl = 'GitSignsAdd', text = '│', numhl = 'GitSignsAddNr', linehl = 'GitSignsAddLn' },
|
||||
change = { hl = 'GitSignsChange', text = '│', numhl = 'GitSignsChangeNr',
|
||||
linehl = 'GitSignsChangeLn' },
|
||||
delete = { hl = 'GitSignsDelete', text = '_', numhl = 'GitSignsDeleteNr',
|
||||
linehl = 'GitSignsDeleteLn' },
|
||||
topdelete = { hl = 'GitSignsDelete', text = '‾', numhl = 'GitSignsDeleteNr',
|
||||
linehl = 'GitSignsDeleteLn' },
|
||||
changedelete = { hl = 'GitSignsChange', text = '~', numhl = 'GitSignsChangeNr',
|
||||
linehl = 'GitSignsChangeLn' },
|
||||
add = {
|
||||
hl = 'GitSignsAdd',
|
||||
text = '│',
|
||||
numhl = 'GitSignsAddNr',
|
||||
linehl = 'GitSignsAddLn'
|
||||
},
|
||||
change = {
|
||||
hl = 'GitSignsChange',
|
||||
text = '│',
|
||||
numhl = 'GitSignsChangeNr',
|
||||
linehl = 'GitSignsChangeLn'
|
||||
},
|
||||
delete = {
|
||||
hl = 'GitSignsDelete',
|
||||
text = '_',
|
||||
numhl = 'GitSignsDeleteNr',
|
||||
linehl = 'GitSignsDeleteLn'
|
||||
},
|
||||
topdelete = {
|
||||
hl = 'GitSignsDelete',
|
||||
text = '‾',
|
||||
numhl = 'GitSignsDeleteNr',
|
||||
linehl = 'GitSignsDeleteLn'
|
||||
},
|
||||
changedelete = {
|
||||
hl = 'GitSignsChange',
|
||||
text = '~',
|
||||
numhl = 'GitSignsChangeNr',
|
||||
linehl = 'GitSignsChangeLn'
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
@ -201,8 +223,8 @@ return require('packer').startup({ function(use)
|
|||
if bootstrap.is_bootstrap then
|
||||
require('packer').sync()
|
||||
end
|
||||
|
||||
end,
|
||||
end,
|
||||
config = {
|
||||
compile_path = require('packer.util').join_paths(vim.fn.stdpath('data'), 'site', 'plugin', 'packer_compiled.lua'),
|
||||
} })
|
||||
}
|
||||
})
|
||||
|
|
|
@ -67,6 +67,15 @@ snippet table "Table" b
|
|||
\end{table} $0
|
||||
endsnippet
|
||||
|
||||
snippet algorithm "Algorithm" b
|
||||
\begin{algorithm}[${1:H}]
|
||||
\caption{$2}\label{tab:$3}
|
||||
\begin{algorithmic}[${4:1}]
|
||||
$5
|
||||
\end{algorithmic}
|
||||
\end{algorithm} $0
|
||||
endsnippet
|
||||
|
||||
priority 100
|
||||
snippet ... "Ldots" iA
|
||||
\ldots
|
||||
|
@ -80,6 +89,10 @@ snippet section "Section" bA
|
|||
\sect{$1}$0
|
||||
endsnippet
|
||||
|
||||
snippet subsection "Subsection" bA
|
||||
\subsect{$1}$0
|
||||
endsnippet
|
||||
|
||||
snippet chapter "Chapter" bA
|
||||
\chapter{$1}$0
|
||||
endsnippet
|
||||
|
@ -130,11 +143,6 @@ snippet ali "Align" bA
|
|||
\end{align*} $0
|
||||
endsnippet
|
||||
|
||||
context "math()"
|
||||
snippet \\\ "Backslash" Ai
|
||||
\backslash
|
||||
endsnippet
|
||||
|
||||
context "math()"
|
||||
snippet => "Implies" Ai
|
||||
\implies
|
||||
|
@ -211,6 +219,12 @@ snippet -> "To" iA
|
|||
\to
|
||||
endsnippet
|
||||
|
||||
priority 100
|
||||
context "math()"
|
||||
snippet -< "Gets" iA
|
||||
\gets
|
||||
endsnippet
|
||||
|
||||
priority 200
|
||||
context "math()"
|
||||
snippet <-> "Leftrightarrow" iA
|
||||
|
@ -347,7 +361,7 @@ endsnippet
|
|||
|
||||
context "math()"
|
||||
snippet case "Cases" wA
|
||||
\begin{case}
|
||||
\begin{cases}
|
||||
$1
|
||||
\end{cases} $0
|
||||
endsnippet
|
||||
|
@ -732,6 +746,16 @@ snippet AA "For all" iA
|
|||
\forall
|
||||
endsnippet
|
||||
|
||||
context "math()"
|
||||
snippet "such that" "Such that" iA
|
||||
\suchthat
|
||||
endsnippet
|
||||
|
||||
context "math()"
|
||||
snippet "suchthat" "Suchthat" iA
|
||||
\suchthat
|
||||
endsnippet
|
||||
|
||||
snippet image "Image" wA
|
||||
\begin{figure}[${1:h}]
|
||||
\includegraphics[width=${2:0.5}\textwidth]{$3}
|
||||
|
@ -750,8 +774,7 @@ snippet plot "Plot" w
|
|||
\addplot[domain=$2:$3, samples=${6:100}]{$7};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\caption{$8}
|
||||
\label{${9:$8}}
|
||||
\caption{$8}\label{plot:$9}
|
||||
\end{figure} $0
|
||||
endsnippet
|
||||
|
||||
|
@ -795,7 +818,7 @@ else:
|
|||
endsnippet
|
||||
|
||||
snippet ssc "Inline Code" wA
|
||||
\inlinecode{${1}}{${2}}`!p
|
||||
{\inlinecode{${1}}{${2}}}`!p
|
||||
if t[2] and t[2][0] not in [',', '.', '?', '-', ' ']:
|
||||
snip.rv = ' '
|
||||
else:
|
||||
|
|
|
@ -1,24 +1,16 @@
|
|||
\usepackage{amsthm, amssymb, amsmath, bm}
|
||||
|
||||
|
||||
\definecolor{gold}{RGB}{234, 157, 52}
|
||||
\definecolor{rose}{RGB}{215, 130, 126}
|
||||
\definecolor{foam}{RGB}{86, 148, 159}
|
||||
\definecolor{text}{RGB}{87, 82, 121}
|
||||
\definecolor{base}{RGB}{250, 244, 237}
|
||||
\definecolor{pine}{RGB}{40, 105, 131}
|
||||
\definecolor{iris}{RGB}{144, 122, 169}
|
||||
\definecolor{muted}{RGB}{152, 147, 165}
|
||||
\definecolor{base}{RGB}{250, 244, 237}
|
||||
\definecolor{love}{RGB}{180, 99, 122}
|
||||
\definecolor{base}{HTML}{212121}
|
||||
\definecolor{title}{HTML}{FFFFFF}
|
||||
\definecolor{text}{HTML}{ADADAD}
|
||||
\definecolor{url}{HTML}{4DD0E1}
|
||||
\definecolor{toc}{HTML}{FFAB40}
|
||||
|
||||
\setbeamercolor{background canvas}{bg=base}
|
||||
\setbeamercolor{section in toc}{fg=love}
|
||||
\setbeamercolor{title}{fg=pine}
|
||||
\setbeamercolor{frametitle}{fg=pine}
|
||||
\setbeamercolor{section in toc}{fg=toc}
|
||||
\setbeamercolor{title}{fg=title}
|
||||
\setbeamercolor{frametitle}{fg=title}
|
||||
\setbeamercolor{normal text}{fg=text}
|
||||
|
||||
\setbeamercolor{item}{fg=text}
|
||||
|
||||
\setbeamercolor{frametitle}{fg=pine}
|
||||
\setbeamercolor{footline}{fg=pine}
|
||||
\setbeamercolor{footline}{fg=title}
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
\RequirePackage{tikz-cd}
|
||||
\RequirePackage{pgfplots}
|
||||
\RequirePackage{hyperref}
|
||||
\RequirePackage{algpseudocode}
|
||||
\RequirePackage{algorithm}
|
||||
|
||||
\hypersetup{
|
||||
colorlinks=true,
|
||||
|
@ -108,11 +110,11 @@
|
|||
\declaretheorem[style=thmsimple, numbered=no, name=Note]{note}
|
||||
|
||||
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[fontfamily=courier, frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
|
||||
\newcommand{\inlinecode}[2]{\mintinline{#1}|#2|}
|
||||
|
||||
\newcommand{\importcode}[2]{\inputminted[frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
\newcommand{\importcode}[2]{\inputminted[fontfamily=courier, frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
|
||||
|
||||
\newcommand{\specialquote}[2]
|
||||
|
@ -314,6 +316,11 @@
|
|||
\section{#1}
|
||||
}
|
||||
|
||||
\newcommand{\subsect}[1]{
|
||||
\def\@subsection{#1}
|
||||
\subsection{#1}
|
||||
}
|
||||
|
||||
\def\@lecture{}
|
||||
\newcommand{\lecture}[2]{
|
||||
\ifthenelse{\isempty{#2}}{
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
\RequirePackage{tikz-cd}
|
||||
\RequirePackage{pgfplots}
|
||||
\RequirePackage{parskip}
|
||||
\RequirePackage{algpseudocode}
|
||||
\RequirePackage{algorithm}
|
||||
|
||||
\pgfplotsset{
|
||||
compat=newest,
|
||||
|
@ -94,16 +96,17 @@
|
|||
\declaretheorem[style=thmproof, name=Proof]{thmproof}
|
||||
\renewenvironment{proof}[1][\proofname]{\begin{thmproof}}{\end{thmproof}}
|
||||
\declaretheorem[style=thmline, numbered=no, name=Proof]{expl}
|
||||
\declaretheorem[style=thmline, numbered=no, name=Solution]{answ}
|
||||
|
||||
\declaretheorem[style=thmsimple, numbered=no, name=Remark]{remark}
|
||||
\declaretheorem[style=thmsimple, numbered=no, name=Note]{note}
|
||||
|
||||
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[fontfamily=courier, frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
|
||||
\newcommand{\inlinecode}[2]{\mintinline{#1}|#2|}
|
||||
|
||||
\newcommand{\importcode}[2]{\inputminted[frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
\newcommand{\importcode}[2]{\inputminted[fontfamily=courier, frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
|
||||
|
||||
\newcommand{\specialquote}[2]
|
||||
|
@ -227,6 +230,8 @@
|
|||
\renewenvironment{proof}[1][\proofname]{\begin{thmproof}}{\end{thmproof}}
|
||||
\declaretheorem[style=thmexpl, numbered=no, name=Proof]{thmexpl}
|
||||
\newenvironment{expl}[1][]{\vspace{-12pt}\begin{thmexpl}}{\end{thmexpl}}
|
||||
\declaretheorem[style=thmexpl, numbered=no, name=Solution]{thmansw}
|
||||
\newenvironment{answ}[1][]{\vspace{-12pt}\begin{thmansw}}{\end{thmansw}}
|
||||
|
||||
\declaretheorem[style=thmremark, numbered=no, name=Remark]{remark}
|
||||
\declaretheorem[style=thmremark, numbered=no, name=Note]{note}
|
||||
|
@ -306,6 +311,11 @@
|
|||
\section{#1}
|
||||
}
|
||||
|
||||
\newcommand{\subsect}[1]{
|
||||
\def\@subsection{#1}
|
||||
\subsection{#1}
|
||||
}
|
||||
|
||||
\newcommand{\chapter}[1]{}
|
||||
\renewcommand{\part}[1]{}
|
||||
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
\RequirePackage{tikz}
|
||||
\RequirePackage{tikz-cd}
|
||||
\RequirePackage{pgfplots}
|
||||
\RequirePackage{algpseudocode}
|
||||
\RequirePackage{algorithm}
|
||||
|
||||
\pgfplotsset{
|
||||
compat=newest,
|
||||
|
@ -92,17 +94,18 @@
|
|||
\declaretheorem[style=thmproof, name=Proof]{thmproof}
|
||||
\renewenvironment{proof}[1][\proofname]{\begin{thmproof}}{\end{thmproof}}
|
||||
\declaretheorem[style=thmline, numbered=no, name=Proof]{expl}
|
||||
\declaretheorem[style=thmline, numbered=no, name=Solution]{answ}
|
||||
|
||||
\declaretheorem[style=thmsimple, numbered=no, name=Remark]{remark}
|
||||
\declaretheorem[style=thmsimple, numbered=no, name=Note]{note}
|
||||
|
||||
|
||||
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[fontfamily=courier, frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
|
||||
\newcommand{\inlinecode}[2]{\mintinline{#1}|#2|}
|
||||
|
||||
\newcommand{\importcode}[2]{\inputminted[frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
\newcommand{\importcode}[2]{\inputminted[fontfamily=courier, frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
|
||||
\newcommand{\specialquote}[2]
|
||||
{
|
||||
|
@ -169,5 +172,10 @@
|
|||
\section*{#1}
|
||||
}
|
||||
|
||||
\newcommand{\subsect}[1]{
|
||||
\def\@subsection{#1}
|
||||
\subsection*{#1}
|
||||
}
|
||||
|
||||
\makeatother
|
||||
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
\RequirePackage{tikz-cd}
|
||||
\RequirePackage{pgfplots}
|
||||
\RequirePackage{hyperref}
|
||||
\RequirePackage{algpseudocode}
|
||||
\RequirePackage{algorithm}
|
||||
|
||||
\hypersetup{
|
||||
colorlinks=true,
|
||||
|
@ -107,11 +109,11 @@
|
|||
\declaretheorem[style=thmsimple, numbered=no, name=Note]{note}
|
||||
|
||||
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
\newenvironment{code}[1]{\VerbatimEnvironment\begin{minted}[fontfamily=courier, frame=lines,framesep=7pt, linenos, breaklines]{#1}}{\end{minted}}
|
||||
|
||||
\newcommand{\inlinecode}[2]{\mintinline{#1}|#2|}
|
||||
|
||||
\newcommand{\importcode}[2]{\inputminted[frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
\newcommand{\importcode}[2]{\inputminted[fontfamily=courier, frame=lines, framesep=7pt, linenos, breaklines]{#1}{#2}}
|
||||
|
||||
|
||||
\newcommand{\specialquote}[2]
|
||||
|
@ -313,6 +315,11 @@
|
|||
\subsection{#1}
|
||||
}
|
||||
|
||||
\newcommand{\subsect}[1]{
|
||||
\def\@subsection{#1}
|
||||
\subsubsection{#1}
|
||||
}
|
||||
|
||||
\newcommand{\chapter}[1]{
|
||||
\section{#1}
|
||||
}
|
||||
|
|
|
@ -12,8 +12,13 @@
|
|||
\newcommand{\Z}{\ensuremath{\mathbb{Z}}}
|
||||
\newcommand{\R}{\ensuremath{\mathbb{R}}}
|
||||
\newcommand{\Q}{\ensuremath{\mathbb{Q}}}
|
||||
\newcommand\C{\ensuremath{\mathbb{C}}}
|
||||
\newcommand{\C}{\ensuremath{\mathbb{C}}}
|
||||
\newcommand{\D}{\ensuremath{\mathbb{D}}}
|
||||
\newcommand{\suchthat}{\ensuremath{\text{ such that }}}
|
||||
|
||||
\newcommand{\BigO}{\ensuremath{\mathcal{O}}}
|
||||
\newcommand{\BigOm}{\ensuremath{\Omega}}
|
||||
\newcommand{\BigT}{\ensuremath{\Theta}}
|
||||
|
||||
\DeclareMathOperator{\GL}{GL}
|
||||
\DeclareMathOperator{\Imm}{Im}
|
||||
|
@ -23,3 +28,4 @@
|
|||
\DeclareMathOperator{\Hol}{Hol}
|
||||
\DeclareMathOperator{\Arg}{Arg}
|
||||
\DeclareMathOperator{\Log}{Log}
|
||||
\DeclareMathOperator{\Var}{Var}
|
||||
|
|
Loading…
Reference in New Issue
Block a user