This commit is contained in:
EvilMuffinHa 2022-11-08 21:41:28 -05:00
parent 914b98ff69
commit d0ea6f9e32
6 changed files with 64 additions and 1 deletions

View File

@ -18,6 +18,7 @@
- ~/.config/rizin
- ~/.config/spicetify
- ~/.config/bat
- ~/.config/texmf/tex/latex
- link:
~/.config/zsh/.zshrc: zsh/zshrc
@ -49,3 +50,4 @@
~/.config/themectl: themectl
~/.config/sounds: sounds
~/.config/tmux: tmux
~/.config/texmf/tex/latex/common: tex

4
nvim/.luarc.json Normal file
View File

@ -0,0 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.workspace.checkThirdParty": false
}

Binary file not shown.

30
tex/english.cls Normal file
View File

@ -0,0 +1,30 @@
\ProvidesClass{english}
\LoadClass[12pt]{article}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{mathptmx}
\RequirePackage{setspace}
\RequirePackage{geometry}
\RequirePackage{indentfirst}
\doublespacing
\geometry{top=20mm,bottom=20mm}
\geometry{left=25mm,right=25mm}
\makeatletter
\def\@maketitle{%
\newpage
\null
\vskip 2em%
\begin{flushright}
\@author
\@date
\end{flushright}
\begin{center}%
\@title
\end{center}%
\par
\vskip 1.5em}
\makeatother

27
tex/mathhw.cls Normal file
View File

@ -0,0 +1,27 @@
\ProvidesClass{mathhw}
\LoadClass[fontsize=9pt]{scrartcl}
\RequirePackage[utf8]{inputenc}
\RequirePackage{amsfonts, amsmath, amssymb, amsthm}
\RequirePackage{enumitem}
\RequirePackage{geometry}
\RequirePackage{graphicx}
\RequirePackage{physics}
\RequirePackage{bm}
\RequirePackage{pgfplots}
\pgfplotsset{
compat=newest,
}
\usepgfplotslibrary{fillbetween}
\usetikzlibrary{patterns}
\let\sidesum\sum
\let\sidelim\lim
\renewcommand\sum{\sidesum\limits}
\renewcommand\lim{\sidelim\limits}
\newcommand{\sm}{\sum}
\newcommand{\problem}[1]{\subsection*{#1.}}
\newcommand{\pbl}[1]{\subsection*{#1.}}
\geometry{top=20mm,bottom=20mm}

2
zshenv
View File

@ -27,7 +27,7 @@ export LESSKEY="$XDG_DATA_HOME"/less/keys
export RANDFILE="$XDG_DATA_HOME"/rnd
export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/pythonrc
export TEXMFHOME="$XDG_DATA_HOME"/texmf
export TEXMFHOME="$XDG_CONFIG_HOME"/texmf
export TEXMFVAR="$XDG_CACHE_HOME"/texmf-var
export TEXMFCONFIG="$XDG_CONFIG_HOME"/texlive/texmf-config