2018 年 2 月更新

2018 年 2 月更新

我试图弄清楚哪些字体与 T2A 编码兼容 - 似乎 Google 没有这样的列表。

我已经确定支持 iwona 和 computer roman(默认)。但是,尝试在前言中使用带有\usepackage{lmodern}或 的其他字体\renewcommand*\rmdefault{phv}会导致警告

字体形状“T2A/lmr/m/n”未定义(字体)改用“T2A/cmr/m/n”。

\documentclass[10pt,a5paper,draft]{book}
\usepackage[T2A]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[russian, english]{babel}
\usepackage{iwona}
\begin{document}
Some meaningful text.

Какой-то осмысленный текст.
\end{document}

我到目前为止尝试过的字体有:times new roman、garamond、helvetica、palatino。

也许我错过了什么,所以我很高兴能被推向正确的方向。

答案1

正在做

locate /t2a | grep 'texlive/2012/texmf-dist/tex/latex/.*\.fd$'

输出,在我更新的 TeX Live 上

/usr/local/texlive/2012/texmf-dist/tex/latex/antt/t2aantt.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/antt/t2aanttc.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/antt/t2aanttl.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/antt/t2aanttlc.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cantarell/t2afca.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cm-lgc/t2afcm.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cm-lgc/t2afcs.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cm-lgc/t2afct.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/comfortaa/t2afco.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2accr.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmbr.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmdh.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmfib.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmfr.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmr.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmss.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmtl.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmtt.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2acmvtt.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2alcmss.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/cyrillic/t2alcmtt.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/droid/t2afdm.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/droid/t2afdr.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/droid/t2afds.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/iwona/t2aiwona.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/iwona/t2aiwonac.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/iwona/t2aiwonal.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/iwona/t2aiwonalc.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/kurier/t2akurier.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/kurier/t2akurierc.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/kurier/t2akurierl.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/kurier/t2akurierlc.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/opensans/t2afos.fd
/usr/local/texlive/2012/texmf-dist/tex/latex/opensans/t2afosj.fd

使用/T2A(这是一种替代方案),什么也没有找到。

  1. antt指的是 Antikwa Toruńska ( texdoc antt)
  2. fca指的是坎塔雷尔(texdoc cantarell
  3. afc指的是我找不到相关信息的东西
  4. fco指的是 Comfortaa ( texdoc comfortaa)
  5. cyrillic包包含基于 Computer Modern 设计的字体(如果主要字体系列是 Latin Modern,则也会使用该字体)
  6. afd指的是 Droid ( texdoc droid)
  7. iwona指的是 Iwona ( texdoc iwona)
  8. kurier指的是 Kurier ( texdoc kurier)
  9. fos指的是 Open Sans ( texdoc opensans)

更新(2014 年 10 月)

自上次列出以来,出现了其他字体:

  • gentium-tug:\usepackage{gentium}
  • 启发式:\usepackage{Heuristica}
  • 埃瑞璜:\usepackage{erewhon}

他们有.fdT2A、T2B 和 T2C 的文件。后两个文件的覆盖范围不完整,而 Gentium 似乎完全涵盖了这三种编码。

更新(2017 年 6 月)

有新的西里尔文软件包:

  • Tempora(基于 Times New Roman):\usepackage{tempora}
  • X宪章:\usepackage{XCharter}

2018 年 2 月更新

使用当前的 TeX Live,命令locate '.fd' | grep '2017.*/[tT]2[aA]'生成

/usr/local/texlive/2017/texmf-dist/tex/latex/antt/t2aantt.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/antt/t2aanttc.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/antt/t2aanttl.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/antt/t2aanttlc.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cantarell/t2afca.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cm-lgc/t2afcm.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cm-lgc/t2afcs.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cm-lgc/t2afct.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cmsrb/t2acmsrbr.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cmsrb/t2acmsrbs.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cmsrb/t2acmsrbt.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cochineal/T2ACochineal-LF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cochineal/T2ACochineal-OsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cochineal/T2ACochineal-Sup.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cochineal/T2ACochineal-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cochineal/T2ACochineal-TOsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/comfortaa/t2afco.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2accr.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmbr.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmdh.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmfib.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmfr.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmr.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmss.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmtl.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmtt.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2acmvtt.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2alcmss.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/cyrillic/t2alcmtt.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/dejavu/T2ADejaVuSans-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/dejavu/T2ADejaVuSansCondensed-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/dejavu/T2ADejaVuSansMono-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/dejavu/T2ADejaVuSerif-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/dejavu/T2ADejaVuSerifCondensed-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/droid/t2afdm.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/droid/t2afdr.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/droid/t2afds.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-Dnom.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-Inf.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-LF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-Numr.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-OsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-Sup.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/erewhon/T2Aerewhon-TOsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/gentium-tug/t2agentium.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/heuristica/T2AHeuristica-Inf.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/heuristica/T2AHeuristica-Sup.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/heuristica/T2AHeuristica-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/heuristica/T2AHeuristica-TOsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/iwona/t2aiwona.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/iwona/t2aiwonac.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/iwona/t2aiwonal.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/iwona/t2aiwonalc.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/kurier/t2akurier.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/kurier/t2akurierc.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/kurier/t2akurierl.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/kurier/t2akurierlc.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/lato/T2Afla.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/lato/T2Alato-LF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/lato/T2Alato-OsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/lato/T2Alato-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/lato/T2Alato-TOsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/libertinegc/T2ALinuxLibertineT-LF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/libertinegc/T2ALinuxLibertineT-OsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/libertinegc/T2ALinuxLibertineT-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/libertinegc/T2ALinuxLibertineT-TOsF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/miama/t2afmm.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/nimbus15/T2ANimbusMono.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/nimbus15/T2ANimbusMonoN.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/nimbus15/T2ANimbusSans.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/nimbus15/T2ANimbusSerif.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/opensans/t2afos.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/opensans/t2afosj.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/paratype/T2APTMono-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/paratype/T2APTSans-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/paratype/T2APTSansCaption-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/paratype/T2APTSansNarrow-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/paratype/T2APTSerif-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/paratype/T2APTSerifCaption-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/tempora/t2atempora-tlf.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/tempora/t2atempora-tosf.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/xcharter/T2AXCharter-Sup.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/xcharter/T2AXCharter-TLF.fd
/usr/local/texlive/2017/texmf-dist/tex/latex/xcharter/T2AXCharter-TOsF.fd

值得注意的新增内容包括 PTSans、PTSerif、Linux Libertine、XCharter、Cochineal、DejaVu(Serif 和 Sans)、Lato 和 Nimbus(Serif、Sans 和 Mono)。

答案2

LHTeXLive 和 MiKTeX 的(Metafont) 和cm-super(PostScript) 软件包中提供了旧版 LaTeX 引擎的西里尔字体。MiKTeX 会LH根据需要自动安装字体,但您需要cm-super手动安装。Once installed, cm-super当您生成 PS 或 PDF 文档时,字体会自动加载,您无需调用任何包。

大多数 Metafont 和 PostSript 字体包(garamond、helvetica、palatino 等)都没有西里尔字母。

目前大多数 OpenType 字体都有西里尔字母。使用 XeTeX 或 LuaTeX 时,您可以先尝试cm-unicodeTeXLive 和 MiKTeX 自带的字体。

相关内容