Struct latex::Preamble [] [src]

pub struct Preamble { /* fields omitted */ }

A node representing the document's preamble.

Methods

impl Preamble
[src]

Set the document's author.

Set the document title.

Add a package import to the preamble.

Trait Implementations

impl Clone for Preamble
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Preamble
[src]

Formats the value using the given formatter.

impl Default for Preamble
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Preamble
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Renderable for Preamble
[src]

Render the item.