Difference between revisions of "FAQ"

From Wiki
Jump to navigation Jump to search
(questions about presentations and XML added (feel free to contribute better answers))
Line 15: Line 15:
  
 
:Source: ''LaTeX in proper ConTeXt'' (by Berend de Boer)
 
:Source: ''LaTeX in proper ConTeXt'' (by Berend de Boer)
 +
 +
=== How can I convert a document into RTF or HTML? ===
 +
 +
:Hot topic on the mailing list!
 +
 +
:There's currently no converter such as LaTeX2html available for ConTeXt. If you're ready to pay a price and put some more effort in your document, the best way is to use XML and produce PDF out of it with ConTeXt and HTML using XSLT.
 +
 +
:[http://archive.contextgarden.net/thread/20050921.151245.b6a6f87e.en.html ConTeXt to RTF Conversion]
 +
 +
=== What about the other way around? ===
 +
 +
:[http://archive.contextgarden.net/thread/20050926.213139.45057948.en.html DOC/RTF to ConTeXt via XML]
 +
 +
=== XML: please tell me more about it ===
 +
 +
=== How do I make a presentaton? ===
 +
 +
:You don't need any special package (like prosper or seminar in LaTeX) to make a presentation. In contrast to LaTeX, changing the document size, changing colors, adding hyperlinks, ... appears to be extremely simple in ConTeXt. See [[Presentations]] for more specific topics.

Revision as of 09:45, 23 October 2005


TODO: This FAQ needs to have a lot of things worked on. To avoid clutter from repeated TODO tags, just note missing answers with "...", and put notes about missing information in parentheses. (See: To-Do List)


Is ConTeXt free (open source) software?

Yes. See the Read Me page for details.

Does ConTeXt support Unicode?

Yes. It supports Unicode (utf-8) input, with the \enableregime[utf] command. See also Encodings and Regimes (This needs a bit of elaboration!)

Why does \startalignment[right] or \framed[align=right]{some text} align my text left instead of right and vice versa?

This is for backward compatibility with older versions; see Right and left. Hans was originally thinking of "ragged right" and "ragged left" alignment. Use flushleft and flushright instead.

What are the advantages of ConTeXt over LaTeX?

ConTeXt is a macro package that’s far more advanced than LaTeX. You can enhance LaTeX with third party packages, but not all macro packages work together with each other. ConTeXt is an integrated, powerful and flexible macro package for which you seldom need third party packages. ConTeXt also has been used to create large and complex on-screen documents, including hyperlinks, on screen buttons, forms, cross-document links, and so on.
Source: LaTeX in proper ConTeXt (by Berend de Boer)

How can I convert a document into RTF or HTML?

Hot topic on the mailing list!
There's currently no converter such as LaTeX2html available for ConTeXt. If you're ready to pay a price and put some more effort in your document, the best way is to use XML and produce PDF out of it with ConTeXt and HTML using XSLT.
ConTeXt to RTF Conversion

What about the other way around?

DOC/RTF to ConTeXt via XML

XML: please tell me more about it

How do I make a presentaton?

You don't need any special package (like prosper or seminar in LaTeX) to make a presentation. In contrast to LaTeX, changing the document size, changing colors, adding hyperlinks, ... appears to be extremely simple in ConTeXt. See Presentations for more specific topics.