Skip to content

Commit 975dcdc

Browse files
committed
Fix HTML div.together mismatches
1 parent efec4ff commit 975dcdc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@
802802

803803
![Figure [normal-directions]: Possible directions for sphere surface-normal geometry](../images/fig.normal-possibilities.jpg)
804804

805+
</div>
806+
805807
We need to choose one of these possibilities because we will eventually want to determine which
806808
side of the surface that the ray is coming from. This is important for objects that are rendered
807809
differently on each side, like the text on a two-sided sheet of paper, or for objects that have an
@@ -883,6 +885,7 @@
883885
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
884886
[Listing [hittable-time-side]: <kbd>[hittable.h]</kbd> The hittable class with time and side]
885887

888+
<div class='together'>
886889
And then we add the surface side determination to the class:
887890

888891
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C++
@@ -1026,7 +1029,7 @@
10261029

10271030
## Common Constants and Utility Functions
10281031

1029-
<div class='together'></div>
1032+
<div class='together'>
10301033
We need some math constants that we conveniently define in their own header file. For now we only
10311034
need infinity, but we will also throw our own definition of pi in there, which we will need later.
10321035
There is no standard portable definition of pi, so we just define our own constant for it. We'll
@@ -2757,6 +2760,7 @@
27572760

27582761
- Dave Hart
27592762
- Jean Buckley
2763+
</div>
27602764

27612765
<div class="credit-list"> **Web Release**
27622766

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,6 +2686,7 @@
26862686

26872687
- Dave Hart
26882688
- Jean Buckley
2689+
</div>
26892690

26902691
<div class="credit-list"> **Web Release**
26912692

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,6 +2364,7 @@
23642364

23652365
- Dave Hart
23662366
- Jean Buckley
2367+
</div>
23672368

23682369
<div class="credit-list"> **Web Release**
23692370

0 commit comments

Comments
 (0)