Skip to content

Commit

Permalink
LaTeX writer: add s and squeeze to recognized beamer frameoptions.
Browse files Browse the repository at this point in the history
Closes #7869.
  • Loading branch information
jgm committed Jan 27, 2022
1 parent bd8b7ca commit 4fa042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Pandoc/Writers/LaTeX.hs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ blockToLaTeX (Div (identifier,"slide":dclasses,dkvs)
let fragile = "fragile" `elem` classes ||
not (null $ query hasCodeBlock bs ++ query hasCode bs)
let frameoptions = ["allowdisplaybreaks", "allowframebreaks", "fragile",
"b", "c", "t", "environment",
"b", "c", "t", "environment", "s", "squeeze",
"label", "plain", "shrink", "standout",
"noframenumbering"]
let optionslist = ["fragile" | fragile
Expand Down

0 comments on commit 4fa042f

Please sign in to comment.