diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/sectionbreak/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/sectionbreak/README.md | 8 |
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. |