Enum pandoc::DocumentClass
[−]
[src]
pub enum DocumentClass {
Article,
Report,
Book,
}equivalent to the latex document class
Variants
Articlecompact form of report
Reportabstract + chapters + custom page for title, abstract and toc
Bookno abstract
Trait Implementations
impl Clone for DocumentClass[src]
fn clone(&self) -> DocumentClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more