Enum pandoc::DocumentClass[][src]

pub enum DocumentClass {
    Article,
    Report,
    Book,
}

equivalent to the latex document class

Variants

compact form of report

abstract + chapters + custom page for title, abstract and toc

no abstract

Trait Implementations

impl Debug for DocumentClass
[src]

Formats the value using the given formatter. Read more

impl Clone for DocumentClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for DocumentClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations