patat-0.8.4.3: Terminal-based presentations using Pandoc

Safe HaskellNone
LanguageHaskell2010

Patat.Presentation.Internal

Synopsis

Documentation

data PresentationSettings Source #

These are patat-specific settings. That is where they differ from more general metadata (author, title...)

Constructors

PresentationSettings 

Fields

data Margins Source #

Constructors

Margins 

Fields

data Slide Source #

Instances
Show Slide Source # 
Instance details

Defined in Patat.Presentation.Internal

Methods

showsPrec :: Int -> Slide -> ShowS #

show :: Slide -> String #

showList :: [Slide] -> ShowS #

type Index = (Int, Int) Source #

Active slide, active fragment.