CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/crumbs

README.md

make CTAN License

This package adds nagivation crumbs to your document, which may be very useful for presentation and slide decks.

First, install it from CTAN and then use in the preamble:

\documentclass{article}
\usepackage{crumbs}
\usepackage{fancyhdr}
\fancyhead[L]{\crumbs}
\begin{document}
\section{Introduction}
Some text here.
\section{Related Works}
Some other text here.
\end{document}

The full example and all commands are available in the crumbs.tex file.

If you want to contribute yourself, make a fork, then create a branch, then run make in the root directory. It should compile everything without errors. If not, submit an issue and wait. Otherwise, make your changes and then run make again. If the build is still clean, submit a pull request.

Download the contents of this package in one zip archive (254.8k).

crumbs – Add a Navigation Path to the page header

This package adds a navigation path (“breadcrumb trail”) at the header of a presentation, just like some websites do in order to simplify navigation.

Packagecrumbs
Repositoryhttps://github.com/yegor256/crumbs
Version0.4.1 2022-10-03
LicensesMIT License
Copyright2021–2022 Yegor Bugayenko
MaintainerYegor Bugayenko
Contained inTeX Live as crumbs
MiKTeX as crumbs
TopicsHeadings
...
Guest Book Sitemap Contact Contact Author