スクリーンショット内の特定のフォントを探す

スクリーンショット内の特定のフォントを探す

非常に気に入ったフォントとフォーマットの論文を見つけました。利用可能なさまざまなフォントを試してみましたが、完全に一致するものは見つかりませんでした。間隔と線幅も気に入っています。これらの項目を特定するのにご協力いただければ幸いです。ここに画像の説明を入力してください

論文全文はこちらhttps://arxiv.org/abs/2401.14953

答え1

ご希望の出力を80%再現しました。XCharter-Mathカリグラフィーフォントの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} 

ここに画像の説明を入力してください

答え2

ttはarxivなので、完全なTexソースをダウンロードして、まったく同じフォントとスタイルを使用できます。質問に入力したリンクを使用して、TeXソース右側のサイドバーにリンクがあります。

関連情報