스크린샷에서 특정 글꼴 찾기

스크린샷에서 특정 글꼴 찾기

나는 매우 만족스러운 글꼴과 형식을 갖춘 한 논문을 발견했습니다. 사용 가능한 다양한 글꼴을 사용해 보았지만 정확하게 일치하는 글꼴을 찾을 수 없습니다. 간격과 선폭도 마음에 듭니다. 이러한 항목을 식별하는 데 도움을 주시면 감사하겠습니다!여기에 이미지 설명을 입력하세요

전체 논문은 여기에 있습니다https://arxiv.org/abs/2401.14953

답변1

원하는 출력의 80%를 재현했습니다. 나는 사용했다XCharter-수학서예 글꼴 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's arxiv이므로 전체 텍스트 소스를 다운로드하고 정확히 동일한 글꼴과 스타일을 사용할 수 있습니다. 질문에 넣은 링크를 사용하고TeX 소스링크를 클릭하세요.

관련 정보