Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yegor256/crumbs
LaTeX section/subsection navigating crumbs, usually on top of the page
https://github.com/yegor256/crumbs
latex latex-package
Last synced: 3 months ago
JSON representation
LaTeX section/subsection navigating crumbs, usually on top of the page
- Host: GitHub
- URL: https://github.com/yegor256/crumbs
- Owner: yegor256
- License: mit
- Created: 2021-09-04T05:38:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T20:24:52.000Z (3 months ago)
- Last Synced: 2024-09-29T04:42:04.797Z (3 months ago)
- Topics: latex, latex-package
- Language: TeX
- Homepage:
- Size: 92.8 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![make](https://github.com/yegor256/crumbs/actions/workflows/l3build.yml/badge.svg)](https://github.com/yegor256/crumbs/actions/workflows/l3build.yml)
[![CTAN](https://img.shields.io/ctan/v/crumbs)](https://ctan.org/pkg/crumbs)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/crumbs/blob/master/LICENSE.txt)This LaTeX package adds nagivation crumbs to your document, which
may be very useful for presentation and slide decks.First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
from [CTAN](https://ctan.org/pkg/crumbs)
and then use in the preamble:```tex
\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}
```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.Copyright (c) 2021-2024 Yegor Bugayenko, MIT License