Skip to main content
Contents Index
Search Book
Search Results:
No results.
Calculator
Embed Read aloud
Readability settings Prev Up Next
\(\require{cancel}\newcommand{\definiteintegral}[4]{\int_{#1}^{#2}\,#3\,d#4}
\newcommand{\myequation}[2]{#1\amp =#2}
\newcommand{\indefiniteintegral}[2]{\int#1\,d#2}
\newcommand{\testingescapedpercent}{ \% }
\newcommand{\bvec}{{\mathbf b}}
\newcommand{\vvec}{{\mathbf v}}
\newcommand{\class}[2][\sim]{\lbrack #2\rbrack_{#1}}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\newcommand{\sfrac}[2]{{#1}/{#2}}
\)
Section 8 Grouping Samples
While building or testing a rendering of PreTeXt, especially in HTML, it can be useful to see all the various elements that potentially create visual blocks in one place. So they are collected here.
We will omit content specific blocks like figures, images, tables, etc. as those elements have significant stress testing of their own elsewhere.
Please add any similar elements that are created or that you discover are missing from this page.
Aside: A title.
There are more
<aside>es below, but here is a solor one.
Objectives: Our goals
Stress test HTML themes
Locally, test objectives
Subsection 8.2 Example-like Blocks
Example 8.7 . A title.
Example 8.8 . A title.
(a)
Question 8.9 . A title.
Problem 8.10 . A title.
Subsection 8.3 Theorem-like Blocks
Theorem 8.14 . A title.
Theorem 8.15 . A title.
Proof.
The proof of the theorem.
Theorem 8.16 . A title.
A theorem with an
<argument>, a proof-like alternate.
Argument.
The argument for the theorem.
Theorem 8.17 . A title.
A theorem with a
<reasoning>, a proof-like alternate.
Reasoning.
The reasoning for the theorem.
Theorem 8.18 . A title.
A theorem with an
<explanation>, a proof-like alternate.
Explanation.
The explanation of the theorem.
Corollary 8.19 . A title.
Lemma 8.20 . A title.
Algorithm 8.21 . A title.
Conundrum 8.22 . A title.
Claim 8.23 . A title.
Fact 8.24 . A title.
Identity 8.25 . A title.
A title.
Subsection 8.4 Axiom-like Blocks
Axiom 8.26 . A title.
Conjecture 8.27 . A title.
Principle 8.28 . A title.
Heuristic 8.29 . A title.
Hypothesis 8.30 . A title.
Assumption 8.31 . A title.
Subsection 8.5 Definition-like Blocks
Definition 8.32 . A title.
Subsection 8.6 Aside-like Blocks
Three
<aside>s are below.
Aside: A title.
Biographical Aside: A title.
A minimal
<biographical>.
Biographical Aside: A title.
A minimal
<biographical>.
Historical Aside: A title.
Subsection 8.7 Computation-like Blocks
Computation 8.33 . A title.
Technology 8.34 . A title.
Data 8.35 . A title.
Subsection 8.8 Project-like Blocks
Project 8.1 . A title.
Activity 8.2 . A title.
Exploration 8.3 . A title.
Investigation 8.4 . A title.
A minimal
<investigation>.
Subsection 8.9 Blocks Closing with a List or a Display
Some blocks end with a mark, such as the filled square that closes a proof. In print the mark rides the last line of the blockβs final paragraph, pushed to the right margin. A paragraph may also hold a list, a code display, or displayed mathematics, and then the mark cannot ride the paragraphβs last line without disturbing the layout of the paragraph and of the list, so it takes a line of its own. Each block here ends with such a paragraph.
Example 8.36 . Closing with a Bulleted List.
This <example> ends with a paragraph whose final child is an unordered list, and the first item has two words so that a justified last line would be visible.
Example 8.37 . A List, Then More Text.
Here the paragraph continues after the list, so its last line is running text, but the list is still inside the paragraph.
The paragraph resumes here and ends with words, not a list.
Example 8.38 . Closing with a Code Display.
A paragraph can also end with a <cd>, a short display of code, as in
print("the last thing")
Example 8.39 . Closing with Displayed Mathematics.
And a paragraph can end with displayed mathematics, the case that has always placed the mark on its own line, given here for comparison:
\begin{align*}
a^2 + b^2 \amp = c^2
\end{align*}
Definition 8.40 . A Statement Closing with a Description List.
A closing list is a list that is the final child of a blockβs final paragraph, of any of three kinds; here the paragraph closes a <statement>.
ordered
unordered
description
this one, with a term for each item
Theorem 8.41 . A Proof Closing with a List.
Every proof that ends with a list is followed by its mark on a line of its own.
Proof.
The proof has two cases.
The proof ends with running text, and the mark rides its last line.
The proof ends with a list, as this one does, and the mark takes the next line.
Subsection 8.10 Miscellaneous Blocks
Aside: A title.
A final
<aside> to test behavior towards the end of a page. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Outcomes: Our results
Stress test HTML themes
Locally, test outcomes