tex mf
This commit is contained in:
parent
914b98ff69
commit
d0ea6f9e32
|
@ -18,6 +18,7 @@
|
||||||
- ~/.config/rizin
|
- ~/.config/rizin
|
||||||
- ~/.config/spicetify
|
- ~/.config/spicetify
|
||||||
- ~/.config/bat
|
- ~/.config/bat
|
||||||
|
- ~/.config/texmf/tex/latex
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/zsh/.zshrc: zsh/zshrc
|
~/.config/zsh/.zshrc: zsh/zshrc
|
||||||
|
@ -49,3 +50,4 @@
|
||||||
~/.config/themectl: themectl
|
~/.config/themectl: themectl
|
||||||
~/.config/sounds: sounds
|
~/.config/sounds: sounds
|
||||||
~/.config/tmux: tmux
|
~/.config/tmux: tmux
|
||||||
|
~/.config/texmf/tex/latex/common: tex
|
||||||
|
|
4
nvim/.luarc.json
Normal file
4
nvim/.luarc.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||||
|
"Lua.workspace.checkThirdParty": false
|
||||||
|
}
|
BIN
scripts/themectl
BIN
scripts/themectl
Binary file not shown.
30
tex/english.cls
Normal file
30
tex/english.cls
Normal 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
27
tex/mathhw.cls
Normal 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
2
zshenv
|
@ -27,7 +27,7 @@ export LESSKEY="$XDG_DATA_HOME"/less/keys
|
||||||
export RANDFILE="$XDG_DATA_HOME"/rnd
|
export RANDFILE="$XDG_DATA_HOME"/rnd
|
||||||
export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/pythonrc
|
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 TEXMFVAR="$XDG_CACHE_HOME"/texmf-var
|
||||||
export TEXMFCONFIG="$XDG_CONFIG_HOME"/texlive/texmf-config
|
export TEXMFCONFIG="$XDG_CONFIG_HOME"/texlive/texmf-config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user