Integrate into website
This commit is contained in:
parent
c793ab1c50
commit
6631b0f81b
3 changed files with 12 additions and 5 deletions
|
@ -1,2 +1,6 @@
|
|||
# Topologie
|
||||
Meine Zusammenfassung des Moduls "Topologie" gehalten im SS24 von Kang Li.
|
||||
|
||||
[pdf](https://files.vatthauer.xyz/zusammenfassungen/topologie.pdf)
|
||||
|
||||
(unvollständig)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
src = $(wildcard *.tex)
|
||||
pdf = $(src:.tex=.pdf)
|
||||
|
||||
.PHONY: all clean
|
||||
.PHONY: all clean push
|
||||
|
||||
all: $(pdf)
|
||||
|
||||
|
@ -13,3 +13,6 @@ clean:
|
|||
rm -f $(wildcard *.out *.nls *.nlo *.bbl *.blg *-blx.bib *.run.xml *.bcf *.synctex.gz *.fdb_latexmk *.fls *.toc *.loe *.tdo *.bbl-SAVE-ERROR)
|
||||
rm -f $(wildcard sections/*.aux)
|
||||
rm -rf $(wildcard _minted-main sections/.auctex-auto _region_.prv)
|
||||
|
||||
push: main.pdf
|
||||
scp main.pdf leonv@vatthauer.xyz:/var/www/zusammenfassungen/topologie.pdf
|
|
@ -8,10 +8,10 @@
|
|||
\usepackage{anyfontsize}
|
||||
\usepackage{mathtools}
|
||||
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math}
|
||||
\setmathfont[math-style=ISO,version=normal]{Latin Modern Math}
|
||||
\setmathfont[version=bold,math-style=ISO,FakeBold = 3]{Latin Modern Math}
|
||||
\setmathfont[range={\mathcal,\mathbfcal},StylisticSet=1]{XITS Math}
|
||||
\setmathfont[range=\mathscr]{XITS Math}
|
||||
% \setmathfont[math-style=ISO,version=normal]{Latin Modern Math}
|
||||
% \setmathfont[version=bold,math-style=ISO,FakeBold = 3]{Latin Modern Math}
|
||||
% \setmathfont[range={\mathcal,\mathbfcal},StylisticSet=1]{XITS Math}
|
||||
% \setmathfont[range=\mathscr]{XITS Math}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{stmaryrd}
|
||||
% \usepackage{mathrsfs}
|
||||
|
|
Loading…
Reference in a new issue