Procurando a fonte específica na captura de tela

Procurando a fonte específica na captura de tela

Encontrei um artigo com fonte e formatação muito agradáveis. Tentei muitas fontes diferentes disponíveis, mas não consegui encontrar a correspondência exata. Também gosto do espaçamento e da largura de linha. Eu apreciaria sua ajuda para identificar esses itens!insira a descrição da imagem aqui

O artigo completo está aquihttps://arxiv.org/abs/2401.14953

Responder1

Reproduzi 80% da produção desejada. Eu tenho usadoXCharter-Matemáticae para fonte de caligrafia 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} 

insira a descrição da imagem aqui

Responder2

Tt's arxiv para que você possa baixar o código-fonte completo do tex e usar exatamente as mesmas fontes e estilo basta usar o link que você colocou na pergunta e clicar noFonte TeXlink na barra lateral direita.

informação relacionada