Update document generator.

finite-set-exercises
Joshua Potter 2023-05-10 19:09:41 -06:00
parent cadb07018a
commit 9a879c90c1
4 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ A set consisting of a single point.
Let $S$ be a set consisting of a single point. Let $S$ be a set consisting of a single point.
By definition of a Point, $S$ is a rectangle in which all vertices coincide. By definition of a Point, $S$ is a rectangle in which all vertices coincide.
By \nameref{A:sec:choice-scale} $S$ is measurable with area its width times By \nameref{A:sec:choice-scale}, $S$ is measurable with area its width times
its height. its height.
The width and height of $S$ is trivially zero. The width and height of $S$ is trivially zero.
Therefore $a(S) = (0)(0) = 0$. Therefore $a(S) = (0)(0) = 0$.

View File

@ -16,9 +16,9 @@
{"git": {"git":
{"url": "https://github.com/jrpotter/bookshelf-docgen.git", {"url": "https://github.com/jrpotter/bookshelf-docgen.git",
"subDir?": null, "subDir?": null,
"rev": "3f941dc8a814321498082da49f4a8430bbfbbb6c", "rev": "87ecc512444afd073a2b201ef25caf3ef5fc74b1",
"name": "doc-gen4", "name": "doc-gen4",
"inputRev?": "3f941dc8a814321498082da49f4a8430bbfbbb6c"}}, "inputRev?": "87ecc512444afd073a2b201ef25caf3ef5fc74b1"}},
{"git": {"git":
{"url": "https://github.com/mhuisi/lean4-cli", {"url": "https://github.com/mhuisi/lean4-cli",
"subDir?": null, "subDir?": null,

View File

@ -12,7 +12,7 @@ require std4 from git
"6006307d2ceb8743fea7e00ba0036af8654d0347" "6006307d2ceb8743fea7e00ba0036af8654d0347"
require «doc-gen4» from git require «doc-gen4» from git
"https://github.com/jrpotter/bookshelf-docgen.git" @ "https://github.com/jrpotter/bookshelf-docgen.git" @
"3f941dc8a814321498082da49f4a8430bbfbbb6c" "87ecc512444afd073a2b201ef25caf3ef5fc74b1"
@[default_target] @[default_target]
lean_lib «Bookshelf» { lean_lib «Bookshelf» {

View File

@ -49,11 +49,11 @@
% and a corresponding Lean proof has been written. If a Lean proof is in % and a corresponding Lean proof has been written. If a Lean proof is in
% progress, it's in a "proceeding" state. Otherwise it is unverified. % progress, it's in a "proceeding" state. Otherwise it is unverified.
\DeclareRobustCommand{\verified}[1]{% \DeclareRobustCommand{\verified}[1]{%
\texorpdfstring{\color{teal}#1\ \faCheckCircle}{#1}} \texorpdfstring{\color{teal}\faCheckCircle\ #1}{#1}}
\DeclareRobustCommand{\proceeding}[1]{% \DeclareRobustCommand{\proceeding}[1]{%
\texorpdfstring{\color{magenta}#1\ \faDotCircle[regular]}{#1}} \texorpdfstring{\color{magenta}\faDotCircle[regular]\ #1}{#1}}
\DeclareRobustCommand{\unverified}[1]{% \DeclareRobustCommand{\unverified}[1]{%
\texorpdfstring{\color{red}#1\ \faExclamationCircle}{#1}} \texorpdfstring{\color{red}\faExclamationCircle\ #1}{#1}}
% ======================================== % ========================================
% Math % Math