You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the autogenerated modspace tables of the Plateau project doc2 (sources/002-v5) i am seeing some varying widths of the row (or column) headers on the autogenerated modspec tables (shown here)
thanks @ronaldtse it is not a new issue this has been visible for a while, it is also not a change, just something that seems to be that way from the original encoding... so probably not a refactor related, but that is only my user perspective and i am not checking archive builds from v4. appreciate the checking.
in the future do you think these table templates could be liquid templates (they may be already) decoupled from the mn-requirements base code, so that they could be modified independently for use in each document?
The column balancing algorithm is already identical to HTML 4's, so a consistent width for all auto-width tables is not possible at this moment (browsers with these tables likely also display inconsistency due to the different text contained in the columns).
We could make the modspec templates customizable in the same way with liquid templates. We will need to investigate how best to do that (we will make to_liquid available in lutaml-model, which mn-requirements is based on).
thank you @ronaldtse. you mention HTML 4 (and i dont really know much about that) but the images above are from the PDF. perhaps you mean there is some column balancing algorithm in HTML for that you are using here in mn.
in the autogenerated modspace tables of the Plateau project doc2 (sources/002-v5) i am seeing some varying widths of the row (or column) headers on the autogenerated modspec tables (shown here)
( sources\002-v5\sections\appendix-B\section-03.adoc )
( sources\002-v5\sections\appendix-K\section-01.adoc )
what would be the cause of this issue and where could be set the col width for these headers?
here is an example where there is no difference
( sources\002-v5\sections\appendix-N\section-02.adoc )
local compile using
The text was updated successfully, but these errors were encountered: