summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sectionbreak/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-11 22:01:59 +0000
committerKarl Berry <karl@freefriends.org>2019-03-11 22:01:59 +0000
commit73fc8f1428dc92eee4f0fc4f3f8b8b5f163be79d (patch)
treec08163f93134c40fa0fa0b0c5db1a5a86a8e930c /Master/texmf-dist/doc/latex/sectionbreak/README.md
parent4e23992233ebab05b200a616b19c4347bf2b8ce9 (diff)
sectionbreak (11mar19)
git-svn-id: svn://tug.org/texlive/trunk@50339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sectionbreak/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/sectionbreak/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sectionbreak/README.md b/Master/texmf-dist/doc/latex/sectionbreak/README.md
index 1f6d851df28..b7b6348f8e6 100644
--- a/Master/texmf-dist/doc/latex/sectionbreak/README.md
+++ b/Master/texmf-dist/doc/latex/sectionbreak/README.md
@@ -9,6 +9,10 @@ books to signal changes in a story, like changes in time, location, etc.
There are several package options:
+`disable`
+
+: disable section break printing.
+
`mark`
: characters printed in the center of the section break. It is space by default, common value might be `***` for example.
@@ -25,6 +29,10 @@ There are several package options:
: Similar to `preskip`, but it is a space printed after the section mark.
+`skip`
+
+: Set both `preskip` and `postskip` to the same value.
+
`style`
: LaTeX commands for font style change, like `\bfseries`, for example.