Commit 05e773d
committed
Fix dw2pdf multipage struct output
When the dw2pdf plugin is used to export multiple pages in a
single document, all the pages are rendered in a single instance
of syntax_plugin_struct_output. We want to allow this usecase and
only skip repeated calls for non-dw2pdf renderings.
Signed-off-by: Frieder Schrempf <dev@fris.de>1 parent d9b413c commit 05e773d
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
104 | 114 | | |
105 | 115 | | |
106 | 116 | | |
| |||
0 commit comments