
그래서 나는 LaTeX 수업에서 몇 가지 노트를 작성해 왔지만 최근 인터넷(.tex)에서 Plain TeX으로 작성된 일부 노트를 발견했습니다. 그래서 그것들을 컴파일했을 때 글꼴(Computer Modern)이 PdfTeX를 사용하는 것은 PdfLaTeX가 잘못된 글꼴을 사용하거나 뭔가 잘못하고 있는 것입니다. 이것은 해당 글꼴에서만 발생하며 내가 사용하고 싶은 글꼴입니다. 내가 의미하는 바에 대한 사진을 남길 것입니다. https://i.stack.imgur.com/RDHiH.png
위쪽은 pdfLaTex, 아래쪽은 pdftex
첫 번째 이것 역시 같은 순서입니다.
MWE:
\documentclass[fontsize=10pt, twoside,a4paper]{book}
\usepackage[T1]{fontenc}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[margin=1.5in]{geometry}
\usepackage{amsmath}
\newcommand\CC{\mathbb{C}}
\newcommand\intga{\int\limits_{\gamma}}
\theoremstyle{definition}
\newtheorem{thm}{Theorem}[chapter]
\begin{document}
\chapter{Cauchy's Theorem}
\begin{thm}
Let $f \colon \Omega \to \CC$ be analytic in $\Omega$ and let $\gamma$ be a closed Jordan curve inside $\Omega$ then $\intga f = 0$.
\end{thm}
\end{document}
일반 TeX
\magnification=\magstep1
\baselineskip = 18 true pt minus 2 true pt
\parskip = 2 true pt plus 2 true pt
\vbadness=10000
\hfuzz = 2 true pt
\newif\iftitlepage \titlepagetrue
\newtoks\chaptertitle \chaptertitle={Complex Analysis}
\newtoks\oddpagehead
\oddpagehead={\vbox to 1 true in{%
\noindent\parskip=0pt\baselineskip = 12 true pt%
\centerline{\sl\the\chaptertitle}%
\vskip -\baselineskip%
\line{\hfill\rlap\quad\rm\folio}
\vfill}}
\footline={\hfil}
\def\nopagenumbers{\def\folio{\hfil}}
\input amssym.def
\def\CC{{\Bbb C}}
\font\pf = cmcsc10
\font\tf = cmbx10 scaled \magstep 3
\font\rf = cmr10 scaled \magstep 1
\def\intga{\int\limits_{\gamma}}
\font\smc = cmcsc10 at 10 true pt
\font\smi = cmti10 at 10 true pt
\font\smr = cmr10 at 10 true pt
\font\smb = cmbx10 at 10 true pt
\centerline{\tf Cauchy's Theorem}
\proclaim Theorem.
Let $f \colon \Omega \to \CC$ be a continuous function such that $\intga f = 0$ for every closed path $\gamma$, then $f$ is holomorphic.
\bye
답변1
MWE에 f를 추가하면 \showoutput
이러한 글꼴(LaTeX로 알려짐)을 사용한다는 것을 알 수 있습니다.
\OML/cmm/m/it/10
\OMS/cmsy/m/n/10
\OMX/cmex/m/n/10
\OT1/cmr/m/n/10
\T1/cmr/bx/n/10
\T1/cmr/bx/n/20.74
\T1/cmr/bx/n/24.88
\T1/cmr/m/n/10
\U/msb/m/n/10
해당 글리프를 가져오는 데 사용하는 실제 글꼴 파일은 pdftex(pdftex의 경우) 또는 라텍스를 사용하는 경우 dvips에서 사용하는 맵 파일에 따라 다릅니다. Pdftex는 마지막에 다음과 같이 표시합니다.
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/cm-super/sfbx1000.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/cm-super/sfbx2074.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/cm-super/sfbx2488.pfb>
</usr/local/texlive/2014/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb>
이 pfb
글꼴은 모두 유형 1 글꼴이고 Acrobat의 글꼴 메뉴는 모든 글꼴이 유형 1임을 확인합니다.
따라서 일부 글꼴을 원래 메타 글꼴 생성 비트맵 글꼴에 매핑한 것 같습니다.
패키지 를 설치해야 할 것 같습니다 cm-super
.
글꼴 모양은 어떤 경우에도 다릅니다. 라텍스 글꼴은 21pt용으로 디자인된 글꼴을 사용하는 반면 일반 TeX는 크기가 조정된 10pt 본문 글꼴을 사용합니다. 글꼴 크기.