diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/sectionbreak/CHANGELOG.md | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sectionbreak/README.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.pdf | bin | 39755 -> 49309 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.tex | 4 |
4 files changed, 17 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/sectionbreak/CHANGELOG.md b/Master/texmf-dist/doc/latex/sectionbreak/CHANGELOG.md index 81d8057eee4..95eb430a5a0 100644 --- a/Master/texmf-dist/doc/latex/sectionbreak/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/sectionbreak/CHANGELOG.md @@ -1,3 +1,9 @@ +- 2019/03/11 version 0.1d + - fix for the Microtype error in the frozen TL 2018 +- 2019/02/07 + - fixed `Inconsolata` font name in the documentation + - added `skip` option + - added `disable` option - 2018/01/03 version 0.1c - added copyright and version info to the `sectionbreak.sty` file - fixed small errors in the documentation 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. diff --git a/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.pdf b/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.pdf Binary files differindex 5fbc8f8846f..0cea528aeb7 100644 --- a/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.pdf +++ b/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.pdf diff --git a/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.tex b/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.tex index fced44203f0..dfef080af66 100644 --- a/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.tex +++ b/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-doc.tex @@ -6,10 +6,12 @@ \usepackage[asterism]{sectionbreak} \usepackage[definitionLists=true,hybrid=true]{markdown} \usepackage{fontspec} +\usepackage{luatexbase} % because of Microtype error: https://tex.stackexchange.com/a/476742/2891 \usepackage{microtype} \usepackage{hyperref} +\usepackage{lipsum} \setmainfont{TeX Gyre Schola} -\setmonofont{Inconsolata}[Scale=MatchLowercase] +\setmonofont{Inconsolatazi4}[Scale=MatchLowercase] \ifdefined\version\else\def\version{undefined}\fi \ifdefined\gitdate\else\def\gitdate{undefined}\fi \begin{document} |