本文介绍了用RestructuredText将段落居中对齐的最佳方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用restructuredText for pdf(rst2pdf)使段落在页面中心对齐的最佳方法是什么?

What is the best way to have a paragraph align in the center of the page using restructuredText for pdf (rst2pdf)?

推荐答案

您可以使用以下内容:

.. class:: center

This paragraph will be centered.

这篇关于用RestructuredText将段落居中对齐的最佳方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 13:27