Skip to content

Commit

Permalink
Signed-off-by: Silvio Fanzon <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
sfanzon committed Nov 23, 2023
1 parent e53ba2f commit 7b1b03a
Show file tree
Hide file tree
Showing 18 changed files with 1,278 additions and 324 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion ._index_xref.json

Large diffs are not rendered by default.

Binary file modified docs/Numbers,-Sequences-and-Series.pdf
Binary file not shown.
52 changes: 26 additions & 26 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="author" content="Dr.&nbsp;Silvio Fanzon">
<meta name="dcterms.date" content="2023-11-19">
<meta name="dcterms.date" content="2023-11-23">

<title>Numbers, Sequences and Series</title>
<style>
Expand Down Expand Up @@ -86,55 +86,47 @@
}
}</script>
<style>
.Lemma {
--color1: #f4cce0;
--color2: #db4d92;
}
.Definition {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Corollary {
.Theorem {
--color1: #f4cce0;
--color2: #db4d92;
}
.TODO {
--color1: #e7b1b4;
--color2: #8c3236;
.Notation {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Proposition {
.Corollary {
--color1: #f4cce0;
--color2: #db4d92;
}
.Important {
.Proposition {
--color1: #f4cce0;
--color2: #db4d92;
}
.Notation {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Conjecture {
--color1: #f4cce0;
--color2: #db4d92;
}
.Axiom {
--color1: #f4cce0;
--color2: #db4d92;
}
.Problem {
.Important {
--color1: #f4cce0;
--color2: #db4d92;
}
.Remark {
--color1: #bce5de;
--color2: #21aa93;
}
.Warning {
--color1: #f4cce0;
--color2: #db4d92;
}
.Lemma {
--color1: #f4cce0;
--color2: #db4d92;
.TODO {
--color1: #e7b1b4;
--color2: #8c3236;
}
.Question {
.Warning {
--color1: #f4cce0;
--color2: #db4d92;
}
Expand All @@ -146,11 +138,19 @@
--color1: #cce7b1;
--color2: #86b754;
}
.Question {
--color1: #f4cce0;
--color2: #db4d92;
}
.Proof {
--color1: #f1f1f2;
--color2: #c0c0c1;
}
.Theorem {
.Problem {
--color1: #f4cce0;
--color2: #db4d92;
}
.Axiom {
--color1: #f4cce0;
--color2: #db4d92;
}
Expand Down Expand Up @@ -310,7 +310,7 @@ <h1 class="title">Numbers, Sequences and Series</h1>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">19 Nov 2023</p>
<p class="date">23 Nov 2023</p>
</div>
</div>

Expand Down
15 changes: 11 additions & 4 deletions docs/search.json

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/sections/chap_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,51 +66,39 @@
}
}</script>
<style>
.Proof {
--color1: #f1f1f2;
--color2: #c0c0c1;
}
.Question {
--color1: #f4cce0;
--color2: #db4d92;
}
.Lemma {
.Axiom {
--color1: #f4cce0;
--color2: #db4d92;
}
.Important {
.Problem {
--color1: #f4cce0;
--color2: #db4d92;
}
.Warning {
--color1: #f4cce0;
--color2: #db4d92;
}
.Notation {
--color1: #c6e6ed;
--color2: #1995ad;
.Proof {
--color1: #f1f1f2;
--color2: #c0c0c1;
}
.Conjecture {
.Corollary {
--color1: #f4cce0;
--color2: #db4d92;
}
.Problem {
.Proposition {
--color1: #f4cce0;
--color2: #db4d92;
}
.Definition {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Theorem {
.Question {
--color1: #f4cce0;
--color2: #db4d92;
}
.Axiom {
--color1: #f4cce0;
--color2: #db4d92;
.TODO {
--color1: #e7b1b4;
--color2: #8c3236;
}
.Proposition {
.Conjecture {
--color1: #f4cce0;
--color2: #db4d92;
}
Expand All @@ -122,18 +110,30 @@
--color1: #bce5de;
--color2: #21aa93;
}
.TODO {
--color1: #e7b1b4;
--color2: #8c3236;
.Notation {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Corollary {
.Lemma {
--color1: #f4cce0;
--color2: #db4d92;
}
.Important {
--color1: #f4cce0;
--color2: #db4d92;
}
.Theorem {
--color1: #f4cce0;
--color2: #db4d92;
}
.Remark {
--color1: #bce5de;
--color2: #21aa93;
}
.Definition {
--color1: #c6e6ed;
--color2: #1995ad;
}
</style>

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
Expand Down
52 changes: 26 additions & 26 deletions docs/sections/chap_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,34 +66,22 @@
}
}</script>
<style>
.Proof {
--color1: #f1f1f2;
--color2: #c0c0c1;
}
.Example {
--color1: #bce5de;
--color2: #21aa93;
.Warning {
--color1: #f4cce0;
--color2: #db4d92;
}
.Corollary {
--color1: #f4cce0;
--color2: #db4d92;
}
.Remark {
.Example {
--color1: #bce5de;
--color2: #21aa93;
}
.Axiom {
--color1: #f4cce0;
--color2: #db4d92;
}
.Question {
--color1: #f4cce0;
--color2: #db4d92;
}
.Notation {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Important {
--color1: #f4cce0;
--color2: #db4d92;
Expand All @@ -102,37 +90,49 @@
--color1: #f4cce0;
--color2: #db4d92;
}
.Conjecture {
.Definition {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Notation {
--color1: #c6e6ed;
--color2: #1995ad;
}
.Axiom {
--color1: #f4cce0;
--color2: #db4d92;
}
.DONE {
--color1: #cce7b1;
--color2: #86b754;
}
.Lemma {
.Proposition {
--color1: #f4cce0;
--color2: #db4d92;
}
.Warning {
--color1: #f4cce0;
--color2: #db4d92;
.Remark {
--color1: #bce5de;
--color2: #21aa93;
}
.TODO {
--color1: #e7b1b4;
--color2: #8c3236;
}
.Proposition {
.Problem {
--color1: #f4cce0;
--color2: #db4d92;
}
.Problem {
.Lemma {
--color1: #f4cce0;
--color2: #db4d92;
}
.Definition {
--color1: #c6e6ed;
--color2: #1995ad;
.Conjecture {
--color1: #f4cce0;
--color2: #db4d92;
}
.Proof {
--color1: #f1f1f2;
--color2: #c0c0c1;
}
</style>

Expand Down
Loading

0 comments on commit 7b1b03a

Please sign in to comment.