summaryrefslogtreecommitdiff
path: root/src/writing
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-08-01 13:11:32 -0700
committerKai Stevenson <kai@kaistevenson.com>2023-08-01 13:11:32 -0700
commitd45367cc9101e4f0e03d1e77d5c7cc10b00567ba (patch)
treec6805306a3198c412b1bda9588334d38d7dfcbde /src/writing
parent79bd72e062fabcd6c0b73cfba6d35178e179da41 (diff)
added phplatex
Diffstat (limited to 'src/writing')
-rw-r--r--src/writing/derivative.php16
-rw-r--r--src/writing/images/.gitignore1
-rw-r--r--src/writing/index.php20
-rw-r--r--src/writing/tmp/.gitignore1
4 files changed, 31 insertions, 7 deletions
diff --git a/src/writing/derivative.php b/src/writing/derivative.php
new file mode 100644
index 0000000..28bc00d
--- /dev/null
+++ b/src/writing/derivative.php
@@ -0,0 +1,16 @@
+<?php
+$title = "The Calculus of Infinitesimals";
+require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
+require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+include($_SERVER["DOCUMENT_ROOT"] . "/phplatex.php");
+?>
+<p>
+ <i>Calculus</i> is often used as the complete name of a branch of mathematics dealing with
+ rates of change and very small numbers. In fact, a calculus is a specific discipline
+ or method for the analysis of some set of problems. The fact that the <i>calculus of infinitesimals</i>
+ has come to known in this way is a testament to its importance.
+</p>
+<p>
+ <?php echo(texify("$\\sqrt[3]{2}\$", 160, 0.96,0.96,0.96, 0.118,0.106,0.106, "", TRUE)); ?>
+</p>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
diff --git a/src/writing/images/.gitignore b/src/writing/images/.gitignore
new file mode 100644
index 0000000..f935021
--- /dev/null
+++ b/src/writing/images/.gitignore
@@ -0,0 +1 @@
+!.gitignore
diff --git a/src/writing/index.php b/src/writing/index.php
index bba0f99..c354f70 100644
--- a/src/writing/index.php
+++ b/src/writing/index.php
@@ -11,26 +11,32 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
</p>
<h2>Essays</h2>
<p>
- Moderately structured, opinionated writing. If you're the psychoanalytical type, you may be interested to know
- that I find it much more fun to deconstruct a question than to construct an answer.
+ Moderately structured, opinionated writing.
</p>
<ul>
- <li><h3><a href="cryptography.php">Cryptography</a> /* Because secret messages are cool */</h3></li>
- <li><h3><a href="moralrealism.php">Moral realism</a> /* Because people make a big deal out of murder */</h3></li>
+ <li><h3><a href="cryptography.php">Cryptography</a> - because secret messages are cool</h3></li>
+ <li><h3><a href="moralrealism.php">Moral realism</a> - because people make a big deal out of murder</h3></li>
+</ul>
+<h2>Mathematics</h2>
+<p>
+ My writing in Greek.
+</p>
+<ul>
+ <li><h3><a href="derivative.php">The Calculus of Infinitesimals</a> - an introduction</h3></li>
</ul>
<h2>Manifestos</h2>
<p>
Plural. For future-proofness.
</p>
<ul>
- <li><h3><a href="systemsmanifesto.php">Systems</a> /* A microcosm of reality */</h3></li>
+ <li><h3><a href="systemsmanifesto.php">Systems</a> - a microcosm of reality</h3></li>
</ul>
<h2>Esoterica</h2>
<p>
The fun stuff.
</p>
<ul>
- <li><h3><a href="corrigenda.php">Corrigenda</a> /* Everything I've ever done wrong */</h3></li>
- <li><h3><a href="epiphenomenalism.php">Epiphenomenalism</a> /* You aren't in control */</h3></li>
+ <li><h3><a href="corrigenda.php">Corrigenda</a> - everything I've ever done wrong</h3></li>
+ <li><h3><a href="epiphenomenalism.php">Epiphenomenalism</a> - you aren't in control</h3></li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
diff --git a/src/writing/tmp/.gitignore b/src/writing/tmp/.gitignore
new file mode 100644
index 0000000..f935021
--- /dev/null
+++ b/src/writing/tmp/.gitignore
@@ -0,0 +1 @@
+!.gitignore