mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
fix: typo on btex doc
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
<li><code>thepart</code> — Part heading. Default: <code>Part %1$s</code></li>
|
||||
<li><code>parttype</code> — Default style of the <code>part</code> tag. Default: <code>I</code></li>
|
||||
<li><code>thechapter</code> — Chapter heading. Default: <code>%1$s</code></li>
|
||||
<li><code>parttype</code> — Default style of the <code>chapter</code> tag. Default: <code>1</code></li>
|
||||
<li><code>chaptertype</code> — Default style of the <code>chapter</code> tag. Default: <code>1</code></li>
|
||||
</ul>
|
||||
|
||||
<p>The argument key <code>%1$s</code> will be replaced into a number, Roman numerals, etc.
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
<li><code>thepart</code> — 부 제목 번호. 기본값: <code>Part %1$s</code></li>
|
||||
<li><code>parttype</code> — <code>part</code> 태그의 기본 스타일. 기본값: <code>I</code></li>
|
||||
<li><code>thechapter</code> — 장 제목 번호. 기본값: <code>%1$s</code></li>
|
||||
<li><code>parttype</code> — <code>chapter</code> 태그의 기본 스타일. 기본값: <code>1</code></li>
|
||||
<li><code>chaptertype</code> — <code>chapter</code> 태그의 기본 스타일. 기본값: <code>1</code></li>
|
||||
</ul>
|
||||
|
||||
<p>매개변수인 <code>%1$s</code>는 각 제목의 <code>type</code> 속성에 따라 적절한 숫자로 치환된다.</p>
|
||||
|
||||
Reference in New Issue
Block a user