in Plateau doc2 ( sources-static\002-v4\sections\appendix-R\section-03.adoc )
there are a number of mod-spec tables which are auto-generated. in the tables are over blocks of text, source references, and images.
after april 2025, there has been a change in how the source reference is being rendered in the auto-generated mod-spec table.
the document code has hot changed, but i am wondering if the issue could be handled by something in the .adoc file. i do not know that advanced level of coding to make such a change.
if this cannot be handled by adoc code modification, a fix during the first week of Jan 2026 is helpful;
April 2025 Plateau Doc 2 (PDF output) [expected output]
Dec 2025 Plateau Doc 2 (PDF output) [rendering issue]
you can see in the Dec 2025 output, two new rows have been added, and the source reference (without the "出典:" identifier) has been moved into one of those new rows. the left most column has been split with the addition of those new rows.
i am wondering if some advanced asciidoc programming could be used to reverse the current issue?
this is the code which generates the table
[requirement]
.単独木の植生モデル(LOD3)における航空写真及び航空レーザ点群の使用について
====
[%metadata]
identifier:: /att/veg/2
subject:: 3D都市モデル
class:: 留意事項
[statement]
--
航空写真や航空レーザ点群では、単独木の樹冠を取得することはできるが、その下部の形状を必ずしも取得できない。航空写真や航空レーザ点群から下部の形状を取得できない場合は、MMS点群や地上レーザ点群を使用する必要がある。
[.source]
<<plateau_tr_03>>
植生(植被)モデル(LOD3)の作成例を<<fig-r-7>>に示す。
[[fig-r-7]]
.植生(植被)モデル(LOD3)の作成例
image::images/502.webp.png[]
--
====
the issue is echoed in FL;

in Plateau doc2 ( sources-static\002-v4\sections\appendix-R\section-03.adoc )
there are a number of mod-spec tables which are auto-generated. in the tables are over blocks of text, source references, and images.
after april 2025, there has been a change in how the source reference is being rendered in the auto-generated mod-spec table.
the document code has hot changed, but i am wondering if the issue could be handled by something in the .adoc file. i do not know that advanced level of coding to make such a change.
if this cannot be handled by adoc code modification, a fix during the first week of Jan 2026 is helpful;
April 2025 Plateau Doc 2 (PDF output) [expected output]
Dec 2025 Plateau Doc 2 (PDF output) [rendering issue]
you can see in the Dec 2025 output, two new rows have been added, and the source reference (without the "出典:" identifier) has been moved into one of those new rows. the left most column has been split with the addition of those new rows.
i am wondering if some advanced asciidoc programming could be used to reverse the current issue?
this is the code which generates the table
the issue is echoed in FL;