Your message dated Thu, 29 Mar 2018 22:32:30 +0900 with message-id <[email protected]> and subject line Re: Bug#894364: texlive-latex-base: Centering or flushing environments inside a minipage disables \color command has caused the Debian Bug report #894364, regarding texlive-latex-base: Centering or flushing environments inside a minipage disables \color command 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 [email protected] immediately.) -- 894364: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894364 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: texlive-latex-base Version: 2016.20170123-5 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? It is a bug in fresh install too or new installs of 9.4 * What was the outcome of this action? Running pdflatex in the code gives b/w output (pdf) bur running xelatex gives colored. * What outcome did you expect instead? It should give the same output (in colors... and just change the font or simmilar changes specific to the engine used... But color has to be global) *** End of the template - remove these template lines *** -- Package-specific info: IMPORTANT INFORMATION: We will only consider bug reports concerning the packaging of TeX Live as relevant. If you have problems with combination of packages in a LaTeX document, please consult your local TeX User Group, the comp.text.tex user group, the author of the original .sty file, or any other help resource. In particular, bugs that are related to up-upstream, i.e., neither Debian nor TeX Live (upstream), but the original package authors, will be closed immediately. *** The Debian TeX Team is *not* a LaTeX Help Desk *** If you report an error when running one of the TeX-related binaries (latex, pdftex, metafont,...), or if the bug is related to bad or wrong output, please include a MINIMAL example input file that produces the error in your report. Please run your example with (pdf)latex -recorder ... (or any other program that supports -recorder) and send us the generated file with the extension .fls, it lists all the files loaded during the run and can easily explain problems induced by outdated files in your home directory. Don't forget to also include minimal examples of other files that are needed, e.g. bibtex databases. Often it also helps to include the logfile. Please, never send included pictures! If your example file isn't short or produces more than one page of output (except when multiple pages are needed to show the problem), you can probably minimize it further. Instructions on how to do that can be found at http://www.minimalbeispiel.de/mini-en.html (english) or http://www.minimalbeispiel.de/mini.html (german) ################################## minimal input file \documentclass{beamer} \usepackage{filecontents} \usepackage[utf8]{inputenc} \newenvironment{emptyenv}{}{} % Usage: Run with pdflatex and with LaTeX... no color... % Run with XeLaTeX... color is ok... % Test the commented colors in other places with all engines... % Replace center environment with commented flashleft... \begin{document} \begin{frame} %\color{green} % works on all \begin{minipage}{\textwidth} %\color{red} % Doesn't work with pdflatex or LaTex... but works with XeLaTeX \begin{center} %\begin{flushleft} %%\begin{tabular}{c} \LARGE\bfseries %%%\begin{emptyenv} \color{blue} % Doesn't work with pdflatex or LaTex... but works with XeLaTeX... inside tabular works on all Test (Colored?) %%%\end{emptyenv} %%\end{tabular} %\end{flushleft} \end{center} \end{minipage} \end{frame} \end{document} ################################## other files ###################################### List of ls-R files -rw-r--r-- 1 root root 1267 Mar 12 01:34 /var/lib/texmf/ls-R lrwxrwxrwx 1 root root 29 Jan 17 2017 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx 1 root root 31 Mar 4 2017 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 Mar 4 2017 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST ###################################### Config files -rw-r--r-- 1 root root 475 Mar 11 20:48 /etc/texmf/web2c/texmf.cnf lrwxrwxrwx 1 root root 33 Mar 4 2017 /usr/share/texmf/web2c/fmtutil.cnf -> /var/lib/texmf/fmtutil.cnf-DEBIAN lrwxrwxrwx 1 root root 32 Mar 4 2017 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN -rw-r--r-- 1 root root 2887 Mar 12 01:34 /var/lib/texmf/tex/generic/config/language.dat ###################################### Files in /etc/texmf/web2c/ total 8 -rw-r--r-- 1 root root 283 Jan 17 2017 mktex.cnf -rw-r--r-- 1 root root 475 Mar 11 20:48 texmf.cnf ###################################### md5sums of texmf.d ca40c66f144b4bafc3e59a2dd32ecb9c /etc/texmf/texmf.d/00debian.cnf -- System Information: Debian Release: 9.4 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-6-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages texlive-latex-base depends on: ii fonts-lmodern 2.004.5-3 ii tex-common 6.06 ii texlive-base 2016.20170123-5 ii texlive-binaries 2016.20160513.41080.dfsg-2 Versions of packages texlive-latex-base recommends: ii texlive-latex-base-doc 2016.20170123-5 texlive-latex-base suggests no packages. Versions of packages tex-common depends on: ii dpkg 1.18.24 ii ucf 3.0036 Versions of packages tex-common suggests: pn debhelper <none> Versions of packages texlive-latex-base is related to: ii tex-common 6.06 ii texlive-binaries 2016.20160513.41080.dfsg-2 -- no debconf information
--- End Message ---
--- Begin Message ---Version: 2017.20180305-1 Hi, > % Usage: Run with pdflatex and with LaTeX... no color... On Debian/sid this is not the case anymore, so I am closing this bug. Seems to be fixed in some newer version of one of the players. Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. + JAIST + TeX Live + Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
--- End Message ---

