CSS-based DITA to PDF problem with columns
Posted: Thu Jul 06, 2023 5:44 pm
Hello everyone,
I created a document with a two-column attribute set like this:
Everything works fine, except the fact that when I use column-span: all for h1 (topic title) the first column starts much lower than expected. Any idea what could be wrong? I can't figure out what is the problem. Thanks.
/Wojtek
I created a document with a two-column attribute set like this:
Code: Select all
*[class ~= "topic/topic"][outputclass ~= "two-columns"] {
page: two-columns
}
@page two-columns{
font-size: 10pt;
column-count: 2;
column-gap: 0.1in;
line-height: 1em;
}