org.apache.maven.doxia.book.services.renderer.latex
public class LatexBookSink extends LatexSink
Version: $Id: LatexBookSink.java 572956 2007-09-05 14:22:50Z ltheussl $
| Constructor Summary | |
|---|---|
| LatexBookSink(Writer out)
Construct a new LatexBookSink which is a LatexSink with the given writer,
null sinkCommands, null preamble and fragmentDocument = true.
| |
| Method Summary | |
|---|---|
| protected String | getDocumentBegin() |
| protected String | getDocumentStart() |
| String | getTitle()
Return the title.
|
| void | text(String newText) |
| void | title_() |
Parameters: out the writer for the sink.
Returns: String.