fix unicode math
This commit is contained in:
parent
a1ec7c241c
commit
4f53d71fa1
|
@ -40,6 +40,7 @@ mkShell {
|
|||
biber
|
||||
opensans-ttf
|
||||
xits-math
|
||||
stix-otf
|
||||
|
||||
# for instance DNS query script
|
||||
(python3.withPackages (ps: with ps; [
|
||||
|
|
|
@ -48,7 +48,12 @@
|
|||
\usepackage{ifluatex}
|
||||
|
||||
\ifluatex
|
||||
\usepackage{fontspec}
|
||||
%\usepackage{fontspec}
|
||||
%\setmainfont{TeX Gyre Pagella}
|
||||
%\RequirePackage{unicode-math}
|
||||
% \setmathfont{XITS Math}
|
||||
% \setmainfont{Open Sans}
|
||||
% \setsansfont{Open Sans}
|
||||
|
||||
\else
|
||||
\usepackage[T1]{fontenc}
|
||||
|
@ -236,8 +241,9 @@ Hashtags are used for marking posts about certain topics or events:
|
|||
\begin{frame}{State of Hashtags on the Fediverse}{Fragmentation}
|
||||
\begin{itemize}
|
||||
\item fragmented view on hashtag posts depending on user's instance
|
||||
\item hashtag search only shows posts already known to the instance
|
||||
\item hashtag search only on locally known posts
|
||||
\item Result: incentive to cluster on large nodes \(\Leftarrow\) centralisation
|
||||
\item test \(\sum a + \beta \rightarrow \Rightarrow\)
|
||||
\end{itemize}
|
||||
|
||||
\end{frame}
|
||||
|
|
Loading…
Reference in a new issue