forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbookinfo.xml
More file actions
84 lines (67 loc) · 2.41 KB
/
bookinfo.xml
File metadata and controls
84 lines (67 loc) · 2.41 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8" ?>
<!--********************************************************************
*********************************************************************-->
<!-- This file was originally part of the book -->
<!-- (as copied on 2016/28/04) -->
<!-- -->
<!-- Modeling, Functions, and Graphs -->
<!-- 4th -->
<!-- Copyright (C) Katherine Yoshiwara -->
<docinfo xmlns:xi="http://www.w3.org/2001/XInclude">
<brandlogo url="https://byoshiwara.github.io/MFG-online/" source="images/cover.png" />
<!-- <website> -->
<!-- <title>abstract.pugetsound.edu</title> -->
<!-- <url>http://abstract.pugetsound.edu</url> -->
<!-- </website> -->
<!-- rename blocks -->
<rename element="warning" lang="en-US">Caution</rename>
<!-- <rename element="theorem" lang="en-US">Key Idea</rename> -->
<!-- Prefix to enhance Sage notebook contents -->
<initialism>MFG</initialism>
<!-- tikz package and libraries for images -->
<latex-image-preamble>
\usepackage{stackengine}
\usepackage{cancel}
\usepackage{xcolor}
<!-- new -->
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shadows}
<!-- end new -->
<!--\usepackage{stackrel}% http://ctan.org/pkg/stackrel -->
</latex-image-preamble>
<macros>
\newcommand{\alert}[1]{\boldsymbol{\color{magenta}{#1}}}
\newcommand{\blert}[1]{\boldsymbol{\color{blue}{#1}}}
\newcommand{\bluetext}[1]{\color{skyblue}{#1}} <!-- comments in aligned equations -->
\delimitershortfall-1sp
\newcommand\abs[1]{\left|#1\right|}
\newcommand\degree[0]{^{\circ}}
<!--
\newcommand*\keystroke[1]{%
\tikz[baseline=(key.base)]
\node[%
draw,
fill=white,
drop shadow={shadow xshift=0.25ex,shadow yshift=-0.25ex,fill=black,opacity=0.75},
rectangle,
rounded corners=2pt,
inner sep=1pt,
line width=0.5pt,
font=\scriptsize\sffamily
](key) {#1\strut}
;
}
-->
\renewcommand{\CancelColor}{blue}
<!--TeX: {
extensions: ["color.js"]
} -->
</macros>
<search>
<google>
<cx>006592449927388994635:w0x-ox5bpme</cx>
</google>
</search>
</docinfo>