-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugThis issue or pull request addresses broken functionalityThis issue or pull request addresses broken functionality
Description
🐛 Summary
According to the way that the background LaTeX package is being called in #53, these statements concerning the DHS logo watermark should be true:
- The only page of the report that should have the watermark is the table of contents page.
- The watermark on the table of contents page should be quite faint, like it was in our reports up until September of this year (before ⚠️ CONFLICT! Lineage pull request for: skeleton #51 and Fix matplotlib bug and assorted warnings #53).
This is what is actually true:
- The title page does not have a watermark, which is what we expect and desire.
- The table of contents does have a watermark but, although it is rather transparent, it is not nearly as transparent as it was before Fix matplotlib bug and assorted warnings #53.
- All pages following the table of contents have a much more transparent watermark than the table of contents page, even though they should have no watermark at all.
Note that I was only able to get rid of an aggressively non-opaque watermark on the title page by moving the location of the background configuration in #53.
The only thing I can think of is that after the update to Bullseye in #51 we have a newer version of the background package, and all the LaTeX-fu in that report to make it look like a fancy Word document is now somehow colliding with it.
To reproduce
Use the code in this repo to create a Trustworthy Email report.
Expected behavior
Described above.
Reactions are currently unavailable
Metadata
Metadata
Labels
bugThis issue or pull request addresses broken functionalityThis issue or pull request addresses broken functionality
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
To do