[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#811384: texlive-fonts-extra: inconsolata: missing Euro sign



Package: texlive-fonts-extra
Version: 2015.20160117-1
Severity: minor

I’m currently trying to literate¹ my listings. I’m using Inconsolata
as tt font and have already found out how to add … (Ellipsis) to the
list of supported characters, but am having trouble with € (Euro sign).
The font table² shows it ought to be on '001 in LY1 encoding, but the
attached dump program shows that the version of Inconsolata shipped
with sid doesn’t map anything to that codepoint.

① https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings#Encoding_issueftp://ftp.fau.de/ctan/obsolete/fonts/inconsolata/inconsolata.pdf


######################################
 List of ls-R files

-rw-r--r-- 1 root root 2032 Jan 18 09:50 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Oct 14 05:48 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 Jan 17 09:55 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Jan 17 09:55 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST
######################################
 Config files
-rw-r--r-- 1 root root 1464 Jan 18 09:48 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 3118 Jun 29  2015 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 Jan 17 09:55 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 4962 Jan 18 09:50 /var/lib/texmf/tex/generic/config/language.dat
######################################
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root  283 Nov 26  2007 mktex.cnf
-rw-r--r-- 1 root root 1464 Jan 18 09:48 texmf.cnf
######################################
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

-- System Information:
Debian Release: stretch/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386, amd64

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)

Versions of packages texlive-fonts-extra depends on:
ii  fonts-cabin              1.5-2
ii  fonts-comfortaa          2.003-1
ii  fonts-crosextra-caladea  20130214-1
ii  fonts-crosextra-carlito  20130920-1
ii  fonts-dejavu-core        2.35-1
ii  fonts-dejavu-extra       2.35-1
ii  fonts-ebgaramond         0.015+git20130628-3
ii  fonts-ebgaramond-extra   0.015+git20130628-3
ii  fonts-font-awesome       4.5.0~dfsg-1
ii  fonts-freefont-otf       20120503-4
ii  fonts-freefont-ttf       20120503-4
ii  fonts-gfs-artemisia      1.1-5
ii  fonts-gfs-complutum      1.1-6
ii  fonts-gfs-didot          1.1-6
ii  fonts-gfs-neohellenic    1.1-6
ii  fonts-gfs-olga           1.1-5
ii  fonts-gfs-solomos        1.1-5
ii  fonts-junicode           0.7.8-2
ii  fonts-lato               2.0-1
ii  fonts-linuxlibertine     5.3.0-2
ii  fonts-lobstertwo         2.0-2
ii  fonts-oflb-asana-math    000.907-6
ii  fonts-roboto-hinted      2:0~20160106-1
ii  fonts-sil-gentium        20081126:1.03-1
ii  fonts-sil-gentium-basic  1.1-7
ii  fonts-sil-gentiumplus    5.000-1
ii  fonts-stix               1.1.1-4
ii  tex-common               6.04
ii  texlive-base             2015.20160117-1
ii  ttf-adf-accanthis        0.20090423-2
ii  ttf-adf-gillius          0.20090423-2
ii  ttf-adf-universalis      0.20090423-2

Versions of packages texlive-fonts-extra recommends:
ii  texlive-fonts-extra-doc  2015.20160117-1
ii  texlive-latex-extra      2015.20160117-1

Versions of packages texlive-fonts-extra suggests:
ii  cm-super  0.3.4-9

Versions of packages tex-common depends on:
ii  dpkg  1.18.4
ii  ucf   3.0031

Versions of packages tex-common suggests:
ii  debhelper  9.20160115

Versions of packages texlive-fonts-extra is related to:
ii  tex-common        6.04
ii  texlive-binaries  2015.20150524.37493-7+b1

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
% Copyright 2009 Karl Berry.
% You may freely use, modify and/or distribute this file.

\documentclass{article}

% No need for excessive margins.
\usepackage{fullpage}

% Try to output everything in a given TFM.
\usepackage{fonttable}

% What we're testing.
\usepackage{inconsolata}  % can use [scaled=1.1]

% For testing, much easier not to have to put entries in the system map files.
\pdfmapfile{+zi4.map}

\usepackage[T1]{fontenc}

\def\dofontenc#1#2{{\tt #1:} \fonttable{#2}\newpage}

\begin{document}

\thispagestyle{empty}
\pagestyle{empty}

% tables of (mostly) supported encodings.
% To actually use them in a document, need to specify
%  \usepackage[XYZ1]{fontenc}
% where XYZ1 is the LaTeX encoding name: T1, TS1, EI1, OT1, LY1, QX.
% 
\dofontenc{ec/T1}{t1-zi4r-0}
\dofontenc{qx/QXtt}{qx-zi4r-0}
\dofontenc{OT1}{ot1-zi4r-0}
\dofontenc{texnansi/LY1}{ly1-zi4r-0}
\dofontenc{TS1}{ts1-zi4r}

\end{document}

Reply to: