FAU-AMMN / fau-beamer

Beamer template according to the FAU corporate style guide 2021
35 stars 13 forks source link

Can't change BaseLineSkip #16

Closed keszocze closed 2 years ago

keszocze commented 2 years ago

The main packages passes the size parameter to the font package as follows:

https://github.com/FAU-AMMN/fau-beamer/blob/e3f7cab2fb05a4aa487caac89e1cd3f90bedb18b/styles/beamerthemefau.sty#L56-L61

The option to pass the baselineskip as well is missing though. I propose to add the following to beamerthemefau.sty:

\DeclareOptionBeamer{BaseLineSkip}{%
    \PassOptionsToPackage{BaseLineSkip=#1}{styles/beamerfontthemefau}
}%
TimRoith commented 2 years ago

Thanks for spotting this, I incorporated your proposition in b11df5fed75d21a77ec7d23623013979564e7b15