updates
This commit is contained in:
parent
6bca80d819
commit
6d6f4b1d17
|
@ -385,7 +385,7 @@ endsnippet
|
|||
|
||||
priority 100
|
||||
context "math()"
|
||||
snippet '(?<!\\)(sin|cos|arccot|cot|csc|ln|log|exp|star|perp|arcsin|arccos|arctan|arccot|arccsc|arcsec)' "Functions" rwA
|
||||
snippet '(?<!\\)(sin|cos|tan|arccot|cot|csc|ln|log|exp|star|perp|arcsin|arccos|arctan|arccot|arccsc|arcsec)' "Functions" rwA
|
||||
\\`!p snip.rv = match.group(1)`
|
||||
endsnippet
|
||||
|
||||
|
|
4
scripts/virtcable
Executable file
4
scripts/virtcable
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
pactl load-module module-null-sink sink_name=vspeaker sink_properties=device.description=virtual_speaker
|
||||
pactl load-module module-remap-source master=vspeaker.monitor source_name=vmic source_properties=device.description=virtual_mic
|
8
tex/beamerthemedispboard.sty
Normal file
8
tex/beamerthemedispboard.sty
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
\mode<presentation>
|
||||
|
||||
\setbeamerfont{btitle}{size=\large, series=\bf}
|
||||
|
||||
\setbeamertemplate{itemize item}[circle]
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
|
|
@ -299,13 +299,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
\newcommand{\exercise}[1]{%
|
||||
\def\@exercise{#1}%
|
||||
\subsection*{Exercise #1}
|
||||
\newcommand{\exercise}[2][]{%
|
||||
\def\@exercise{#2}%
|
||||
\subsection*{Exercise #2. #1}
|
||||
}
|
||||
|
||||
\newcommand{\subexercise}[1]{%
|
||||
\subsubsection*{Exercise \@exercise.#1}
|
||||
\newcommand{\subexercise}[2][]{%
|
||||
\subsubsection*{Exercise \@exercise.#2. #1}
|
||||
}
|
||||
|
||||
\newcommand{\sect}[1]{
|
||||
|
|
|
@ -302,15 +302,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
\newcommand{\exercise}[1]{%
|
||||
\def\@exercise{#1}%
|
||||
\subsection*{Exercise #1}
|
||||
\newcommand{\exercise}[2][]{%
|
||||
\def\@exercise{#2}%
|
||||
\subsection*{Exercise #2. #1}
|
||||
}
|
||||
|
||||
\newcommand{\subexercise}[1]{%
|
||||
\subsubsection*{Exercise \@exercise.#1}
|
||||
\newcommand{\subexercise}[2][]{%
|
||||
\subsubsection*{Exercise \@exercise.#2. #1}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\sect}[1]{
|
||||
\def\@section{#1}
|
||||
\section{#1}
|
||||
|
|
|
@ -298,13 +298,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
\newcommand{\exercise}[1]{%
|
||||
\def\@exercise{#1}%
|
||||
\subsection*{Exercise #1}
|
||||
\newcommand{\exercise}[2][]{%
|
||||
\def\@exercise{#2}%
|
||||
\subsection*{Exercise #2. #1}
|
||||
}
|
||||
|
||||
\newcommand{\subexercise}[1]{%
|
||||
\subsubsection*{Exercise \@exercise.#1}
|
||||
\newcommand{\subexercise}[2][]{%
|
||||
\subsubsection*{Exercise \@exercise.#2. #1}
|
||||
}
|
||||
|
||||
\newcommand{\sect}[1]{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
scheme: "Passionfruit"
|
||||
author: "EvilMuffinHa"
|
||||
base00: "282828" # ----
|
||||
base01: "3c3836" # ---
|
||||
base02: "504945" # --
|
||||
|
|
|
@ -5,6 +5,23 @@
|
|||
\definecolor{col}{HTML}{ {{base0D-hex}} }
|
||||
\definecolor{text}{HTML}{ {{base05-hex}} }
|
||||
|
||||
\definecolor{color00}{HTML}{ {{base00-hex}} }
|
||||
\definecolor{color01}{HTML}{ {{base01-hex}} }
|
||||
\definecolor{color02}{HTML}{ {{base02-hex}} }
|
||||
\definecolor{color03}{HTML}{ {{base03-hex}} }
|
||||
\definecolor{color04}{HTML}{ {{base04-hex}} }
|
||||
\definecolor{color05}{HTML}{ {{base05-hex}} }
|
||||
\definecolor{color06}{HTML}{ {{base06-hex}} }
|
||||
\definecolor{color07}{HTML}{ {{base07-hex}} }
|
||||
\definecolor{color08}{HTML}{ {{base08-hex}} }
|
||||
\definecolor{color09}{HTML}{ {{base09-hex}} }
|
||||
\definecolor{color0A}{HTML}{ {{base0A-hex}} }
|
||||
\definecolor{color0B}{HTML}{ {{base0B-hex}} }
|
||||
\definecolor{color0C}{HTML}{ {{base0C-hex}} }
|
||||
\definecolor{color0D}{HTML}{ {{base0D-hex}} }
|
||||
\definecolor{color0E}{HTML}{ {{base0E-hex}} }
|
||||
\definecolor{color0F}{HTML}{ {{base0F-hex}} }
|
||||
|
||||
\setbeamercolor{background canvas}{bg=base}
|
||||
\setbeamercolor{title}{fg=col}
|
||||
\setbeamercolor{frametitle}{fg=col}
|
||||
|
|
Loading…
Reference in New Issue
Block a user