Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
tuhh_latex_presentation tuhh_latex_presentation
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Institute of Communication Networks
  • tuhh_latex_presentationtuhh_latex_presentation
  • Issues
  • #27

Closed
Open
Created Mar 24, 2022 by Leonard Fisser@cbr3109🐸Owner2 of 2 tasks completed2/2 tasks

Footnoterule fails in floating environment such as tcolorboxes

The current footnote rule adds the vertical line separator above the footnote content.
However, this causes problems in floating environments in which the "bottom" of the page is defined within the env itself, resulting in:

image

We can fix this by identifying the environments affected by this (might just be the tcolorbox env) and override the footnote rule for the specific env using %\AtBeginEnvironment {tcolorbox}{\renewcommand\footnoterule{}}.

  • Check which common env's are affected
  • Add overrides to template for effected env's

Tested Envs:

  • itemize -> passed
  • enumerate -> passed
  • description -> passed
  • structureenv -> passed
  • alertenv -> passed
  • block -> passed
  • alertblock -> passed
  • exampleblock -> passed
  • theorem -> passed
  • definition -> passed
  • example -> passed
  • proof -> passed
  • beamercolorbox -> passed
  • beamerboxesrounded -> failed
  • figure -> passed
  • columns -> passed
  • abstract -> passed
  • tcolorbox -> failed
Edited Mar 28, 2022 by Leonard Fisser
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking