Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • this works ! but how would i add subsections in the sidebar ? something like "types of relations" under "Relations on Sets" in the pic i uploaded Commented Oct 19, 2024 at 18:54
  • Use ## whatever to add a subsection and then increase the level of all the following headings by one. Commented Oct 19, 2024 at 18:57
  • pandoc is rendering anything after the title of the slide as a phantomsection instead of subsection : \phantomsection\label{what-are-functions-expected-as-subsection} . Correcting it to subsection manually works , but is there a way to make it subsection in markdown ? Commented Oct 19, 2024 at 19:12
  • @PuzzleheadedSoup-98 I updated the example to use a subsection for the intro Commented Oct 19, 2024 at 19:24
  • thank you ! this works perfectly! Commented Oct 19, 2024 at 19:39