This repository has been archived by the owner on Aug 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
/
bookinfo.xml
60 lines (50 loc) · 2.03 KB
/
bookinfo.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--********************************************************************
Copyright 2017 Georgia Institute of Technology
*********************************************************************-->
<docinfo>
<brandlogo url="http://www.gatech.edu" source="static/images/gatech.gif" />
<!-- JDR: put everything in "macros" below. -->
<!-- <latex-preamble> -->
<!-- <package>color</package> -->
<!-- </latex-preamble> -->
<defaults>
<image-width>auto</image-width>
</defaults>
<cross-references text="type-hybrid">
<type match="example" text="phrase-hybrid"/>
<type match="specialcase" text="phrase-hybrid"/>
<type match="theorem" text="phrase-hybrid"/>
<type match="lemma" text="phrase-hybrid"/>
<type match="proposition" text="phrase-hybrid"/>
<type match="corollary" text="phrase-hybrid"/>
<type match="remark" text="phrase-hybrid"/>
<type match="definition" text="phrase-hybrid"/>
<type match="essential" text="phrase-hybrid"/>
<type match="note" text="phrase-hybrid"/>
<type match="warning" text="phrase-hybrid"/>
<type match="bluebox" text="phrase-hybrid"/>
<type match="algorithm" text="phrase-hybrid"/>
<type match="figure" text="phrase-hybrid"/>
<type match="observation" text="phrase-hybrid"/>
<type match="subsection" text="phrase-hybrid"/>
<type match="fact" text="phrase-hybrid"/>
<type match="section" text="type-global"/>
</cross-references>
<!-- LaTeX macros for this book go in macros.sty. -->
<macros>
\usepackage{macros}
</macros>
<!-- tikz package and libraries for images -->
<!-- <latex-image-preamble> -->
<!-- \usepackage{geometry} -->
<!-- \geometry{paperwidth=300mm, paperheight=300mm, -->
<!-- layoutwidth=300mm, layoutheight=300mm, -->
<!-- textwidth=300mm, textheight=300mm, ignoreall} -->
<!-- </latex-image-preamble> -->
<!-- <search> -->
<!-- <google> -->
<!-- <cx>003308934872512483719:xkt6y7nrxhk</cx> -->
<!-- </google> -->
<!-- </search> -->
</docinfo>