[][src]Trait poetry_book::Latex

pub trait Latex {
    fn latex(&self) -> String;
}

Latex output

Required methods

fn latex(&self) -> String

Get latex representation

Loading content...

Implementors

impl Latex for Book[src]

impl Latex for Poem[src]

impl Latex for Preface[src]

Loading content...