literature

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

commit 43b9b70945c9a56f4562491aa6681c757bbe07bb
parent df2e4043fe03ad32d0e662d20b0309be0a5f4150
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Wed, 26 Aug 2026 11:01:07 +0900

chore: rename and refactor colophon document and generate pdf

Diffstat:
Acolophon.pdf | 0
Acolophon.typ | 38++++++++++++++++++++++++++++++++++++++
D玉石混淆1.pdf | 0
D玉石混淆1.typ | 61-------------------------------------------------------------
4 files changed, 38 insertions(+), 61 deletions(-)

diff --git a/colophon.pdf b/colophon.pdf Binary files differ. diff --git a/colophon.typ b/colophon.typ @@ -0,0 +1,38 @@ +#set page( + paper: "a6", // 用紙サイズ + flipped: false, // 用紙の向き(縦) + binding: right, // ページの綴じ + margin: ( // 余白設定 + top: 15mm, // 上余白(天) + bottom: 15mm, // 下余白(地) + inside: 15mm, // ページ内側の余白(のど、とじしろ) + outside: 15mm // ページ外側の余白(小口) + ), + columns: 1, // 段組み +) +#set text( + font: ("Shippori Mincho"), // フォント設定 + size: 9pt, // フォントサイズ + lang: "jp" // 言語 +) + +//-------------------- +// 奥付 +//-------------------- +\ \ \ \ \ \ \ \ \ \ \ \ \ \ // 改行で奥付の位置調整 +#text( + font: "Shippori Mincho", // フォント + size: 12pt, // フォントサイズ + lang: "jp" // 言語 +)[玉石混淆] +#line(length:24em,stroke:1pt) // 罫線 +#table( + columns: (6em,auto), + stroke: none, + table.cell(colspan: 2)[2026年12月29日 初版発行], + [],[], + [発行者],[ハチ], + [連絡先],[contact\@fanfic.minervajuppiter.net], + [印刷所],[株式会社しまうまプリント \ (しまうま出版)], +) +#line(length:24em,stroke:1pt) // 罫線 diff --git a/玉石混淆1.pdf b/玉石混淆1.pdf Binary files differ. diff --git a/玉石混淆1.typ b/玉石混淆1.typ @@ -1,61 +0,0 @@ -#import "@preview/basho:0.1.0": tate -#import "@preview/muchpdf:0.1.2": muchpdf - -#set page( - paper: "a6", // 用紙サイズ - flipped: false, // 用紙の向き(縦) - binding: right, // ページの綴じ - margin: ( // 余白設定 - top: 15mm, // 上余白(天) - bottom: 15mm, // 下余白(地) - inside: 15mm, // ページ内側の余白(のど、とじしろ) - outside: 15mm // ページ外側の余白(小口) - ), - columns: 1, // 段組み -) -#set text( - font: ("Shippori Mincho"), // フォント設定 - size: 9pt, // フォントサイズ - lang: "jp" // 言語 -) -#set par( - first-line-indent: 1em, -) - - -#let title(title) = { - v(6em) - text( - font: "Shippori Mincho", // フォント - size: 12pt, // フォントサイズ - lang: "jp" // 言語 - )[#title] -} - -#image("first.pdf") -#image("index1.pdf") -#image("index2.pdf") - -#pagebreak() - -//-------------------- -// 奥付 -//-------------------- -#pagebreak() -\ \ \ \ \ \ \ \ \ \ \ \ \ \ // 改行で奥付の位置調整 -#text( - font: "Shippori Mincho", // フォント - size: 12pt, // フォントサイズ - lang: "jp" // 言語 -)[玉石混淆] -#line(length:24em,stroke:1pt) // 罫線 -#table( - columns: (6em,auto), - stroke: none, - table.cell(colspan: 2)[2026年12月29日 初版発行], - [],[], - [発行者],[ハチ], - [連絡先],[contact\@fanfic.minervajuppiter.net], - [印刷所],[株式会社しまうまプリント \ (しまうま出版)], -) -#line(length:24em,stroke:1pt) // 罫線