Guenter Milde <mi...@users.berlios.de> writes:
> Sorry, I choose the first (and wrong) auto-completion.
>
> (What is an OutputTye, by the way?)

It used to tell what output routine we should invoke for export (mainly
latex or docbook). Now it can take 3 different values:

/// The different output types
enum OutputType {
        ///
        LATEX = 1,
        ///
        DOCBOOK,
        ///
        LITERATE
};

I am not sure that the inclusion of LITERATE as an output type was a
good move, but it is probably enough for now. It means "latex plus some
literate programming tool".

JMarc

Reply via email to