Fonts & Character SetsGNU Texinfo font name

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
asarch
Posts: 2
Joined: Sun Mar 13, 2016 3:59 am

GNU Texinfo font name

Post by asarch »

Hi!

I just was wondering what is the name of the font used in the GNU Texinfo PDF files and also if I could use it for documents of my own.

Thanks! :)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

GNU Texinfo font name

Post by rais »

Hi there,
most pdf viewers are capable of displaying the file's properties, there you should see a second tab called `fonts'.
On the console, you could use pdffonts

Code: Select all

pdffonts whatever-file-you-want-to-see-the-used-fonts.pdf
KR
Rainer
asarch
Posts: 2
Joined: Sun Mar 13, 2016 3:59 am

GNU Texinfo font name

Post by asarch »

Thank you very much!

I've been checking some font names, for example, this is from the Texinfo manual in the PDF format from the server:

Code: Select all

$ pdffonts texinfo.pdf

name                                 type              encoding         emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
MIVBSS+CMBX12                        Type 1            Custom           yes yes yes      9  0
NESNIE+CMR10                         Type 1            Custom           yes yes yes     12  0
VXIIAB+CMSY10                        Type 1            Custom           yes yes no      19  0
AFBWEA+CMR12                         Type 1            Custom           yes yes yes     26  0
IPRATD+CMMI12                        Type 1            Custom           yes yes no      29  0
MBZTLW+CMTT12                        Type 1            Custom           yes yes yes     52  0
TZGRTJ+CMMI10                        Type 1            Custom           yes yes no     107  0
KUHURD+CMTT10                        Type 1            Custom           yes yes yes    126  0
RUJHXX+CMSLTT10                      Type 1            Custom           yes yes yes    245  0
[none]                               Type 3            Custom           yes no  no     251  0
YDUCWA+CMSL10                        Type 1            Custom           yes yes yes    254  0
WJIUXL+CMR8                          Type 1            Custom           yes yes yes    396  0
MZSDUF+TeX-feymr10                   Type 1            Custom           yes yes no     404  0
ORHABM+CMTI10                        Type 1            Custom           yes yes yes    408  0
HZDLJL+CMSY7                         Type 1            Custom           yes yes no     412  0
SWSZFY+CMSS10                        Type 1            Custom           yes yes yes    423  0
ZHBGAP+CMR7                          Type 1            Custom           yes yes no    2240  0
VWZSJA+CMR9                          Type 1            Custom           yes yes yes   2246  0
YWRULN+CMSL9                         Type 1            Custom           yes yes yes   2249  0
BYTKVQ+CMB10                         Type 1            Custom           yes yes yes   2255  0
CNMFPF+CMTT9                         Type 1            Custom           yes yes yes   2451  0
DODPNJ+CMTI9                         Type 1            Custom           yes yes yes   2516  0
[none]                               Type 3            Custom           yes no  no    2640  0
ZILXER+CMBXSL10                      Type 1            Custom           yes yes yes   2643  0
[none]                               Type 3            Custom           yes no  no    2673  0
JWCKMS+CMCSC10                       Type 1            Custom           yes yes yes   2732  0
PNOWWI+LCIRCLE10                     Type 1            Custom           yes yes no    2799  0
JROVHM+CMMI7                         Type 1            Custom           yes yes no    3004  0
RUROYK+TeX-feybr10                   Type 1            Custom           yes yes no    3027  0
PPECYF+CMBXTI10                      Type 1            Custom           yes yes yes   3034  0
ALJCAA+CMEX10                        Type 1            Custom           yes yes no    3197  0
TLHRAM+CMSY9                         Type 1            Custom           yes yes no    3785  0
QRYQCF+CMMI9                         Type 1            Custom           yes yes no    4564  0
[none]                               Type 3            Custom           yes no  no    4581  0
[none]                               Type 3            Custom           yes no  no    5060  0
This is the output of a Texinfo generated by me:

Code: Select all

$ pdffonts rms-lisp.pdf 
name                                 type              encoding         emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
NTVCNK+CMBX12                        Type 1            Custom           yes yes no       6  0
JIKRKI+CMR10                         Type 1            Custom           yes yes no      13  0
DIVVTB+CMBXTI10                      Type 1            Custom           yes yes no      20  0
DUFOYO+CMTT10                        Type 1            Custom           yes yes no      32  0
This is from a document of my own with the default settings in LyX rendered with pdflatex with the default CRM10:

Code: Select all

$ pdffonts rms-lisp_default.pdf 
name                                 type              encoding         emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
[none]                               Type 3            Custom           yes no  no       4  0
[none]                               Type 3            Custom           yes no  no       5  0
[none]                               Type 3            Custom           yes no  no       6  0
[none]                               Type 3            Custom           yes no  no       7  0
[none]                               Type 3            Custom           yes no  no       8  0
[none]                               Type 3            Custom           yes no  no      13  0
[none]                               Type 3            Custom           yes no  no      14  0
[none]                               Type 3            Custom           yes no  no      15  0
And this is from the same document with the T1 Latin Roman font:

Code: Select all

$ pdffonts rms-lisp_latin-roman.pdf 
name                                 type              encoding         emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
RWIXNP+LMRoman17-Regular             Type 1            Custom           yes yes no       6  0
QEUAPL+LMRoman12-Regular             Type 1            Custom           yes yes no       9  0
FMOMKB+LMRoman9-Bold                 Type 1            Custom           yes yes no      12  0
KLAUMK+LMRoman9-Regular              Type 1            Custom           yes yes no      15  0
CKSODH+LMRoman10-Regular             Type 1            Custom           yes yes no      18  0
OVYHOB+LMRoman7-Regular              Type 1            Custom           yes yes no      25  0
UXECTF+LMRoman6-Regular              Type 1            Custom           yes yes no      28  0
TRIHGA+LMRoman8-Regular              Type 1            Custom           yes yes no      31  0
The fact is, how would you set the same font in your LaTeX source file as the server PDF Texinfo (or even as the generated one)?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: GNU Texinfo font name

Post by Johannes_B »

The document uses regular Computer Modern, the LaTeX standard.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply