| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.Printing.Citation
Description
Defines types used for printing citations.
Documentation
A citation contains an entry id, the kind of citation, and the appropriate citation fields.
Constructors
| Cite EntryID CitationKind [CiteField] |
Fields used in citations. More suitable to printing
Constructors
| Address Spec | |
| Author People | |
| BookTitle Spec | Used for |
| Chapter Int | |
| Edition Int | |
| Editor People | |
| HowPublished HP | |
| Institution Spec | |
| Journal Spec | |
| Month Month | |
| Note Spec | |
| Number Int | |
| Organization Spec | |
| Pages [Int] | Range of pages (ex1. 1-32; ex2. 7,31,52-55) |
| Publisher Spec | |
| School Spec | |
| Series Spec | |
| Title Spec | |
| Type Spec | BibTeX "type" field |
| Volume Int | |
| Year Int |