Re: How does Eudoc/Creole indent text?
- Posted by _tom (admin) Apr 01, 2013
- 1348 views
Preamble
Eudoc collects text (from source-code and independent files) and produces a single text file. The .af "assembly file" is is a list of files that get processed by the eudoc program.
Creole is a "markup language" used for example in the OpenEuphoria wiki and in this forum. You can choose to write your documentation text using Creole markup or you could even choose to use some other markup language--this is unrelated to the eudoc program. The creole application translates plain text, written with Creole markup, into an html or tex file. The html or tex formatting is responsible for the final product and its formatted appearance. Both html and tex can be turned into a pdf as a final product.
Formatted Result
Use a .css (cascading style sheet) to determine how your html documentation looks like. Examine style.css and pdf.css found with the documentation source. A webpage editor will let you experiment with formatting and then save a .css file.
If you use tex output, then a LaTex editor can be used to format the output.