Docbook,关闭表格编号

发布于 2024-12-04 13:02:02 字数 80 浏览 0 评论 0原文

正如标题所反映的,我想关闭表格的编号。

原因是表已经具有自定义编号(嵌套在 xml 代码中)。

任何建议表示赞赏。

As the title reflects I want to turn off the numbering of tables.

The reason is that the tables already have custom numbering (nested in the xml code).

Any suggestion is apperciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水波映月 2024-12-11 13:02:02

简单的解决方案

您可以使用 元素来创建完全没有任何标题的表格。如果您需要标题,请使用 包含非正式表格。

不那么简单的解决方案:

如果您确实需要 元素,请阅读以下说明,了解如何相应地自定义样式表:

http://www.sagehill.net/docbookxsl/PrintTableStyles.html#TablesUnnumbered

Simple solution:

You can use the <informaltable> element for creating tables without any title at all. If you need a title, embrace the informaltable with a <simplesect>.

Not-so-simple solution:

If you really need <table> elements, read this description how to customize your stylesheet accordingly:

http://www.sagehill.net/docbookxsl/PrintTableStyles.html#TablesUnnumbered

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文