Norman Walsh
Norman Walsh
The only thing that I'm still confused by is `article.016`. That comes out portrait for me, not landscape. I think that's because the `landscape` role isn't being added to the...
No, putting the `landscape` keyword in the class on the `html` element had no effect.
Can you send me the `article.016.pdf.html` and `article.016.pdf` output that you get?
I think the "expected results" are all HTML, not PDF. Have to think about how to fix that. I upgraded my AHF to 7.4 and I'm still getting portrait output...
I can reproduce some of the expected results. I can get the two landscape pages in `book.016.xml` for example. But `article.016.pdf` is persistently portrait. If I specify `landscape` **instead of**...
I'm not sure why we aren't converging on the problem with `article.016`. My temptation at this point is to apply the changes you've made so far (possibly copy editing a...
I am still very confused. If I follow the command-line instructions to checkout your PR: ``` git checkout -b fsteimke-476-landscape main git pull [email protected]:fsteimke/xslTNG.git 476-landscape ``` Then *neither* `./gradlew book.015.pdf`...
Ah. Okay. Sorry the build system is largely undocumented :-( The build targets for PDF examples are _test-name_`.pdf` instead of _test-name_`.html`. For example: ``` ./gradlew book.015.pdf ``` That uses `print.xsl`...
If you just want the HTML output for print, you can use _test-name_`.pdf.html` as the build target. That will put the HTML in the `build/actual` directory without trying to format...
On closer inspection over lunch, it's even worse than I thought. If you want to generate a landscape page in the middle of a flow (for a table, for example),...