From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16535 Path: main.gmane.org!not-for-mail From: Stefan Wachter Newsgroups: gmane.comp.tex.context Subject: problem with goto - was: How to implement a changing navigation bar? Date: Thu, 23 Sep 2004 11:57:25 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <41529E05.40809@gmx.de> References: <4120DCF2.7010808@gmx.de> <41212842.9020800@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030401040105060107030901" X-Trace: sea.gmane.org 1095933505 13797 80.91.229.6 (23 Sep 2004 09:58:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2004 09:58:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 23 11:58:05 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CAQMX-0005uJ-00 for ; Thu, 23 Sep 2004 11:58:05 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0F6B712792; Thu, 23 Sep 2004 11:58:05 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31735-01; Thu, 23 Sep 2004 11:58:01 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B844612772; Thu, 23 Sep 2004 11:58:01 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 121E912772 for ; Thu, 23 Sep 2004 11:58:01 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31559-04-2 for ; Thu, 23 Sep 2004 11:58:00 +0200 (CEST) Original-Received: from mail.gmx.net (unknown [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id E4E421276F for ; Thu, 23 Sep 2004 11:57:59 +0200 (CEST) Original-Received: (qmail 31521 invoked by uid 65534); 23 Sep 2004 09:57:57 -0000 Original-Received: from pD95E8E5B.dip.t-dialin.net (EHLO gmx.de) (217.94.142.91) by mail.gmx.net (mp009) with SMTP; 23 Sep 2004 11:57:57 +0200 X-Authenticated: #10144042 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <41212842.9020800@wxs.nl> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16535 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16535 This is a multi-part message in MIME format. --------------030401040105060107030901 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi Hans, I implemented my changing navigation bar like you proposed, i.e. using a layer that is "refreshed" by the footer text: \definelayer[navbar] \setupbackgrounds[text][leftmargin][background=navbar] \startsetups NavBar ... some quite complicated code setting up the navigation bar layer ... \stopsetups \setupfootertexts[\setups{NavBar}] Everything works now, but I was not able to use the \goto makro inside the navigation layer setup code. It seems that the \goto makro somehow interferes with the output routine. Therefore I had to replace the \goto makro in the setup code with my self written \PrevOrNextPage makro. This makro writes a "raw" pdftex link. (Sometime ago you hinted me to replace my \PrevOrNextPage makro by the \goto makro.) Using the \goto makro I get the following error message: ! Missing } inserted. } \endgroup \dosingletexts ...atetexts {#1#2#5}{#6{}{}{}}}}}}} \egroup ...tk \v!voet \v!tekst \c!middentekst } \hss }\hskip -\zetbreedte ... \dododoplacelayouttextline ...#2 #3}\hbox to #1{#4 }\stoplayoutcomponent \get... \dodoplacelayouttextline ... \c!kantlijntekst }}}} \fi \ifdim \rechtermargebr... ... l.211 ...t\crlf{} Die Landesregierung\blank[small] Can you please have a look on the example? I attach a file that when it is texexecuted produces the above error. When you comment out line 150 in the file and use line 148 instead, then the example works fine. Thanks, --Stefan Hans Hagen wrote: > Stefan Wachter wrote: > >> Hi all, >> >> I use an overlay to implement a navigation bar in the left margin of a >> document. It seems to me that the processing of the overlay is done >> only once and not for every page again. In addition, the \lastpage is >> not available. > > > page, paper and text backgrounda are calculated each page, unless you > say \setupbackgrounds[state=repeat], in which case all are recalculated; > if you put something in a layer it happens directly (but the layer may > be flushed later) > >> Does anyone know a solution? Maybe headers/footers are a solution. But >> how is absolute positioning accomplished with them? >> > you can put a layer in the background of the header area and that do > something: > > \startsetups whatever > > \setlayer[thatlayer][....positioning...]{\the\pageno} > > \stopsetups > > \setupheadertexts[\setups{whatever}] > >> PS: Here is my current implementation: >> >> \definelayer[navbar] >> \setupbackgrounds[text][leftmargin][background=navbar] >> \setlayer[navbar][x=0cm,y=10cm]{\the\pageno} > > > lastpage etc only make sense in the output routine (during page > building) since one does not know where tex will break the page. > H > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- --------------030401040105060107030901 Content-Type: application/x-tex; name="inhalt.tex" Content-Disposition: attachment; filename="inhalt.tex" Content-Transfer-Encoding: quoted-printable \enableregime[il1] \usetypescript[adobekb][texnansi] \usetypescript[postscript][texnansi] \setupbodyfont[postscript,ss,13pt] \definesymbol[PfeilNachLinks][\getglyph{sy}{220}] \definesymbol[PfeilNachRechts][\getglyph{sy}{222}] \setuppapersize[A4][A4] \setuplayout[topspace=3D1cm,header=3D1cm,width=3D170mm,height=3D290mm,bac= kspace=3D25mm,leftmargindistance=3D5mm,leftmargin=3D1cm,rightmargindistan= ce=3D-7mm] \mainlanguage[de] % Vermeide Schusterjungen und Hurenkinder \clubpenalty 10000 \widowpenalty 10000 \setuptolerance[verytolerant] \setupfootnotes[way=3Dbypage] % PDF-Einstellungen \setupoutput[pdftex] \setupinteraction[state=3Dstart,menu=3Don,title=3D1-1 th - Inhalt -,opena= ction=3D{firstpage,FitHeight}] \pdfinfo{/VDP_Prev(.pdf\#dest=3Dlink.last)/VDP_Next(../../../../th/1/1_1/= 1/text.pdf)/VDP_Curr(th/1/1_1/1/inhalt.pdf)} \startJSpreamble someside used now app.openInPlace =3D true; this.disclosed =3D true; =20 =20 if (global.stamm =3D=3D null) { global.stamm =3D 'th'; } =20 =20 function openDoc(dateipfad, destination) { var idx1 =3D dateipfad.lastIndexOf('..'); var wurzel =3D dateipfad.substring(0, idx1+2); var effRelPfad; var idx2 =3D dateipfad.indexOf('/', idx1+3); if (idx2 !=3D -1) { var stamm =3D dateipfad.substring(idx1 + 3, idx2); var idx3 =3D dateipfad.indexOf('/', idx2 + 1); if (idx3 !=3D -1) { var lzb =3D dateipfad.substring(idx2+1, idx3); var rest =3D dateipfad.substring(idx3 + 1); if (rest.indexOf('/') !=3D -1) { effRelPfad =3D stamm + '/' + lzb + '/' + rest; } else { effRelPfad =3D global.stamm + '/' + lzb + '/' + rest; } } else { effRelPfad =3D global.stamm + '/' + dateipfad.substring(idx2 + 1)= ; } } else { effRelPfad =3D dateipfad.substring(idx1 + 3); } var effDateipfad =3D wurzel + '/' + effRelPfad; try { var newDoc =3D app.openDoc(effDateipfad, this); newDoc.bringToFront(); if (destination !=3D '') { newDoc.gotoNamedDest(destination); } this.closeDoc(true); } catch (e) { app.alert(e); app.alert('dateipfad: ' + dateipfad + '; effDateipfad: ' + effDatei= pfad); } } \stopJSpreamble \definemarking[headersuffix] \setupheadertexts[{\tfx Verfassung des Freistaats Th=FCringen\getmarking[= headersuffix]}] \setupheadertexts[text][{\tfc 1}{\tfb-1}][] \setupheadertexts[margin][{\tfc TH}][] \def\SetHeaderSuffix#1{\marking[headersuffix]{#1}} \setupwhitespace[none] \setupitemize[packed] \setupcolors[state=3Dstart] \definecolor[link][r=3D0.0,g=3D0.0,b=3D0.8] \definecolor[green][r=3D0.0,g=3D0.8,b=3D0.0] \def\LinkAttr{attr{/Border [0 0 0]}} \def\LinkDestination#1{\strut\pdfdest name {#1} fit} \long\def\InternalLink#1#2{\leavevmode\pdfstartlink \LinkAttr goto name{#= 1}\color[link]{#2}\leavevmode\pdfendlink} \long\def\ExternalLink#1#2{\leavevmode\pdfstartlink \LinkAttr goto file{#= 1} page 1 {/Fit}\color[link]{#2}\leavevmode\pdfendlink} \long\def\NamedExternalLink#1#2#3{\leavevmode\pdfstartlink \LinkAttr goto= file{#1} name{#2} \color[link]{#3}\leavevmode\pdfendlink} \long\def\JsLink#1#2#3{\leavevmode\pdfstartlink \LinkAttr user{/Subtype/L= ink/A << /S /JavaScript /JS (openDoc("#1", "#2")) >>}\color[green]{#3}\le= avevmode\pdfendlink} \def\PrevOrNextPage#1#2{\leavevmode\pdfstartlink \LinkAttr user{/Subtype/= Link/A << /S /Named /N #1 >>}\color[link]{#2}\leavevmode\pdfendlink} \newdimen\TocColumnOne\newdimen\TocColumnTwo\newdimen\TocColumnSep\TocCol= umnSep1em \newdimen\TableFixedWidth\newdimen\TableProportionalWidth \newbox\SetToWidthBox \def\SetToWidth#1#2{\setbox\SetToWidthBox\hbox{#2}#1\wd\SetToWidthBox} \def\MaxDim#1#2#3{\ifdim #2 > #3 #1 #2 \else #1 #3 \fi} \newdimen\TmpWidth \def\CalcMaxWidth#1#2#3{\SetToWidth{\TmpWidth}{#3} \advance\TmpWidth#2 \M= axDim{#1}{#1}{\TmpWidth}} \newdimen\Space \def\FigureSpace{\SetToWidth{\Space}{0}\kern\Space\relax } \def\PunctuationSpace{\SetToWidth{\Space}{.}\kern\Space\relax } \newdimen\Indent\Indent1.5em \newdimen\LabelSep\LabelSep1em \newdimen\MaxLabelWidth \setupnarrower[left=3D\Indent] \long\def\TocOne#1{\vtop{\strut #1 \strut}} \long\def\TocTwo#1#2{\hbox{\vtop{\hsize\TocColumnOne \strut #1 \strut}\vt= op{\hsize\TocColumnTwo \strut #2 \strut}}} \long\def\TocSkipSmall#1{\blank[small] #1 \blank[small]} \long\def\TocSkipLarge#1{\blank[medium] #1 \blank[medium]} \long\def\Center#1{\cbox{#1}} \definelayer[navbar]%[option=3Dtest] \setupbackgrounds[text][leftmargin][background=3Dnavbar] \newdimen\Boxbreite \Boxbreite 3cm \newdimen\Boxhoehe \Boxhoehe 1cm \newdimen\Xoffset \Xoffset \leftmarginwidth \advance \Xoffset -\Boxhoehe \Xoffset 0.5\Xoffset \newdimen\Schritt \Schritt \textheight \advance \Schritt -5\Boxbreite \di= vide \Schritt 4 \advance \Schritt \Boxbreite \newdimen\Ypos \startsetups NavBar \Ypos0cm \dorecurse{3}{\setlayer[navbar][x=3D\Xoffset,y=3D\Ypos]{\bf \JsLink{../..= /../../th/1/inhalt.pdf}{}{\rotate{\framed[width=3D\Boxbreite,height=3D\Bo= xhoehe,align=3Dmiddle,top=3D\vss,bottom=3D\vss,background=3Dscreen,backgr= oundscreen=3D0.75]{Inhalt}}}}\advance\Ypos2\Schritt} \Ypos\Schritt % The following line works fine %\dorecurse{2}{\setlayer[navbar][x=3D\Xoffset,y=3D\Ypos]{\framed[frame=3D= off,width=3D\Boxhoehe,height=3D\Boxbreite,top=3D\vss,bottom=3D\vss]{\stru= t\ifnum\pageno =3D \lastpage\ExternalLink{../../../../th/1/1_1/1/text.pdf= }{\symbol[PfeilNachRechts]}\else\PrevOrNextPage{/NextPage}{\symbol[PfeilN= achRechts]}\fi\vss\strut\ifnum\pageno =3D 1\else\PrevOrNextPage{/PrevPage= }{\symbol[PfeilNachLinks]}\fi}}\advance\Ypos2\Schritt} % The following line causes the error \dorecurse{2}{\setlayer[navbar][x=3D\Xoffset,y=3D\Ypos]{\framed[frame=3Do= ff,width=3D\Boxhoehe,height=3D\Boxbreite,top=3D\vss,bottom=3D\vss]{\strut= \ifnum\pageno =3D \lastpage\ExternalLink{../../../../th/1/1_1/1/text.pdf}= {\symbol[PfeilNachRechts]}\else\goto[forward]{\symbol[PfeilNachRechts]}\f= i\vss\strut\ifnum\pageno =3D 1\else\goto[backward]{\symbol[PfeilNachLinks= ]}\fi}}\advance\Ypos2\Schritt} \stopsetups \setupfootertexts[\setups{NavBar}] \def\NoPageBreak{\par\penalty10000 } \starttext \SetHeaderSuffix{ --- Inhalt} \Center{ {\tfa\bf Verfassung des Freistaats Th=FCringen}\\Vom 25. 10. 1993 (GVBl. = S.=A0625),\crlf{} zuletzt ge=E4ndert durch Gesetz vom 24. 11. 2003 (GVBl.= S.=A0494)\\} Inhalts=FCbersicht\blank[small] Pr=E4ambel\blank[small] Erster Teil\crlf{} Grundrechte, Staatsziele und Ordnung\crlf{} des Gemein= schaftslebens\blank[small] Artikel=A01 bis 43\blank[small] Erster=A0Abschnitt\crlf{} Menschenw=FCrde, Gleichheit und Freiheit\blank[= small] Artikel=A01 bis 16\blank[small] Zweiter=A0Abschnitt\crlf{} Ehe und Familie\blank[small] Artikel=A017 bis 19\blank[small] Dritter=A0Abschnitt\crlf{} Bildung und Kultur\blank[small] Artikel=A020 bis 30\blank[small] Vierter=A0Abschnitt\crlf{} Natur und Umwelt\blank[small] Artikel=A031 bis 33\blank[small] F=FCnfter=A0Abschnitt\crlf{} Eigentum, Wirtschaft und Arbeit\blank[small] Artikel=A034 bis 38\blank[small] Sechster=A0Abschnitt\crlf{} Religion und Weltanschauung\blank[small] Artikel=A039 bis 41\blank[small] Siebter=A0Abschnitt\crlf{} Gemeinsame Bestimmungen f=FCr alle\crlf{} Grun= drechte und Staatsziele\blank[small] Artikel=A042 und 43\blank[small] Zweiter Teil\crlf{} Der Freistaat Th=FCringen\blank[small] Artikel=A044 bis 103\blank[small] Erster=A0Abschnitt\crlf{} Grundlagen\blank[small] Artikel=A044 bis 47\blank[small] Zweiter=A0Abschnitt\crlf{} Der Landtag\blank[small] Artikel=A048 bis 69\blank[small] Dritter=A0Abschnitt\crlf{} Die Landesregierung\blank[small] Artikel=A070 bis 78\blank[small] Vierter=A0Abschnitt\crlf{} Der Verfassungsgerichtshof\blank[small] Artikel=A079 und 80\blank[small] F=FCnfter=A0Abschnitt\crlf{} Die Gesetzgebung\blank[small] Artikel=A081 bis 85\blank[small] Sechster=A0Abschnitt\crlf{} Die Rechtspflege\blank[small] Artikel=A086 bis 89\blank[small] Siebter=A0Abschnitt\crlf{} Die Verwaltung\blank[small] Artikel=A090 bis 97\blank[small] Achter=A0Abschnitt\crlf{} Das Finanzwesen\blank[small] Artikel=A098 bis 103\blank[small] Dritter Teil\crlf{} =DCbergangs|-|\crlf{} und Schlu=DFbestimmungen\blank[= small] Artikel=A0104 bis 106\blank[small] Pr=E4ambel\blank[small] In dem Bewu=DFtsein des kulturellen Reichtums und der Sch=F6nheit des Lan= des, seiner wechselvollen Geschichte, der leidvollen Erfahrungen mit =FCb= erstandenen Diktaturen und des Erfolges der friedlichen Ver=E4nderungen i= m Herbst 1989,\blank[small] in dem Willen, Freiheit und W=FCrde des einzelnen zu achten, das Gemeinsc= haftsleben in sozialer Gerechtigkeit zu ordnen, Natur und Umwelt zu bewah= ren und zu sch=FCtzen, der Verantwortung f=FCr zuk=FCnftige Generationen = gerecht zu werden, inneren wie =E4u=DFeren Frieden zu f=F6rdern, die demo= kratisch verfa=DFte Rechtsordnung zu erhalten und Trennendes in=A0Europa = und der Welt zu =FCberwinden,\blank[small] gibt sich das Volk des Freistaats Th=FCringen in freier Selbstbestimmung = und auch in Verantwortung vor Gott diese Verfassung.\blank[small] \SetToWidth{\TocColumnOne}{Artikel 105a}\advance\TocColumnOne\TocColumnSe= p\TocColumnTwo\textwidth\advance\TocColumnTwo-\TocColumnOne \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e224}{Erster Teil\hskip1em Grundrechte, Staatsziele und Ordnung de= s Gemeinschaftslebens}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e233}{Erster Abschnitt\hskip1em Menschenw=FCrde, Gleichheit und Fr= eiheit}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e240}{Artikel 1}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e240}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e261}{Artikel 2}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e261}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e298}{Artikel 3}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e298}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e319}{Artikel 4}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e319}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e364}{Artikel 5}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e364}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e385}{Artikel 6}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e385}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e422}{Artikel 7}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e422}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e443}{Artikel 8}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e443}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e472}{Artikel 9}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}{= d0e472}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e485}{Artikel 10}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e485}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e506}{Artikel 11}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e506}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e535}{Artikel 12}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e535}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e556}{Artikel 13}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e556}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e577}{Artikel 14}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e577}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e590}{Artikel 15}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e590}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e603}{Artikel 16}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e603}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e617}{Zweiter Abschnitt\hskip1em Ehe und Familie}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e624}{Artikel 17}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e624}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e653}{Artikel 18}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e653}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e682}{Artikel 19}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e682}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e720}{Dritter Abschnitt\hskip1em Bildung und Kultur}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e727}{Artikel 20}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e727}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e740}{Artikel 21}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e740}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e753}{Artikel 22}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e753}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e782}{Artikel 23}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e782}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e811}{Artikel 24}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e811}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e840}{Artikel 25}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e840}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e869}{Artikel 26}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e869}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e890}{Artikel 27}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e890}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e911}{Artikel 28}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e911}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e948}{Artikel 29}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e948}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e961}{Artikel 30}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e961}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e991}{Vierter Abschnitt\hskip1em Natur und Umwelt}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e998}{Artikel 31}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e998}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1027}{Artikel 32}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1027}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1040}{Artikel 33}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1040}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e1054}{F=FCnfter Abschnitt\hskip1em Eigentum, Wirtschaft und Arbei= t}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1061}{Artikel 34}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1061}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1090}{Artikel 35}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1090}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1111}{Artikel 36}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1111}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1124}{Artikel 37}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1124}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1153}{Artikel 38}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1153}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e1167}{Sechster Abschnitt\hskip1em Religion und Weltanschauung}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1174}{Artikel 39}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1174}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1195}{Artikel 40}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1195}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1213}{Artikel 41}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1213}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e1227}{Siebter Abschnitt\hskip1em Gemeinsame Bestimmungen f=FCr al= le Grundrechte und Staatsziele}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1234}{Artikel 42}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1234}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1279}{Artikel 43}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1279}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e1295}{Zweiter Teil\hskip1em Der Freistaat Th=FCringen}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e1304}{Erster Abschnitt\hskip1em Grundlagen}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1311}{Artikel 44}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1311}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1340}{Artikel 45}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1340}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1353}{Artikel 46}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1353}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1382}{Artikel 47}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1382}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e1420}{Zweiter Abschnitt\hskip1em Der Landtag}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1427}{Artikel 48}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1427}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1448}{Artikel 49}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1448}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1485}{Artikel 50}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1485}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1540}{Artikel 51}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1540}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1561}{Artikel 52}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1561}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1590}{Artikel 53}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1590}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1619}{Artikel 54}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1619}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1656}{Artikel 55}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1656}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1693}{Artikel 56}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1693}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1722}{Artikel 57}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1722}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1767}{Artikel 58}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1767}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1780}{Artikel 59}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1780}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1801}{Artikel 60}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1801}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1830}{Artikel 61}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1830}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1851}{Artikel 62}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1851}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1872}{Artikel 63}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1872}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1885}{Artikel 64}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1885}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1946}{Artikel 65}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1946}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1975}{Artikel 66}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1975}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e1996}{Artikel 67}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e1996}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2059}{Artikel 68}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2059}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2104}{Artikel 69}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2104}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e2118}{Dritter Abschnitt\hskip1em Die Landesregierung}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2125}{Artikel 70}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2125}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2162}{Artikel 71}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2162}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2183}{Artikel 72}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2183}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2204}{Artikel 73}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2204}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2217}{Artikel 74}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2217}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2230}{Artikel 75}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2230}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2259}{Artikel 76}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2259}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2288}{Artikel 77}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2288}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2309}{Artikel 78}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2309}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e2347}{Vierter Abschnitt\hskip1em Der Verfassungsgerichtshof}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2354}{Artikel 79}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2354}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2383}{Artikel 80}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2383}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e2498}{F=FCnfter Abschnitt\hskip1em Die Gesetzgebung}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2505}{Artikel 81}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2505}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2526}{Artikel 82}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2526}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2595}{Artikel 83}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2595}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2624}{Artikel 84}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2624}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2645}{Artikel 85}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2645}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e2667}{Sechster Abschnitt\hskip1em Die Rechtspflege}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2674}{Artikel 86}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2674}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2703}{Artikel 87}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2703}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2732}{Artikel 88}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2732}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2761}{Artikel 89}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2761}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e2799}{Siebter Abschnitt\hskip1em Die Verwaltung}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2806}{Artikel 90}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2806}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2819}{Artikel 91}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2819}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2856}{Artikel 92}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2856}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2890}{Artikel 93}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2890}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2919}{Artikel 94}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2919}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2932}{Artikel 95}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2932}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2945}{Artikel 96}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2945}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2966}{Artikel 97}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2966}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e2980}{Achter Abschnitt\hskip1em Das Finanzwesen}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e2987}{Artikel 98}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e2987}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3016}{Artikel 99}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf= }{d0e3016}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3045}{Artikel 100}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pd= f}{d0e3045}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3095}{Artikel 101}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pd= f}{d0e3095}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3116}{Artikel 102}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pd= f}{d0e3116}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3145}{Artikel 103}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pd= f}{d0e3145}{}}} \TocSkipLarge{\TocOne{\bf \NamedExternalLink{../../../../th/1/1_1/1/text.= pdf}{d0e3185}{Dritter Teil\hskip1em =DCbergangs|-| und Schlu=DFbestimmung= en}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3192}{Artikel 104}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pd= f}{d0e3192}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3205}{Artikel 105}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pd= f}{d0e3205}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3218}{Artikel 105a}}{\NamedExternalLink{../../../../th/1/1_1/1/text.p= df}{d0e3218}{}}} \TocSkipSmall{\TocTwo{\NamedExternalLink{../../../../th/1/1_1/1/text.pdf}= {d0e3231}{Artikel 106}}{\NamedExternalLink{../../../../th/1/1_1/1/text.pd= f}{d0e3231}{}}} \LinkDestination{last} \stoptext --------------030401040105060107030901 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --------------030401040105060107030901--