Package: texlive-latex-extra Version: 2019.20190830-1 Severity: normal Cell background colours are broken in tabu. When I change the MWE to use the tabular environment…
\begin{tabular}{|l|l|l|} … things look as expected. Building on stretch (don’t have texlive in buster handy) is also expected. Large actual use case: https://edugit.org/mirabilos/teckidscal-standalone ################################## minimal input file attached as x.tex ################################## other files attached as x.fls, x-expected.pdf (stretch), x-actual.pdf (sid) ###################################### List of ls-R files -rw-rw-r-- 1 root staff 80 Jan 15 2016 /usr/local/share/texmf/ls-R -rw-r--r-- 1 root root 2108 Sep 7 16:23 /var/lib/texmf/ls-R lrwxrwxrwx 1 root root 29 Jul 31 09:21 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx 1 root root 31 Aug 30 03:33 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 Aug 30 03:33 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST ###################################### Config files -rw-r--r-- 1 root root 475 Aug 14 19:35 /etc/texmf/web2c/texmf.cnf lrwxrwxrwx 1 root root 33 Aug 30 03:33 /usr/share/texmf/web2c/fmtutil.cnf -> /var/lib/texmf/fmtutil.cnf-DEBIAN lrwxrwxrwx 1 root root 32 Aug 30 03:33 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN -rw-r--r-- 1 root root 5089 Sep 7 16:22 /var/lib/texmf/tex/generic/config/language.dat ###################################### Files in /etc/texmf/web2c/ total 8 -rw-r--r-- 1 root root 283 Jun 15 2013 mktex.cnf -rw-r--r-- 1 root root 475 Aug 14 19:35 texmf.cnf ###################################### md5sums of texmf.d ca40c66f144b4bafc3e59a2dd32ecb9c /etc/texmf/texmf.d/00debian.cnf -- System Information: Debian Release: bullseye/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.2.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8) Shell: /bin/sh linked to /bin/lksh Init: sysvinit (via /sbin/init) Versions of packages texlive-latex-extra depends on: ii preview-latex-style 11.91-2 ii python 2.7.16-1 ii python3 3.7.3-1 ii tex-common 6.12 ii texlive-base 2019.20190830-1 ii texlive-binaries 2019.20190605.51237-2 ii texlive-latex-recommended 2019.20190830-1 ii texlive-pictures 2019.20190830-1 Versions of packages texlive-latex-extra recommends: ii texlive-fonts-recommended 2019.20190830-1 ii texlive-plain-generic 2019.20190830-1 Versions of packages texlive-latex-extra suggests: pn icc-profiles <none> ii libfile-which-perl 1.23-1 pn libspreadsheet-parseexcel-perl <none> ii python-pygments 2.3.1+dfsg-1 ii texlive-latex-extra-doc 2019.20190830-1 Versions of packages tex-common depends on: ii dpkg 1.19.7 ii ucf 3.0038+nmu1 Versions of packages tex-common suggests: ii debhelper 12.5.4 Versions of packages texlive-latex-extra is related to: ii tex-common 6.12 ii texlive-binaries 2019.20190605.51237-2 -- debconf information: tex-common/check_texmf_wrong: tex-common/check_texmf_missing:
\documentclass{article}% \usepackage[utf8]{inputenc}% \usepackage{color}% \usepackage[T1]{fontenc}% \usepackage[table]{xcolor}% \usepackage{tabu}% \definecolor{teckidscal5}{HTML}{D12A00}% \definecolor{teckidscal5Label}{HTML}{0000FF}% \begin{document} test \textcolor{teckidscal5}{colourised} normal \begin{tabu} to \linewidth {|X|X|X|} \hline \strut foo & \cellcolor{teckidscal5}\color{teckidscal5Label}bar & baz\strut\\\hline \end{tabu} blah \end{document}
PWD /home/tglase INPUT /etc/texmf/web2c/texmf.cnf INPUT /usr/share/texmf/web2c/texmf.cnf INPUT /usr/share/texlive/texmf-dist/web2c/texmf.cnf INPUT /var/lib/texmf/web2c/pdftex/pdflatex.fmt INPUT x.tex OUTPUT x.log INPUT /usr/share/texlive/texmf-dist/tex/latex/base/article.cls INPUT /usr/share/texlive/texmf-dist/tex/latex/base/article.cls INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo INPUT /usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def INPUT /usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def INPUT /usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map INPUT /usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg INPUT /usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/array.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/array.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty INPUT /usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty INPUT x.aux INPUT x.aux OUTPUT x.aux INPUT /usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii INPUT /usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii OUTPUT x.pdf INPUT /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map INPUT x.aux INPUT /usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t1.enc INPUT /usr/share/texmf/fonts/type1/public/cm-super/sfrm1000.pfb
x-expected.pdf
Description: Adobe PDF document
x-actual.pdf
Description: Adobe PDF document