Integrate into website

This commit is contained in:
Leon Vatthauer 2024-12-25 13:12:26 +01:00
parent c793ab1c50
commit 6631b0f81b
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
3 changed files with 12 additions and 5 deletions

View file

@ -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)

View file

@ -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

View file

@ -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}