<gentext key="index symbols" text="symboler"/>
-<gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyzæøå"/>
-<gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ"/>
+<gentext key="lowercase.alpha"
+ text="abcdefghijklmnopqrstuvwxyzæøå"/>
+<gentext key="uppercase.alpha"
+ text="ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ"/>
<dingbat key="startquote" text="“"/>
<dingbat key="endquote" text="”"/>
</context>
-<context name="section-title">
-
+<context name="title-unnumbered">
+
+<template name="appendix">%t</template>
<template name="bridgehead">%t</template>
+<template name="chapter">%t</template>
<template name="sect1">%t</template>
<template name="sect2">%t</template>
<template name="sect3">%t</template>
<template name="sect5">%t</template>
<template name="section">%t</template>
<template name="simplesect">%t</template>
-
+
</context>
-
-<context name="section-title-numbered">
-
+
+<context name="title-numbered">
+
+<template name="appendix"><Appendix/> %n. %t</template>
<template name="bridgehead">%n. %t</template>
+<template name="chapter"><Chapter/> %n. %t</template>
<template name="sect1">%n. %t</template>
<template name="sect2">%n. %t</template>
<template name="sect3">%n. %t</template>
<template name="sect4">%n. %t</template>
<template name="sect5">%n. %t</template>
<template name="section">%n. %t</template>
-<template name="simplesect">%n. %t</template>
+<template name="simplesect">%t</template>
</context>