authoring-0.3.3.1: A library for writing papers

Safe HaskellNone

Text.Authoring.Bibliography

Synopsis

Documentation

bibliographyContent :: (MonadState s m, HasAuthorState s, HasDatabase s, MonadIO m) => m TextSource

generate the content for the bibliography file.

withDatabaseFile :: (MonadIO m, MonadState s m, HasDatabase s) => FilePath -> m a -> m a

Excecute the program using the given database file. The file will be created if it didn't exist.