-
Bug
-
Resolution: Low Engagement
-
Low
-
None
-
6.12.0, 6.11.2
-
3
-
Severity 3 - Minor
-
Summary
No printout of numbered headings using CSS in PDF exports.
Steps to Reproduce
e.g. enter in Settings -> Design -> Global (CSS)Style Template:
h1:before
h1
{counter-reset: ebene2;}h2:before
{ content: counter(ebene2)". "; counter-increment: ebene2;}h2
{counter-reset: ebene3;}h3:before
{ content: counter(ebene3, lower-latin)". "; counter-increment: ebene3;}Expected Results
The numbered headings, which show on the page, are also shown on the PDF exports.
Actual Results
The numbering of the headings is displayed correctly in the view mode of the viewer - when printing the page with the PDF option these numberings of the headings are missing in the PDF document, i.e. the numbers and letters of the numbering are not transferred to the PDF document. But with normal printing with a paper printer, these numberings are printed out completely correctly.
But unfortunately there is the following problem when printing with a paper printer.
Workaround
There is no workaround.
- mentioned in
-
Page Loading...