1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
%D \module
%D [ file=m-subsub,
%D version=2000.12.14,
%D title=\CONTEXT\ Private Modules,
%D subtitle=More Section Levels,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. This module is not public.
\unprotect
\startvariables dutch english
german czech
italian romanian
subsubsubsubsubsection: subsubsubsubsubparagraaf subsubsubsubsubsection
unterunterunterunterunterabsatz podpodpodpodpodsekce
sottosottosottosottosottocapoverso subsubsubsubsubsectiune
subsubsubsubsubsubsection: subsubsubsubsubsubparagraaf subsubsubsubsubsubsection
unterunterunterunterunterunterabsatz podpodpodpodpodpodsekce
sottosottosottosottosottosottocapoverso subsubsubsubsubsubsectiune
subsubsubsubsubsubsubsection: subsubsubsubsubsubsubparagraaf subsubsubsubsubsubsubsection
unterunterunterunterunterunterunterabsatz podpodpodpodpodpodpodsekce
sottosottosottosottosottosottosottocapoverso subsubsubsubsubsubsubsectiune
subsubsubsubsubsubsubsubsection: subsubsubsubsubsubsubsubparagraaf subsubsubsubsubsubsubsubsection
unterunterunterunterunterunterunterunterabsatz podpodpodpodpodpodpodpodsekce
sottosottosottosottosottosottosottosottocapoverso subsubsubsubsubsubsubsubsectiune
subsubsubsubsubsubsubsubsubsection: subsubsubsubsubsubsubsubsubparagraaf subsubsubsubsubsubsubsubsubsection
unterunterunterunterunterunterunterunterunterabsatz podpodpodpodpodpodpodpodpodsekce
sottosottosottosottosottosottosottosottosottocapoverso subsubsubsubsubsubsubsubsubsectiune
subsubsubsubsubsubject: subsubsubsubsubonderwerp subsubsubsubsubsubject
unterunterunterunterunterthema podpodpodpodpodtema
sottosottosottosottosottoargomento subsubsubsubsubsubiect
subsubsubsubsubsubsubject: subsubsubsubsubsubonderwerp subsubsubsubsubsubsubject
unterunterunterunterunterunterthema podpodpodpodpodpodtema
sottosottosottosottosottosottoargomento subsubsubsubsubsubsubiect
subsubsubsubsubsubsubsubject: subsubsubsubsubsubsubonderwerp subsubsubsubsubsubsubsubject
unterunterunterunterunterunterunterthema podpodpodpodpodpodpodtema
sottosottosottosottosottosottosottoargomento subsubsubsubsubsubsubsubiect
subsubsubsubsubsubsubsubsubject: subsubsubsubsubsubsubsubonderwerp subsubsubsubsubsubsubsubsubject
unterunterunterunterunterunterunterunterthema podpodpodpodpodpodpodpodtema
sottosottosottosottosottosottosottosottoargomento subsubsubsubsubsubsubsubsubiect
subsubsubsubsubsubsubsubsubsubject: subsubsubsubsubsubsubsubsubonderwerp subsubsubsubsubsubsubsubsubsubject
unterunterunterunterunterunterunterunterunterthema podpodpodpodpodpodpodpodpodtema
sottosottosottosottosottosottosottosottosottoargomento subsubsubsubsubsubsubsubsubsubiect
\stopvariables
\definesection[\v!sectionlevel-8]
\definesection[\v!sectionlevel-9]
\definesection[\v!sectionlevel-10]
\definesection[\v!sectionlevel-11]
\definesection[\v!sectionlevel-12]
\definehead
[\v!subsubsubsubsubsection]
[\c!section=\v!sectionlevel-8,
\c!default=\v!subsubsubsubsection]
\definehead
[\v!subsubsubsubsubsubsection]
[\c!section=\v!sectionlevel-9,
\c!default=\v!subsubsubsubsubsection]
\definehead
[\v!subsubsubsubsubsubsubsection]
[\c!section=\v!sectionlevel-10,
\c!default=\v!subsubsubsubsubsubsection]
\definehead
[\v!subsubsubsubsubsubsubsubsection]
[\c!section=\v!sectionlevel-11,
\c!default=\v!subsubsubsubsubsubsubsection]
\definehead
[\v!subsubsubsubsubsubsubsubsubsection]
[\c!section=\v!sectionlevel-12,
\c!default=\v!subsubsubsubsubsubsubsubsection]
\definehead
[\v!subsubsubsubsubsubject]
[\c!coupling=\v!subsubsubsubsubsection,
\c!default=\v!subsubsubsubsubsection,
\c!incrementnumber=\v!no]
\definehead
[\v!subsubsubsubsubsubsubject]
[\c!coupling=\v!subsubsubsubsubsubsection,
\c!default=\v!subsubsubsubsubsubsection,
\c!incrementnumber=\v!no]
\definehead
[\v!subsubsubsubsubsubsubsubject]
[\c!coupling=\v!subsubsubsubsubsubsubsection,
\c!default=\v!subsubsubsubsubsubsubsection,
\c!incrementnumber=\v!no]
\definehead
[\v!subsubsubsubsubsubsubsubsubject]
[\c!coupling=\v!subsubsubsubsubsubsubsubsection,
\c!default=\v!subsubsubsubsubsubsubsubsection,
\c!incrementnumber=\v!no]
\definehead
[\v!subsubsubsubsubsubsubsubsubsubject]
[\c!coupling=\v!subsubsubsubsubsubsubsubsubsection,
\c!default=\v!subsubsubsubsubsubsubsubsubsection,
\c!incrementnumber=\v!no]
\protect \endinput
|