Support \frametitle in outline
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18.1k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Steps to Reproduce
Use the default template shown in the overleaf introduction to beamer, the frame title does not appear in the outline in the left navbar.
- Copy paste the code in the introduction to beamer
- Check that "Sample frame title" does not appear in the outline on the left navbar (bottom)
- Replace
\frametitleby\begin{frame}{Sample frame title}and "Sample frame title" appears in the outline
Expected Behaviour
"Sample frame title" should appear in the outline also for \frametitle.
Observed Behaviour
The frame title does not appear in the outline with \frametitle.
Context
I work with people who took the habit of using \frametitle because of Overleaf's introduction and this makes navigating the presentation much more complicated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the linked Overleaf Beamer introduction, comparing a frame using frametitle with one using the frame environment title. Find the outline-generation entry point and its existing handling for frame titles, then verify that both forms produce the same outline entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100