# 表紙の設定( ``latex_logo`` ) 表紙にロゴを挿入することもできます。 必要ないなら``None``(デフォルト値)のままで問題ありません。 ```python # The name of an image file (relative to this directory) # to place at the top of the title page. latex_logo = './images/toumin_kuma.png' ```