first commit

This commit is contained in:
2025-12-21 16:57:53 +07:00
commit 74b4b5b053
18 changed files with 392 additions and 0 deletions

36
miscs/preamble.tex Normal file
View File

@@ -0,0 +1,36 @@
\usepackage{array}
\usepackage{amsmath, amssymb}
\usepackage{unicode-math}
\setmathfont{TeX Gyre Termes Math}
\usepackage{graphicx}
\usepackage{forloop}
\usepackage{enumitem}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\pgfplotsset{
every axis/.append style={
axis line style={line width=1pt},
tick style={line width=1pt},
},
every axis plot/.append style={
line width=1pt
}
}
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage{tasks}
\usepackage{fontspec}
\setmainfont{TeX Gyre Termes}
% \setmainfont{Latin Modern Roman}
\usepackage{setspace}
\setstretch{1.1}
\usepackage{polyglossia}
\setdefaultlanguage{vietnamese}
\usepackage{tkz-euclide}
\usetikzlibrary{calc}
\tkzSetUpLine[line width=0.8pt]
\tkzSetUpPoint[size=3]