Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

見出しレベルについての説明が間違っている #1309

Closed
kauplan opened this issue May 31, 2019 · 1 comment
Closed

見出しレベルについての説明が間違っている #1309

kauplan opened this issue May 31, 2019 · 1 comment

Comments

@kauplan
Copy link

kauplan commented May 31, 2019

見出しレベルの説明
https://github.com/kmuto/review/blob/master/doc/format.ja.md#%E7%AB%A0%E7%AF%80%E9%A0%85%E6%AE%B5%E8%A6%8B%E5%87%BA%E3%81%97
において、

6 レベル以上は使えません。

とあるが、実際には6まで使えて、7以上が使えない。

また

= 章のキャプション
== 節のキャプション
=== 項のキャプション
==== 段のキャプション
===== 小段のキャプション

とあるが、実際には項と段の間に「目」が入っている。
つまり、正しい説明はこちら。

= 章のキャプション
== 節のキャプション
=== 項のキャプション
==== 目のキャプション
===== 段のキャプション
====== 小段のキャプション

動作確認用の入力:

= level 1

== level 2

=== level 3

==== level 4

===== level 5

====== level 6

変換例(Re:VIEW 3.1.0):

\chapter{level 1}          % 章: level 1
\label{chap:example}

\section{level 2}          % 節: level 2
\label{sec:1-1}

\subsection*{level 3}      % 項: level 3
\addcontentsline{toc}{subsection}{level 3}
\label{sec:1-1-1}

\subsubsection*{level 4}   % 目: level 4
\label{sec:1-1-1-1}

\paragraph*{level 5}       % 段: level 5
\label{sec:1-1-1-1-1}

\subparagraph*{level 6}    % 小段: level 6
\label{sec:1-1-1-1-1-1}

ドキュメントの修正をお願いします。

@kmuto
Copy link
Owner

kmuto commented Jun 2, 2019

ありがとうございます、#1311 で修正します。

@kmuto kmuto closed this as completed in abf1a2a Jun 2, 2019
kmuto added a commit that referenced this issue Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants