|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.sink.AbstractSink
org.apache.maven.doxia.sink.SinkAdapter
org.apache.maven.doxia.sink.AbstractTextSink
org.apache.maven.doxia.module.latex.LatexSink
org.apache.maven.doxia.book.services.renderer.latex.LatexBookSink
public class LatexBookSink
LatexBookSink class.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.doxia.markup.TextMarkup |
|---|
PIPE |
| Fields inherited from interface org.apache.maven.doxia.markup.Markup |
|---|
COLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STAR |
| Fields inherited from interface org.apache.maven.doxia.sink.Sink |
|---|
JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE, SECTION_LEVEL_1, SECTION_LEVEL_2, SECTION_LEVEL_3, SECTION_LEVEL_4, SECTION_LEVEL_5 |
| Constructor Summary | |
|---|---|
LatexBookSink(java.io.Writer out)
Construct a new LatexBookSink which is a LatexSink with the given writer, null sinkCommands, null preamble and fragmentDocument = true. |
|
| Method Summary | |
|---|---|
void |
defaultBookPreamble()
Writes the default LaTeX commands and preamble in the main book file. |
protected java.lang.String |
getDocumentBegin()
|
protected java.lang.String |
getDocumentStart()
|
java.lang.String |
getTitle()
Return the title. |
void |
text(java.lang.String text)
|
void |
title_()
|
| Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
|---|
head_, listItem_, numberedListItem_, section_, section, section1_, section1, section2_, section2, section3_, section3, section4_, section4, section5_, section5, sectionTitle_, sectionTitle |
| Methods inherited from class org.apache.maven.doxia.sink.AbstractSink |
|---|
enableLogging, getLog, unifyEOLs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LatexBookSink(java.io.Writer out)
out - the writer for the sink.| Method Detail |
|---|
protected java.lang.String getDocumentStart()
getDocumentStart in class LatexSinkprotected java.lang.String getDocumentBegin()
getDocumentBegin in class LatexSinkpublic void text(java.lang.String text)
text in interface Sinktext in class LatexSinkpublic void title_()
title_ in interface Sinktitle_ in class LatexSinkpublic java.lang.String getTitle()
public void defaultBookPreamble()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||