# トップレベルを設定する(``latex_toplevel_sectioning``) ドキュメントのトップレベルを「部(part)」「章(chapter)」「節(section)」から選択する。 デフォルトは``None``になっている。 ```python latex_toplevel_sectioning = None latex_toplevel_sectioning = "part" latex_toplevel_sectioning = "chapter" latex_toplevel_sectioning = "section" ```