Skip to content

LaTeX section/subsection navigating crumbs, usually on top of the page

License

Notifications You must be signed in to change notification settings

yegor256/crumbs

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2025
Feb 23, 2025
Feb 25, 2025
Mar 2, 2025
Mar 2, 2025
Sep 4, 2021
Jan 3, 2025
Jan 2, 2025
Jan 3, 2025
Mar 10, 2025
Jan 31, 2025
Feb 25, 2025
Mar 2, 2025
Feb 23, 2025
Sep 16, 2022

Repository files navigation

Menu Crumbs for Presentations

make CTAN License

This LaTeX 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}

Otherwise, you can download crumbs.sty and add to your project.

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.