File: polymaking.xml

package info (click to toggle)
gap-polymaking 0.8.8-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: xml: 682; javascript: 155; makefile: 105; perl: 24; sh: 2
file content (26 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Book SYSTEM "gapdoc.dtd">

<Book Name="polymaking">

<#Include SYSTEM "title.xml">

<TableOfContents/>

<Body>
    <#Include SYSTEM "environment.xml">
   
  <Chapter><Heading>Polymake interaction</Heading>

  <#Include SYSTEM "input.xml">

   <#Include SYSTEM "output.xml">

 </Chapter>
 
 <#Include SYSTEM "internals.xml"> 
 
</Body>
<Bibliography Databases="polymaking"/> 
<TheIndex/>
</Book>