diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-06 21:17:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-06 21:17:15 +0000 |
commit | 1389b7ca86a6de2edaf01df5484c3666ed9e2e51 (patch) | |
tree | 537d7bee5742617e2da28d127670edf47d087c5b /Master/texmf-dist/doc/latex/crumbs | |
parent | c436984614539aca09069bca93601eb10a989422 (diff) |
crumbs (6sep21)
git-svn-id: svn://tug.org/texlive/trunk@60440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/crumbs')
-rw-r--r-- | Master/texmf-dist/doc/latex/crumbs/crumbs.pdf | bin | 332170 -> 332623 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/crumbs/crumbs.tex | 9 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf b/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf Binary files differindex f930fb6401f..51b6922ad51 100644 --- a/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf +++ b/Master/texmf-dist/doc/latex/crumbs/crumbs.pdf diff --git a/Master/texmf-dist/doc/latex/crumbs/crumbs.tex b/Master/texmf-dist/doc/latex/crumbs/crumbs.tex index b80776ffcb4..250be01c666 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.1.0 2021/09/04} +\date{0.2.1 2021/09/06} \begin{document} \pagenumbering{gobble} @@ -99,8 +99,13 @@ The same for \ff{\char`\\subcrumb\{\}}, but the comparison should be done not between \ff{section} and \ff{crumbi}, but between \ff{subsection} and \ff{subcrumbi} counters. +The first parameter of both \ff{\char`\\crumb\{\}} and \ff{\char`\\subcrumb\{\}} +is the optional parameter of \ff{\char`\\section\{\}} and \ff{\char`\\subsection\{\}} +calls respectively. The second one is the mandatory parameter of them, which +is the full text of the section and sub-section. + You can use \ff{\char`\\section} and \ff{\char`\\subsection} with -an option argument, which will be used in the crumbs, e.g.: +an optional argument, which will be used in the crumbs, e.g.: \begin{ffcode} \section[Details]{More Details About The Method} |