summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-03 21:59:18 +0000
committerKarl Berry <karl@freefriends.org>2018-01-03 21:59:18 +0000
commit2971839f7d790de0480bc759e75c5ceeb87eff08 (patch)
treefee034c2e6d0d32049a8270e7fc6c120cebca892 /Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-example.tex
parentfbfe7e9dd9a9c34097027af2457cad6cc2d8e255 (diff)
sectionbreak (3jan18)
git-svn-id: svn://tug.org/texlive/trunk@46200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-example.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-example.tex b/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-example.tex
new file mode 100644
index 00000000000..cdc79053491
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sectionbreak/sectionbreak-example.tex
@@ -0,0 +1,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 asterisk 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}