literature

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

colophon.typ (1237B)


      1 #set page(
      2     paper: "a6",    // 用紙サイズ
      3     flipped: false, // 用紙の向き(縦)
      4     binding: right,  // ページの綴じ
      5     margin: (       // 余白設定
      6       top: 15mm,    // 上余白(天)
      7       bottom: 15mm, // 下余白(地)
      8       inside: 15mm, // ページ内側の余白(のど、とじしろ)
      9       outside: 15mm // ページ外側の余白(小口)
     10     ),
     11     columns: 1,     // 段組み
     12 )
     13 #set text(
     14     font: ("Shippori Mincho"), // フォント設定
     15     size: 9pt,         // フォントサイズ
     16     lang: "jp"         // 言語
     17 )
     18 
     19 //--------------------
     20 //        奥付
     21 //--------------------
     22 \ \ \ \ \ \ \ \ \ \ \ \ \ \ // 改行で奥付の位置調整
     23 #text(
     24     font: "Shippori Mincho", // フォント
     25     size: 12pt,        // フォントサイズ
     26     lang: "jp"         // 言語
     27 )[玉石混淆]
     28 #line(length:24em,stroke:1pt) // 罫線
     29 #table(
     30   columns: (6em,auto),
     31   stroke: none,
     32   table.cell(colspan: 2)[2026年12月29日  初版発行],
     33   [],[],
     34   [発行者],[ハチ],
     35   [連絡先],[contact\@fanfic.minervajuppiter.net],
     36   [印刷所],[株式会社しまうまプリント \ (しまうま出版)],
     37 )
     38 #line(length:24em,stroke:1pt) // 罫線