Ich bin auf ein Dokument mit einer sehr ansprechenden Schriftart und Formatierung gestoßen. Ich habe viele verschiedene verfügbare Schriftarten ausprobiert, konnte aber nicht die genaue Übereinstimmung finden. Auch der Abstand und die Linienbreite gefallen mir. Ich wäre Ihnen dankbar, wenn Sie mir bei der Identifizierung dieser Elemente helfen würden!
Den vollständigen Artikel finden Sie hierhttps://arxiv.org/abs/2401.14953
Antwort1
Ich habe 80% Ihres gewünschten Ergebnisses reproduziert. Ich habeXCharter-Mathematikund für die Kalligrafieschrift Asana Math.
\documentclass[12pt]{article}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmainfont{XCharter}
\setmathfont{XCharter-Math.otf}
\setmathfont[range={cal,bfcal},
Alternate,
Scale=MatchUppercase]
{Asana Math}
\begin{document}
\textbf{Semimeasures.} A semimeasure is a probability measure $P$ over infinite and finite sequences $\mathcal{X}^{\infty}\cup \mathcal{X}^*$ for some finite alphabet $X$ assumed to be $\{0,1\}$ (most statements hold for arbitrary finite $\mathcal{X}$). Let $\mu(x)$ be the probability that an (in)finite sequence starts with $x.$ While proper distributions satisfy $\sum_{a\in \mathcal{X}}\mu(xa)=\mu(x)$, semimeasures exhibit probability gaps and satisfy $\sum_{\alpha\in \mathcal{X}}\mu(xa)\leq\mu(x).$
\textbf{Turing Machines}. A Turing Machine (TM) takes a string of symbols $z$ as an input, and outputs a string of symbols $x$ (after reading $z$ and halting), i.e. $T(z)=x.$ For convenience we define the output string at computation step s as $T^s(z)=x$ which may be the empty string $\epsilon$ We adopt similar notation for Universal Turing Machines $U$. Monotone TMs (see Definition 1 below) are special TMs that can incrementally build the output string while incrementally reading the input program, which is a convenient practical property we exploit in our experiments.
\end{document}
Antwort2
Tt's arxiv, so dass Sie die vollständige Tex-Quelle herunterladen und genau die gleichen Schriftarten und Stil verwenden können. Verwenden Sie einfach den Link, den Sie in der Frage angegeben haben, und klicken Sie aufTeX-QuelleLink in der rechten Seitenleiste.