Open ReesePlews opened 3 months ago
Seems like a PDF spacing issue. @Intelligent2013 could you help check? Thanks!
From section-04\section-02.adoc
:
| 幅1m以上の軒裏
|
* 屋根面の上方からの正射影の外周と、地表面と外壁面との交線により囲まれた面を取得する。
* 高さは、各頂点の高さとする。
The Presentation XML contains align="center"
for 2nd td
:
<tr>
<td valign="top" align="left">
<p id="_74c0f7ad-cb74-d99a-3acd-b71226f80324">幅1m以上の軒裏</p>
</td>
<td valign="top" align="center">
<ul id="_05815cba-9a0e-0e5f-d304-9e5c6dfbbe20">
<li>
<p id="_30eec4ee-b406-70fa-fac9-f6992630e9df">屋根面の上方からの正射影の外周と、地表面と外壁面との交線により囲まれた面を取得する。</p>
</li>
<li>
<p id="_8b1e9777-d127-3101-745f-00dd200659f1">高さは、各頂点の高さとする。</p>
</li>
</ul>
</td>
<td valign="top" align="left"/>
</tr>
But actually this table cell is 6th (due the spanned rows)
In the adoc the 2nd column (for the characters ●,■ and 〇) is centered (^3a
):
[cols="7a,^3a,7a,7a,16a,20a,16a"]
I've tried to remove ^
for 2nd column (just for experiment) in the table attributes, and PDF renders OK for 6th column (but 2nd column isn't centered as expected):
There is the known 10 years old issue in asciidoctor https://github.com/asciidoctor/asciidoctor/issues/989.
How to solve:
change ^3a
to 3a
, and add ^
before each table cell with ●,■ and 〇, for instance:
.2+| LOD3.1
.2+^| ●
.2+| WallSurface
.2+| MultiSurface
| 短辺が実長1m以上 +
かつ +
側方からの正射影の面積3m2以上の外壁
in document 01, when a table has a row that is partitioned (multi-row cells, in a single row) i am noticing some strange indents on the text that is placed into the partitioned row after the first row.
i am not sure if this is a document code issue, or something related to the plateau flavor. it seems to only occur in rows that are partitioned. any feedback is helpful on this. thank you.
i have tried to document in the following images.
table:
3) 建築物モデル(LOD3.1)の定義
code:table:
4) 建築物モデル(LOD3.2)の定義
code: