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

Bug#854930: marked as done (xelatex does not interpret TeX ligatures by default)



Your message dated Sun, 12 Feb 2017 13:05:16 +0000
with message-id <E1cctq8-000512-CB@fasolo.debian.org>
and subject line Bug#854930: fixed in texlive-base 2016.20170123-3
has caused the Debian Bug report #854930,
regarding xelatex does not interpret TeX ligatures by default
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
854930: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854930
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-xetex
Version: 2016.20170123-2
Severity: important

By default XeLaTeX does not recognize the `` and '' ligatures for double quotes.

With the following input

%%%%%%%%%%%%%%%

\documentclass{article}
%\usepackage{fontspec}
%\setmainfont{Latin Modern Roman}
\begin{document}
``Hi''
\end{document}

%%%%%%%%%%%%%%

the PDF output contains the backticks and single quotes and not the expected curly double quotes.

However if the commented lines are uncommented, the output is as expected.

The log from running the version with the two lines commented is

#########################################
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016/Debian) (preloaded format=xelatex 2017.2.11)  12 FEB 2017 11:42
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**trial
(./trial.tex
LaTeX2e <2017/01/01>
Babel <3.9r> and hyphenation patterns for 3 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (./trial.aux)
\openout1 = `trial.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 4.
LaTeX Font Info:    ... okay on input line 4.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 4.
LaTeX Font Info:    ... okay on input line 4.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 4.
LaTeX Font Info:    ... okay on input line 4.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 4.
LaTeX Font Info:    ... okay on input line 4.
LaTeX Font Info:    Checking defaults for TU/lmr/m/n on input line 4.
LaTeX Font Info:    ... okay on input line 4.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 4.
LaTeX Font Info:    ... okay on input line 4.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 4.
LaTeX Font Info:    ... okay on input line 4.

[1

] (./trial.aux) )
Here is how much of TeX's memory you used:
 202 strings out of 495069
 2100 string characters out of 6179947
 49045 words of memory out of 5000000
 4047 multiletter control sequences out of 15000+600000
 3648 words of font info for 15 fonts, out of 8000000 for 9000
 14 hyphenation exceptions out of 8191
 22i,4n,17p,125b,107s stack positions out of 5000i,500n,10000p,200000b,80000s

Output written on trial.pdf (1 page).
#######################

Running

    strace -e open xelatex trial 2>&1 |grep "= 3"

gives

########################
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libharfbuzz.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libgraphite2.so.3", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libicui18n.so.57", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libicuuc.so.57", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libicudata.so.57", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libpoppler.so.64", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libkpathsea.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libtiff.so.5", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libjpeg.so.62", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libnss3.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libnssutil3.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libsmime3.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libssl3.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libplds4.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libplc4.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libnspr4.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libopenjp2.so.7", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libpng12.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libjbig.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/etc/texmf/web2c/texmf.cnf", O_RDONLY) = 3
open("/usr/share/texmf/web2c/texmf.cnf", O_RDONLY) = 3
open("/usr/share/texlive/texmf-dist/web2c/texmf.cnf", O_RDONLY) = 3
open("/var/lib/texmf/ls-R", O_RDONLY)   = 3
open("/usr/share/texmf/ls-R", O_RDONLY) = 3
open("/usr/share/texlive/texmf-dist/ls-R", O_RDONLY) = 3
open("./trial.tex", O_RDONLY)           = 3
open("/var/lib/texmf/web2c/xetex/xelatex.fmt", O_RDONLY) = 3
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
open("trial.tex", O_RDONLY)             = 3
############################################


--- End Message ---
--- Begin Message ---
Source: texlive-base
Source-Version: 2016.20170123-3

We believe that the bug you reported is fixed in the latest version of
texlive-base, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 854930@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Norbert Preining <preining@debian.org> (supplier of updated texlive-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 12 Feb 2017 20:04:51 +0900
Source: texlive-base
Binary: texlive-base texlive-generic-recommended texlive-latex-base texlive-latex-recommended texlive-fonts-recommended texlive-pictures texlive-luatex texlive-metapost texlive-omega texlive-xetex luasseq texlive texlive-full texlive-fonts-recommended-doc texlive-latex-base-doc texlive-latex-recommended-doc texlive-metapost-doc texlive-pictures-doc
Architecture: source all
Version: 2016.20170123-3
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
Changed-By: Norbert Preining <preining@debian.org>
Description:
 luasseq    - TeX Live: transitional dummy package
 texlive    - TeX Live: A decent selection of the TeX Live packages
 texlive-base - TeX Live: Essential programs and files
 texlive-fonts-recommended - TeX Live: Recommended fonts
 texlive-fonts-recommended-doc - TeX Live: Documentation files for texlive-fonts-recommended
 texlive-full - TeX Live: metapackage pulling in all components of TeX Live
 texlive-generic-recommended - TeX Live: Generic recommended packages
 texlive-latex-base - TeX Live: LaTeX fundamental packages
 texlive-latex-base-doc - TeX Live: Documentation files for texlive-latex-base
 texlive-latex-recommended - TeX Live: LaTeX recommended packages
 texlive-latex-recommended-doc - TeX Live: Documentation files for texlive-latex-recommended
 texlive-luatex - TeX Live: LuaTeX packages
 texlive-metapost - TeX Live: MetaPost and Metafont packages
 texlive-metapost-doc - TeX Live: Documentation files for texlive-metapost
 texlive-omega - TeX Live: Omega packages
 texlive-pictures - TeX Live: Graphics, pictures, diagrams
 texlive-pictures-doc - TeX Live: Documentation files for texlive-pictures
 texlive-xetex - TeX Live: XeTeX and packages
Closes: 854930
Changes:
 texlive-base (2016.20170123-3) unstable; urgency=medium
 .
   * fix regression in LaTeX 2017/01/01 where ligatures are not
     enabled in XeLaTeX (Closes: #854930)
Checksums-Sha1:
 276b665f7fff9d9a0ffd698bf7bd26967be79366 2746 texlive-base_2016.20170123-3.dsc
 1be9cf1bca7ef6c9813608d798378006d35fc407 130036 texlive-base_2016.20170123-3.debian.tar.xz
 10f9c327d1107c5b02f8e38cdf3a0dd7afa83f6a 30110 luasseq_2016.20170123-3_all.deb
 e046a417710ac94d4cad4167127f902debe44b8d 15775888 texlive-base_2016.20170123-3_all.deb
 6fef61af92992e21d929ad4d892d33b271b3292b 10392 texlive-base_2016.20170123-3_amd64.buildinfo
 f361b982ea4097d4806fe0a800bb622f2c9f45ec 2659486 texlive-fonts-recommended-doc_2016.20170123-3_all.deb
 cbec113f44952c5c8c3baab4efc712058fb7c918 5308286 texlive-fonts-recommended_2016.20170123-3_all.deb
 9dee381e81597c2e41336ef2e2eb7c25dd2b253f 30804 texlive-full_2016.20170123-3_all.deb
 a075b22d0acfb1c12791a4d9730a41e38d931bae 2888828 texlive-generic-recommended_2016.20170123-3_all.deb
 1eb9e8afbac97979e18cdf5a85263785405c7d77 45546710 texlive-latex-base-doc_2016.20170123-3_all.deb
 21ce6d6815f8d47af2699334f579c72447418fdd 865020 texlive-latex-base_2016.20170123-3_all.deb
 d0b3fa824b6739f888e55fe05994ffafe11f635f 40588550 texlive-latex-recommended-doc_2016.20170123-3_all.deb
 1d90810829ae7f5467067c10a7f59dd438fddbac 13216710 texlive-latex-recommended_2016.20170123-3_all.deb
 4a6098bf983f5a0aaaf8dc3df46f5f18a8ec2915 7835102 texlive-luatex_2016.20170123-3_all.deb
 4c4d64347ae2eaaf1002e169a290ec4ce1ddd49c 30086418 texlive-metapost-doc_2016.20170123-3_all.deb
 dc0293c34e8b6b4e1da634ecb9d64b47137b81cb 455092 texlive-metapost_2016.20170123-3_all.deb
 dd0a29da9d2b3b4c9169aaff3791201b21d2ffe2 2113860 texlive-omega_2016.20170123-3_all.deb
 e5c0de601b31cf1da8698748b5229a28b20888ec 104687080 texlive-pictures-doc_2016.20170123-3_all.deb
 d1105e60b623e61827b8c5dda0195aa6832e3a92 3907908 texlive-pictures_2016.20170123-3_all.deb
 a38fa3bafc6ca1d530e1ffd9fb7d619d47bd9280 8927570 texlive-xetex_2016.20170123-3_all.deb
 cffec03dda7fec7ff4a1f49fca8396111e4cb63f 30556 texlive_2016.20170123-3_all.deb
Checksums-Sha256:
 0bee7c24bc59971b87e11b8c5673cd5a6bd57274108f1ad4af7350c3e556eaab 2746 texlive-base_2016.20170123-3.dsc
 831a05836e1141117d05ee0b9887574c6c3ca6aee43db91ea8c1e928a158bd95 130036 texlive-base_2016.20170123-3.debian.tar.xz
 c38863b5e34cabe12ca647e05414cad863ec0b3645c86e6c4aae34b08828b6b8 30110 luasseq_2016.20170123-3_all.deb
 47656b29c031f608f8c509229d5c1f7a90a963e4a37830278bca73e7a8c3ece4 15775888 texlive-base_2016.20170123-3_all.deb
 c4afe7bedd63658f153de33b843dd463f7a69d79075334595d18d8389536411f 10392 texlive-base_2016.20170123-3_amd64.buildinfo
 51a40e61f80290dbe2ce2e9903edd48967a7b9ea57f6b28946d77e28c24179b8 2659486 texlive-fonts-recommended-doc_2016.20170123-3_all.deb
 194a2479006e0754e3886e46c412284f1e3ef7ffe4583a449c21268301f593a8 5308286 texlive-fonts-recommended_2016.20170123-3_all.deb
 eaa9eee12af86a17046b6b84e8f44df6b8151ecd6ffa05c92f6b3da9e5cc6cf8 30804 texlive-full_2016.20170123-3_all.deb
 eb5b8e1bc559d561bb2f5b065d699ae43609d87348c858d7bcf057e6306413b0 2888828 texlive-generic-recommended_2016.20170123-3_all.deb
 6fca801a43d2e20649ea55d5a51436565945a0a1a73918875afc3f7ae4d09ec4 45546710 texlive-latex-base-doc_2016.20170123-3_all.deb
 e97c157f0493451809a24eef1e04990a9ea0c593379879fa6ecc23b234e61a85 865020 texlive-latex-base_2016.20170123-3_all.deb
 1ad69af5935968bfd3839bfb76c6497b0f8a9870b08c865809acd9e5655204f2 40588550 texlive-latex-recommended-doc_2016.20170123-3_all.deb
 04eb5b0e7f6a1df2e5585e021f13a3ca6d5acf3080d0061979172d1651e02062 13216710 texlive-latex-recommended_2016.20170123-3_all.deb
 c0d0ba87b48e9c200b46e58c08002b31bd30ccc72baaf8db9154a77cb6ad045c 7835102 texlive-luatex_2016.20170123-3_all.deb
 fcfed886056883dbe6a103fb5e347486071cd6ce628b9bbc6f27fd8bab217dad 30086418 texlive-metapost-doc_2016.20170123-3_all.deb
 24860c2a624d9f84051149bebc0ddbabbeaf993bbc59b1b4a1fd7544a906c22c 455092 texlive-metapost_2016.20170123-3_all.deb
 1752db7ad577c7872634f70a9456bc886bb9ddcfd6a4335c3143bf6324c1c75f 2113860 texlive-omega_2016.20170123-3_all.deb
 95c24768a6ae10a97a82d6d454f9f4ceaf5fa207d2cb828ed9de623c4f9fb99e 104687080 texlive-pictures-doc_2016.20170123-3_all.deb
 cabcf639d279739d9d80fe071e86414b7d6daae9e89604760cec10e2712c1515 3907908 texlive-pictures_2016.20170123-3_all.deb
 20856efa8eb95f930e7186b4fea4b0b2c87b10df1595821808fbc30b059247f7 8927570 texlive-xetex_2016.20170123-3_all.deb
 d29026d1d3e6a190f24fce2b008d112f02ae8346dd9a6de52a8568cb96f75f35 30556 texlive_2016.20170123-3_all.deb
Files:
 5413581b380ef9ff28c68b27c0511dd6 2746 tex optional texlive-base_2016.20170123-3.dsc
 f36e5e6674e089b83d69b4979981b382 130036 tex optional texlive-base_2016.20170123-3.debian.tar.xz
 eb78e1bd9eac6ad59694650b35e1ee5d 30110 oldlibs extra luasseq_2016.20170123-3_all.deb
 4dc8d0c8caa425a181711deb2326651c 15775888 tex optional texlive-base_2016.20170123-3_all.deb
 8ca938d856ca108d06773936519a4ad3 10392 tex optional texlive-base_2016.20170123-3_amd64.buildinfo
 52953f03a18b6b2f810c8459327db06f 2659486 doc optional texlive-fonts-recommended-doc_2016.20170123-3_all.deb
 9292d0c40bacf8d225c622679aa82d6b 5308286 fonts optional texlive-fonts-recommended_2016.20170123-3_all.deb
 f6d77451b4f037d7c23a2a7d15a80007 30804 tex optional texlive-full_2016.20170123-3_all.deb
 3c455b00e85720d7549f6b339de223bb 2888828 tex optional texlive-generic-recommended_2016.20170123-3_all.deb
 60781dbac281f33708767f47f7185130 45546710 doc optional texlive-latex-base-doc_2016.20170123-3_all.deb
 d3bb2ab7eccf71c7d432a8eb9b8180fe 865020 tex optional texlive-latex-base_2016.20170123-3_all.deb
 2c8e67e4ee0402541ed27aa8ee715694 40588550 doc optional texlive-latex-recommended-doc_2016.20170123-3_all.deb
 c4034efaee407d7a2d209882b4baf712 13216710 tex optional texlive-latex-recommended_2016.20170123-3_all.deb
 48c1ce3d09b182290282e90c26d3435e 7835102 tex optional texlive-luatex_2016.20170123-3_all.deb
 75dec21a355af7948caf8214c73193bf 30086418 doc optional texlive-metapost-doc_2016.20170123-3_all.deb
 8abb56166ba8f2a0c1f147dccfba680a 455092 tex optional texlive-metapost_2016.20170123-3_all.deb
 38691b6d5215ca912a3bc97cbf96e919 2113860 tex optional texlive-omega_2016.20170123-3_all.deb
 007d262f6cef5612b36801b131f4d03c 104687080 doc optional texlive-pictures-doc_2016.20170123-3_all.deb
 278ae694b50d9a0214b297de9aa0b8ba 3907908 tex optional texlive-pictures_2016.20170123-3_all.deb
 a1ffbd333c606d4a17b479f867848e6d 8927570 tex optional texlive-xetex_2016.20170123-3_all.deb
 9d5d365edba8f837437c116c81cd4bd1 30556 tex optional texlive_2016.20170123-3_all.deb

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEWHH4JC3MNmAjYr597AC42tMiZqoFAligRLIACgkQ7AC42tMi
ZqrEVwf/VBrJ14q3OZW1txdS/4cMlpw1+TNPlVvuCBldhk1MYYPePA9VzmZyZmt9
fivEEFkYiEE7hz+bH0NHEsUBmJArRLnxwR5k64QAVlgoQnKo3EZOfgsV7zl+gZ3w
OOlnnLIkFpJWBs/saj+uvR6EbidvgGo3fLHDPldk7czs9CNoOJvtWoEvcst7Uhf5
K5KqIzxICsyYH76BCrsyRxEKav6CuQl/lwhn07YQRyEbd+HpV+kx/zsR9tzI8825
Q1xivc4Z3ZZkQSa9yIt8abWlpOkhUHpJ0rwm7soDgAVzp2hgZnDI4mFG9q1fTB5M
Y/deC/6ZeSI3uOauKuqlrFnBs2ZKpw==
=yLDO
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: