This example book is written to give readers the example of the Book Language.
Books are considered as bound and always presented in two pages for reading.
But it comes with big downsides: you cannot type in multiple writing systems, cannot have defined chapters and sections, cannot include any illustrations, no hyperlinks, and of course, ragged texts.
Typed papers are considered as non-bound and only one page at a time will be presented.
All in all, you cannot write a true Book using a typewriter.
Professional-looking texts, with all the benefits of a real Book can be made, or even mass-produced easily with the help of publishers.
To have your precious texts to be printed, you must send your manuscripts to a publisher, and the
manuscript must be written in a special language: the
The btexdoc tag takes three attributes: cover, inner and papersize.
cover — changes the style of the cover. Possible values: hardcover, noneinner — changes the style of the body. Possible values: standard, typewriterpapersize — defines the size of the paper. Possible values: standardOnly the title tag is mandatory. Cover texts will be printed using a special font that has wider
gaps between characters. The title text will be printed in a double-size.
The optional title attribute allows a custom name can be given to this page.
If unspecified, the default name is “Table of Contents”.
The tag <tableofcontents /> is an internal tag used by the typesetter.
part — inserts part separation page to your bookchapter, section — inserts a new chapter/section. If an alternative name is required on the Table of Contents, the alt attribute can be used. If the chapter/section needs to be hidden on the Table of Contents, add the hide="1" attribute. If the chapter must start on a new page, simply add newpage in front of the chapter tagp — inserts a new paragraph. The body texts must be written inside this tag. All paragraphs will have a 16-pixel indentation, with the following exceptions: first p of the part/chapter/section; first p after br, newpage, pbox, ul, ol or anonbreakspan — allows changing the colour of the texts. The colour must be specified in the colour attribute. Six-digit hex code, three-digit hex code and CSS Colors Level 4 named colours are supported. Note that all the colours will be rounded to the nearest three-digit hex codeemph — is a special case of the span tag. The resulting text will be itemname — is a special case of the span tag used to highlight the name of the ingame item. The resulting text will be targetname — is a special case of the span tag used to highlight the name of an arbitrary target or goals. The resulting text will be code — is a special case of the span tag used to highlight the code element in-line. The resulting text will be surrounded in a grey boxbr — self-closing tag; inserts an anonymous line breaknewpage — self-closing tag; inserts an anonymous page breakanonbreak — self-closing tag; inserts a paragraph break in the text. The break will be in a form of a long straight line on the centre of the text. Useful for typesetting novelspbox — is a paragraph box that holds a text in a grey box, a style similar to the code tagul — starts an unordered list. List elements are defined using the li tagol — starts an ordered list. List elements are defined using the li tagfullpagebox — is used to typeset its child tags into a box that fills an entire page, with its contents centred on the page. Must be used after the newpagebtex — self-closing tag; inserts an inline form of the Self-closing tags have no child tags. To use a self-closing tag, simply do <tagname />.
index and a tags.
index — will define a target for a link. Indices require a unique identifier to work as a link, and the identifier must be defined in the id attributea — will make its child texts to be clickable. The link target (index identifier) must be defined in the href attributeindex tags will be shown here. Its syntax is as follows:
The optional title attribute allows a custom name can be given to this page. If unspecified,
the default name is “Index”.
The btexdoc tag, and therefore must
end with a matching closing tag. Simply write away </btexdoc> and the
document is finished.
The finished book description using
this page is intentionally left blank