\phpDocumentor\Plugin\Scrybe\ConverterToLatexInterface

Interface that dictates the custom options that all converters that convert to Latex should have.

Summary

Methods
Constants
setTitle()
setAuthor()
setCoverLogo()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setTitle()

setTitle(string  $title) : void

Sets the title that is supposed to be on the front page.

Parameters

string $title

setAuthor()

setAuthor(string  $author) : void

Sets the author name that is supposed to be on the frontpage.

Parameters

string $author

setCoverLogo()

setCoverLogo(string  $cover_logo) : void

Sets the filename used as logo or cover picture.

The image location should be absolute or relative to the destination location.

Parameters

string $cover_logo