Documenting codeExtending HyperlatexUsing color in HyperlatexBabelContentsIndex

Babel

Thanks to Eric Delaunay, the babel package is supported with English, French, German, Dutch, Italian, and Portuguese modes. If you need support for a different language, try to implement it yourself by looking at the files english.hlx, german.hlx, etc.

For instance, the german mode implements all the "-commands of the babel package. In addition, it defines the macros for making quotation marks. So you can easily write something like this:

Der Kö

nig saß da und überlegte sich, wieviele Öchslegrade wohl der weiße Wein haben würde, als er plötzlich «Majesté» rufen hörte.

by writing:

  Der K"onig sa"z da  und "uberlegte sich, wieviele
  "Ochslegrade wohl der wei"ze Wein haben w"urde, als er pl"otzlich
  "<Majest\'e"> rufen h"orte.

You can also switch to German date format, or use German navigation panel captions using \htmlpanelgerman.


July 13, 2005

Documenting codeExtending HyperlatexUsing color in HyperlatexBabelContentsIndex