summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/sectionbreak/sectionbreak-example.tex
blob: b41978e5b63328037c783ee4a3bace297568eee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% přesunout do ~/texexamples/packages
\documentclass[12pt]{article}
\usepackage{luatex85}
\usepackage[paperwidth=30em, paperheight=26em,margin=2em]{geometry}
\parindent=0pt
% \usepackage[***,postskip=1em,preskip=1em]{sectionbreak}
\usepackage[asterism]{sectionbreak}
\pagestyle{empty}

\begin{document}

Section separated by three exclamation marks.
\sectionbreak[!!!]

Section separated by asterism section mark requested in\\ \texttt{\textbackslash usepackage}.
\sectionbreak

Section separated by a rule.
\sectionbreakmark{\rule{10em}{3pt}}
\sectionbreak


\end{document}