33 lines
689 B
HTML
33 lines
689 B
HTML
<div id="structure">
|
|
<p>inc (need thm2 and a fake label)</p>
|
|
<p>thm1 - inthm1</p>
|
|
<p>thm2 - inthm2 (need thm1)</p>
|
|
</div>
|
|
<div id="inc" data-include="thm2 , fakelabel">
|
|
<div id="thm2" class="Theorem">
|
|
<p>test thm2</p>
|
|
<div id="inthm2" data-include="thm1">
|
|
<p>i need theorem 1</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="thm1" class="Theorem">
|
|
<p>test thm1</p>
|
|
<div id="inthm1" class="Definition">
|
|
<p>something</p>
|
|
</div>
|
|
</div>
|
|
<div id="thm2" class="Theorem">
|
|
<p>test thm2</p>
|
|
<div id="inthm2" data-include="thm1">
|
|
<p>i need theorem 1</p>
|
|
</div>
|
|
</div>
|
|
<div id="thm3" class="Theorem">
|
|
<p>test thm3</p>
|
|
</div>
|
|
<div id="special" class="sidebar">
|
|
<p>Here is a paragraph.</p>
|
|
<p>And another.</p>
|
|
</div>
|