Buscando la fuente específica en la captura de pantalla

Buscando la fuente específica en la captura de pantalla

Me encontré con un artículo con una fuente y un formato muy agradables. Probé muchas fuentes diferentes disponibles pero no pude encontrar la coincidencia exacta. También me gusta el espaciado y el ancho de línea. ¡Agradecería su ayuda para identificar estos artículos!ingrese la descripción de la imagen aquí

El documento completo está aquí.https://arxiv.org/abs/2401.14953

Respuesta1

He reproducido al 80% el resultado deseado. He usadoXCharter-Matemáticasy para la fuente de caligrafía 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} 

ingrese la descripción de la imagen aquí

Respuesta2

Tt es arxiv para que puedas descargar la fuente de texto completa y usar exactamente las mismas fuentes y estilo, solo usa el enlace que pusiste en la pregunta y haz clic enFuente de textoenlace en la barra lateral derecha.

información relacionada