From 096e7834433a0e8eddebef586f868b8c2605609b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 28 Nov 2022 19:22:23 -0800 Subject: fixed website problem --- website/mathematics/calculus/index.html | 23 +++++++++++++++++--- website/mathematics/calculus/source/index.html | 30 +++----------------------- 2 files changed, 23 insertions(+), 30 deletions(-) (limited to 'website/mathematics') diff --git a/website/mathematics/calculus/index.html b/website/mathematics/calculus/index.html index 32b4cd2..7aa7598 100644 --- a/website/mathematics/calculus/index.html +++ b/website/mathematics/calculus/index.html @@ -3,13 +3,30 @@ Calculus $$END TITLE $$START CONTENT -

Source

+

Calculus

- The following are the groff source files to all my notes: +Calculus is the age-old study of infinetesimal rates of change. +I write articles here from the perspective of hyperreal numbers +instead of using limits because they were the original intuitive +way that calculus was invented (and how I originally reinvented +the derivative).

+

+ You can also browse the groff source files, + as well as use, modify, and distribute them to your liking. +

+ +

Elementary Calculus

+ + +

Multivariable

$$END CONTENT diff --git a/website/mathematics/calculus/source/index.html b/website/mathematics/calculus/source/index.html index 52aec9e..32b4cd2 100644 --- a/website/mathematics/calculus/source/index.html +++ b/website/mathematics/calculus/source/index.html @@ -3,37 +3,13 @@ Calculus $$END TITLE $$START CONTENT -

Calculus

+

Source

-Calculus is the age-old study of infinetesimal rates of change. -I write articles here from the perspective of hyperreal numbers -instead of using limits because they were the original intuitive -way that calculus was invented (and how I originally reinvented -the derivative). + The following are the groff source files to all my notes:

-

- You can also browse the groff source files, - as well as use, modify, and distribute them to your liking. -

- -

Elementary Calculus

- - -

Multivariable

-

Source

-

- These are the groff source files I compile my PDF from. You're free to download, modify, and distribute them freely. -

- $$END CONTENT -- cgit