Bug 457836
| Summary: | Beamer slides rendered incorrectly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jens Hardings <jens> |
| Component: | texlive-texmf | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | michal, pertusus, pknirsch, tim |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-21 10:58:55 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 437375 | ||
| Bug Blocks: | |||
This bug is fixed in newer beamer versions. The Debian bug tracker has discussion with upstream at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394792. This bug is closely related to bug #437375. The fix for this bug is even mentioned in the posted changelog. Thus making this bug depend on that one. Effectively, the fix mentioned in the debian bug tracker solved the problem for me. Thanks a lot. Applied. Thanks for the debian bug reference! Any chance that we will see fixed packages in F9? My wife just tried to kill me due to this bug. :-) A fix mentioned in comment #1 did work, though. Thanks for that! Jindrich, would you mind to build the latest version for F-9? Please test the following update if you have a while: https://admin.fedoraproject.org/updates/texlive-2007-32.fc9,texlive-texmf-2007-24.fc9 It should finally fix this and couple of other issues :) texlive-texmf-2007-24.fc9, texlive-2007-32.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update texlive-texmf texlive'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8931 With texlive-2007-32.fc9 packages which showed up in "testing" this now works as expected. texlive-texmf-2007-24.fc9, texlive-2007-32.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Since I upgraded to Fedora core 9, and from teTeX (using pdftex version 1.21a) to texlive (using pdftex version 1.40.3 with poppler), the beamer presentations are not being rendered correctly any more. When using rounded and shadowed blocks in a presentation, the plain text and text in description environments gets represented in grey instead of black. This happens only if a block environment is present, and affects all text after that block environment (even on following frames). Has been tested on another system using pdftex 1.40.x without libpoppler and did not show the problems presented here. How reproducible: always. Steps to Reproduce: 1. Create a file with the following content: ********************************************************************** \documentclass{beamer} \mode<presentation> { \usetheme{Darmstadt} } \begin{document} \begin{frame} \frametitle{Testing} \begin{description} \item[Black] This text gets displayed OK. \end{description} Plain text also works OK here. \begin{block}{Test 1} \begin{description} \item[Black] This text gets displayed black. \end{description} \end{block} \begin{description} \item[Gray] This text gets displayed gray, but should be black. \end{description} Plain text also is affected. \begin{itemize} \item This works well, though. \end{itemize} \begin{enumerate} \item Ditto. \end{enumerate} \end{frame} \end{document} ********************************************************************** 2. Run pdflatex or latex on the file 3. View the result 4. Compare with results of the same file on Fedora core 8 with teTeX, or on RHEL 5.2. Actual results: Specific areas are displayed in gray (shaded out) instead of main color. Expected results: Additional info: Discussion list on latex-beamer: http://sourceforge.net/mailarchive/forum.php?thread_name=1216741358.9318.30.camel%40puc.hardings.cl&forum_name=latex-beamer-users