<section xml:id="handouts" label="section-handouts" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<title>Handouts</title>
<introduction>
<p>
Like worksheets, a <term>handout</term> is a division that is inteded to be printed for use in a classroom.
In HTML output, you get the same print preview and page layout as you do with worksheets; in PDF, these will start on a new page with possibly different margins than the rest of the document.
</p>
<p>
Unlike worksheets, handouts do not have a special class of exercises or activities (exercises in a handout are treated like an <em>inline</em> exercise).
The other main distinction is that a handout lets workspace be specified on pretty much any block or paragraph element, not just exercises, tasks, and project-like elements.
This allows them to be used in the creation of guided notes containing some premade content with lots of space for students to fill in details during class.
</p>
</introduction>
<handout xml:id="handout-derivative-rules" label="handout-derivative-rules">
<title>Derivative Rules</title>
<page>
<paragraphs>
<title>Rules for specific types of functions</title>
<p>
<dl>
<li>
<title>Constant functions</title>
<p>
<m>(k)' = 0</m>
</p>
</li>
<li>
<title>Power functions</title>
<p>
<m>(x^{n})' = nx^{n-1}</m>
</p>
</li>
<li>
<title>Exponential functions</title>
<p>
<m>(a^{x})' = \ln(a) a^{x} \text{ (for } a>0\text{)}</m>
</p>
<p>
<m>(e^{x})' = e^{x}</m>
</p>
</li>
<li>
<title>Logarithmic functions</title>
<p>
<m>(\ln(x))' = \frac{1}{x}</m>
</p>
</li>
<li>
<title>Trigonometric functions</title>
<p>
<m>(\sin(x))' = \cos(x)</m>.
</p>
<p>
<m>(\cos(x))' = -\sin(x)</m>.
</p>
<p>
<m>(\tan(x))' = \sec^{2}(x) = \frac{1}{\cos^{2}(x)}</m>.
</p>
<p>
<m>(\arcsin(x))' = \frac{1}{\sqrt{1-x^{2}}}</m>.
</p>
<p>
<m>(\arctan(x))' = \frac{1}{1+x^{2}}</m>.
</p>
</li>
</dl>
</p>
</paragraphs>
<paragraphs>
<title>Rules for combinations of functions</title>
<p>
<dl>
<li>
<title>Constant multiples</title>
<p>
<m>(k\cdot f(x))' = k\cdot f'(x)</m>
</p>
</li>
<li>
<title>Sum and difference</title>
<p>
<m>(f(x) \pm g(x))' = f'(x) \pm g'(x)</m>
</p>
</li>
<li>
<title>Products (the product rule)</title>
<p>
<m>(f(x)\cdot g(x))' = f'(x)g(x) + f(x)g'(x)</m>
</p>
</li>
<li>
<title>Quotients (the quotient rule)</title>
<p>
<m>\left(\frac{f(x)}{g(x)}\right)' = \frac{f'(x)g(x) - f(x)g'(x)}{(g(x))^{2}}</m>
</p>
</li>
<li>
<title>Compositions (the chain rule)</title>
<p>
<m>(f(g(x)))' = f'(g(x))\cdot g'(x)</m>
</p>
</li>
</dl>
</p>
</paragraphs>
</page>
</handout> <handout>
<title>Guided Notes: Derivatives of sums</title>
<page>
<p workspace="1in">
Today we will explore how to take the derivative of the sum of two functions.
For example, if
<md>
f(x) = x^2 + 3x
</md>,
what is <m>f'(x)</m>? What two functions is this the sum of? What are the derivatives of each of those functions?
</p>
<p>
To be sure of the derivative of the sum, we should use the definition of the derivative.
</p>
<definition workspace=".75in">
<title>Definition of the Derivative</title>
<statement>
<p>
The derivative of a function <m>f(x)</m> at any point <m>x</m> is defined as...
</p>
</statement>
</definition>
<p workspace="2in">
Now let's apply this definition to the function <m>f(x) = x^2 + 3x</m>.
We have:
</p>
<p workspace="0.25in">
What should the general rule be?
</p>
</page>
<page>
<theorem workspace="0.5in">
<statement>
<p>
For any two differentiable functions <m>f(x)</m> and <m>g(x)</m>, the derivative of their sum <m>h(x) = f(x) + g(x)</m> is given by:
</p>
</statement>
<proof workspace="3in">
<p>
Let <m>f(x)</m> and <m>g(x)</m> be differentiable functions and let <m>h(x) = f(x) + g(x)</m>.
Then by the limit definition of the derivative,
</p>
</proof>
</theorem>
<example workspace="1in">
<statement>
<p>
Find the derivative of <m>f(x) = x^5 + e^x</m>.
</p>
</statement>
</example>
<example workspace="1in">
<statement>
<p>
Find the derivative of <m>f(x) = \sqrt{x} + x^3 + 7x</m>.
</p>
</statement>
</example>
<example workspace="1in">
<statement>
<p>
Find the derivative of <m>f(x) = 5x^4</m>.
</p>
</statement>
</example>
</page>
</handout> <handout>
<title>A handout with a long list</title>
<p>
It is common for a handout, especially a set of lecture notes, to consist of a long list of bullets, possibly more than would fit on a page.
This handout should test that such a handout can have its items split between pages even if they belong to the same paragraph.
<ul>
<li>
<p>
This is the first item in a long list.
It should be on the first page of the handout.
</p>
</li>
<li>
<p>
This is the second item in a long list.
It should be on the first page of the handout.
</p>
</li>
<li>
<p>
This is the third item in a long list.
It should be on the second page of the handout.
</p>
<p>
Maybe we have a second paragraph in the same list item.
This is really just to help fill up space.
Maybe I should have used some of that standard space filler, but I'm just typing now because I can't remember what is call.
</p>
</li>
<li>
<p>
I suppose I could just start copy/pasting now.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.<fn>A late footnote</fn> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
See, I figured it out!
</p>
</li>
</ul>
And that's the end of the list.
Did this go onto a second page?
</p>
</handout>
</section>
Print preview
Section 38 Handouts
View Source for section
Like worksheets, a handout is a division that is inteded to be printed for use in a classroom. In HTML output, you get the same print preview and page layout as you do with worksheets; in PDF, these will start on a new page with possibly different margins than the rest of the document.
Unlike worksheets, handouts do not have a special class of exercises or activities (exercises in a handout are treated like an inline exercise). The other main distinction is that a handout lets workspace be specified on pretty much any block or paragraph element, not just exercises, tasks, and project-like elements. This allows them to be used in the creation of guided notes containing some premade content with lots of space for students to fill in details during class.
Handout 38.1 Derivative Rules
View Source for handout
<handout xml:id="handout-derivative-rules" label="handout-derivative-rules" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<title>Derivative Rules</title>
<page>
<paragraphs>
<title>Rules for specific types of functions</title>
<p>
<dl>
<li>
<title>Constant functions</title>
<p>
<m>(k)' = 0</m>
</p>
</li>
<li>
<title>Power functions</title>
<p>
<m>(x^{n})' = nx^{n-1}</m>
</p>
</li>
<li>
<title>Exponential functions</title>
<p>
<m>(a^{x})' = \ln(a) a^{x} \text{ (for } a>0\text{)}</m>
</p>
<p>
<m>(e^{x})' = e^{x}</m>
</p>
</li>
<li>
<title>Logarithmic functions</title>
<p>
<m>(\ln(x))' = \frac{1}{x}</m>
</p>
</li>
<li>
<title>Trigonometric functions</title>
<p>
<m>(\sin(x))' = \cos(x)</m>.
</p>
<p>
<m>(\cos(x))' = -\sin(x)</m>.
</p>
<p>
<m>(\tan(x))' = \sec^{2}(x) = \frac{1}{\cos^{2}(x)}</m>.
</p>
<p>
<m>(\arcsin(x))' = \frac{1}{\sqrt{1-x^{2}}}</m>.
</p>
<p>
<m>(\arctan(x))' = \frac{1}{1+x^{2}}</m>.
</p>
</li>
</dl>
</p>
</paragraphs>
<paragraphs>
<title>Rules for combinations of functions</title>
<p>
<dl>
<li>
<title>Constant multiples</title>
<p>
<m>(k\cdot f(x))' = k\cdot f'(x)</m>
</p>
</li>
<li>
<title>Sum and difference</title>
<p>
<m>(f(x) \pm g(x))' = f'(x) \pm g'(x)</m>
</p>
</li>
<li>
<title>Products (the product rule)</title>
<p>
<m>(f(x)\cdot g(x))' = f'(x)g(x) + f(x)g'(x)</m>
</p>
</li>
<li>
<title>Quotients (the quotient rule)</title>
<p>
<m>\left(\frac{f(x)}{g(x)}\right)' = \frac{f'(x)g(x) - f(x)g'(x)}{(g(x))^{2}}</m>
</p>
</li>
<li>
<title>Compositions (the chain rule)</title>
<p>
<m>(f(g(x)))' = f'(g(x))\cdot g'(x)</m>
</p>
</li>
</dl>
</p>
</paragraphs>
</page>
</handout>
Rules for specific types of functions.
View Source for paragraphs
<paragraphs xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<title>Rules for specific types of functions</title>
<p>
<dl>
<li>
<title>Constant functions</title>
<p>
<m>(k)' = 0</m>
</p>
</li>
<li>
<title>Power functions</title>
<p>
<m>(x^{n})' = nx^{n-1}</m>
</p>
</li>
<li>
<title>Exponential functions</title>
<p>
<m>(a^{x})' = \ln(a) a^{x} \text{ (for } a>0\text{)}</m>
</p>
<p>
<m>(e^{x})' = e^{x}</m>
</p>
</li>
<li>
<title>Logarithmic functions</title>
<p>
<m>(\ln(x))' = \frac{1}{x}</m>
</p>
</li>
<li>
<title>Trigonometric functions</title>
<p>
<m>(\sin(x))' = \cos(x)</m>.
</p>
<p>
<m>(\cos(x))' = -\sin(x)</m>.
</p>
<p>
<m>(\tan(x))' = \sec^{2}(x) = \frac{1}{\cos^{2}(x)}</m>.
</p>
<p>
<m>(\arcsin(x))' = \frac{1}{\sqrt{1-x^{2}}}</m>.
</p>
<p>
<m>(\arctan(x))' = \frac{1}{1+x^{2}}</m>.
</p>
</li>
</dl>
</p>
</paragraphs>
- Constant functions
-
\(\displaystyle (k)' = 0\)
- Power functions
-
\(\displaystyle (x^{n})' = nx^{n-1}\)
- Exponential functions
-
\((a^{x})' = \ln(a) a^{x} \text{ (for } a>0\text{)}\)\((e^{x})' = e^{x}\)
- Logarithmic functions
-
\(\displaystyle (\ln(x))' = \frac{1}{x}\)
- Trigonometric functions
-
\((\sin(x))' = \cos(x)\text{.}\)\((\cos(x))' = -\sin(x)\text{.}\)\((\tan(x))' = \sec^{2}(x) = \frac{1}{\cos^{2}(x)}\text{.}\)\((\arcsin(x))' = \frac{1}{\sqrt{1-x^{2}}}\text{.}\)\((\arctan(x))' = \frac{1}{1+x^{2}}\text{.}\)
Rules for combinations of functions.
View Source for paragraphs
<paragraphs xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<title>Rules for combinations of functions</title>
<p>
<dl>
<li>
<title>Constant multiples</title>
<p>
<m>(k\cdot f(x))' = k\cdot f'(x)</m>
</p>
</li>
<li>
<title>Sum and difference</title>
<p>
<m>(f(x) \pm g(x))' = f'(x) \pm g'(x)</m>
</p>
</li>
<li>
<title>Products (the product rule)</title>
<p>
<m>(f(x)\cdot g(x))' = f'(x)g(x) + f(x)g'(x)</m>
</p>
</li>
<li>
<title>Quotients (the quotient rule)</title>
<p>
<m>\left(\frac{f(x)}{g(x)}\right)' = \frac{f'(x)g(x) - f(x)g'(x)}{(g(x))^{2}}</m>
</p>
</li>
<li>
<title>Compositions (the chain rule)</title>
<p>
<m>(f(g(x)))' = f'(g(x))\cdot g'(x)</m>
</p>
</li>
</dl>
</p>
</paragraphs>
- Constant multiples
-
\(\displaystyle (k\cdot f(x))' = k\cdot f'(x)\)
- Sum and difference
-
\(\displaystyle (f(x) \pm g(x))' = f'(x) \pm g'(x)\)
- Products (the product rule)
-
\(\displaystyle (f(x)\cdot g(x))' = f'(x)g(x) + f(x)g'(x)\)
- Quotients (the quotient rule)
-
\(\displaystyle \left(\frac{f(x)}{g(x)}\right)' = \frac{f'(x)g(x) - f(x)g'(x)}{(g(x))^{2}}\)
- Compositions (the chain rule)
-
\(\displaystyle (f(g(x)))' = f'(g(x))\cdot g'(x)\)
Handout 38.2 Guided Notes: Derivatives of sums
View Source for handout
<handout xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<title>Guided Notes: Derivatives of sums</title>
<page>
<p workspace="1in">
Today we will explore how to take the derivative of the sum of two functions.
For example, if
<md>
f(x) = x^2 + 3x
</md>,
what is <m>f'(x)</m>? What two functions is this the sum of? What are the derivatives of each of those functions?
</p>
<p>
To be sure of the derivative of the sum, we should use the definition of the derivative.
</p>
<definition workspace=".75in">
<title>Definition of the Derivative</title>
<statement>
<p>
The derivative of a function <m>f(x)</m> at any point <m>x</m> is defined as...
</p>
</statement>
</definition>
<p workspace="2in">
Now let's apply this definition to the function <m>f(x) = x^2 + 3x</m>.
We have:
</p>
<p workspace="0.25in">
What should the general rule be?
</p>
</page>
<page>
<theorem workspace="0.5in">
<statement>
<p>
For any two differentiable functions <m>f(x)</m> and <m>g(x)</m>, the derivative of their sum <m>h(x) = f(x) + g(x)</m> is given by:
</p>
</statement>
<proof workspace="3in">
<p>
Let <m>f(x)</m> and <m>g(x)</m> be differentiable functions and let <m>h(x) = f(x) + g(x)</m>.
Then by the limit definition of the derivative,
</p>
</proof>
</theorem>
<example workspace="1in">
<statement>
<p>
Find the derivative of <m>f(x) = x^5 + e^x</m>.
</p>
</statement>
</example>
<example workspace="1in">
<statement>
<p>
Find the derivative of <m>f(x) = \sqrt{x} + x^3 + 7x</m>.
</p>
</statement>
</example>
<example workspace="1in">
<statement>
<p>
Find the derivative of <m>f(x) = 5x^4</m>.
</p>
</statement>
</example>
</page>
</handout>
Today we will explore how to take the derivative of the sum of two functions. For example, if
\begin{equation*}
f(x) = x^2 + 3x\text{,}
\end{equation*}
what is \(f'(x)\text{?}\) What two functions is this the sum of? What are the derivatives of each of those functions?
To be sure of the derivative of the sum, we should use the definition of the derivative.
Definition 38.1. Definition of the Derivative.
View Source for definition
<definition workspace=".75in" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<title>Definition of the Derivative</title>
<statement>
<p>
The derivative of a function <m>f(x)</m> at any point <m>x</m> is defined as...
</p>
</statement>
</definition>
The derivative of a function \(f(x)\) at any point \(x\) is defined as...
Now letβs apply this definition to the function \(f(x) = x^2 + 3x\text{.}\) We have:
What should the general rule be?
Theorem 38.2.
View Source for theorem
<theorem workspace="0.5in" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<statement>
<p>
For any two differentiable functions <m>f(x)</m> and <m>g(x)</m>, the derivative of their sum <m>h(x) = f(x) + g(x)</m> is given by:
</p>
</statement>
<proof workspace="3in">
<p>
Let <m>f(x)</m> and <m>g(x)</m> be differentiable functions and let <m>h(x) = f(x) + g(x)</m>.
Then by the limit definition of the derivative,
</p>
</proof>
</theorem>
For any two differentiable functions \(f(x)\) and \(g(x)\text{,}\) the derivative of their sum \(h(x) = f(x) + g(x)\) is given by:
Proof.
View Source for proof
<proof workspace="3in" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<p>
Let <m>f(x)</m> and <m>g(x)</m> be differentiable functions and let <m>h(x) = f(x) + g(x)</m>.
Then by the limit definition of the derivative,
</p>
</proof>
Let \(f(x)\) and \(g(x)\) be differentiable functions and let \(h(x) = f(x) + g(x)\text{.}\) Then by the limit definition of the derivative,
Example 38.3.
View Source for example
<example workspace="1in" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<statement>
<p>
Find the derivative of <m>f(x) = x^5 + e^x</m>.
</p>
</statement>
</example>
Find the derivative of \(f(x) = x^5 + e^x\text{.}\)
Example 38.4.
View Source for example
<example workspace="1in" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<statement>
<p>
Find the derivative of <m>f(x) = \sqrt{x} + x^3 + 7x</m>.
</p>
</statement>
</example>
Find the derivative of \(f(x) = \sqrt{x} + x^3 + 7x\text{.}\)
Example 38.5.
View Source for example
<example workspace="1in" xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<statement>
<p>
Find the derivative of <m>f(x) = 5x^4</m>.
</p>
</statement>
</example>
Find the derivative of \(f(x) = 5x^4\text{.}\)
Handout 38.3 A handout with a long list
View Source for handout
<handout xmlns:pi="http://pretextbook.org/2020/pretext/internal">
<title>A handout with a long list</title>
<p>
It is common for a handout, especially a set of lecture notes, to consist of a long list of bullets, possibly more than would fit on a page.
This handout should test that such a handout can have its items split between pages even if they belong to the same paragraph.
<ul>
<li>
<p>
This is the first item in a long list.
It should be on the first page of the handout.
</p>
</li>
<li>
<p>
This is the second item in a long list.
It should be on the first page of the handout.
</p>
</li>
<li>
<p>
This is the third item in a long list.
It should be on the second page of the handout.
</p>
<p>
Maybe we have a second paragraph in the same list item.
This is really just to help fill up space.
Maybe I should have used some of that standard space filler, but I'm just typing now because I can't remember what is call.
</p>
</li>
<li>
<p>
I suppose I could just start copy/pasting now.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.<fn>A late footnote</fn> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
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.
</p>
</li>
<li>
<p>
See, I figured it out!
</p>
</li>
</ul>
And that's the end of the list.
Did this go onto a second page?
</p>
</handout>
It is common for a handout, especially a set of lecture notes, to consist of a long list of bullets, possibly more than would fit on a page. This handout should test that such a handout can have its items split between pages even if they belong to the same paragraph.
-
This is the first item in a long list. It should be on the first page of the handout.
-
This is the second item in a long list. It should be on the first page of the handout.
-
This is the third item in a long list. It should be on the second page of the handout.Maybe we have a second paragraph in the same list item. This is really just to help fill up space. Maybe I should have used some of that standard space filler, but Iβm just typing now because I canβt remember what is call.
-
I suppose I could just start copy/pasting now.
-
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.
-
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.
-
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.
-
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.
-
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.
β1β
A late footnote -
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.
-
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.
-
See, I figured it out!
And thatβs the end of the list. Did this go onto a second page?

