package talaria-bibtex

  1. Overview
  2. Docs
type pages =
  1. | Loc of int
  2. | Interv of int * int
type name = {
  1. lastname : string;
  2. firstname : string;
}
type kind =
  1. | Article
  2. | Inproceedings
  3. | Book
  4. | Talk
  5. | Poster
type state =
  1. | Published
  2. | Accepted
  3. | Submitted
  4. | WIP
    (*

    Publication status

    *)