Skip to content
puripuri2100 edited this page Dec 15, 2018 · 1 revision

箇条書きを出力するものは以下のパッケージによって以下のコマンドが提供されています。

  • itemize.satyh
    • +listing : bool?; itemize
    • \listing : bool?; itemize
    • +enumerate : itemize
    • \enumerate : itemize

使い方

+enumerate{
    * hoge
        ** ほげ
    * fuga
}

のように、*を並べることによって階層分けを行うことができる。

Clone this wiki locally