use a bipartite graph
This commit is contained in:
22
output.html
22
output.html
@@ -1,18 +1,17 @@
|
||||
<div id="lorem">
|
||||
<p>Lorem ipsum dolor sit amet</p>
|
||||
</div>
|
||||
<div id="inc" data-include="lorem, thm2 , fakelabel , ,inthm1 ,">
|
||||
<div id="lorem">
|
||||
<p>Lorem ipsum dolor sit amet</p>
|
||||
<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>
|
||||
<div id="inthm1" class="Definition">
|
||||
<p>something</p>
|
||||
<div id="inthm2" data-include="thm1">
|
||||
<p>i need theorem 1</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Theorem">
|
||||
</div>
|
||||
<div id="thm1" class="Theorem">
|
||||
<p>test thm1</p>
|
||||
<div id="inthm1" class="Definition">
|
||||
<p>something</p>
|
||||
@@ -20,6 +19,9 @@
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user