답변1
당신은 실제로~하지 않다그것을 재현하고 싶습니다.
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{times}
\numberwithin{equation}{section}
\newcommand{\bsf}[1]{\textnormal{\sffamily\bfseries #1}}
\begin{document}
%% the following two lines just to faithfully reproduce the picture
\setcounter{section}{1}
\setcounter{equation}{59}\refstepcounter{equation}\label{previous}
%%
We now use the training data $\{\bsf{t}|\bsf{x}\}$ to determine the values
of the unknown parameters $\mathbf{w}$ and $\beta$ by maximum likelihood.
If the data are assumed to be drawn independently from the
distribution~\eqref{previous}, then the likelihood function is given by
\[ \label{another}
p(\bsf{t}|\bsf{x},\mathbf{w},\beta)=
\prod_{n=1}^{N}\mathcal{N}(t_{n}|y(x_{n},\mathbf{w}),\beta^{-1}).
\]
\end{document}
왜 안 돼?
- 산세리프체는 세리프체보다 높이가 훨씬 높습니다.
- 수학은 Computer Modern에 있고 텍스트는 Times에 있습니다.
mathptmx
대신 으로 전환하면 times
출력은 다음과 같습니다.
조금 나아졌지만 실제로는 최첨단은 아닙니다.
다른 선택은 다음 \usepackage{times}
으로 대체하는 것입니다.
mtpro2
(에서 lite
) 버전
\usepackage{newtxtext}
\usepackage[lite]{mtpro2}
newtx
\usepackage{newtx}
stix2
\usepackage{stix2}