summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/crumbs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-12 20:34:58 +0000
committerKarl Berry <karl@freefriends.org>2021-09-12 20:34:58 +0000
commit1e90c2e6f453642528ed8049736556a5f79a4152 (patch)
treef80c8da000e7c2f4286f7aada1a8d39e795499e0 /Master/texmf-dist/doc/latex/crumbs
parent71958ae0833d2297931a2affdad6115845c52cc4 (diff)
crumbs (12sep21)
git-svn-id: svn://tug.org/texlive/trunk@60483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/crumbs')
-rw-r--r--Master/texmf-dist/doc/latex/crumbs/crumbs.pdfbin332452 -> 345356 bytes
-rw-r--r--Master/texmf-dist/doc/latex/crumbs/crumbs.tex23
2 files changed, 22 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf b/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf
index f9e2892b643..4d7bd0169ff 100644
--- a/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf
+++ b/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/crumbs/crumbs.tex b/Master/texmf-dist/doc/latex/crumbs/crumbs.tex
index ce34e8c6503..dbed6fc4089 100644
--- a/Master/texmf-dist/doc/latex/crumbs/crumbs.tex
+++ b/Master/texmf-dist/doc/latex/crumbs/crumbs.tex
@@ -42,7 +42,7 @@
\title{\ff{crumbs}: \LaTeX{} Package \\ for Navigation Crumbs}
\author{Yegor Bugayenko}
-\date{0.2.2 2021/09/09}
+\date{0.3.0 2021/09/12}
\begin{document}
\pagenumbering{gobble}
@@ -114,6 +114,27 @@ an optional argument, which will be used in the crumbs, e.g.:
\subsection{How to Contribute}
+You may turn on the ``dry'' mode, which will prohibit the package to
+renew \ff{\char`\\section\{\}} and \ff{\char`\\subsection\{\}} commands.
+You will still be able to use the crumbs mechanism through
+\ff{\char`\\crumbection\{\}} and \ff{\char`\\subcrumbection\{\}}
+commands, for example:
+
+\begin{ffcode}
+\documentclass{article}
+\usepackage[dry]{crumbs}
+\begin{document}
+\crumbection[Intro]{Introduction} % Add it to \crumbs
+\section{Introduction} % Print it to the page
+Hello, world!
+\end{document}
+\end{ffcode}
+
+You can also instruct it to increment
+\ff{\char`\\section\{\}} and \ff{\char`\\subsection\{\}}
+on each call to \ff{\char`\\crumbection\{\}} and \ff{\char`\\subcrumbection\{\}}
+respectively. Just use the \ff{increment} package option.
+
More details about this package you can find
in the \ff{yegor256/crumbs} GitHub repository.