# ロゴしたい ```typst #place(top + right)[image("ロゴ画像",width: 10%)] #place(top + right, image("ロゴ画像",width: 10%)) ``` 文書にロゴを表示できるように考え中