gpt4 book ai didi

latex - 警告中的 tabularcolumns 指令未显示在 latex 中

转载 作者:行者123 更新时间:2023-12-01 06:50:38 25 4
gpt4 key购买 nike

我在我的文档中使用 sphinx。
我有一个注释警告,我想在其中添加一个表格。因为我想让表格分布在笔记的整个宽度上,所以我想使用 tabularcolumns 指令。
但是,在添加此指令时,表格不会呈现为 latex 格式,因此不会呈现为 pdf 或 html。

这是我重组的文本片段:

.. note:: 

Reserve the necessary amount of time to install your environment. The following table gives approximate values for installation of the Operating System (OS) and for the initialization of the nodes.

.. tabularcolumns:: |p{5cm}|p{5cm}|p{5cm}|

+-------------------------+-----------------------+---------------------+
| Node | Install OS (parallel) | Initialize (serial) |
+=========================+=======================+=====================+
| AS20/AS30 Storage Node | 12 minutes | 10 minutes |
+-------------------------+-----------------------+---------------------+
| AS36 Storage Node | 8 minutes | 15 minutes |
+-------------------------+-----------------------+---------------------+
| AC1/AC2 Controller Node | 8 minutes | 15 minutes |
+-------------------------+-----------------------+---------------------+

当我省略指令时,表被正确处理

最佳答案

如果您将表格缩进 3 个空格,它应该可以工作。像这样:

.. note:: 

Reserve the necessary amount of time to install your environment. The
following table gives approximate values for installation of the
Operating System (OS) and for the initialization of the nodes.

.. tabularcolumns:: |p{5cm}|p{5cm}|p{5cm}|

+-------------------------+-----------------------+---------------------+
| Node | Install OS (parallel) | Initialize (serial) |
+=========================+=======================+=====================+
| AS20/AS30 Storage Node | 12 minutes | 10 minutes |
+-------------------------+-----------------------+---------------------+
| AS36 Storage Node | 8 minutes | 15 minutes |
+-------------------------+-----------------------+---------------------+
| AC1/AC2 Controller Node | 8 minutes | 15 minutes |
+-------------------------+-----------------------+---------------------+

关于latex - 警告中的 tabularcolumns 指令未显示在 latex 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21255565/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com