parent
a0fae92847
commit
1985164816
1 changed files with 2 additions and 1 deletions
|
@ -508,7 +508,8 @@ blockToLaTeX (RawBlock f x)
|
|||
blockToLaTeX (BulletList []) = return empty -- otherwise latex error
|
||||
blockToLaTeX (BulletList lst) = do
|
||||
incremental <- gets stIncremental
|
||||
let inc = if incremental then "[<+->]" else ""
|
||||
beamer <- writerBeamer `fmap` gets stOptions
|
||||
let inc = if beamer && incremental then "[<+->]" else ""
|
||||
items <- mapM listItemToLaTeX lst
|
||||
let spacing = if isTightList lst
|
||||
then text "\\tightlist"
|
||||
|
|
Loading…
Add table
Reference in a new issue