diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 09:01:56 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-20 09:01:56 +0200 |
| commit | 286e362bd02e7ef4130cccb36fbeb16b4fbb5a56 (patch) | |
| tree | ee6fb2069475a6638f7e14ce89dc0b99e012ab2e /test | |
| parent | 6994cb2008263678c183228c97dea673babb6f1e (diff) | |
| download | colitur-286e362bd02e7ef4130cccb36fbeb16b4fbb5a56.tar.gz colitur-286e362bd02e7ef4130cccb36fbeb16b4fbb5a56.zip | |
fix(templates): clear the wall calendar's class label of the border, add sigla
Problem 1: grid.tex's \daycell pushed the rank/class line to the exact
bottom edge of its fixed-height parbox with \vfill, the same edge \hline
draws the cell's bottom rule along, so 'I classis'/'IV classis'/'II
classis' printed as if sliced by the rule. Fixed by nesting a second,
shorter parbox (\cellh minus a new \cellpad, 1.5mm) inside the
unchanged \cellh-tall outer one, so the \vfill only ever reaches to
\cellpad above the rule, never touching it. \strut on both trailing
lines belt-and-suspenders the fix for lines with no descenders.
Problem 2: each cell now also carries the day's Epistle and Gospel
references (view fields first/gospel), joined by a centred dot/bullet
rather than repeated Ep./Ev. labels -- the same compact convention
ordo.tex already uses between rank_name and colour_name. A grid cell is
only ~3.5cm wide and Holy Week's own citations run 20-30 characters each,
so class label and sigla get their own \tiny line apiece rather than
being crammed onto one line and shrunk past readability; \cellh leaves
about eleven \tiny lines of room, so two short lines cost little. Both
first and gospel are wrapped in their own conditional section so a day
missing either prints no stray separator (defensive: every day in the
shipped EF lectionary has both, but nothing guarantees that of a future
rite or overlay).
grid.ms gains the same sigla, on their own .br line, using tbl's existing
w() wrap rather than any manual line-splitting -- it was never subject to
problem 1 (tbl auto-sizes row height, no fixed-height clipping risk) and
never carried a class label to begin with, so none was added here.
grid.html gains the sigla as a small, muted block-level span; unlike the
two paper flavours it isn't boxed onto a fixed physical page, so the
browser just grows the cell rather than needing any line-budget
compromise.
Verified with two pdflatex passes and groff -ms -t -Tpdf against all
twelve 2027 months: zero Overfull warnings, 7 columns every row, class
label and sigla both fully clear of every rule. test/golden/grid-2027.*
regenerated through test_render_golden.ml's own render path (View.of_days
+ Template.render_string, the EN-with-LA-fallback lang table), not the
CLI, per this project's own standing trap about the two tables differing.
Diffstat (limited to 'test')
| -rw-r--r-- | test/golden/grid-2027.html | 142 | ||||
| -rw-r--r-- | test/golden/grid-2027.ms | 743 | ||||
| -rw-r--r-- | test/golden/grid-2027.tex | 167 |
3 files changed, 924 insertions, 128 deletions
diff --git a/test/golden/grid-2027.html b/test/golden/grid-2027.html index 63ae272..2a85eca 100644 --- a/test/golden/grid-2027.html +++ b/test/golden/grid-2027.html @@ -5,7 +5,20 @@ ordo.html's own header comment for the full reasoning). The weekday header row comes from the view's own top-level weekday_headings list (name/last objects), not a hard-coded - Dom/Lun/Mar row, so a translated calendar needs no template edit. --> + Dom/Lun/Mar row, so a translated calendar needs no template edit. + Sigla: each cell also carries the day's Epistle and Gospel + references (view fields first/gospel), joined by a middot rather + than repeated Ep./Ev. labels, the same compact choice grid.tex and + grid.ms make. Unlike those two, this flavour is not squeezed into a + fixed-height box on a fixed physical page -- a td here just grows + taller to fit whatever it holds -- so no manual line-splitting or + size shrinking beyond a small, muted secondary line is needed; that + is the sense in which this template can afford to use its own room + rather than copy the paper templates' compromise. Both first and + gospel are wrapped in their own first/gospel section so a day + missing either -- none does in the shipped EF lectionary, but + nothing guarantees a future rite or overlay keeps that invariant -- + prints no stray separator. --> <!doctype html> <html lang="la"><head><meta charset="utf-8"> <title>Calendarium 2027</title> @@ -17,6 +30,7 @@ td{border:1px solid #ddd;vertical-align:top;height:5em;width:14.28%;padding:.2em;font-size:.75em} td.pad{background:#fafafa;border-color:#eee} .dom{font-weight:bold;display:block} + .sigla{display:block;margin-top:.2em;color:#666;font-size:.85em} .white{background:#fff} .red{background:#fdd} .green{background:#dfd} .violet{background:#eae} .rose{background:#fde} .black{background:#ddd} @media print{@page{size:landscape}body{margin:0}} @@ -27,22 +41,22 @@ <caption>January</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>The Octave Day of the Nativity</td><td class="white"><span class="dom">2</span>Our Lady's Saturday Office</td> + <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>The Octave Day of the Nativity<span class="sigla">Titus 2:11-15 · Luke 2:21</span></td><td class="white"><span class="dom">2</span>Our Lady's Saturday Office<span class="sigla">Titus 3:4-7 · Luke 2:15-20</span></td> </tr> <tr> - <td class="white"><span class="dom">3</span>The Holy Name of Jesus</td><td class="white"><span class="dom">4</span>Monday before Epiphany</td><td class="white"><span class="dom">5</span>Tuesday before Epiphany</td><td class="white"><span class="dom">6</span>The Epiphany of Our Lord</td><td class="white"><span class="dom">7</span>Thursday after Epiphany</td><td class="white"><span class="dom">8</span>Friday after Epiphany</td><td class="white"><span class="dom">9</span>Our Lady's Saturday Office</td> + <td class="white"><span class="dom">3</span>The Holy Name of Jesus<span class="sigla">Acts 4:8-12 · Luke 2:21</span></td><td class="white"><span class="dom">4</span>Monday before Epiphany<span class="sigla">Titus 2:11-15 · Luke 2:21</span></td><td class="white"><span class="dom">5</span>Tuesday before Epiphany<span class="sigla">Titus 2:11-15 · Luke 2:21</span></td><td class="white"><span class="dom">6</span>The Epiphany of Our Lord<span class="sigla">Isa 60:1-6 · Matt 2:1-12</span></td><td class="white"><span class="dom">7</span>Thursday after Epiphany<span class="sigla">Isa 60:1-6 · Matt 2:1-12</span></td><td class="white"><span class="dom">8</span>Friday after Epiphany<span class="sigla">Isa 60:1-6 · Matt 2:1-12</span></td><td class="white"><span class="dom">9</span>Our Lady's Saturday Office<span class="sigla">Titus 3:4-7 · Luke 2:15-20</span></td> </tr> <tr> - <td class="white"><span class="dom">10</span>The Holy Family</td><td class="white"><span class="dom">11</span>Monday of the 1st Week of the Time after Epiphany</td><td class="white"><span class="dom">12</span>Tuesday of the 1st Week of the Time after Epiphany</td><td class="white"><span class="dom">13</span>Commemoration of the Baptism of the Lord</td><td class="white"><span class="dom">14</span>St. Hilary</td><td class="white"><span class="dom">15</span>St. Paul, the First Hermit</td><td class="red"><span class="dom">16</span>St. Marcellus I</td> + <td class="white"><span class="dom">10</span>The Holy Family<span class="sigla">Col 3:12-17 · Luke 2:42-52</span></td><td class="white"><span class="dom">11</span>Monday of the 1st Week of the Time after Epiphany<span class="sigla">Rom 12:1-5 · Luke 2:42-52</span></td><td class="white"><span class="dom">12</span>Tuesday of the 1st Week of the Time after Epiphany<span class="sigla">Rom 12:1-5 · Luke 2:42-52</span></td><td class="white"><span class="dom">13</span>Commemoration of the Baptism of the Lord<span class="sigla">Isa 60:1-6 · John 1:29-34</span></td><td class="white"><span class="dom">14</span>St. Hilary<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">15</span>St. Paul, the First Hermit<span class="sigla">Phil 3:7-12 · Matt 11:25-30</span></td><td class="red"><span class="dom">16</span>St. Marcellus I<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td> </tr> <tr> - <td class="green"><span class="dom">17</span>2nd Sunday after Epiphany</td><td class="green"><span class="dom">18</span>Monday of the 2nd Week of the Time after Epiphany</td><td class="green"><span class="dom">19</span>Tuesday of the 2nd Week of the Time after Epiphany</td><td class="red"><span class="dom">20</span>Sts. Fabian & Sebastian</td><td class="red"><span class="dom">21</span>St. Agnes</td><td class="red"><span class="dom">22</span>Sts. Vincent & Anastasius</td><td class="white"><span class="dom">23</span>St. Raymond of Peñafort</td> + <td class="green"><span class="dom">17</span>2nd Sunday after Epiphany<span class="sigla">Rom 12:6-16 · John 2:1-11</span></td><td class="green"><span class="dom">18</span>Monday of the 2nd Week of the Time after Epiphany<span class="sigla">Rom 12:6-16 · John 2:1-11</span></td><td class="green"><span class="dom">19</span>Tuesday of the 2nd Week of the Time after Epiphany<span class="sigla">Rom 12:6-16 · John 2:1-11</span></td><td class="red"><span class="dom">20</span>Sts. Fabian & Sebastian<span class="sigla">Heb 11:33-39 · Luke 6:17-23</span></td><td class="red"><span class="dom">21</span>St. Agnes<span class="sigla">Sir 51:1-8; 51:12 · Matt 25:1-13.</span></td><td class="red"><span class="dom">22</span>Sts. Vincent & Anastasius<span class="sigla">Wis 3:1-8 · Luke 21:9-19</span></td><td class="white"><span class="dom">23</span>St. Raymond of Peñafort<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td> </tr> <tr> - <td class="violet"><span class="dom">24</span>Septuagesima Sunday</td><td class="white"><span class="dom">25</span>Conversion of St. Paul</td><td class="red"><span class="dom">26</span>St. Polycarp</td><td class="white"><span class="dom">27</span>St. John Chrysostom</td><td class="white"><span class="dom">28</span>St. Peter Nolasco</td><td class="white"><span class="dom">29</span>St. Francis de Sales</td><td class="red"><span class="dom">30</span>St. Martina</td> + <td class="violet"><span class="dom">24</span>Septuagesima Sunday<span class="sigla">1 Cor. 9:24-27; 10:1-5 · Matt 20:1-16</span></td><td class="white"><span class="dom">25</span>Conversion of St. Paul<span class="sigla">Acts 9:1-22 · Matt 19:27-29.</span></td><td class="red"><span class="dom">26</span>St. Polycarp<span class="sigla">1 John 3:10-16 · Matt 10:26-32.</span></td><td class="white"><span class="dom">27</span>St. John Chrysostom<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">28</span>St. Peter Nolasco<span class="sigla">1 Cor. 4:9-14 · Luke 12:32-34</span></td><td class="white"><span class="dom">29</span>St. Francis de Sales<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="red"><span class="dom">30</span>St. Martina<span class="sigla">Sir 51:1-8; 51:12 · Matt 25:1-13.</span></td> </tr> <tr> - <td class="violet"><span class="dom">31</span>Sexagesima Sunday</td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="violet"><span class="dom">31</span>Sexagesima Sunday<span class="sigla">2 Cor. 11:19-33; 12:1-9 · Luke 8:4-15</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -51,19 +65,19 @@ <caption>February</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="red"><span class="dom">1</span>St. Ignatius of Antioch</td><td class="white"><span class="dom">2</span>Purification of the Blessed Virgin Mary</td><td class="violet"><span class="dom">3</span>Wednesday of the 2nd Week of Septuagesimatide</td><td class="white"><span class="dom">4</span>St. Andrew Corsini</td><td class="red"><span class="dom">5</span>St. Agatha</td><td class="white"><span class="dom">6</span>St. Titus</td> + <td class="pad"></td><td class="red"><span class="dom">1</span>St. Ignatius of Antioch<span class="sigla">Rom 8:35-39 · John 12:24-26</span></td><td class="white"><span class="dom">2</span>Purification of the Blessed Virgin Mary<span class="sigla">Mal 3:1-4 · Luke 2:22-32</span></td><td class="violet"><span class="dom">3</span>Wednesday of the 2nd Week of Septuagesimatide<span class="sigla">2 Cor. 11:19-33; 12:1-9 · Luke 8:4-15</span></td><td class="white"><span class="dom">4</span>St. Andrew Corsini<span class="sigla">Sir 44:16-27; 45:3-20 · Matt 25:14-23</span></td><td class="red"><span class="dom">5</span>St. Agatha<span class="sigla">1 Cor. 1:26-31 · Matt 19:3-12.</span></td><td class="white"><span class="dom">6</span>St. Titus<span class="sigla">Sir 44:16-27; 45:3-20 · Luke 10:1-9</span></td> </tr> <tr> - <td class="violet"><span class="dom">7</span>Quinquagesima Sunday</td><td class="white"><span class="dom">8</span>St. John of Matha</td><td class="white"><span class="dom">9</span>St. Cyril of Alexandria</td><td class="violet"><span class="dom">10</span>Ash Wednesday</td><td class="violet"><span class="dom">11</span>Thursday after Ash Wednesday</td><td class="violet"><span class="dom">12</span>Friday after Ash Wednesday</td><td class="violet"><span class="dom">13</span>Saturday after Ash Wednesday</td> + <td class="violet"><span class="dom">7</span>Quinquagesima Sunday<span class="sigla">1 Cor. 13:1-13 · Luke 18:31-43</span></td><td class="white"><span class="dom">8</span>St. John of Matha<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="white"><span class="dom">9</span>St. Cyril of Alexandria<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="violet"><span class="dom">10</span>Ash Wednesday<span class="sigla">Joel 2:12-19 · Matt 6:16-21</span></td><td class="violet"><span class="dom">11</span>Thursday after Ash Wednesday<span class="sigla">Isa 38:1-6 · Matt 8:5-13</span></td><td class="violet"><span class="dom">12</span>Friday after Ash Wednesday<span class="sigla">Isa 58:1-9 · Matt 5:43-48; 6:1-4</span></td><td class="violet"><span class="dom">13</span>Saturday after Ash Wednesday<span class="sigla">Isa 58:9-14 · Mark 6:47-56</span></td> </tr> <tr> - <td class="violet"><span class="dom">14</span>1st Sunday of Lent</td><td class="violet"><span class="dom">15</span>Monday of the 1st Week of Lent</td><td class="violet"><span class="dom">16</span>Tuesday of the 1st Week of Lent</td><td class="violet"><span class="dom">17</span>Lenten Ember Wednesday</td><td class="violet"><span class="dom">18</span>Thursday of the 1st Week of Lent</td><td class="violet"><span class="dom">19</span>Lenten Ember Friday</td><td class="violet"><span class="dom">20</span>Lenten Ember Saturday</td> + <td class="violet"><span class="dom">14</span>1st Sunday of Lent<span class="sigla">2 Cor. 6:1-10 · Matt 4:1-11</span></td><td class="violet"><span class="dom">15</span>Monday of the 1st Week of Lent<span class="sigla">Ezech 34:11-16 · Matt 25:31-46</span></td><td class="violet"><span class="dom">16</span>Tuesday of the 1st Week of Lent<span class="sigla">Isa 55:6-11 · Matt 21:10-17</span></td><td class="violet"><span class="dom">17</span>Lenten Ember Wednesday<span class="sigla">3 Kgs. 19:3-8 · Matt 12:38-50</span></td><td class="violet"><span class="dom">18</span>Thursday of the 1st Week of Lent<span class="sigla">Ezech 18:1-9 · Matt 15:21-28</span></td><td class="violet"><span class="dom">19</span>Lenten Ember Friday<span class="sigla">Ezech 18:20-28 · John 5:1-15</span></td><td class="violet"><span class="dom">20</span>Lenten Ember Saturday<span class="sigla">1 Thess. 5:14-23 · Matt 17:1-9</span></td> </tr> <tr> - <td class="violet"><span class="dom">21</span>2nd Sunday of Lent</td><td class="white"><span class="dom">22</span>Chair of St. Peter</td><td class="violet"><span class="dom">23</span>Tuesday of the 2nd Week of Lent</td><td class="red"><span class="dom">24</span>St. Matthias</td><td class="violet"><span class="dom">25</span>Thursday of the 2nd Week of Lent</td><td class="violet"><span class="dom">26</span>Friday of the 2nd Week of Lent</td><td class="violet"><span class="dom">27</span>Saturday of the 2nd Week of Lent</td> + <td class="violet"><span class="dom">21</span>2nd Sunday of Lent<span class="sigla">1 Thess. 4:1-7 · Matt 17:1-9</span></td><td class="white"><span class="dom">22</span>Chair of St. Peter<span class="sigla">1 Pet 1:1-7 · Matt 16:13-19</span></td><td class="violet"><span class="dom">23</span>Tuesday of the 2nd Week of Lent<span class="sigla">3 Kings 17:8-16 · Matt 23:1-12</span></td><td class="red"><span class="dom">24</span>St. Matthias<span class="sigla">Acts 1:15-26 · Matt 11:25-30</span></td><td class="violet"><span class="dom">25</span>Thursday of the 2nd Week of Lent<span class="sigla">Jer 17:5-10 · Luke 16:19-31</span></td><td class="violet"><span class="dom">26</span>Friday of the 2nd Week of Lent<span class="sigla">Gen 37:6-22 · Matt 21:33-46</span></td><td class="violet"><span class="dom">27</span>Saturday of the 2nd Week of Lent<span class="sigla">Gen 27:6-40 · Luke 15:11-32</span></td> </tr> <tr> - <td class="violet"><span class="dom">28</span>3rd Sunday of Lent</td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="violet"><span class="dom">28</span>3rd Sunday of Lent<span class="sigla">Eph 5:1-9 · Luke 11:14-28</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -72,19 +86,19 @@ <caption>March</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="violet"><span class="dom">1</span>Monday of the 3rd Week of Lent</td><td class="violet"><span class="dom">2</span>Tuesday of the 3rd Week of Lent</td><td class="violet"><span class="dom">3</span>Wednesday of the 3rd Week of Lent</td><td class="violet"><span class="dom">4</span>Thursday of the 3rd Week of Lent</td><td class="violet"><span class="dom">5</span>Friday of the 3rd Week of Lent</td><td class="violet"><span class="dom">6</span>Saturday of the 3rd Week of Lent</td> + <td class="pad"></td><td class="violet"><span class="dom">1</span>Monday of the 3rd Week of Lent<span class="sigla">4 Kings 5:1-15 · Luke 4:23-30</span></td><td class="violet"><span class="dom">2</span>Tuesday of the 3rd Week of Lent<span class="sigla">4 Kings 4:1-7 · Matt 18:15-22</span></td><td class="violet"><span class="dom">3</span>Wednesday of the 3rd Week of Lent<span class="sigla">Ex 20:12-24 · Matt 15:1-20</span></td><td class="violet"><span class="dom">4</span>Thursday of the 3rd Week of Lent<span class="sigla">Jer 7:1-7 · Luke 4:38-44.</span></td><td class="violet"><span class="dom">5</span>Friday of the 3rd Week of Lent<span class="sigla">Num 20:1, 3; 6-13. · John 4:5-42</span></td><td class="violet"><span class="dom">6</span>Saturday of the 3rd Week of Lent<span class="sigla">Dan 13:1-9, 15-17, 19-30, 33-62. · John 8:1-11</span></td> </tr> <tr> - <td class="rose"><span class="dom">7</span>4th Sunday of Lent</td><td class="violet"><span class="dom">8</span>Monday of the 4th Week of Lent</td><td class="violet"><span class="dom">9</span>Tuesday of the 4th Week of Lent</td><td class="violet"><span class="dom">10</span>Wednesday of the 4th Week of Lent</td><td class="violet"><span class="dom">11</span>Thursday of the 4th Week of Lent</td><td class="violet"><span class="dom">12</span>Friday of the 4th Week of Lent</td><td class="violet"><span class="dom">13</span>Saturday of the 4th Week of Lent</td> + <td class="rose"><span class="dom">7</span>4th Sunday of Lent<span class="sigla">Gal 4:22-31 · John 6:1-15</span></td><td class="violet"><span class="dom">8</span>Monday of the 4th Week of Lent<span class="sigla">3 Kings 3:16-28 · John 2:13-25</span></td><td class="violet"><span class="dom">9</span>Tuesday of the 4th Week of Lent<span class="sigla">Ex 32:7-14 · John 7:14-31</span></td><td class="violet"><span class="dom">10</span>Wednesday of the 4th Week of Lent<span class="sigla">Isa. 1:16-19 · John 9:1-38</span></td><td class="violet"><span class="dom">11</span>Thursday of the 4th Week of Lent<span class="sigla">4 Kings 4:25-38 · Luke 7:11-16</span></td><td class="violet"><span class="dom">12</span>Friday of the 4th Week of Lent<span class="sigla">3 Kings 17:17-24 · John 11:1-45</span></td><td class="violet"><span class="dom">13</span>Saturday of the 4th Week of Lent<span class="sigla">Isa 49:8-15 · John 8:12-20</span></td> </tr> <tr> - <td class="violet"><span class="dom">14</span>Passion Sunday</td><td class="violet"><span class="dom">15</span>Monday of the 1st Week of Passion Week</td><td class="violet"><span class="dom">16</span>Tuesday of the 1st Week of Passion Week</td><td class="violet"><span class="dom">17</span>Wednesday of the 1st Week of Passion Week</td><td class="violet"><span class="dom">18</span>Thursday of the 1st Week of Passion Week</td><td class="white"><span class="dom">19</span>St. Joseph, Spouse of the Bl. Virgin Mary</td><td class="violet"><span class="dom">20</span>Saturday of the 1st Week of Passion Week</td> + <td class="violet"><span class="dom">14</span>Passion Sunday<span class="sigla">Heb 9:11-15. · John 8:46-59.</span></td><td class="violet"><span class="dom">15</span>Monday of the 1st Week of Passion Week<span class="sigla">Jonas 3:1-10 · John 7:32-39</span></td><td class="violet"><span class="dom">16</span>Tuesday of the 1st Week of Passion Week<span class="sigla">Dan 14:27, 28-42 · John 7:1-13</span></td><td class="violet"><span class="dom">17</span>Wednesday of the 1st Week of Passion Week<span class="sigla">Lev 19:1-2, 11-19, 25 · John 10:22-38</span></td><td class="violet"><span class="dom">18</span>Thursday of the 1st Week of Passion Week<span class="sigla">Dan 3:25, 34-45. · Luke 7:36-50</span></td><td class="white"><span class="dom">19</span>St. Joseph, Spouse of the Bl. Virgin Mary<span class="sigla">Ecclus 45:1-6 · Matt 1:18-21</span></td><td class="violet"><span class="dom">20</span>Saturday of the 1st Week of Passion Week<span class="sigla">Jer 18:18-23 · John 12:10-36</span></td> </tr> <tr> - <td class="violet"><span class="dom">21</span>Palm Sunday</td><td class="violet"><span class="dom">22</span>Monday of Holy Week</td><td class="violet"><span class="dom">23</span>Tuesday of Holy Week</td><td class="violet"><span class="dom">24</span>Wednesday of Holy Week (Spy Wednesday)</td><td class="white"><span class="dom">25</span>Holy Thursday (Maundy Thursday)</td><td class="black"><span class="dom">26</span>Good Friday</td><td class="violet"><span class="dom">27</span>Holy Saturday</td> + <td class="violet"><span class="dom">21</span>Palm Sunday<span class="sigla">Phil 2:5-11 · Matt. 26:36-75; 27:1-60.</span></td><td class="violet"><span class="dom">22</span>Monday of Holy Week<span class="sigla">Isa 50:5-10 · John 12:1-9</span></td><td class="violet"><span class="dom">23</span>Tuesday of Holy Week<span class="sigla">Jer 11:18-20 · Mark 14:32-72; 15, 1-46</span></td><td class="violet"><span class="dom">24</span>Wednesday of Holy Week (Spy Wednesday)<span class="sigla">Isa 53:1-12 · Luke 22:39-71; 23:1-53</span></td><td class="white"><span class="dom">25</span>Holy Thursday (Maundy Thursday)<span class="sigla">1 Cor 11:20-32 · John 13:1-15</span></td><td class="black"><span class="dom">26</span>Good Friday<span class="sigla">Ex 12:1-11 · John 18:1-40; 19:1-42</span></td><td class="violet"><span class="dom">27</span>Holy Saturday<span class="sigla">Col 3:1-4 · Matt 28:1-7</span></td> </tr> <tr> - <td class="white"><span class="dom">28</span>Easter Sunday</td><td class="white"><span class="dom">29</span>Monday of Easter Week</td><td class="white"><span class="dom">30</span>Tuesday of Easter Week</td><td class="white"><span class="dom">31</span>Wednesday of Easter Week</td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="white"><span class="dom">28</span>Easter Sunday<span class="sigla">1 Cor 5:7-8 · Mark 16:1-7</span></td><td class="white"><span class="dom">29</span>Monday of Easter Week<span class="sigla">Acts 10:37-43. · Luke 24:13-35</span></td><td class="white"><span class="dom">30</span>Tuesday of Easter Week<span class="sigla">Acts 13:16; 13:26-33 · Luke 24:36-47</span></td><td class="white"><span class="dom">31</span>Wednesday of Easter Week<span class="sigla">Acts 3:13-15; 3:17-19 · John 21:1-14</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -93,19 +107,19 @@ <caption>April</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>Thursday of Easter Week</td><td class="white"><span class="dom">2</span>Friday of Easter Week</td><td class="white"><span class="dom">3</span>Saturday of Easter Week</td> + <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>Thursday of Easter Week<span class="sigla">Acts 8:26-40 · John 20:11-18</span></td><td class="white"><span class="dom">2</span>Friday of Easter Week<span class="sigla">1 Pet 3:18-22 · Matt 28:16-20</span></td><td class="white"><span class="dom">3</span>Saturday of Easter Week<span class="sigla">1 Pet 2:1-10 · John 20:1-9</span></td> </tr> <tr> - <td class="white"><span class="dom">4</span>Low Sunday (Sunday in Easter Octave)</td><td class="white"><span class="dom">5</span>Annunciation of the Blessed Virgin Mary</td><td class="white"><span class="dom">6</span>Tuesday of the 2nd Week of Eastertide</td><td class="white"><span class="dom">7</span>Wednesday of the 2nd Week of Eastertide</td><td class="white"><span class="dom">8</span>Thursday of the 2nd Week of Eastertide</td><td class="white"><span class="dom">9</span>Friday of the 2nd Week of Eastertide</td><td class="white"><span class="dom">10</span>Our Lady's Saturday Office</td> + <td class="white"><span class="dom">4</span>Low Sunday (Sunday in Easter Octave)<span class="sigla">1 John 5:4-10 · John 20:19-31</span></td><td class="white"><span class="dom">5</span>Annunciation of the Blessed Virgin Mary<span class="sigla">Isa 7:10-15 · Luke 1:26-38</span></td><td class="white"><span class="dom">6</span>Tuesday of the 2nd Week of Eastertide<span class="sigla">1 John 5:4-10 · John 20:19-31</span></td><td class="white"><span class="dom">7</span>Wednesday of the 2nd Week of Eastertide<span class="sigla">1 John 5:4-10 · John 20:19-31</span></td><td class="white"><span class="dom">8</span>Thursday of the 2nd Week of Eastertide<span class="sigla">1 John 5:4-10 · John 20:19-31</span></td><td class="white"><span class="dom">9</span>Friday of the 2nd Week of Eastertide<span class="sigla">1 John 5:4-10 · John 20:19-31</span></td><td class="white"><span class="dom">10</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · John 19:25-27</span></td> </tr> <tr> - <td class="white"><span class="dom">11</span>2nd Sunday after Easter</td><td class="white"><span class="dom">12</span>Monday of the 3rd Week of Eastertide</td><td class="red"><span class="dom">13</span>St. Hermenegild</td><td class="red"><span class="dom">14</span>St. Justin</td><td class="white"><span class="dom">15</span>Thursday of the 3rd Week of Eastertide</td><td class="white"><span class="dom">16</span>Friday of the 3rd Week of Eastertide</td><td class="white"><span class="dom">17</span>Our Lady's Saturday Office</td> + <td class="white"><span class="dom">11</span>2nd Sunday after Easter<span class="sigla">1 Pet 2:21-25 · John 10:11-16</span></td><td class="white"><span class="dom">12</span>Monday of the 3rd Week of Eastertide<span class="sigla">1 Pet 2:21-25 · John 10:11-16</span></td><td class="red"><span class="dom">13</span>St. Hermenegild<span class="sigla">Wis 10:10-14 · Luke 14:26-33.</span></td><td class="red"><span class="dom">14</span>St. Justin<span class="sigla">1 Cor 1:18-25; 1:30; · Luke 12:2-8</span></td><td class="white"><span class="dom">15</span>Thursday of the 3rd Week of Eastertide<span class="sigla">1 Pet 2:21-25 · John 10:11-16</span></td><td class="white"><span class="dom">16</span>Friday of the 3rd Week of Eastertide<span class="sigla">1 Pet 2:21-25 · John 10:11-16</span></td><td class="white"><span class="dom">17</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · John 19:25-27</span></td> </tr> <tr> - <td class="white"><span class="dom">18</span>3rd Sunday after Easter</td><td class="white"><span class="dom">19</span>Monday of the 4th Week of Eastertide</td><td class="white"><span class="dom">20</span>Tuesday of the 4th Week of Eastertide</td><td class="white"><span class="dom">21</span>St. Anselm</td><td class="red"><span class="dom">22</span>Sts. Soter & Caius</td><td class="white"><span class="dom">23</span>Friday of the 4th Week of Eastertide</td><td class="red"><span class="dom">24</span>St. Fidelis of Sigmaringen</td> + <td class="white"><span class="dom">18</span>3rd Sunday after Easter<span class="sigla">1 Pet 2:11-19 · John 16:16-22</span></td><td class="white"><span class="dom">19</span>Monday of the 4th Week of Eastertide<span class="sigla">1 Pet 2:11-19 · John 16:16-22</span></td><td class="white"><span class="dom">20</span>Tuesday of the 4th Week of Eastertide<span class="sigla">1 Pet 2:11-19 · John 16:16-22</span></td><td class="white"><span class="dom">21</span>St. Anselm<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="red"><span class="dom">22</span>Sts. Soter & Caius<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td><td class="white"><span class="dom">23</span>Friday of the 4th Week of Eastertide<span class="sigla">1 Pet 2:11-19 · John 16:16-22</span></td><td class="red"><span class="dom">24</span>St. Fidelis of Sigmaringen<span class="sigla">Wis 5:1-5 · John 15:1-7</span></td> </tr> <tr> - <td class="white"><span class="dom">25</span>4th Sunday after Easter</td><td class="red"><span class="dom">26</span>Sts. Cletus & Marcellinus</td><td class="white"><span class="dom">27</span>St. Peter Canisius</td><td class="white"><span class="dom">28</span>St. Paul of the Cross</td><td class="red"><span class="dom">29</span>St. Peter of Verona</td><td class="white"><span class="dom">30</span>St. Catherine of Siena</td><td class="pad"></td> + <td class="white"><span class="dom">25</span>4th Sunday after Easter<span class="sigla">Jas 1:17-21 · John 16:5-14</span></td><td class="red"><span class="dom">26</span>Sts. Cletus & Marcellinus<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td><td class="white"><span class="dom">27</span>St. Peter Canisius<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">28</span>St. Paul of the Cross<span class="sigla">1 Cor 1:17-25. · Luke 10:1-9</span></td><td class="red"><span class="dom">29</span>St. Peter of Verona<span class="sigla">2 Tim. 2:8-10; 3:10-12. · Matt 10:34-42</span></td><td class="white"><span class="dom">30</span>St. Catherine of Siena<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td><td class="pad"></td> </tr> </table> @@ -114,22 +128,22 @@ <caption>May</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>St. Joseph the Workman</td> + <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>St. Joseph the Workman<span class="sigla">Col. 3:14-15, 17, 23-24 · Matt 13:54-58</span></td> </tr> <tr> - <td class="white"><span class="dom">2</span>5th Sunday after Easter</td><td class="violet"><span class="dom">3</span>Rogation Monday</td><td class="white"><span class="dom">4</span>St. Monica</td><td class="white"><span class="dom">5</span>Vigil of the Ascension</td><td class="white"><span class="dom">6</span>The Ascension of Our Lord</td><td class="red"><span class="dom">7</span>St. Stanislaus</td><td class="white"><span class="dom">8</span>Our Lady's Saturday Office</td> + <td class="white"><span class="dom">2</span>5th Sunday after Easter<span class="sigla">Jas 1:22-27 · John 16:23-30</span></td><td class="violet"><span class="dom">3</span>Rogation Monday<span class="sigla">Jas 1:22-27 · John 16:23-30</span></td><td class="white"><span class="dom">4</span>St. Monica<span class="sigla">1 Tim. 5:3-10. · Luke 7:11-16</span></td><td class="white"><span class="dom">5</span>Vigil of the Ascension<span class="sigla">Eph. 4:7-13. · John 17:1-11.</span></td><td class="white"><span class="dom">6</span>The Ascension of Our Lord<span class="sigla">Acts 1:1-11 · Mark 16:14-20</span></td><td class="red"><span class="dom">7</span>St. Stanislaus<span class="sigla">Wis 5:1-5 · John 15:1-7</span></td><td class="white"><span class="dom">8</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · John 19:25-27</span></td> </tr> <tr> - <td class="white"><span class="dom">9</span>Sunday after the Ascension</td><td class="white"><span class="dom">10</span>St. Antoninus</td><td class="red"><span class="dom">11</span>Sts. Philip & James</td><td class="red"><span class="dom">12</span>Sts. Nereus, Achilleus, Domitilla, & Pancras</td><td class="white"><span class="dom">13</span>St. Robert Bellarmine</td><td class="white"><span class="dom">14</span>Friday of the 7th Week of Eastertide</td><td class="red"><span class="dom">15</span>Vigil of Pentecost</td> + <td class="white"><span class="dom">9</span>Sunday after the Ascension<span class="sigla">1 Pet 4:7-11. · John 15:26-27; 16:1-4.</span></td><td class="white"><span class="dom">10</span>St. Antoninus<span class="sigla">Sir 44:16-27; 45:3-20 · Matt 25:14-23</span></td><td class="red"><span class="dom">11</span>Sts. Philip & James<span class="sigla">Wis. 5:1-5 · John 14:1-13</span></td><td class="red"><span class="dom">12</span>Sts. Nereus, Achilleus, Domitilla, & Pancras<span class="sigla">Wis. 5:1-5 · John 4:46-53</span></td><td class="white"><span class="dom">13</span>St. Robert Bellarmine<span class="sigla">Wis 7:7-14. · Matt 5:13-19</span></td><td class="white"><span class="dom">14</span>Friday of the 7th Week of Eastertide<span class="sigla">1 Pet 4:7-11. · John 15:26-27; 16:1-4.</span></td><td class="red"><span class="dom">15</span>Vigil of Pentecost<span class="sigla">Acts 19:1-8. · John 14:15-21.</span></td> </tr> <tr> - <td class="red"><span class="dom">16</span>Pentecost Sunday (Whitsunday)</td><td class="red"><span class="dom">17</span>Monday of Pentecost Week</td><td class="red"><span class="dom">18</span>Tuesday of Pentecost Week</td><td class="red"><span class="dom">19</span>Pentecost Ember Wednesday</td><td class="red"><span class="dom">20</span>Thursday of Pentecost Week</td><td class="red"><span class="dom">21</span>Pentecost Ember Friday</td><td class="red"><span class="dom">22</span>Pentecost Ember Saturday</td> + <td class="red"><span class="dom">16</span>Pentecost Sunday (Whitsunday)<span class="sigla">Acts 2:1-11. · John 14:23-31.</span></td><td class="red"><span class="dom">17</span>Monday of Pentecost Week<span class="sigla">Acts 10:34, 42-48 · John 3:16-21</span></td><td class="red"><span class="dom">18</span>Tuesday of Pentecost Week<span class="sigla">Acts 8:14-17. · John 10:1-10.</span></td><td class="red"><span class="dom">19</span>Pentecost Ember Wednesday<span class="sigla">Acts 5:12-16 · John 6:44-52.</span></td><td class="red"><span class="dom">20</span>Thursday of Pentecost Week<span class="sigla">Acts 8:5-8 · Luke 9:1-6</span></td><td class="red"><span class="dom">21</span>Pentecost Ember Friday<span class="sigla">Joel 2:23-24; 26-27 · Luke 5:17-26</span></td><td class="red"><span class="dom">22</span>Pentecost Ember Saturday<span class="sigla">Rom 5:1-5. · Luke 4:38-44.</span></td> </tr> <tr> - <td class="white"><span class="dom">23</span>Trinity Sunday</td><td class="green"><span class="dom">24</span>Monday of the 1st Week of the Time after Pentecost</td><td class="white"><span class="dom">25</span>St. Gregory VII</td><td class="white"><span class="dom">26</span>St. Philip Neri</td><td class="white"><span class="dom">27</span>Corpus Christi</td><td class="white"><span class="dom">28</span>St. Augustine of Canterbury</td><td class="white"><span class="dom">29</span>St. Mary Magdalene de Pazzi</td> + <td class="white"><span class="dom">23</span>Trinity Sunday<span class="sigla">Rom 11:33-36. · Matt 28:18-20</span></td><td class="green"><span class="dom">24</span>Monday of the 1st Week of the Time after Pentecost<span class="sigla">1 John 4:8-21 · Luke 6:36-42</span></td><td class="white"><span class="dom">25</span>St. Gregory VII<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td><td class="white"><span class="dom">26</span>St. Philip Neri<span class="sigla">Wis 7:7-14. · Luke 12:35-40</span></td><td class="white"><span class="dom">27</span>Corpus Christi<span class="sigla">1 Cor 11:23-29 · John 6:56-59</span></td><td class="white"><span class="dom">28</span>St. Augustine of Canterbury<span class="sigla">1 Thess 2:2-9 · Luke 10:1-9</span></td><td class="white"><span class="dom">29</span>St. Mary Magdalene de Pazzi<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td> </tr> <tr> - <td class="green"><span class="dom">30</span>2nd Sunday after Pentecost</td><td class="white"><span class="dom">31</span>Queenship of the Blessed Virgin Mary</td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="green"><span class="dom">30</span>2nd Sunday after Pentecost<span class="sigla">1 John 3:13-18. · Luke 14:16-24.</span></td><td class="white"><span class="dom">31</span>Queenship of the Blessed Virgin Mary<span class="sigla">Eccli 24:5; 14:7; 14:9-11; 24:30-31 · Luke 1:26-33</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -138,19 +152,19 @@ <caption>June</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>St. Angela Merici</td><td class="green"><span class="dom">2</span>Wednesday of the 2nd Week of the Time after Pentecost</td><td class="green"><span class="dom">3</span>Thursday of the 2nd Week of the Time after Pentecost</td><td class="white"><span class="dom">4</span>The Sacred Heart of Jesus</td><td class="red"><span class="dom">5</span>St. Boniface</td> + <td class="pad"></td><td class="pad"></td><td class="white"><span class="dom">1</span>St. Angela Merici<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td><td class="green"><span class="dom">2</span>Wednesday of the 2nd Week of the Time after Pentecost<span class="sigla">1 John 3:13-18. · Luke 14:16-24.</span></td><td class="green"><span class="dom">3</span>Thursday of the 2nd Week of the Time after Pentecost<span class="sigla">1 John 3:13-18. · Luke 14:16-24.</span></td><td class="white"><span class="dom">4</span>The Sacred Heart of Jesus<span class="sigla">Eph 3:8-12, 14-19 · John 19:31-37</span></td><td class="red"><span class="dom">5</span>St. Boniface<span class="sigla">Ecclus 44:1-15 · Matt 5:1-12</span></td> </tr> <tr> - <td class="green"><span class="dom">6</span>3rd Sunday after Pentecost</td><td class="green"><span class="dom">7</span>Monday of the 3rd Week of the Time after Pentecost</td><td class="green"><span class="dom">8</span>Tuesday of the 3rd Week of the Time after Pentecost</td><td class="green"><span class="dom">9</span>Wednesday of the 3rd Week of the Time after Pentecost</td><td class="white"><span class="dom">10</span>St. Margaret of Scotland</td><td class="red"><span class="dom">11</span>St. Barnabas</td><td class="white"><span class="dom">12</span>St. John of San Fecundo</td> + <td class="green"><span class="dom">6</span>3rd Sunday after Pentecost<span class="sigla">1 Pet. 5:6-11 · Luke 15:1-10</span></td><td class="green"><span class="dom">7</span>Monday of the 3rd Week of the Time after Pentecost<span class="sigla">1 Pet. 5:6-11 · Luke 15:1-10</span></td><td class="green"><span class="dom">8</span>Tuesday of the 3rd Week of the Time after Pentecost<span class="sigla">1 Pet. 5:6-11 · Luke 15:1-10</span></td><td class="green"><span class="dom">9</span>Wednesday of the 3rd Week of the Time after Pentecost<span class="sigla">1 Pet. 5:6-11 · Luke 15:1-10</span></td><td class="white"><span class="dom">10</span>St. Margaret of Scotland<span class="sigla">Prov 31:10-31 · Matt 13:44-52.</span></td><td class="red"><span class="dom">11</span>St. Barnabas<span class="sigla">Acts 11:21-26; 13:1-3 · Matt 10:16-22</span></td><td class="white"><span class="dom">12</span>St. John of San Fecundo<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td> </tr> <tr> - <td class="green"><span class="dom">13</span>4th Sunday after Pentecost</td><td class="white"><span class="dom">14</span>St. Basil the Great</td><td class="green"><span class="dom">15</span>Tuesday of the 4th Week of the Time after Pentecost</td><td class="green"><span class="dom">16</span>Wednesday of the 4th Week of the Time after Pentecost</td><td class="white"><span class="dom">17</span>St. Gregory Barbarigo</td><td class="white"><span class="dom">18</span>St. Ephrem of Syria</td><td class="white"><span class="dom">19</span>St. Julia of Falconieri</td> + <td class="green"><span class="dom">13</span>4th Sunday after Pentecost<span class="sigla">Rom 8:18-23 · Luke 5:1-11</span></td><td class="white"><span class="dom">14</span>St. Basil the Great<span class="sigla">2 Tim 4:1-8 · Luke 14:26-35</span></td><td class="green"><span class="dom">15</span>Tuesday of the 4th Week of the Time after Pentecost<span class="sigla">Rom 8:18-23 · Luke 5:1-11</span></td><td class="green"><span class="dom">16</span>Wednesday of the 4th Week of the Time after Pentecost<span class="sigla">Rom 8:18-23 · Luke 5:1-11</span></td><td class="white"><span class="dom">17</span>St. Gregory Barbarigo<span class="sigla">Sir 44:16-27; 45:3-20 · Matt 25:14-23</span></td><td class="white"><span class="dom">18</span>St. Ephrem of Syria<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">19</span>St. Julia of Falconieri<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td> </tr> <tr> - <td class="green"><span class="dom">20</span>5th Sunday after Pentecost</td><td class="white"><span class="dom">21</span>St. Aloysius Gongzaga</td><td class="white"><span class="dom">22</span>St. Paulinus of Nola</td><td class="violet"><span class="dom">23</span>Vigil of the Nativity of St. John the Baptist</td><td class="white"><span class="dom">24</span>Nativity of St. John the Baptist</td><td class="white"><span class="dom">25</span>St. William</td><td class="red"><span class="dom">26</span>Sts. John & Paul</td> + <td class="green"><span class="dom">20</span>5th Sunday after Pentecost<span class="sigla">1 Pet 3:8-15. · Matt 5:20-24.</span></td><td class="white"><span class="dom">21</span>St. Aloysius Gongzaga<span class="sigla">Sir 31:8-11 · Matt 22:29-40</span></td><td class="white"><span class="dom">22</span>St. Paulinus of Nola<span class="sigla">2 Cor. 8:9-15 · Luke 12:32-34</span></td><td class="violet"><span class="dom">23</span>Vigil of the Nativity of St. John the Baptist<span class="sigla">Jer 1:4-10 · Luke 1:5-17</span></td><td class="white"><span class="dom">24</span>Nativity of St. John the Baptist<span class="sigla">Isa 49:1-3, 5-7. · Luke 1:57-68</span></td><td class="white"><span class="dom">25</span>St. William<span class="sigla">Ecclus 45:1-6 · Matt 19:27-29.</span></td><td class="red"><span class="dom">26</span>Sts. John & Paul<span class="sigla">Eccli 44:10-15 · Luke 12:1-8</span></td> </tr> <tr> - <td class="green"><span class="dom">27</span>6th Sunday after Pentecost</td><td class="violet"><span class="dom">28</span>Vigil of Sts. Peter & Paul</td><td class="red"><span class="dom">29</span>Sts. Peter & Paul</td><td class="red"><span class="dom">30</span>In Commemoratione Sancti Pauli Apostoli</td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="green"><span class="dom">27</span>6th Sunday after Pentecost<span class="sigla">Rom 6:3-11. · Mark 8:1-9</span></td><td class="violet"><span class="dom">28</span>Vigil of Sts. Peter & Paul<span class="sigla">Acts 3:1-10 · John 21:15-19</span></td><td class="red"><span class="dom">29</span>Sts. Peter & Paul<span class="sigla">Acts 12:1-11 · Matt 16:13-19</span></td><td class="red"><span class="dom">30</span>In Commemoratione Sancti Pauli Apostoli<span class="sigla">Gal 1:11-20 · Matt 10:16-22</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -159,19 +173,19 @@ <caption>July</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="red"><span class="dom">1</span>The Precious Blood of Our Lord Jesus Christ</td><td class="white"><span class="dom">2</span>Visitation of the Blessed Virgin Mary</td><td class="red"><span class="dom">3</span>St. Irenaeus</td> + <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="red"><span class="dom">1</span>The Precious Blood of Our Lord Jesus Christ<span class="sigla">Heb 9:11-15. · John 19:30-35</span></td><td class="white"><span class="dom">2</span>Visitation of the Blessed Virgin Mary<span class="sigla">Song 2:8-14 · Luke 1:39-47</span></td><td class="red"><span class="dom">3</span>St. Irenaeus<span class="sigla">2 Tim. 3:14-17; 4:1-5 · Matt 10:28-33</span></td> </tr> <tr> - <td class="green"><span class="dom">4</span>7th Sunday after Pentecost</td><td class="white"><span class="dom">5</span>St. Anthony Mary Zaccariah</td><td class="green"><span class="dom">6</span>Tuesday of the 7th Week of the Time after Pentecost</td><td class="white"><span class="dom">7</span>Sts. Cyril & Methodius</td><td class="white"><span class="dom">8</span>St. Elizabeth of Portugal</td><td class="green"><span class="dom">9</span>Friday of the 7th Week of the Time after Pentecost</td><td class="red"><span class="dom">10</span>Seven Holy Brothers and Sts. Rufina & Secunda</td> + <td class="green"><span class="dom">4</span>7th Sunday after Pentecost<span class="sigla">Rom 6:19-23 · Matt 7:15-21</span></td><td class="white"><span class="dom">5</span>St. Anthony Mary Zaccariah<span class="sigla">1 Tim. 4:8-16 · Mark 10:15-21</span></td><td class="green"><span class="dom">6</span>Tuesday of the 7th Week of the Time after Pentecost<span class="sigla">Rom 6:19-23 · Matt 7:15-21</span></td><td class="white"><span class="dom">7</span>Sts. Cyril & Methodius<span class="sigla">Heb 7:23-27 · Luke 10:1-9</span></td><td class="white"><span class="dom">8</span>St. Elizabeth of Portugal<span class="sigla">Prov 31:10-31 · Matt 13:44-52.</span></td><td class="green"><span class="dom">9</span>Friday of the 7th Week of the Time after Pentecost<span class="sigla">Rom 6:19-23 · Matt 7:15-21</span></td><td class="red"><span class="dom">10</span>Seven Holy Brothers and Sts. Rufina & Secunda<span class="sigla">Prov 31:10-31 · Matt 12:46-50</span></td> </tr> <tr> - <td class="green"><span class="dom">11</span>8th Sunday after Pentecost</td><td class="white"><span class="dom">12</span>St. John Gualbert</td><td class="green"><span class="dom">13</span>Tuesday of the 8th Week of the Time after Pentecost</td><td class="white"><span class="dom">14</span>St. Bonaventure</td><td class="white"><span class="dom">15</span>St. Henry the Emperor</td><td class="green"><span class="dom">16</span>Friday of the 8th Week of the Time after Pentecost</td><td class="white"><span class="dom">17</span>Our Lady's Saturday Office</td> + <td class="green"><span class="dom">11</span>8th Sunday after Pentecost<span class="sigla">Rom 8:12-17 · Luke 16:1-9</span></td><td class="white"><span class="dom">12</span>St. John Gualbert<span class="sigla">Ecclus 45:1-6 · Matt 5:43-48</span></td><td class="green"><span class="dom">13</span>Tuesday of the 8th Week of the Time after Pentecost<span class="sigla">Rom 8:12-17 · Luke 16:1-9</span></td><td class="white"><span class="dom">14</span>St. Bonaventure<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">15</span>St. Henry the Emperor<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="green"><span class="dom">16</span>Friday of the 8th Week of the Time after Pentecost<span class="sigla">Rom 8:12-17 · Luke 16:1-9</span></td><td class="white"><span class="dom">17</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td> </tr> <tr> - <td class="green"><span class="dom">18</span>9th Sunday after Pentecost</td><td class="white"><span class="dom">19</span>St. Vincent de Paul</td><td class="white"><span class="dom">20</span>St. Jerome Emiliani</td><td class="white"><span class="dom">21</span>St. Laurence of Brindisi</td><td class="white"><span class="dom">22</span>St. Mary Magdalene</td><td class="red"><span class="dom">23</span>St. Apollinaris</td><td class="white"><span class="dom">24</span>Our Lady's Saturday Office</td> + <td class="green"><span class="dom">18</span>9th Sunday after Pentecost<span class="sigla">1 Cor. 10:6-13 · Luke 19:41-47</span></td><td class="white"><span class="dom">19</span>St. Vincent de Paul<span class="sigla">1 Cor. 4:9-14 · Luke 10:1-9</span></td><td class="white"><span class="dom">20</span>St. Jerome Emiliani<span class="sigla">Isa 58:7-11 · Matt 19:13-21</span></td><td class="white"><span class="dom">21</span>St. Laurence of Brindisi<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">22</span>St. Mary Magdalene<span class="sigla">Song 3:2-5; 8:6-7 · Luke 7:36-50</span></td><td class="red"><span class="dom">23</span>St. Apollinaris<span class="sigla">1 Pet. 5:1-11 · Luke 22:24-30</span></td><td class="white"><span class="dom">24</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td> </tr> <tr> - <td class="green"><span class="dom">25</span>10th Sunday after Pentecost</td><td class="white"><span class="dom">26</span>St. Anne, Mother of the Blessed Virgin</td><td class="green"><span class="dom">27</span>Tuesday of the 10th Week of the Time after Pentecost</td><td class="red"><span class="dom">28</span>Sts. Nazarius & Celsus, St. Victor I & St. Innocent I</td><td class="white"><span class="dom">29</span>St. Martha</td><td class="green"><span class="dom">30</span>Friday of the 10th Week of the Time after Pentecost</td><td class="white"><span class="dom">31</span>St. Ignatius Loyola</td> + <td class="green"><span class="dom">25</span>10th Sunday after Pentecost<span class="sigla">1 Cor. 12:2-11 · Luke 18:9-14</span></td><td class="white"><span class="dom">26</span>St. Anne, Mother of the Blessed Virgin<span class="sigla">Prov 31:10-31 · Matt 13:44-52.</span></td><td class="green"><span class="dom">27</span>Tuesday of the 10th Week of the Time after Pentecost<span class="sigla">1 Cor. 12:2-11 · Luke 18:9-14</span></td><td class="red"><span class="dom">28</span>Sts. Nazarius & Celsus, St. Victor I & St. Innocent I<span class="sigla">Wis 10:17-20 · Luke 21:9-19</span></td><td class="white"><span class="dom">29</span>St. Martha<span class="sigla">2 Cor 10:17-18; 11:1-2 · Luke 10:38-42</span></td><td class="green"><span class="dom">30</span>Friday of the 10th Week of the Time after Pentecost<span class="sigla">1 Cor. 12:2-11 · Luke 18:9-14</span></td><td class="white"><span class="dom">31</span>St. Ignatius Loyola<span class="sigla">2 Tim. 2:8-10; 3:10-12. · Luke 10:1-9</span></td> </tr> </table> @@ -180,19 +194,19 @@ <caption>August</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="green"><span class="dom">1</span>11th Sunday after Pentecost</td><td class="white"><span class="dom">2</span>St. Alphonsus Liguori</td><td class="green"><span class="dom">3</span>Tuesday of the 11th Week of the Time after Pentecost</td><td class="white"><span class="dom">4</span>St. Dominic</td><td class="white"><span class="dom">5</span>Dedication of the Basilica of St. Mary Major</td><td class="white"><span class="dom">6</span>Transfiguration of Our Lord</td><td class="white"><span class="dom">7</span>St. Cajetan</td> + <td class="green"><span class="dom">1</span>11th Sunday after Pentecost<span class="sigla">1 Cor. 15:1-10 · Mark 7:31-37</span></td><td class="white"><span class="dom">2</span>St. Alphonsus Liguori<span class="sigla">2 Tim. 2:1-7 · Luke 10:1-9</span></td><td class="green"><span class="dom">3</span>Tuesday of the 11th Week of the Time after Pentecost<span class="sigla">1 Cor. 15:1-10 · Mark 7:31-37</span></td><td class="white"><span class="dom">4</span>St. Dominic<span class="sigla">2 Tim. 4:1-8 · Luke 12:35-40</span></td><td class="white"><span class="dom">5</span>Dedication of the Basilica of St. Mary Major<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td><td class="white"><span class="dom">6</span>Transfiguration of Our Lord<span class="sigla">2 Pet. 1:16-19 · Matt 17:1-9</span></td><td class="white"><span class="dom">7</span>St. Cajetan<span class="sigla">Sir 31:8-11 · Matt 6:24-33</span></td> </tr> <tr> - <td class="green"><span class="dom">8</span>12th Sunday after Pentecost</td><td class="violet"><span class="dom">9</span>Vigil of St. Lawrence</td><td class="red"><span class="dom">10</span>St. Lawrence</td><td class="green"><span class="dom">11</span>Wednesday of the 12th Week of the Time after Pentecost</td><td class="white"><span class="dom">12</span>St. Clare</td><td class="green"><span class="dom">13</span>Friday of the 12th Week of the Time after Pentecost</td><td class="violet"><span class="dom">14</span>Vigil of the Assumption</td> + <td class="green"><span class="dom">8</span>12th Sunday after Pentecost<span class="sigla">2 Cor. 3:4-9 · Luke 10:23-37</span></td><td class="violet"><span class="dom">9</span>Vigil of St. Lawrence<span class="sigla">Ecclus 51:1-8, 12 · Matt 16:24-27</span></td><td class="red"><span class="dom">10</span>St. Lawrence<span class="sigla">2 Cor. 9:6-10 · John 12:24-26</span></td><td class="green"><span class="dom">11</span>Wednesday of the 12th Week of the Time after Pentecost<span class="sigla">2 Cor. 3:4-9 · Luke 10:23-37</span></td><td class="white"><span class="dom">12</span>St. Clare<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td><td class="green"><span class="dom">13</span>Friday of the 12th Week of the Time after Pentecost<span class="sigla">2 Cor. 3:4-9 · Luke 10:23-37</span></td><td class="violet"><span class="dom">14</span>Vigil of the Assumption<span class="sigla">Sir 24:23-31 · Luke 11:27-28</span></td> </tr> <tr> - <td class="white"><span class="dom">15</span>Assumption of the Blessed Virgin Mary</td><td class="white"><span class="dom">16</span>St. Joachim, Father of the Blessed Virgin</td><td class="white"><span class="dom">17</span>St. Hyacinth</td><td class="green"><span class="dom">18</span>Wednesday of the 13th Week of the Time after Pentecost</td><td class="white"><span class="dom">19</span>St. John Eudes</td><td class="white"><span class="dom">20</span>St. Bernard of Clairvaux</td><td class="white"><span class="dom">21</span>St. Jane Frances de Chantal</td> + <td class="white"><span class="dom">15</span>Assumption of the Blessed Virgin Mary<span class="sigla">Judith 13:22-25; 15:10 · Luke 1:41-50</span></td><td class="white"><span class="dom">16</span>St. Joachim, Father of the Blessed Virgin<span class="sigla">Sir 31:8-11 · Matt 1:1-16</span></td><td class="white"><span class="dom">17</span>St. Hyacinth<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="green"><span class="dom">18</span>Wednesday of the 13th Week of the Time after Pentecost<span class="sigla">Gal 3:16-22 · Luke 17:11-19</span></td><td class="white"><span class="dom">19</span>St. John Eudes<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="white"><span class="dom">20</span>St. Bernard of Clairvaux<span class="sigla">Ecclus 39:6-14 · Matt 5:13-19</span></td><td class="white"><span class="dom">21</span>St. Jane Frances de Chantal<span class="sigla">Prov 31:10-31 · Matt 13:44-52.</span></td> </tr> <tr> - <td class="green"><span class="dom">22</span>14th Sunday after Pentecost</td><td class="white"><span class="dom">23</span>St. Philip Benizi</td><td class="red"><span class="dom">24</span>St. Bartholomew</td><td class="white"><span class="dom">25</span>St. Louis IX</td><td class="green"><span class="dom">26</span>Thursday of the 14th Week of the Time after Pentecost</td><td class="white"><span class="dom">27</span>St. Joseph Calasance</td><td class="white"><span class="dom">28</span>St. Augustine</td> + <td class="green"><span class="dom">22</span>14th Sunday after Pentecost<span class="sigla">Gal 5:16-24 · Matt 6:24-33</span></td><td class="white"><span class="dom">23</span>St. Philip Benizi<span class="sigla">1 Cor. 4:9-14 · Luke 12:32-34</span></td><td class="red"><span class="dom">24</span>St. Bartholomew<span class="sigla">1 Cor. 12:27-31 · Luke 6:12-19</span></td><td class="white"><span class="dom">25</span>St. Louis IX<span class="sigla">Wis 10:10-14 · Luke 19:12-26</span></td><td class="green"><span class="dom">26</span>Thursday of the 14th Week of the Time after Pentecost<span class="sigla">Gal 5:16-24 · Matt 6:24-33</span></td><td class="white"><span class="dom">27</span>St. Joseph Calasance<span class="sigla">Wis 10:10-14 · Matt 18:1-5</span></td><td class="white"><span class="dom">28</span>St. Augustine<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td> </tr> <tr> - <td class="green"><span class="dom">29</span>15th Sunday after Pentecost</td><td class="white"><span class="dom">30</span>St. Rose of Lima</td><td class="white"><span class="dom">31</span>St. Raymond Nonnatus</td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="green"><span class="dom">29</span>15th Sunday after Pentecost<span class="sigla">Gal 5:25-26; 6:1-10 · Luke 7:11-16</span></td><td class="white"><span class="dom">30</span>St. Rose of Lima<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td><td class="white"><span class="dom">31</span>St. Raymond Nonnatus<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -201,19 +215,19 @@ <caption>September</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="green"><span class="dom">1</span>Wednesday of the 15th Week of the Time after Pentecost</td><td class="white"><span class="dom">2</span>St. Stephen of Hungary</td><td class="white"><span class="dom">3</span>St. Pius X</td><td class="white"><span class="dom">4</span>Our Lady's Saturday Office</td> + <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="green"><span class="dom">1</span>Wednesday of the 15th Week of the Time after Pentecost<span class="sigla">Gal 5:25-26; 6:1-10 · Luke 7:11-16</span></td><td class="white"><span class="dom">2</span>St. Stephen of Hungary<span class="sigla">Sir 31:8-11 · Luke 19:12-26</span></td><td class="white"><span class="dom">3</span>St. Pius X<span class="sigla">1 Thess. 2:2-8 · John 21:15-17</span></td><td class="white"><span class="dom">4</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td> </tr> <tr> - <td class="green"><span class="dom">5</span>16th Sunday after Pentecost</td><td class="green"><span class="dom">6</span>Monday of the 16th Week of the Time after Pentecost</td><td class="green"><span class="dom">7</span>Tuesday of the 16th Week of the Time after Pentecost</td><td class="white"><span class="dom">8</span>Nativity of the Blessed Virgin Mary</td><td class="green"><span class="dom">9</span>Thursday of the 16th Week of the Time after Pentecost</td><td class="white"><span class="dom">10</span>St. Nicholas of Tolentino</td><td class="white"><span class="dom">11</span>Our Lady's Saturday Office</td> + <td class="green"><span class="dom">5</span>16th Sunday after Pentecost<span class="sigla">Eph 3:13-21 · Luke 14:1-11</span></td><td class="green"><span class="dom">6</span>Monday of the 16th Week of the Time after Pentecost<span class="sigla">Eph 3:13-21 · Luke 14:1-11</span></td><td class="green"><span class="dom">7</span>Tuesday of the 16th Week of the Time after Pentecost<span class="sigla">Eph 3:13-21 · Luke 14:1-11</span></td><td class="white"><span class="dom">8</span>Nativity of the Blessed Virgin Mary<span class="sigla">Prov 8:22-35 · Matt 1:1-16</span></td><td class="green"><span class="dom">9</span>Thursday of the 16th Week of the Time after Pentecost<span class="sigla">Eph 3:13-21 · Luke 14:1-11</span></td><td class="white"><span class="dom">10</span>St. Nicholas of Tolentino<span class="sigla">1 Cor. 4:9-14 · Luke 12:32-34</span></td><td class="white"><span class="dom">11</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td> </tr> <tr> - <td class="green"><span class="dom">12</span>17th Sunday after Pentecost</td><td class="green"><span class="dom">13</span>Monday of the 17th Week of the Time after Pentecost</td><td class="red"><span class="dom">14</span>Exaltation of the Holy Cross</td><td class="white"><span class="dom">15</span>Seven Sorrows of the Blessed Virgin Mary</td><td class="red"><span class="dom">16</span>Sts. Cornelius & Cyprian</td><td class="green"><span class="dom">17</span>Friday of the 17th Week of the Time after Pentecost</td><td class="white"><span class="dom">18</span>St. Joseph of Cupertino</td> + <td class="green"><span class="dom">12</span>17th Sunday after Pentecost<span class="sigla">Eph 4:1-6 · Matt 22:34-46</span></td><td class="green"><span class="dom">13</span>Monday of the 17th Week of the Time after Pentecost<span class="sigla">Eph 4:1-6 · Matt 22:34-46</span></td><td class="red"><span class="dom">14</span>Exaltation of the Holy Cross<span class="sigla">Phil 2:5-11 · John 12:31-36</span></td><td class="white"><span class="dom">15</span>Seven Sorrows of the Blessed Virgin Mary<span class="sigla">Judith 13:22; 13:23-25 · John 19:25-27</span></td><td class="red"><span class="dom">16</span>Sts. Cornelius & Cyprian<span class="sigla">Wis 3:1-8 · Luke 21:9-19</span></td><td class="green"><span class="dom">17</span>Friday of the 17th Week of the Time after Pentecost<span class="sigla">Eph 4:1-6 · Matt 22:34-46</span></td><td class="white"><span class="dom">18</span>St. Joseph of Cupertino<span class="sigla">1 Cor 13:1-8 · Matt 22:1-14</span></td> </tr> <tr> - <td class="green"><span class="dom">19</span>18th Sunday after Pentecost</td><td class="green"><span class="dom">20</span>Monday of the 18th Week of the Time after Pentecost</td><td class="red"><span class="dom">21</span>St. Matthew</td><td class="violet"><span class="dom">22</span>September Ember Wednesday</td><td class="red"><span class="dom">23</span>St. Linus</td><td class="violet"><span class="dom">24</span>September Ember Friday</td><td class="violet"><span class="dom">25</span>September Ember Saturday</td> + <td class="green"><span class="dom">19</span>18th Sunday after Pentecost<span class="sigla">1 Cor. 1:4-8 · Matt 9:1-8</span></td><td class="green"><span class="dom">20</span>Monday of the 18th Week of the Time after Pentecost<span class="sigla">1 Cor. 1:4-8 · Matt 9:1-8</span></td><td class="red"><span class="dom">21</span>St. Matthew<span class="sigla">Ezek 1:10-14 · Matt 9:9-13</span></td><td class="violet"><span class="dom">22</span>September Ember Wednesday<span class="sigla">2 Esd. 8:1-10 · Mark 9:16-28</span></td><td class="red"><span class="dom">23</span>St. Linus<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td><td class="violet"><span class="dom">24</span>September Ember Friday<span class="sigla">Osee 14:2-10 · Luke 7:36-50</span></td><td class="violet"><span class="dom">25</span>September Ember Saturday<span class="sigla">Heb 9:2-12 · Luke 13:6-17</span></td> </tr> <tr> - <td class="green"><span class="dom">26</span>19th Sunday after Pentecost</td><td class="red"><span class="dom">27</span>Sts. Cosmas & Damian</td><td class="red"><span class="dom">28</span>St. Wenceslaus</td><td class="white"><span class="dom">29</span>Dedication of St. Michael the Archangel</td><td class="white"><span class="dom">30</span>St. Jerome</td><td class="pad"></td><td class="pad"></td> + <td class="green"><span class="dom">26</span>19th Sunday after Pentecost<span class="sigla">Eph 4:23-28 · Matt 22:1-14</span></td><td class="red"><span class="dom">27</span>Sts. Cosmas & Damian<span class="sigla">Wis 5:16-20 · Luke 6:17-23</span></td><td class="red"><span class="dom">28</span>St. Wenceslaus<span class="sigla">Wis 10:10-14 · Matt 10:34-42</span></td><td class="white"><span class="dom">29</span>Dedication of St. Michael the Archangel<span class="sigla">Rev 1:1-5 · Matt 18:1-10</span></td><td class="white"><span class="dom">30</span>St. Jerome<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -222,22 +236,22 @@ <caption>October</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="green"><span class="dom">1</span>Friday of the 19th Week of the Time after Pentecost</td><td class="white"><span class="dom">2</span>Holy Guardian Angels</td> + <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="green"><span class="dom">1</span>Friday of the 19th Week of the Time after Pentecost<span class="sigla">Eph 4:23-28 · Matt 22:1-14</span></td><td class="white"><span class="dom">2</span>Holy Guardian Angels<span class="sigla">Exod 23:20-23 · Matt 18:1-10</span></td> </tr> <tr> - <td class="green"><span class="dom">3</span>20th Sunday after Pentecost</td><td class="white"><span class="dom">4</span>St. Francis of Assisi</td><td class="green"><span class="dom">5</span>Tuesday of the 20th Week of the Time after Pentecost</td><td class="white"><span class="dom">6</span>St. Bruno</td><td class="white"><span class="dom">7</span>Our Lady of the Rosary</td><td class="white"><span class="dom">8</span>St. Bridget of Sweden</td><td class="white"><span class="dom">9</span>St. John Leonardi</td> + <td class="green"><span class="dom">3</span>20th Sunday after Pentecost<span class="sigla">Eph 5:15-21 · John 4:46-53</span></td><td class="white"><span class="dom">4</span>St. Francis of Assisi<span class="sigla">Gal 6:14-18 · Matt 11:25-30</span></td><td class="green"><span class="dom">5</span>Tuesday of the 20th Week of the Time after Pentecost<span class="sigla">Eph 5:15-21 · John 4:46-53</span></td><td class="white"><span class="dom">6</span>St. Bruno<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="white"><span class="dom">7</span>Our Lady of the Rosary<span class="sigla">Prov 8:22-24, 32-35. · Luke 1:26-38</span></td><td class="white"><span class="dom">8</span>St. Bridget of Sweden<span class="sigla">1 Tim. 5:3-10. · Matt 13:44-52.</span></td><td class="white"><span class="dom">9</span>St. John Leonardi<span class="sigla">2 Cor 4:1-6; 4:15-18 · Luke 10:1-9</span></td> </tr> <tr> - <td class="green"><span class="dom">10</span>21st Sunday after Pentecost</td><td class="white"><span class="dom">11</span>Maternity of the Blessed Virgin Mary</td><td class="green"><span class="dom">12</span>Tuesday of the 21st Week of the Time after Pentecost</td><td class="white"><span class="dom">13</span>St. Edward</td><td class="red"><span class="dom">14</span>St. Callistus I</td><td class="white"><span class="dom">15</span>St. Teresa of Avila</td><td class="white"><span class="dom">16</span>St. Hedwig</td> + <td class="green"><span class="dom">10</span>21st Sunday after Pentecost<span class="sigla">Eph 6:10-17 · Matt 18:23-35</span></td><td class="white"><span class="dom">11</span>Maternity of the Blessed Virgin Mary<span class="sigla">Sir 24:23-31 · Luke 2:43-51</span></td><td class="green"><span class="dom">12</span>Tuesday of the 21st Week of the Time after Pentecost<span class="sigla">Eph 6:10-17 · Matt 18:23-35</span></td><td class="white"><span class="dom">13</span>St. Edward<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="red"><span class="dom">14</span>St. Callistus I<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td><td class="white"><span class="dom">15</span>St. Teresa of Avila<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td><td class="white"><span class="dom">16</span>St. Hedwig<span class="sigla">Prov 31:10-31 · Matt 13:44-52.</span></td> </tr> <tr> - <td class="green"><span class="dom">17</span>22nd Sunday after Pentecost</td><td class="red"><span class="dom">18</span>St. Luke the Evangelist</td><td class="white"><span class="dom">19</span>St. Peter of Alcantara</td><td class="white"><span class="dom">20</span>St. John Cantius</td><td class="green"><span class="dom">21</span>Thursday of the 22nd Week of the Time after Pentecost</td><td class="green"><span class="dom">22</span>Friday of the 22nd Week of the Time after Pentecost</td><td class="white"><span class="dom">23</span>St. Anthony Mary Claret</td> + <td class="green"><span class="dom">17</span>22nd Sunday after Pentecost<span class="sigla">Phil 1:6-11 · Matt 22:15-21</span></td><td class="red"><span class="dom">18</span>St. Luke the Evangelist<span class="sigla">2 Cor. 8:16-24 · Luke 10:1-9</span></td><td class="white"><span class="dom">19</span>St. Peter of Alcantara<span class="sigla">Phil 3:7-12 · Luke 12:32-34</span></td><td class="white"><span class="dom">20</span>St. John Cantius<span class="sigla">James 2:12-17 · Luke 12:35-40</span></td><td class="green"><span class="dom">21</span>Thursday of the 22nd Week of the Time after Pentecost<span class="sigla">Phil 1:6-11 · Matt 22:15-21</span></td><td class="green"><span class="dom">22</span>Friday of the 22nd Week of the Time after Pentecost<span class="sigla">Phil 1:6-11 · Matt 22:15-21</span></td><td class="white"><span class="dom">23</span>St. Anthony Mary Claret<span class="sigla">Heb 7:23-27 · Matt 24:42-47</span></td> </tr> <tr> - <td class="green"><span class="dom">24</span>23rd Sunday after Pentecost</td><td class="green"><span class="dom">25</span>Monday of the 23rd Week of the Time after Pentecost</td><td class="green"><span class="dom">26</span>Tuesday of the 23rd Week of the Time after Pentecost</td><td class="green"><span class="dom">27</span>Wednesday of the 23rd Week of the Time after Pentecost</td><td class="red"><span class="dom">28</span>Sts. Simon & Jude</td><td class="green"><span class="dom">29</span>Friday of the 23rd Week of the Time after Pentecost</td><td class="white"><span class="dom">30</span>Our Lady's Saturday Office</td> + <td class="green"><span class="dom">24</span>23rd Sunday after Pentecost<span class="sigla">Phil 3:17-21; 4:1-3 · Matt 9:18-26</span></td><td class="green"><span class="dom">25</span>Monday of the 23rd Week of the Time after Pentecost<span class="sigla">Phil 3:17-21; 4:1-3 · Matt 9:18-26</span></td><td class="green"><span class="dom">26</span>Tuesday of the 23rd Week of the Time after Pentecost<span class="sigla">Phil 3:17-21; 4:1-3 · Matt 9:18-26</span></td><td class="green"><span class="dom">27</span>Wednesday of the 23rd Week of the Time after Pentecost<span class="sigla">Phil 3:17-21; 4:1-3 · Matt 9:18-26</span></td><td class="red"><span class="dom">28</span>Sts. Simon & Jude<span class="sigla">Eph. 4:7-13. · John 15:17-25</span></td><td class="green"><span class="dom">29</span>Friday of the 23rd Week of the Time after Pentecost<span class="sigla">Phil 3:17-21; 4:1-3 · Matt 9:18-26</span></td><td class="white"><span class="dom">30</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td> </tr> <tr> - <td class="white"><span class="dom">31</span>Christ the King</td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="white"><span class="dom">31</span>Christ the King<span class="sigla">Col 1:12-20. · John 18:33-37</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -246,19 +260,19 @@ <caption>November</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="white"><span class="dom">1</span>All Saints</td><td class="black"><span class="dom">2</span>Commemoration of All Souls</td><td class="green"><span class="dom">3</span>Wednesday of the 24th Week of the Time after Pentecost</td><td class="white"><span class="dom">4</span>St. Charles Borromeo</td><td class="green"><span class="dom">5</span>Friday of the 24th Week of the Time after Pentecost</td><td class="white"><span class="dom">6</span>Our Lady's Saturday Office</td> + <td class="pad"></td><td class="white"><span class="dom">1</span>All Saints<span class="sigla">Apoc 7:2-12 · Matt 5:1-12</span></td><td class="black"><span class="dom">2</span>Commemoration of All Souls<span class="sigla">1 Cor. 15:51-57 · John 5:25-29</span></td><td class="green"><span class="dom">3</span>Wednesday of the 24th Week of the Time after Pentecost<span class="sigla">Col 1:12-20. · John 18:33-37</span></td><td class="white"><span class="dom">4</span>St. Charles Borromeo<span class="sigla">Sir 44:16-27; 45:3-20 · Matt 25:14-23</span></td><td class="green"><span class="dom">5</span>Friday of the 24th Week of the Time after Pentecost<span class="sigla">Col 1:12-20. · John 18:33-37</span></td><td class="white"><span class="dom">6</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td> </tr> <tr> - <td class="green"><span class="dom">7</span>5th Sunday after Epiphany</td><td class="green"><span class="dom">8</span>Monday of the 25th Week of the Time after Pentecost</td><td class="white"><span class="dom">9</span>Dedication of the Archbasilica of Our Holy Savior</td><td class="white"><span class="dom">10</span>St. Andrew Avellino</td><td class="white"><span class="dom">11</span>St. Martin of Tours</td><td class="red"><span class="dom">12</span>St. Martin I</td><td class="white"><span class="dom">13</span>St. Didacus</td> + <td class="green"><span class="dom">7</span>5th Sunday after Epiphany<span class="sigla">Col 3:12-17 · Matt 13:24-30</span></td><td class="green"><span class="dom">8</span>Monday of the 25th Week of the Time after Pentecost<span class="sigla">Col 3:12-17 · Matt 13:24-30</span></td><td class="white"><span class="dom">9</span>Dedication of the Archbasilica of Our Holy Savior<span class="sigla">Rev 21:2-5 · Luke 19:1-10</span></td><td class="white"><span class="dom">10</span>St. Andrew Avellino<span class="sigla">Sir 31:8-11 · Luke 12:35-40</span></td><td class="white"><span class="dom">11</span>St. Martin of Tours<span class="sigla">Sir 44:16-27; 45:3-20 · Luke 11:33-36</span></td><td class="red"><span class="dom">12</span>St. Martin I<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td><td class="white"><span class="dom">13</span>St. Didacus<span class="sigla">1 Cor 4:9-14 · Luke 12:32-34</span></td> </tr> <tr> - <td class="green"><span class="dom">14</span>6th Sunday after Epiphany</td><td class="white"><span class="dom">15</span>St. Albert the Great</td><td class="white"><span class="dom">16</span>St. Gertrude the Great</td><td class="white"><span class="dom">17</span>St. Gregory the Wonderworker</td><td class="white"><span class="dom">18</span>Dedication of the Basilicas of Sts. Peter & Paul</td><td class="white"><span class="dom">19</span>St. Elizabeth of Hungary</td><td class="white"><span class="dom">20</span>St. Felix of Valois</td> + <td class="green"><span class="dom">14</span>6th Sunday after Epiphany<span class="sigla">1 Thess 1:2-10 · Matt 13:31-35</span></td><td class="white"><span class="dom">15</span>St. Albert the Great<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">16</span>St. Gertrude the Great<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 25:1-13.</span></td><td class="white"><span class="dom">17</span>St. Gregory the Wonderworker<span class="sigla">Sir 44:16-27; 45:3-20 · Mark 11:22-24</span></td><td class="white"><span class="dom">18</span>Dedication of the Basilicas of Sts. Peter & Paul<span class="sigla">Rev 21:2-5 · Luke 19:1-10</span></td><td class="white"><span class="dom">19</span>St. Elizabeth of Hungary<span class="sigla">Prov 31:10-31 · Matt 13:44-52.</span></td><td class="white"><span class="dom">20</span>St. Felix of Valois<span class="sigla">1 Cor. 4:9-14 · Luke 12:32-34</span></td> </tr> <tr> - <td class="green"><span class="dom">21</span>24th and Last Sunday after Pentecost</td><td class="red"><span class="dom">22</span>St. Cecilia</td><td class="red"><span class="dom">23</span>St. Clement I</td><td class="white"><span class="dom">24</span>St. John of the Cross</td><td class="red"><span class="dom">25</span>St. Catherine of Alexandria</td><td class="white"><span class="dom">26</span>St. Sylvester</td><td class="white"><span class="dom">27</span>Our Lady's Saturday Office</td> + <td class="green"><span class="dom">21</span>24th and Last Sunday after Pentecost<span class="sigla">Col 1:9-14 · Matt 24:15-35</span></td><td class="red"><span class="dom">22</span>St. Cecilia<span class="sigla">Sir 51:13-17. · Matt 25:1-13.</span></td><td class="red"><span class="dom">23</span>St. Clement I<span class="sigla">Phil 3:17-21; 4:1-3 · Matt 16:13-19</span></td><td class="white"><span class="dom">24</span>St. John of the Cross<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="red"><span class="dom">25</span>St. Catherine of Alexandria<span class="sigla">Sir 51:1-8; 51:12 · Matt 25:1-13.</span></td><td class="white"><span class="dom">26</span>St. Sylvester<span class="sigla">Ecclus 45:1-6 · Matt 19:27-29.</span></td><td class="white"><span class="dom">27</span>Our Lady's Saturday Office<span class="sigla">Ecclus 24:14-16 · Luke 11:27-28</span></td> </tr> <tr> - <td class="violet"><span class="dom">28</span>1st Sunday of Advent</td><td class="violet"><span class="dom">29</span>Monday of the 1st Week of Advent</td><td class="red"><span class="dom">30</span>St. Andrew</td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> + <td class="violet"><span class="dom">28</span>1st Sunday of Advent<span class="sigla">Rom 13:11-14 · Luke 21:25-33</span></td><td class="violet"><span class="dom">29</span>Monday of the 1st Week of Advent<span class="sigla">Rom 13:11-14 · Luke 21:25-33</span></td><td class="red"><span class="dom">30</span>St. Andrew<span class="sigla">Rom 10:10-18 · Matt 4:18-22</span></td><td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="pad"></td> </tr> </table> @@ -267,19 +281,19 @@ <caption>December</caption> <tr><th>Sunday</th><th>Monday</th><th>Tuesday</th><th>Wednesday</th><th>Thursday</th><th>Friday</th><th>Saturday</th></tr> <tr> - <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="violet"><span class="dom">1</span>Wednesday of the 1st Week of Advent</td><td class="red"><span class="dom">2</span>St. Vivian</td><td class="white"><span class="dom">3</span>St. Francis Xavier</td><td class="white"><span class="dom">4</span>St. Peter Chrysologus</td> + <td class="pad"></td><td class="pad"></td><td class="pad"></td><td class="violet"><span class="dom">1</span>Wednesday of the 1st Week of Advent<span class="sigla">Rom 13:11-14 · Luke 21:25-33</span></td><td class="red"><span class="dom">2</span>St. Vivian<span class="sigla">Sir 51:13-17. · Matt 13:44-52.</span></td><td class="white"><span class="dom">3</span>St. Francis Xavier<span class="sigla">Rom 10:10-18 · Mark 16:15-18</span></td><td class="white"><span class="dom">4</span>St. Peter Chrysologus<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td> </tr> <tr> - <td class="violet"><span class="dom">5</span>2nd Sunday of Advent</td><td class="white"><span class="dom">6</span>St. Nicholas</td><td class="white"><span class="dom">7</span>St. Ambrose</td><td class="white"><span class="dom">8</span>Immaculate Conception of the Blessed Virgin Mary</td><td class="violet"><span class="dom">9</span>Thursday of the 2nd Week of Advent</td><td class="violet"><span class="dom">10</span>Friday of the 2nd Week of Advent</td><td class="white"><span class="dom">11</span>St. Damasus I</td> + <td class="violet"><span class="dom">5</span>2nd Sunday of Advent<span class="sigla">Rom 15:4-13 · Matt 11:2-10</span></td><td class="white"><span class="dom">6</span>St. Nicholas<span class="sigla">Heb 13:7-17 · Matt 25:14-23</span></td><td class="white"><span class="dom">7</span>St. Ambrose<span class="sigla">2 Tim 4:1-8 · Matt 5:13-19</span></td><td class="white"><span class="dom">8</span>Immaculate Conception of the Blessed Virgin Mary<span class="sigla">Prov 8:22-35 · Luke 1:26-28</span></td><td class="violet"><span class="dom">9</span>Thursday of the 2nd Week of Advent<span class="sigla">Rom 15:4-13 · Matt 11:2-10</span></td><td class="violet"><span class="dom">10</span>Friday of the 2nd Week of Advent<span class="sigla">Rom 15:4-13 · Matt 11:2-10</span></td><td class="white"><span class="dom">11</span>St. Damasus I<span class="sigla">1 Pet 5:1-4; 5:10-11. · Matt 16:13-19</span></td> </tr> <tr> - <td class="rose"><span class="dom">12</span>3rd Sunday of Advent</td><td class="red"><span class="dom">13</span>St. Lucy</td><td class="violet"><span class="dom">14</span>Tuesday of the 3rd Week of Advent</td><td class="violet"><span class="dom">15</span>Advent Ember Wednesday</td><td class="red"><span class="dom">16</span>St. Eusebius</td><td class="violet"><span class="dom">17</span>Advent Ember Friday</td><td class="violet"><span class="dom">18</span>Advent Ember Saturday</td> + <td class="rose"><span class="dom">12</span>3rd Sunday of Advent<span class="sigla">Phil 4:4-7 · John 1:19-28</span></td><td class="red"><span class="dom">13</span>St. Lucy<span class="sigla">2 Cor 10:17-18; 11:1-2 · Matt 13:44-52.</span></td><td class="violet"><span class="dom">14</span>Tuesday of the 3rd Week of Advent<span class="sigla">Phil 4:4-7 · John 1:19-28</span></td><td class="violet"><span class="dom">15</span>Advent Ember Wednesday<span class="sigla">Isa 7:10-15 · Luke 1:26-38</span></td><td class="red"><span class="dom">16</span>St. Eusebius<span class="sigla">2 Cor. 1:3-7 · Matt 16:24-27.</span></td><td class="violet"><span class="dom">17</span>Advent Ember Friday<span class="sigla">Isa 11:1-5 · Luke 1:39-47</span></td><td class="violet"><span class="dom">18</span>Advent Ember Saturday<span class="sigla">2 Thess 2:1-8 · Luke 3:1-6</span></td> </tr> <tr> - <td class="violet"><span class="dom">19</span>4th Sunday of Advent</td><td class="violet"><span class="dom">20</span>Monday of the 4th Week of Advent</td><td class="red"><span class="dom">21</span>St. Thomas</td><td class="violet"><span class="dom">22</span>Wednesday of the 4th Week of Advent</td><td class="violet"><span class="dom">23</span>Thursday of the 4th Week of Advent</td><td class="violet"><span class="dom">24</span>Vigil of the Nativity (Christmas Eve)</td><td class="white"><span class="dom">25</span>The Nativity of Our Lord (Christmas)</td> + <td class="violet"><span class="dom">19</span>4th Sunday of Advent<span class="sigla">1 Cor. 4:1-5 · Luke 3:1-6</span></td><td class="violet"><span class="dom">20</span>Monday of the 4th Week of Advent<span class="sigla">1 Cor. 4:1-5 · Luke 3:1-6</span></td><td class="red"><span class="dom">21</span>St. Thomas<span class="sigla">Eph 2:19-22 · John 20:24-29</span></td><td class="violet"><span class="dom">22</span>Wednesday of the 4th Week of Advent<span class="sigla">1 Cor. 4:1-5 · Luke 3:1-6</span></td><td class="violet"><span class="dom">23</span>Thursday of the 4th Week of Advent<span class="sigla">1 Cor. 4:1-5 · Luke 3:1-6</span></td><td class="violet"><span class="dom">24</span>Vigil of the Nativity (Christmas Eve)<span class="sigla">Rom 1:1-6 · Matt 1:18-21</span></td><td class="white"><span class="dom">25</span>The Nativity of Our Lord (Christmas)<span class="sigla">Heb 1:1-12 · John 1:1-14</span></td> </tr> <tr> - <td class="white"><span class="dom">26</span>Sunday within the Octave of the Nativity</td><td class="white"><span class="dom">27</span>St. John the Evangelist</td><td class="red"><span class="dom">28</span>Holy Innocents</td><td class="white"><span class="dom">29</span>5th Day within the Octave of the Nativity</td><td class="white"><span class="dom">30</span>6th Day within the Octave of the Nativity</td><td class="white"><span class="dom">31</span>7th Day within the Octave of the Nativity</td><td class="pad"></td> + <td class="white"><span class="dom">26</span>Sunday within the Octave of the Nativity<span class="sigla">Gal 4:1-7 · Luke 2:33-40</span></td><td class="white"><span class="dom">27</span>St. John the Evangelist<span class="sigla">Ecclus 15:1-6 · John 21:19-24</span></td><td class="red"><span class="dom">28</span>Holy Innocents<span class="sigla">Apoc 14:1-5 · Matt 2:13-18</span></td><td class="white"><span class="dom">29</span>5th Day within the Octave of the Nativity<span class="sigla">Titus 3:4-7 · Luke 2:15-20</span></td><td class="white"><span class="dom">30</span>6th Day within the Octave of the Nativity<span class="sigla">Titus 3:4-7 · Luke 2:15-20</span></td><td class="white"><span class="dom">31</span>7th Day within the Octave of the Nativity<span class="sigla">Titus 3:4-7 · Luke 2:15-20</span></td><td class="pad"></td> </tr> </table> diff --git a/test/golden/grid-2027.ms b/test/golden/grid-2027.ms index 917c6fa..98e9594 100644 --- a/test/golden/grid-2027.ms +++ b/test/golden/grid-2027.ms @@ -78,6 +78,19 @@ .\" Every cell also carries a last flag, true on the seventh of its row: tbl .\" needs the tab separator BETWEEN columns, not after the last one, and the .\" engine has no unless-last construct, so the flag comes from data. +.\" +.\" Sigla: each cell also carries the day's Epistle and Gospel references +.\" (view fields first/gospel), on their own .br line below the day/name +.\" line and joined by \(bu rather than repeated Ep./Ev. labels -- the +.\" same compact choice grid.tex makes, and the same separator glyph +.\" ordo.ms already uses elsewhere in this template family. tbl's own +.\" w() wrap (see above) takes care of a citation too long for the 1.3i +.\" column; no template-side line-splitting is needed here the way +.\" grid.tex needed one for its own fixed-height parbox. Both first and +.\" gospel are wrapped in their own conditional section (mirroring +.\" ordo.ms's own idiom) so a day missing either -- none does in the +.\" shipped EF lectionary, but nothing guarantees a future rite or +.\" overlay keeps that invariant -- prints no stray separator. .pl 8.27i .po 0.3i .nr LL 10.9i @@ -106,71 +119,133 @@ T} T{ T} T{ \fB1\fP \s-2The Octave Day of the Nativity\s+2 +.br +\s-2Titus 2:11-15 \(bu Luke 2:21\s+2 T} T{ \fB2\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Titus 3:4-7 \(bu Luke 2:15-20\s+2 T} T{ \fB3\fP \s-2The Holy Name of Jesus\s+2 +.br +\s-2Acts 4:8-12 \(bu Luke 2:21\s+2 T} T{ \fB4\fP \s-2Monday before Epiphany\s+2 +.br +\s-2Titus 2:11-15 \(bu Luke 2:21\s+2 T} T{ \fB5\fP \s-2Tuesday before Epiphany\s+2 +.br +\s-2Titus 2:11-15 \(bu Luke 2:21\s+2 T} T{ \fB6\fP \s-2The Epiphany of Our Lord\s+2 +.br +\s-2Isa 60:1-6 \(bu Matt 2:1-12\s+2 T} T{ \fB7\fP \s-2Thursday after Epiphany\s+2 +.br +\s-2Isa 60:1-6 \(bu Matt 2:1-12\s+2 T} T{ \fB8\fP \s-2Friday after Epiphany\s+2 +.br +\s-2Isa 60:1-6 \(bu Matt 2:1-12\s+2 T} T{ \fB9\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Titus 3:4-7 \(bu Luke 2:15-20\s+2 T} T{ \fB10\fP \s-2The Holy Family\s+2 +.br +\s-2Col 3:12-17 \(bu Luke 2:42-52\s+2 T} T{ \fB11\fP \s-2Monday of the 1st Week of the Time after Epiphany\s+2 +.br +\s-2Rom 12:1-5 \(bu Luke 2:42-52\s+2 T} T{ \fB12\fP \s-2Tuesday of the 1st Week of the Time after Epiphany\s+2 +.br +\s-2Rom 12:1-5 \(bu Luke 2:42-52\s+2 T} T{ \fB13\fP \s-2Commemoration of the Baptism of the Lord\s+2 +.br +\s-2Isa 60:1-6 \(bu John 1:29-34\s+2 T} T{ \fB14\fP \s-2St. Hilary\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB15\fP \s-2St. Paul, the First Hermit\s+2 +.br +\s-2Phil 3:7-12 \(bu Matt 11:25-30\s+2 T} T{ \fB16\fP \s-2St. Marcellus I\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB17\fP \s-22nd Sunday after Epiphany\s+2 +.br +\s-2Rom 12:6-16 \(bu John 2:1-11\s+2 T} T{ \fB18\fP \s-2Monday of the 2nd Week of the Time after Epiphany\s+2 +.br +\s-2Rom 12:6-16 \(bu John 2:1-11\s+2 T} T{ \fB19\fP \s-2Tuesday of the 2nd Week of the Time after Epiphany\s+2 +.br +\s-2Rom 12:6-16 \(bu John 2:1-11\s+2 T} T{ \fB20\fP \s-2Sts. Fabian & Sebastian\s+2 +.br +\s-2Heb 11:33-39 \(bu Luke 6:17-23\s+2 T} T{ \fB21\fP \s-2St. Agnes\s+2 +.br +\s-2Sir 51:1-8; 51:12 \(bu Matt 25:1-13.\s+2 T} T{ \fB22\fP \s-2Sts. Vincent & Anastasius\s+2 +.br +\s-2Wis 3:1-8 \(bu Luke 21:9-19\s+2 T} T{ \fB23\fP \s-2St. Raymond of Peñafort\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB24\fP \s-2Septuagesima Sunday\s+2 +.br +\s-21 Cor. 9:24-27; 10:1-5 \(bu Matt 20:1-16\s+2 T} T{ \fB25\fP \s-2Conversion of St. Paul\s+2 +.br +\s-2Acts 9:1-22 \(bu Matt 19:27-29.\s+2 T} T{ \fB26\fP \s-2St. Polycarp\s+2 +.br +\s-21 John 3:10-16 \(bu Matt 10:26-32.\s+2 T} T{ \fB27\fP \s-2St. John Chrysostom\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB28\fP \s-2St. Peter Nolasco\s+2 +.br +\s-21 Cor. 4:9-14 \(bu Luke 12:32-34\s+2 T} T{ \fB29\fP \s-2St. Francis de Sales\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB30\fP \s-2St. Martina\s+2 +.br +\s-2Sir 51:1-8; 51:12 \(bu Matt 25:1-13.\s+2 T} T{ \fB31\fP \s-2Sexagesima Sunday\s+2 +.br +\s-22 Cor. 11:19-33; 12:1-9 \(bu Luke 8:4-15\s+2 T} T{ T} T{ @@ -197,64 +272,120 @@ T{ T} T{ \fB1\fP \s-2St. Ignatius of Antioch\s+2 +.br +\s-2Rom 8:35-39 \(bu John 12:24-26\s+2 T} T{ \fB2\fP \s-2Purification of the Blessed Virgin Mary\s+2 +.br +\s-2Mal 3:1-4 \(bu Luke 2:22-32\s+2 T} T{ \fB3\fP \s-2Wednesday of the 2nd Week of Septuagesimatide\s+2 +.br +\s-22 Cor. 11:19-33; 12:1-9 \(bu Luke 8:4-15\s+2 T} T{ \fB4\fP \s-2St. Andrew Corsini\s+2 +.br +\s-2Sir 44:16-27; 45:3-20 \(bu Matt 25:14-23\s+2 T} T{ \fB5\fP \s-2St. Agatha\s+2 +.br +\s-21 Cor. 1:26-31 \(bu Matt 19:3-12.\s+2 T} T{ \fB6\fP \s-2St. Titus\s+2 +.br +\s-2Sir 44:16-27; 45:3-20 \(bu Luke 10:1-9\s+2 T} T{ \fB7\fP \s-2Quinquagesima Sunday\s+2 +.br +\s-21 Cor. 13:1-13 \(bu Luke 18:31-43\s+2 T} T{ \fB8\fP \s-2St. John of Matha\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB9\fP \s-2St. Cyril of Alexandria\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB10\fP \s-2Ash Wednesday\s+2 +.br +\s-2Joel 2:12-19 \(bu Matt 6:16-21\s+2 T} T{ \fB11\fP \s-2Thursday after Ash Wednesday\s+2 +.br +\s-2Isa 38:1-6 \(bu Matt 8:5-13\s+2 T} T{ \fB12\fP \s-2Friday after Ash Wednesday\s+2 +.br +\s-2Isa 58:1-9 \(bu Matt 5:43-48; 6:1-4\s+2 T} T{ \fB13\fP \s-2Saturday after Ash Wednesday\s+2 +.br +\s-2Isa 58:9-14 \(bu Mark 6:47-56\s+2 T} T{ \fB14\fP \s-21st Sunday of Lent\s+2 +.br +\s-22 Cor. 6:1-10 \(bu Matt 4:1-11\s+2 T} T{ \fB15\fP \s-2Monday of the 1st Week of Lent\s+2 +.br +\s-2Ezech 34:11-16 \(bu Matt 25:31-46\s+2 T} T{ \fB16\fP \s-2Tuesday of the 1st Week of Lent\s+2 +.br +\s-2Isa 55:6-11 \(bu Matt 21:10-17\s+2 T} T{ \fB17\fP \s-2Lenten Ember Wednesday\s+2 +.br +\s-23 Kgs. 19:3-8 \(bu Matt 12:38-50\s+2 T} T{ \fB18\fP \s-2Thursday of the 1st Week of Lent\s+2 +.br +\s-2Ezech 18:1-9 \(bu Matt 15:21-28\s+2 T} T{ \fB19\fP \s-2Lenten Ember Friday\s+2 +.br +\s-2Ezech 18:20-28 \(bu John 5:1-15\s+2 T} T{ \fB20\fP \s-2Lenten Ember Saturday\s+2 +.br +\s-21 Thess. 5:14-23 \(bu Matt 17:1-9\s+2 T} T{ \fB21\fP \s-22nd Sunday of Lent\s+2 +.br +\s-21 Thess. 4:1-7 \(bu Matt 17:1-9\s+2 T} T{ \fB22\fP \s-2Chair of St. Peter\s+2 +.br +\s-21 Pet 1:1-7 \(bu Matt 16:13-19\s+2 T} T{ \fB23\fP \s-2Tuesday of the 2nd Week of Lent\s+2 +.br +\s-23 Kings 17:8-16 \(bu Matt 23:1-12\s+2 T} T{ \fB24\fP \s-2St. Matthias\s+2 +.br +\s-2Acts 1:15-26 \(bu Matt 11:25-30\s+2 T} T{ \fB25\fP \s-2Thursday of the 2nd Week of Lent\s+2 +.br +\s-2Jer 17:5-10 \(bu Luke 16:19-31\s+2 T} T{ \fB26\fP \s-2Friday of the 2nd Week of Lent\s+2 +.br +\s-2Gen 37:6-22 \(bu Matt 21:33-46\s+2 T} T{ \fB27\fP \s-2Saturday of the 2nd Week of Lent\s+2 +.br +\s-2Gen 27:6-40 \(bu Luke 15:11-32\s+2 T} T{ \fB28\fP \s-23rd Sunday of Lent\s+2 +.br +\s-2Eph 5:1-9 \(bu Luke 11:14-28\s+2 T} T{ T} T{ @@ -281,70 +412,132 @@ T{ T} T{ \fB1\fP \s-2Monday of the 3rd Week of Lent\s+2 +.br +\s-24 Kings 5:1-15 \(bu Luke 4:23-30\s+2 T} T{ \fB2\fP \s-2Tuesday of the 3rd Week of Lent\s+2 +.br +\s-24 Kings 4:1-7 \(bu Matt 18:15-22\s+2 T} T{ \fB3\fP \s-2Wednesday of the 3rd Week of Lent\s+2 +.br +\s-2Ex 20:12-24 \(bu Matt 15:1-20\s+2 T} T{ \fB4\fP \s-2Thursday of the 3rd Week of Lent\s+2 +.br +\s-2Jer 7:1-7 \(bu Luke 4:38-44.\s+2 T} T{ \fB5\fP \s-2Friday of the 3rd Week of Lent\s+2 +.br +\s-2Num 20:1, 3; 6-13. \(bu John 4:5-42\s+2 T} T{ \fB6\fP \s-2Saturday of the 3rd Week of Lent\s+2 +.br +\s-2Dan 13:1-9, 15-17, 19-30, 33-62. \(bu John 8:1-11\s+2 T} T{ \fB7\fP \s-24th Sunday of Lent\s+2 +.br +\s-2Gal 4:22-31 \(bu John 6:1-15\s+2 T} T{ \fB8\fP \s-2Monday of the 4th Week of Lent\s+2 +.br +\s-23 Kings 3:16-28 \(bu John 2:13-25\s+2 T} T{ \fB9\fP \s-2Tuesday of the 4th Week of Lent\s+2 +.br +\s-2Ex 32:7-14 \(bu John 7:14-31\s+2 T} T{ \fB10\fP \s-2Wednesday of the 4th Week of Lent\s+2 +.br +\s-2Isa. 1:16-19 \(bu John 9:1-38\s+2 T} T{ \fB11\fP \s-2Thursday of the 4th Week of Lent\s+2 +.br +\s-24 Kings 4:25-38 \(bu Luke 7:11-16\s+2 T} T{ \fB12\fP \s-2Friday of the 4th Week of Lent\s+2 +.br +\s-23 Kings 17:17-24 \(bu John 11:1-45\s+2 T} T{ \fB13\fP \s-2Saturday of the 4th Week of Lent\s+2 +.br +\s-2Isa 49:8-15 \(bu John 8:12-20\s+2 T} T{ \fB14\fP \s-2Passion Sunday\s+2 +.br +\s-2Heb 9:11-15. \(bu John 8:46-59.\s+2 T} T{ \fB15\fP \s-2Monday of the 1st Week of Passion Week\s+2 +.br +\s-2Jonas 3:1-10 \(bu John 7:32-39\s+2 T} T{ \fB16\fP \s-2Tuesday of the 1st Week of Passion Week\s+2 +.br +\s-2Dan 14:27, 28-42 \(bu John 7:1-13\s+2 T} T{ \fB17\fP \s-2Wednesday of the 1st Week of Passion Week\s+2 +.br +\s-2Lev 19:1-2, 11-19, 25 \(bu John 10:22-38\s+2 T} T{ \fB18\fP \s-2Thursday of the 1st Week of Passion Week\s+2 +.br +\s-2Dan 3:25, 34-45. \(bu Luke 7:36-50\s+2 T} T{ \fB19\fP \s-2St. Joseph, Spouse of the Bl. Virgin Mary\s+2 +.br +\s-2Ecclus 45:1-6 \(bu Matt 1:18-21\s+2 T} T{ \fB20\fP \s-2Saturday of the 1st Week of Passion Week\s+2 +.br +\s-2Jer 18:18-23 \(bu John 12:10-36\s+2 T} T{ \fB21\fP \s-2Palm Sunday\s+2 +.br +\s-2Phil 2:5-11 \(bu Matt. 26:36-75; 27:1-60.\s+2 T} T{ \fB22\fP \s-2Monday of Holy Week\s+2 +.br +\s-2Isa 50:5-10 \(bu John 12:1-9\s+2 T} T{ \fB23\fP \s-2Tuesday of Holy Week\s+2 +.br +\s-2Jer 11:18-20 \(bu Mark 14:32-72; 15, 1-46\s+2 T} T{ \fB24\fP \s-2Wednesday of Holy Week (Spy Wednesday)\s+2 +.br +\s-2Isa 53:1-12 \(bu Luke 22:39-71; 23:1-53\s+2 T} T{ \fB25\fP \s-2Holy Thursday (Maundy Thursday)\s+2 +.br +\s-21 Cor 11:20-32 \(bu John 13:1-15\s+2 T} T{ \fB26\fP \s-2Good Friday\s+2 +.br +\s-2Ex 12:1-11 \(bu John 18:1-40; 19:1-42\s+2 T} T{ \fB27\fP \s-2Holy Saturday\s+2 +.br +\s-2Col 3:1-4 \(bu Matt 28:1-7\s+2 T} T{ \fB28\fP \s-2Easter Sunday\s+2 +.br +\s-21 Cor 5:7-8 \(bu Mark 16:1-7\s+2 T} T{ \fB29\fP \s-2Monday of Easter Week\s+2 +.br +\s-2Acts 10:37-43. \(bu Luke 24:13-35\s+2 T} T{ \fB30\fP \s-2Tuesday of Easter Week\s+2 +.br +\s-2Acts 13:16; 13:26-33 \(bu Luke 24:36-47\s+2 T} T{ \fB31\fP \s-2Wednesday of Easter Week\s+2 +.br +\s-2Acts 3:13-15; 3:17-19 \(bu John 21:1-14\s+2 T} T{ T} T{ @@ -371,68 +564,128 @@ T} T{ T} T{ \fB1\fP \s-2Thursday of Easter Week\s+2 +.br +\s-2Acts 8:26-40 \(bu John 20:11-18\s+2 T} T{ \fB2\fP \s-2Friday of Easter Week\s+2 +.br +\s-21 Pet 3:18-22 \(bu Matt 28:16-20\s+2 T} T{ \fB3\fP \s-2Saturday of Easter Week\s+2 +.br +\s-21 Pet 2:1-10 \(bu John 20:1-9\s+2 T} T{ \fB4\fP \s-2Low Sunday (Sunday in Easter Octave)\s+2 +.br +\s-21 John 5:4-10 \(bu John 20:19-31\s+2 T} T{ \fB5\fP \s-2Annunciation of the Blessed Virgin Mary\s+2 +.br +\s-2Isa 7:10-15 \(bu Luke 1:26-38\s+2 T} T{ \fB6\fP \s-2Tuesday of the 2nd Week of Eastertide\s+2 +.br +\s-21 John 5:4-10 \(bu John 20:19-31\s+2 T} T{ \fB7\fP \s-2Wednesday of the 2nd Week of Eastertide\s+2 +.br +\s-21 John 5:4-10 \(bu John 20:19-31\s+2 T} T{ \fB8\fP \s-2Thursday of the 2nd Week of Eastertide\s+2 +.br +\s-21 John 5:4-10 \(bu John 20:19-31\s+2 T} T{ \fB9\fP \s-2Friday of the 2nd Week of Eastertide\s+2 +.br +\s-21 John 5:4-10 \(bu John 20:19-31\s+2 T} T{ \fB10\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu John 19:25-27\s+2 T} T{ \fB11\fP \s-22nd Sunday after Easter\s+2 +.br +\s-21 Pet 2:21-25 \(bu John 10:11-16\s+2 T} T{ \fB12\fP \s-2Monday of the 3rd Week of Eastertide\s+2 +.br +\s-21 Pet 2:21-25 \(bu John 10:11-16\s+2 T} T{ \fB13\fP \s-2St. Hermenegild\s+2 +.br +\s-2Wis 10:10-14 \(bu Luke 14:26-33.\s+2 T} T{ \fB14\fP \s-2St. Justin\s+2 +.br +\s-21 Cor 1:18-25; 1:30; \(bu Luke 12:2-8\s+2 T} T{ \fB15\fP \s-2Thursday of the 3rd Week of Eastertide\s+2 +.br +\s-21 Pet 2:21-25 \(bu John 10:11-16\s+2 T} T{ \fB16\fP \s-2Friday of the 3rd Week of Eastertide\s+2 +.br +\s-21 Pet 2:21-25 \(bu John 10:11-16\s+2 T} T{ \fB17\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu John 19:25-27\s+2 T} T{ \fB18\fP \s-23rd Sunday after Easter\s+2 +.br +\s-21 Pet 2:11-19 \(bu John 16:16-22\s+2 T} T{ \fB19\fP \s-2Monday of the 4th Week of Eastertide\s+2 +.br +\s-21 Pet 2:11-19 \(bu John 16:16-22\s+2 T} T{ \fB20\fP \s-2Tuesday of the 4th Week of Eastertide\s+2 +.br +\s-21 Pet 2:11-19 \(bu John 16:16-22\s+2 T} T{ \fB21\fP \s-2St. Anselm\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB22\fP \s-2Sts. Soter & Caius\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB23\fP \s-2Friday of the 4th Week of Eastertide\s+2 +.br +\s-21 Pet 2:11-19 \(bu John 16:16-22\s+2 T} T{ \fB24\fP \s-2St. Fidelis of Sigmaringen\s+2 +.br +\s-2Wis 5:1-5 \(bu John 15:1-7\s+2 T} T{ \fB25\fP \s-24th Sunday after Easter\s+2 +.br +\s-2Jas 1:17-21 \(bu John 16:5-14\s+2 T} T{ \fB26\fP \s-2Sts. Cletus & Marcellinus\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB27\fP \s-2St. Peter Canisius\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB28\fP \s-2St. Paul of the Cross\s+2 +.br +\s-21 Cor 1:17-25. \(bu Luke 10:1-9\s+2 T} T{ \fB29\fP \s-2St. Peter of Verona\s+2 +.br +\s-22 Tim. 2:8-10; 3:10-12. \(bu Matt 10:34-42\s+2 T} T{ \fB30\fP \s-2St. Catherine of Siena\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ T} @@ -459,71 +712,133 @@ T} T{ T} T{ \fB1\fP \s-2St. Joseph the Workman\s+2 +.br +\s-2Col. 3:14-15, 17, 23-24 \(bu Matt 13:54-58\s+2 T} T{ \fB2\fP \s-25th Sunday after Easter\s+2 +.br +\s-2Jas 1:22-27 \(bu John 16:23-30\s+2 T} T{ \fB3\fP \s-2Rogation Monday\s+2 +.br +\s-2Jas 1:22-27 \(bu John 16:23-30\s+2 T} T{ \fB4\fP \s-2St. Monica\s+2 +.br +\s-21 Tim. 5:3-10. \(bu Luke 7:11-16\s+2 T} T{ \fB5\fP \s-2Vigil of the Ascension\s+2 +.br +\s-2Eph. 4:7-13. \(bu John 17:1-11.\s+2 T} T{ \fB6\fP \s-2The Ascension of Our Lord\s+2 +.br +\s-2Acts 1:1-11 \(bu Mark 16:14-20\s+2 T} T{ \fB7\fP \s-2St. Stanislaus\s+2 +.br +\s-2Wis 5:1-5 \(bu John 15:1-7\s+2 T} T{ \fB8\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu John 19:25-27\s+2 T} T{ \fB9\fP \s-2Sunday after the Ascension\s+2 +.br +\s-21 Pet 4:7-11. \(bu John 15:26-27; 16:1-4.\s+2 T} T{ \fB10\fP \s-2St. Antoninus\s+2 +.br +\s-2Sir 44:16-27; 45:3-20 \(bu Matt 25:14-23\s+2 T} T{ \fB11\fP \s-2Sts. Philip & James\s+2 +.br +\s-2Wis. 5:1-5 \(bu John 14:1-13\s+2 T} T{ \fB12\fP \s-2Sts. Nereus, Achilleus, Domitilla, & Pancras\s+2 +.br +\s-2Wis. 5:1-5 \(bu John 4:46-53\s+2 T} T{ \fB13\fP \s-2St. Robert Bellarmine\s+2 +.br +\s-2Wis 7:7-14. \(bu Matt 5:13-19\s+2 T} T{ \fB14\fP \s-2Friday of the 7th Week of Eastertide\s+2 +.br +\s-21 Pet 4:7-11. \(bu John 15:26-27; 16:1-4.\s+2 T} T{ \fB15\fP \s-2Vigil of Pentecost\s+2 +.br +\s-2Acts 19:1-8. \(bu John 14:15-21.\s+2 T} T{ \fB16\fP \s-2Pentecost Sunday (Whitsunday)\s+2 +.br +\s-2Acts 2:1-11. \(bu John 14:23-31.\s+2 T} T{ \fB17\fP \s-2Monday of Pentecost Week\s+2 +.br +\s-2Acts 10:34, 42-48 \(bu John 3:16-21\s+2 T} T{ \fB18\fP \s-2Tuesday of Pentecost Week\s+2 +.br +\s-2Acts 8:14-17. \(bu John 10:1-10.\s+2 T} T{ \fB19\fP \s-2Pentecost Ember Wednesday\s+2 +.br +\s-2Acts 5:12-16 \(bu John 6:44-52.\s+2 T} T{ \fB20\fP \s-2Thursday of Pentecost Week\s+2 +.br +\s-2Acts 8:5-8 \(bu Luke 9:1-6\s+2 T} T{ \fB21\fP \s-2Pentecost Ember Friday\s+2 +.br +\s-2Joel 2:23-24; 26-27 \(bu Luke 5:17-26\s+2 T} T{ \fB22\fP \s-2Pentecost Ember Saturday\s+2 +.br +\s-2Rom 5:1-5. \(bu Luke 4:38-44.\s+2 T} T{ \fB23\fP \s-2Trinity Sunday\s+2 +.br +\s-2Rom 11:33-36. \(bu Matt 28:18-20\s+2 T} T{ \fB24\fP \s-2Monday of the 1st Week of the Time after Pentecost\s+2 +.br +\s-21 John 4:8-21 \(bu Luke 6:36-42\s+2 T} T{ \fB25\fP \s-2St. Gregory VII\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB26\fP \s-2St. Philip Neri\s+2 +.br +\s-2Wis 7:7-14. \(bu Luke 12:35-40\s+2 T} T{ \fB27\fP \s-2Corpus Christi\s+2 +.br +\s-21 Cor 11:23-29 \(bu John 6:56-59\s+2 T} T{ \fB28\fP \s-2St. Augustine of Canterbury\s+2 +.br +\s-21 Thess 2:2-9 \(bu Luke 10:1-9\s+2 T} T{ \fB29\fP \s-2St. Mary Magdalene de Pazzi\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ \fB30\fP \s-22nd Sunday after Pentecost\s+2 +.br +\s-21 John 3:13-18. \(bu Luke 14:16-24.\s+2 T} T{ \fB31\fP \s-2Queenship of the Blessed Virgin Mary\s+2 +.br +\s-2Eccli 24:5; 14:7; 14:9-11; 24:30-31 \(bu Luke 1:26-33\s+2 T} T{ T} T{ @@ -550,68 +865,128 @@ T} T{ T} T{ \fB1\fP \s-2St. Angela Merici\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ \fB2\fP \s-2Wednesday of the 2nd Week of the Time after Pentecost\s+2 +.br +\s-21 John 3:13-18. \(bu Luke 14:16-24.\s+2 T} T{ \fB3\fP \s-2Thursday of the 2nd Week of the Time after Pentecost\s+2 +.br +\s-21 John 3:13-18. \(bu Luke 14:16-24.\s+2 T} T{ \fB4\fP \s-2The Sacred Heart of Jesus\s+2 +.br +\s-2Eph 3:8-12, 14-19 \(bu John 19:31-37\s+2 T} T{ \fB5\fP \s-2St. Boniface\s+2 +.br +\s-2Ecclus 44:1-15 \(bu Matt 5:1-12\s+2 T} T{ \fB6\fP \s-23rd Sunday after Pentecost\s+2 +.br +\s-21 Pet. 5:6-11 \(bu Luke 15:1-10\s+2 T} T{ \fB7\fP \s-2Monday of the 3rd Week of the Time after Pentecost\s+2 +.br +\s-21 Pet. 5:6-11 \(bu Luke 15:1-10\s+2 T} T{ \fB8\fP \s-2Tuesday of the 3rd Week of the Time after Pentecost\s+2 +.br +\s-21 Pet. 5:6-11 \(bu Luke 15:1-10\s+2 T} T{ \fB9\fP \s-2Wednesday of the 3rd Week of the Time after Pentecost\s+2 +.br +\s-21 Pet. 5:6-11 \(bu Luke 15:1-10\s+2 T} T{ \fB10\fP \s-2St. Margaret of Scotland\s+2 +.br +\s-2Prov 31:10-31 \(bu Matt 13:44-52.\s+2 T} T{ \fB11\fP \s-2St. Barnabas\s+2 +.br +\s-2Acts 11:21-26; 13:1-3 \(bu Matt 10:16-22\s+2 T} T{ \fB12\fP \s-2St. John of San Fecundo\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB13\fP \s-24th Sunday after Pentecost\s+2 +.br +\s-2Rom 8:18-23 \(bu Luke 5:1-11\s+2 T} T{ \fB14\fP \s-2St. Basil the Great\s+2 +.br +\s-22 Tim 4:1-8 \(bu Luke 14:26-35\s+2 T} T{ \fB15\fP \s-2Tuesday of the 4th Week of the Time after Pentecost\s+2 +.br +\s-2Rom 8:18-23 \(bu Luke 5:1-11\s+2 T} T{ \fB16\fP \s-2Wednesday of the 4th Week of the Time after Pentecost\s+2 +.br +\s-2Rom 8:18-23 \(bu Luke 5:1-11\s+2 T} T{ \fB17\fP \s-2St. Gregory Barbarigo\s+2 +.br +\s-2Sir 44:16-27; 45:3-20 \(bu Matt 25:14-23\s+2 T} T{ \fB18\fP \s-2St. Ephrem of Syria\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB19\fP \s-2St. Julia of Falconieri\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ \fB20\fP \s-25th Sunday after Pentecost\s+2 +.br +\s-21 Pet 3:8-15. \(bu Matt 5:20-24.\s+2 T} T{ \fB21\fP \s-2St. Aloysius Gongzaga\s+2 +.br +\s-2Sir 31:8-11 \(bu Matt 22:29-40\s+2 T} T{ \fB22\fP \s-2St. Paulinus of Nola\s+2 +.br +\s-22 Cor. 8:9-15 \(bu Luke 12:32-34\s+2 T} T{ \fB23\fP \s-2Vigil of the Nativity of St. John the Baptist\s+2 +.br +\s-2Jer 1:4-10 \(bu Luke 1:5-17\s+2 T} T{ \fB24\fP \s-2Nativity of St. John the Baptist\s+2 +.br +\s-2Isa 49:1-3, 5-7. \(bu Luke 1:57-68\s+2 T} T{ \fB25\fP \s-2St. William\s+2 +.br +\s-2Ecclus 45:1-6 \(bu Matt 19:27-29.\s+2 T} T{ \fB26\fP \s-2Sts. John & Paul\s+2 +.br +\s-2Eccli 44:10-15 \(bu Luke 12:1-8\s+2 T} T{ \fB27\fP \s-26th Sunday after Pentecost\s+2 +.br +\s-2Rom 6:3-11. \(bu Mark 8:1-9\s+2 T} T{ \fB28\fP \s-2Vigil of Sts. Peter & Paul\s+2 +.br +\s-2Acts 3:1-10 \(bu John 21:15-19\s+2 T} T{ \fB29\fP \s-2Sts. Peter & Paul\s+2 +.br +\s-2Acts 12:1-11 \(bu Matt 16:13-19\s+2 T} T{ \fB30\fP \s-2In Commemoratione Sancti Pauli Apostoli\s+2 +.br +\s-2Gal 1:11-20 \(bu Matt 10:16-22\s+2 T} T{ T} T{ @@ -638,70 +1013,132 @@ T} T{ T} T{ \fB1\fP \s-2The Precious Blood of Our Lord Jesus Christ\s+2 +.br +\s-2Heb 9:11-15. \(bu John 19:30-35\s+2 T} T{ \fB2\fP \s-2Visitation of the Blessed Virgin Mary\s+2 +.br +\s-2Song 2:8-14 \(bu Luke 1:39-47\s+2 T} T{ \fB3\fP \s-2St. Irenaeus\s+2 +.br +\s-22 Tim. 3:14-17; 4:1-5 \(bu Matt 10:28-33\s+2 T} T{ \fB4\fP \s-27th Sunday after Pentecost\s+2 +.br +\s-2Rom 6:19-23 \(bu Matt 7:15-21\s+2 T} T{ \fB5\fP \s-2St. Anthony Mary Zaccariah\s+2 +.br +\s-21 Tim. 4:8-16 \(bu Mark 10:15-21\s+2 T} T{ \fB6\fP \s-2Tuesday of the 7th Week of the Time after Pentecost\s+2 +.br +\s-2Rom 6:19-23 \(bu Matt 7:15-21\s+2 T} T{ \fB7\fP \s-2Sts. Cyril & Methodius\s+2 +.br +\s-2Heb 7:23-27 \(bu Luke 10:1-9\s+2 T} T{ \fB8\fP \s-2St. Elizabeth of Portugal\s+2 +.br +\s-2Prov 31:10-31 \(bu Matt 13:44-52.\s+2 T} T{ \fB9\fP \s-2Friday of the 7th Week of the Time after Pentecost\s+2 +.br +\s-2Rom 6:19-23 \(bu Matt 7:15-21\s+2 T} T{ \fB10\fP \s-2Seven Holy Brothers and Sts. Rufina & Secunda\s+2 +.br +\s-2Prov 31:10-31 \(bu Matt 12:46-50\s+2 T} T{ \fB11\fP \s-28th Sunday after Pentecost\s+2 +.br +\s-2Rom 8:12-17 \(bu Luke 16:1-9\s+2 T} T{ \fB12\fP \s-2St. John Gualbert\s+2 +.br +\s-2Ecclus 45:1-6 \(bu Matt 5:43-48\s+2 T} T{ \fB13\fP \s-2Tuesday of the 8th Week of the Time after Pentecost\s+2 +.br +\s-2Rom 8:12-17 \(bu Luke 16:1-9\s+2 T} T{ \fB14\fP \s-2St. Bonaventure\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB15\fP \s-2St. Henry the Emperor\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB16\fP \s-2Friday of the 8th Week of the Time after Pentecost\s+2 +.br +\s-2Rom 8:12-17 \(bu Luke 16:1-9\s+2 T} T{ \fB17\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB18\fP \s-29th Sunday after Pentecost\s+2 +.br +\s-21 Cor. 10:6-13 \(bu Luke 19:41-47\s+2 T} T{ \fB19\fP \s-2St. Vincent de Paul\s+2 +.br +\s-21 Cor. 4:9-14 \(bu Luke 10:1-9\s+2 T} T{ \fB20\fP \s-2St. Jerome Emiliani\s+2 +.br +\s-2Isa 58:7-11 \(bu Matt 19:13-21\s+2 T} T{ \fB21\fP \s-2St. Laurence of Brindisi\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB22\fP \s-2St. Mary Magdalene\s+2 +.br +\s-2Song 3:2-5; 8:6-7 \(bu Luke 7:36-50\s+2 T} T{ \fB23\fP \s-2St. Apollinaris\s+2 +.br +\s-21 Pet. 5:1-11 \(bu Luke 22:24-30\s+2 T} T{ \fB24\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB25\fP \s-210th Sunday after Pentecost\s+2 +.br +\s-21 Cor. 12:2-11 \(bu Luke 18:9-14\s+2 T} T{ \fB26\fP \s-2St. Anne, Mother of the Blessed Virgin\s+2 +.br +\s-2Prov 31:10-31 \(bu Matt 13:44-52.\s+2 T} T{ \fB27\fP \s-2Tuesday of the 10th Week of the Time after Pentecost\s+2 +.br +\s-21 Cor. 12:2-11 \(bu Luke 18:9-14\s+2 T} T{ \fB28\fP \s-2Sts. Nazarius & Celsus, St. Victor I & St. Innocent I\s+2 +.br +\s-2Wis 10:17-20 \(bu Luke 21:9-19\s+2 T} T{ \fB29\fP \s-2St. Martha\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Luke 10:38-42\s+2 T} T{ \fB30\fP \s-2Friday of the 10th Week of the Time after Pentecost\s+2 +.br +\s-21 Cor. 12:2-11 \(bu Luke 18:9-14\s+2 T} T{ \fB31\fP \s-2St. Ignatius Loyola\s+2 +.br +\s-22 Tim. 2:8-10; 3:10-12. \(bu Luke 10:1-9\s+2 T} .TE @@ -714,70 +1151,132 @@ lw(1.3i) lw(1.3i) lw(1.3i) lw(1.3i) lw(1.3i) lw(1.3i) lw(1.3i). Sunday Monday Tuesday Wednesday Thursday Friday Saturday T{ \fB1\fP \s-211th Sunday after Pentecost\s+2 +.br +\s-21 Cor. 15:1-10 \(bu Mark 7:31-37\s+2 T} T{ \fB2\fP \s-2St. Alphonsus Liguori\s+2 +.br +\s-22 Tim. 2:1-7 \(bu Luke 10:1-9\s+2 T} T{ \fB3\fP \s-2Tuesday of the 11th Week of the Time after Pentecost\s+2 +.br +\s-21 Cor. 15:1-10 \(bu Mark 7:31-37\s+2 T} T{ \fB4\fP \s-2St. Dominic\s+2 +.br +\s-22 Tim. 4:1-8 \(bu Luke 12:35-40\s+2 T} T{ \fB5\fP \s-2Dedication of the Basilica of St. Mary Major\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB6\fP \s-2Transfiguration of Our Lord\s+2 +.br +\s-22 Pet. 1:16-19 \(bu Matt 17:1-9\s+2 T} T{ \fB7\fP \s-2St. Cajetan\s+2 +.br +\s-2Sir 31:8-11 \(bu Matt 6:24-33\s+2 T} T{ \fB8\fP \s-212th Sunday after Pentecost\s+2 +.br +\s-22 Cor. 3:4-9 \(bu Luke 10:23-37\s+2 T} T{ \fB9\fP \s-2Vigil of St. Lawrence\s+2 +.br +\s-2Ecclus 51:1-8, 12 \(bu Matt 16:24-27\s+2 T} T{ \fB10\fP \s-2St. Lawrence\s+2 +.br +\s-22 Cor. 9:6-10 \(bu John 12:24-26\s+2 T} T{ \fB11\fP \s-2Wednesday of the 12th Week of the Time after Pentecost\s+2 +.br +\s-22 Cor. 3:4-9 \(bu Luke 10:23-37\s+2 T} T{ \fB12\fP \s-2St. Clare\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ \fB13\fP \s-2Friday of the 12th Week of the Time after Pentecost\s+2 +.br +\s-22 Cor. 3:4-9 \(bu Luke 10:23-37\s+2 T} T{ \fB14\fP \s-2Vigil of the Assumption\s+2 +.br +\s-2Sir 24:23-31 \(bu Luke 11:27-28\s+2 T} T{ \fB15\fP \s-2Assumption of the Blessed Virgin Mary\s+2 +.br +\s-2Judith 13:22-25; 15:10 \(bu Luke 1:41-50\s+2 T} T{ \fB16\fP \s-2St. Joachim, Father of the Blessed Virgin\s+2 +.br +\s-2Sir 31:8-11 \(bu Matt 1:1-16\s+2 T} T{ \fB17\fP \s-2St. Hyacinth\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB18\fP \s-2Wednesday of the 13th Week of the Time after Pentecost\s+2 +.br +\s-2Gal 3:16-22 \(bu Luke 17:11-19\s+2 T} T{ \fB19\fP \s-2St. John Eudes\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB20\fP \s-2St. Bernard of Clairvaux\s+2 +.br +\s-2Ecclus 39:6-14 \(bu Matt 5:13-19\s+2 T} T{ \fB21\fP \s-2St. Jane Frances de Chantal\s+2 +.br +\s-2Prov 31:10-31 \(bu Matt 13:44-52.\s+2 T} T{ \fB22\fP \s-214th Sunday after Pentecost\s+2 +.br +\s-2Gal 5:16-24 \(bu Matt 6:24-33\s+2 T} T{ \fB23\fP \s-2St. Philip Benizi\s+2 +.br +\s-21 Cor. 4:9-14 \(bu Luke 12:32-34\s+2 T} T{ \fB24\fP \s-2St. Bartholomew\s+2 +.br +\s-21 Cor. 12:27-31 \(bu Luke 6:12-19\s+2 T} T{ \fB25\fP \s-2St. Louis IX\s+2 +.br +\s-2Wis 10:10-14 \(bu Luke 19:12-26\s+2 T} T{ \fB26\fP \s-2Thursday of the 14th Week of the Time after Pentecost\s+2 +.br +\s-2Gal 5:16-24 \(bu Matt 6:24-33\s+2 T} T{ \fB27\fP \s-2St. Joseph Calasance\s+2 +.br +\s-2Wis 10:10-14 \(bu Matt 18:1-5\s+2 T} T{ \fB28\fP \s-2St. Augustine\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB29\fP \s-215th Sunday after Pentecost\s+2 +.br +\s-2Gal 5:25-26; 6:1-10 \(bu Luke 7:11-16\s+2 T} T{ \fB30\fP \s-2St. Rose of Lima\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ \fB31\fP \s-2St. Raymond Nonnatus\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ T} T{ @@ -804,68 +1303,128 @@ T} T{ T} T{ \fB1\fP \s-2Wednesday of the 15th Week of the Time after Pentecost\s+2 +.br +\s-2Gal 5:25-26; 6:1-10 \(bu Luke 7:11-16\s+2 T} T{ \fB2\fP \s-2St. Stephen of Hungary\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 19:12-26\s+2 T} T{ \fB3\fP \s-2St. Pius X\s+2 +.br +\s-21 Thess. 2:2-8 \(bu John 21:15-17\s+2 T} T{ \fB4\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB5\fP \s-216th Sunday after Pentecost\s+2 +.br +\s-2Eph 3:13-21 \(bu Luke 14:1-11\s+2 T} T{ \fB6\fP \s-2Monday of the 16th Week of the Time after Pentecost\s+2 +.br +\s-2Eph 3:13-21 \(bu Luke 14:1-11\s+2 T} T{ \fB7\fP \s-2Tuesday of the 16th Week of the Time after Pentecost\s+2 +.br +\s-2Eph 3:13-21 \(bu Luke 14:1-11\s+2 T} T{ \fB8\fP \s-2Nativity of the Blessed Virgin Mary\s+2 +.br +\s-2Prov 8:22-35 \(bu Matt 1:1-16\s+2 T} T{ \fB9\fP \s-2Thursday of the 16th Week of the Time after Pentecost\s+2 +.br +\s-2Eph 3:13-21 \(bu Luke 14:1-11\s+2 T} T{ \fB10\fP \s-2St. Nicholas of Tolentino\s+2 +.br +\s-21 Cor. 4:9-14 \(bu Luke 12:32-34\s+2 T} T{ \fB11\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB12\fP \s-217th Sunday after Pentecost\s+2 +.br +\s-2Eph 4:1-6 \(bu Matt 22:34-46\s+2 T} T{ \fB13\fP \s-2Monday of the 17th Week of the Time after Pentecost\s+2 +.br +\s-2Eph 4:1-6 \(bu Matt 22:34-46\s+2 T} T{ \fB14\fP \s-2Exaltation of the Holy Cross\s+2 +.br +\s-2Phil 2:5-11 \(bu John 12:31-36\s+2 T} T{ \fB15\fP \s-2Seven Sorrows of the Blessed Virgin Mary\s+2 +.br +\s-2Judith 13:22; 13:23-25 \(bu John 19:25-27\s+2 T} T{ \fB16\fP \s-2Sts. Cornelius & Cyprian\s+2 +.br +\s-2Wis 3:1-8 \(bu Luke 21:9-19\s+2 T} T{ \fB17\fP \s-2Friday of the 17th Week of the Time after Pentecost\s+2 +.br +\s-2Eph 4:1-6 \(bu Matt 22:34-46\s+2 T} T{ \fB18\fP \s-2St. Joseph of Cupertino\s+2 +.br +\s-21 Cor 13:1-8 \(bu Matt 22:1-14\s+2 T} T{ \fB19\fP \s-218th Sunday after Pentecost\s+2 +.br +\s-21 Cor. 1:4-8 \(bu Matt 9:1-8\s+2 T} T{ \fB20\fP \s-2Monday of the 18th Week of the Time after Pentecost\s+2 +.br +\s-21 Cor. 1:4-8 \(bu Matt 9:1-8\s+2 T} T{ \fB21\fP \s-2St. Matthew\s+2 +.br +\s-2Ezek 1:10-14 \(bu Matt 9:9-13\s+2 T} T{ \fB22\fP \s-2September Ember Wednesday\s+2 +.br +\s-22 Esd. 8:1-10 \(bu Mark 9:16-28\s+2 T} T{ \fB23\fP \s-2St. Linus\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB24\fP \s-2September Ember Friday\s+2 +.br +\s-2Osee 14:2-10 \(bu Luke 7:36-50\s+2 T} T{ \fB25\fP \s-2September Ember Saturday\s+2 +.br +\s-2Heb 9:2-12 \(bu Luke 13:6-17\s+2 T} T{ \fB26\fP \s-219th Sunday after Pentecost\s+2 +.br +\s-2Eph 4:23-28 \(bu Matt 22:1-14\s+2 T} T{ \fB27\fP \s-2Sts. Cosmas & Damian\s+2 +.br +\s-2Wis 5:16-20 \(bu Luke 6:17-23\s+2 T} T{ \fB28\fP \s-2St. Wenceslaus\s+2 +.br +\s-2Wis 10:10-14 \(bu Matt 10:34-42\s+2 T} T{ \fB29\fP \s-2Dedication of St. Michael the Archangel\s+2 +.br +\s-2Rev 1:1-5 \(bu Matt 18:1-10\s+2 T} T{ \fB30\fP \s-2St. Jerome\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ T} T{ @@ -892,71 +1451,133 @@ T} T{ T} T{ \fB1\fP \s-2Friday of the 19th Week of the Time after Pentecost\s+2 +.br +\s-2Eph 4:23-28 \(bu Matt 22:1-14\s+2 T} T{ \fB2\fP \s-2Holy Guardian Angels\s+2 +.br +\s-2Exod 23:20-23 \(bu Matt 18:1-10\s+2 T} T{ \fB3\fP \s-220th Sunday after Pentecost\s+2 +.br +\s-2Eph 5:15-21 \(bu John 4:46-53\s+2 T} T{ \fB4\fP \s-2St. Francis of Assisi\s+2 +.br +\s-2Gal 6:14-18 \(bu Matt 11:25-30\s+2 T} T{ \fB5\fP \s-2Tuesday of the 20th Week of the Time after Pentecost\s+2 +.br +\s-2Eph 5:15-21 \(bu John 4:46-53\s+2 T} T{ \fB6\fP \s-2St. Bruno\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB7\fP \s-2Our Lady of the Rosary\s+2 +.br +\s-2Prov 8:22-24, 32-35. \(bu Luke 1:26-38\s+2 T} T{ \fB8\fP \s-2St. Bridget of Sweden\s+2 +.br +\s-21 Tim. 5:3-10. \(bu Matt 13:44-52.\s+2 T} T{ \fB9\fP \s-2St. John Leonardi\s+2 +.br +\s-22 Cor 4:1-6; 4:15-18 \(bu Luke 10:1-9\s+2 T} T{ \fB10\fP \s-221st Sunday after Pentecost\s+2 +.br +\s-2Eph 6:10-17 \(bu Matt 18:23-35\s+2 T} T{ \fB11\fP \s-2Maternity of the Blessed Virgin Mary\s+2 +.br +\s-2Sir 24:23-31 \(bu Luke 2:43-51\s+2 T} T{ \fB12\fP \s-2Tuesday of the 21st Week of the Time after Pentecost\s+2 +.br +\s-2Eph 6:10-17 \(bu Matt 18:23-35\s+2 T} T{ \fB13\fP \s-2St. Edward\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB14\fP \s-2St. Callistus I\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB15\fP \s-2St. Teresa of Avila\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ \fB16\fP \s-2St. Hedwig\s+2 +.br +\s-2Prov 31:10-31 \(bu Matt 13:44-52.\s+2 T} T{ \fB17\fP \s-222nd Sunday after Pentecost\s+2 +.br +\s-2Phil 1:6-11 \(bu Matt 22:15-21\s+2 T} T{ \fB18\fP \s-2St. Luke the Evangelist\s+2 +.br +\s-22 Cor. 8:16-24 \(bu Luke 10:1-9\s+2 T} T{ \fB19\fP \s-2St. Peter of Alcantara\s+2 +.br +\s-2Phil 3:7-12 \(bu Luke 12:32-34\s+2 T} T{ \fB20\fP \s-2St. John Cantius\s+2 +.br +\s-2James 2:12-17 \(bu Luke 12:35-40\s+2 T} T{ \fB21\fP \s-2Thursday of the 22nd Week of the Time after Pentecost\s+2 +.br +\s-2Phil 1:6-11 \(bu Matt 22:15-21\s+2 T} T{ \fB22\fP \s-2Friday of the 22nd Week of the Time after Pentecost\s+2 +.br +\s-2Phil 1:6-11 \(bu Matt 22:15-21\s+2 T} T{ \fB23\fP \s-2St. Anthony Mary Claret\s+2 +.br +\s-2Heb 7:23-27 \(bu Matt 24:42-47\s+2 T} T{ \fB24\fP \s-223rd Sunday after Pentecost\s+2 +.br +\s-2Phil 3:17-21; 4:1-3 \(bu Matt 9:18-26\s+2 T} T{ \fB25\fP \s-2Monday of the 23rd Week of the Time after Pentecost\s+2 +.br +\s-2Phil 3:17-21; 4:1-3 \(bu Matt 9:18-26\s+2 T} T{ \fB26\fP \s-2Tuesday of the 23rd Week of the Time after Pentecost\s+2 +.br +\s-2Phil 3:17-21; 4:1-3 \(bu Matt 9:18-26\s+2 T} T{ \fB27\fP \s-2Wednesday of the 23rd Week of the Time after Pentecost\s+2 +.br +\s-2Phil 3:17-21; 4:1-3 \(bu Matt 9:18-26\s+2 T} T{ \fB28\fP \s-2Sts. Simon & Jude\s+2 +.br +\s-2Eph. 4:7-13. \(bu John 15:17-25\s+2 T} T{ \fB29\fP \s-2Friday of the 23rd Week of the Time after Pentecost\s+2 +.br +\s-2Phil 3:17-21; 4:1-3 \(bu Matt 9:18-26\s+2 T} T{ \fB30\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB31\fP \s-2Christ the King\s+2 +.br +\s-2Col 1:12-20. \(bu John 18:33-37\s+2 T} T{ T} T{ @@ -983,68 +1604,128 @@ T{ T} T{ \fB1\fP \s-2All Saints\s+2 +.br +\s-2Apoc 7:2-12 \(bu Matt 5:1-12\s+2 T} T{ \fB2\fP \s-2Commemoration of All Souls\s+2 +.br +\s-21 Cor. 15:51-57 \(bu John 5:25-29\s+2 T} T{ \fB3\fP \s-2Wednesday of the 24th Week of the Time after Pentecost\s+2 +.br +\s-2Col 1:12-20. \(bu John 18:33-37\s+2 T} T{ \fB4\fP \s-2St. Charles Borromeo\s+2 +.br +\s-2Sir 44:16-27; 45:3-20 \(bu Matt 25:14-23\s+2 T} T{ \fB5\fP \s-2Friday of the 24th Week of the Time after Pentecost\s+2 +.br +\s-2Col 1:12-20. \(bu John 18:33-37\s+2 T} T{ \fB6\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB7\fP \s-25th Sunday after Epiphany\s+2 +.br +\s-2Col 3:12-17 \(bu Matt 13:24-30\s+2 T} T{ \fB8\fP \s-2Monday of the 25th Week of the Time after Pentecost\s+2 +.br +\s-2Col 3:12-17 \(bu Matt 13:24-30\s+2 T} T{ \fB9\fP \s-2Dedication of the Archbasilica of Our Holy Savior\s+2 +.br +\s-2Rev 21:2-5 \(bu Luke 19:1-10\s+2 T} T{ \fB10\fP \s-2St. Andrew Avellino\s+2 +.br +\s-2Sir 31:8-11 \(bu Luke 12:35-40\s+2 T} T{ \fB11\fP \s-2St. Martin of Tours\s+2 +.br +\s-2Sir 44:16-27; 45:3-20 \(bu Luke 11:33-36\s+2 T} T{ \fB12\fP \s-2St. Martin I\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB13\fP \s-2St. Didacus\s+2 +.br +\s-21 Cor 4:9-14 \(bu Luke 12:32-34\s+2 T} T{ \fB14\fP \s-26th Sunday after Epiphany\s+2 +.br +\s-21 Thess 1:2-10 \(bu Matt 13:31-35\s+2 T} T{ \fB15\fP \s-2St. Albert the Great\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB16\fP \s-2St. Gertrude the Great\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 25:1-13.\s+2 T} T{ \fB17\fP \s-2St. Gregory the Wonderworker\s+2 +.br +\s-2Sir 44:16-27; 45:3-20 \(bu Mark 11:22-24\s+2 T} T{ \fB18\fP \s-2Dedication of the Basilicas of Sts. Peter & Paul\s+2 +.br +\s-2Rev 21:2-5 \(bu Luke 19:1-10\s+2 T} T{ \fB19\fP \s-2St. Elizabeth of Hungary\s+2 +.br +\s-2Prov 31:10-31 \(bu Matt 13:44-52.\s+2 T} T{ \fB20\fP \s-2St. Felix of Valois\s+2 +.br +\s-21 Cor. 4:9-14 \(bu Luke 12:32-34\s+2 T} T{ \fB21\fP \s-224th and Last Sunday after Pentecost\s+2 +.br +\s-2Col 1:9-14 \(bu Matt 24:15-35\s+2 T} T{ \fB22\fP \s-2St. Cecilia\s+2 +.br +\s-2Sir 51:13-17. \(bu Matt 25:1-13.\s+2 T} T{ \fB23\fP \s-2St. Clement I\s+2 +.br +\s-2Phil 3:17-21; 4:1-3 \(bu Matt 16:13-19\s+2 T} T{ \fB24\fP \s-2St. John of the Cross\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB25\fP \s-2St. Catherine of Alexandria\s+2 +.br +\s-2Sir 51:1-8; 51:12 \(bu Matt 25:1-13.\s+2 T} T{ \fB26\fP \s-2St. Sylvester\s+2 +.br +\s-2Ecclus 45:1-6 \(bu Matt 19:27-29.\s+2 T} T{ \fB27\fP \s-2Our Lady's Saturday Office\s+2 +.br +\s-2Ecclus 24:14-16 \(bu Luke 11:27-28\s+2 T} T{ \fB28\fP \s-21st Sunday of Advent\s+2 +.br +\s-2Rom 13:11-14 \(bu Luke 21:25-33\s+2 T} T{ \fB29\fP \s-2Monday of the 1st Week of Advent\s+2 +.br +\s-2Rom 13:11-14 \(bu Luke 21:25-33\s+2 T} T{ \fB30\fP \s-2St. Andrew\s+2 +.br +\s-2Rom 10:10-18 \(bu Matt 4:18-22\s+2 T} T{ T} T{ @@ -1071,70 +1752,132 @@ T} T{ T} T{ \fB1\fP \s-2Wednesday of the 1st Week of Advent\s+2 +.br +\s-2Rom 13:11-14 \(bu Luke 21:25-33\s+2 T} T{ \fB2\fP \s-2St. Vivian\s+2 +.br +\s-2Sir 51:13-17. \(bu Matt 13:44-52.\s+2 T} T{ \fB3\fP \s-2St. Francis Xavier\s+2 +.br +\s-2Rom 10:10-18 \(bu Mark 16:15-18\s+2 T} T{ \fB4\fP \s-2St. Peter Chrysologus\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB5\fP \s-22nd Sunday of Advent\s+2 +.br +\s-2Rom 15:4-13 \(bu Matt 11:2-10\s+2 T} T{ \fB6\fP \s-2St. Nicholas\s+2 +.br +\s-2Heb 13:7-17 \(bu Matt 25:14-23\s+2 T} T{ \fB7\fP \s-2St. Ambrose\s+2 +.br +\s-22 Tim 4:1-8 \(bu Matt 5:13-19\s+2 T} T{ \fB8\fP \s-2Immaculate Conception of the Blessed Virgin Mary\s+2 +.br +\s-2Prov 8:22-35 \(bu Luke 1:26-28\s+2 T} T{ \fB9\fP \s-2Thursday of the 2nd Week of Advent\s+2 +.br +\s-2Rom 15:4-13 \(bu Matt 11:2-10\s+2 T} T{ \fB10\fP \s-2Friday of the 2nd Week of Advent\s+2 +.br +\s-2Rom 15:4-13 \(bu Matt 11:2-10\s+2 T} T{ \fB11\fP \s-2St. Damasus I\s+2 +.br +\s-21 Pet 5:1-4; 5:10-11. \(bu Matt 16:13-19\s+2 T} T{ \fB12\fP \s-23rd Sunday of Advent\s+2 +.br +\s-2Phil 4:4-7 \(bu John 1:19-28\s+2 T} T{ \fB13\fP \s-2St. Lucy\s+2 +.br +\s-22 Cor 10:17-18; 11:1-2 \(bu Matt 13:44-52.\s+2 T} T{ \fB14\fP \s-2Tuesday of the 3rd Week of Advent\s+2 +.br +\s-2Phil 4:4-7 \(bu John 1:19-28\s+2 T} T{ \fB15\fP \s-2Advent Ember Wednesday\s+2 +.br +\s-2Isa 7:10-15 \(bu Luke 1:26-38\s+2 T} T{ \fB16\fP \s-2St. Eusebius\s+2 +.br +\s-22 Cor. 1:3-7 \(bu Matt 16:24-27.\s+2 T} T{ \fB17\fP \s-2Advent Ember Friday\s+2 +.br +\s-2Isa 11:1-5 \(bu Luke 1:39-47\s+2 T} T{ \fB18\fP \s-2Advent Ember Saturday\s+2 +.br +\s-22 Thess 2:1-8 \(bu Luke 3:1-6\s+2 T} T{ \fB19\fP \s-24th Sunday of Advent\s+2 +.br +\s-21 Cor. 4:1-5 \(bu Luke 3:1-6\s+2 T} T{ \fB20\fP \s-2Monday of the 4th Week of Advent\s+2 +.br +\s-21 Cor. 4:1-5 \(bu Luke 3:1-6\s+2 T} T{ \fB21\fP \s-2St. Thomas\s+2 +.br +\s-2Eph 2:19-22 \(bu John 20:24-29\s+2 T} T{ \fB22\fP \s-2Wednesday of the 4th Week of Advent\s+2 +.br +\s-21 Cor. 4:1-5 \(bu Luke 3:1-6\s+2 T} T{ \fB23\fP \s-2Thursday of the 4th Week of Advent\s+2 +.br +\s-21 Cor. 4:1-5 \(bu Luke 3:1-6\s+2 T} T{ \fB24\fP \s-2Vigil of the Nativity (Christmas Eve)\s+2 +.br +\s-2Rom 1:1-6 \(bu Matt 1:18-21\s+2 T} T{ \fB25\fP \s-2The Nativity of Our Lord (Christmas)\s+2 +.br +\s-2Heb 1:1-12 \(bu John 1:1-14\s+2 T} T{ \fB26\fP \s-2Sunday within the Octave of the Nativity\s+2 +.br +\s-2Gal 4:1-7 \(bu Luke 2:33-40\s+2 T} T{ \fB27\fP \s-2St. John the Evangelist\s+2 +.br +\s-2Ecclus 15:1-6 \(bu John 21:19-24\s+2 T} T{ \fB28\fP \s-2Holy Innocents\s+2 +.br +\s-2Apoc 14:1-5 \(bu Matt 2:13-18\s+2 T} T{ \fB29\fP \s-25th Day within the Octave of the Nativity\s+2 +.br +\s-2Titus 3:4-7 \(bu Luke 2:15-20\s+2 T} T{ \fB30\fP \s-26th Day within the Octave of the Nativity\s+2 +.br +\s-2Titus 3:4-7 \(bu Luke 2:15-20\s+2 T} T{ \fB31\fP \s-27th Day within the Octave of the Nativity\s+2 +.br +\s-2Titus 3:4-7 \(bu Luke 2:15-20\s+2 T} T{ T} diff --git a/test/golden/grid-2027.tex b/test/golden/grid-2027.tex index 9fda539..301d77d 100644 --- a/test/golden/grid-2027.tex +++ b/test/golden/grid-2027.tex @@ -32,6 +32,36 @@ % the last one, and the engine has no unless-last construct, so the flag % is data -- rendered only when NOT last. A trailing ampersand gives eight % columns for seven cells and pdflatex rejects the file outright. +% +% Border clipping, fixed: the original \daycell put \vfill directly inside +% the \cellh-tall parbox, so the rank line's own text sat flush against the +% box's bottom edge -- the identical edge \hline draws the cell's bottom +% rule along -- and printed as if sliced in half by the rule. The fix +% keeps the OUTER parbox exactly \cellh tall (every cell in a row must +% still be identical height, or the table stops being a grid), but nests a +% SECOND parbox inside it that is only \cellh minus \cellpad tall and +% carries the actual \vfill. That leaves a strip of \cellpad, genuinely +% blank, between the last line of content and the rule -- not merely +% smaller type or a hopeful \strut. \strut on both bottom lines is kept +% too, belt and suspenders, so a line with no descenders still reserves a +% descender's worth of depth. +% +% Sigla, compactly: each cell also carries the day's Epistle and Gospel +% references (view fields first/gospel), joined by a centred dot rather +% than repeating "Ep."/"Ev." labels -- the same choice ordo.tex already +% made between rank_name and colour_name, kept consistent rather than +% invented a second way. A cell is only about 3.5cm wide, and Holy Week's +% own citations run to 20-30 characters each (a Passion narrative spanning +% several chapters), so "rank_name . first . gospel" does not fit one +% \tiny line together in the worst case -- measured against the rendered +% width, not assumed. The rank line and the sigla therefore get their OWN +% line each rather than being crammed onto one and shrunk past \tiny: +% \cellh leaves ample vertical room (about eleven \tiny lines per cell), +% so two short lines cost far less than illegible type would. Both first +% and gospel are wrapped in their own conditional section (mirroring +% ordo.tex's own idiom) so a day missing either (there is none in the +% shipped EF lectionary, but a future rite or overlay is not guaranteed to +% keep that invariant) prints no stray separator. \documentclass[11pt,landscape]{article} \usepackage[a4paper,margin=10mm]{geometry} \usepackage[T1]{fontenc} @@ -51,19 +81,28 @@ % for why a fixed row height, not \arraystretch, is what makes this work. \newlength{\cellw}\setlength{\cellw}{\dimexpr(\textwidth-14\tabcolsep-8\arrayrulewidth)/7\relax} \newlength{\cellh}\setlength{\cellh}{\dimexpr(\textheight-18mm)/6\relax} -\newcommand{\daycell}[3]{\parbox[t][\cellh][t]{\cellw}{\raggedright\textbf{#1}\ \footnotesize #2\par\vfill\tiny #3}} +\newlength{\cellpad}\setlength{\cellpad}{1.5mm} +\newcommand{\daycell}[4]{% + \parbox[t][\cellh][t]{\cellw}{% + \parbox[t][\dimexpr\cellh-\cellpad\relax][t]{\cellw}{% + \raggedright\textbf{#1}\ \footnotesize #2\par\vfill + \tiny #3\strut\par + \tiny #4\strut + }% + }% +} \begin{document} {\LARGE\bfseries January 2027}\par\vspace{2mm} \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & & & & \cellcolor{cwhite}\daycell{ 1 }{ The Octave Day of the Nativity }{ 1st Class } & \cellcolor{cwhite}\daycell{ 2 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cwhite}\daycell{ 3 }{ The Holy Name of Jesus }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 4 }{ Monday before Epiphany }{ 4th Class } & \cellcolor{cwhite}\daycell{ 5 }{ Tuesday before Epiphany }{ 4th Class } & \cellcolor{cwhite}\daycell{ 6 }{ The Epiphany of Our Lord }{ 1st Class } & \cellcolor{cwhite}\daycell{ 7 }{ Thursday after Epiphany }{ 4th Class } & \cellcolor{cwhite}\daycell{ 8 }{ Friday after Epiphany }{ 4th Class } & \cellcolor{cwhite}\daycell{ 9 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cwhite}\daycell{ 10 }{ The Holy Family }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 11 }{ Monday of the 1st Week of the Time after Epiphany }{ 4th Class } & \cellcolor{cwhite}\daycell{ 12 }{ Tuesday of the 1st Week of the Time after Epiphany }{ 4th Class } & \cellcolor{cwhite}\daycell{ 13 }{ Commemoration of the Baptism of the Lord }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 14 }{ St. Hilary }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 15 }{ St. Paul, the First Hermit }{ 3rd Class } & \cellcolor{cred}\daycell{ 16 }{ St. Marcellus I }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 17 }{ 2nd Sunday after Epiphany }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 18 }{ Monday of the 2nd Week of the Time after Epiphany }{ 4th Class } & \cellcolor{cgreen}\daycell{ 19 }{ Tuesday of the 2nd Week of the Time after Epiphany }{ 4th Class } & \cellcolor{cred}\daycell{ 20 }{ Sts. Fabian \& Sebastian }{ 3rd Class } & \cellcolor{cred}\daycell{ 21 }{ St. Agnes }{ 3rd Class } & \cellcolor{cred}\daycell{ 22 }{ Sts. Vincent \& Anastasius }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 23 }{ St. Raymond of Peñafort }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 24 }{ Septuagesima Sunday }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 25 }{ Conversion of St. Paul }{ 3rd Class } & \cellcolor{cred}\daycell{ 26 }{ St. Polycarp }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 27 }{ St. John Chrysostom }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 28 }{ St. Peter Nolasco }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 29 }{ St. Francis de Sales }{ 3rd Class } & \cellcolor{cred}\daycell{ 30 }{ St. Martina }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 31 }{ Sexagesima Sunday }{ 2nd Class } & & & & & & \\ \hline + & & & & & \cellcolor{cwhite}\daycell{ 1 }{ The Octave Day of the Nativity }{ 1st Class }{ Titus 2:11-15\ \textperiodcentered\ Luke 2:21 } & \cellcolor{cwhite}\daycell{ 2 }{ Our Lady's Saturday Office }{ 4th Class }{ Titus 3:4-7\ \textperiodcentered\ Luke 2:15-20 } \\ \hline +\cellcolor{cwhite}\daycell{ 3 }{ The Holy Name of Jesus }{ 2nd Class }{ Acts 4:8-12\ \textperiodcentered\ Luke 2:21 } & \cellcolor{cwhite}\daycell{ 4 }{ Monday before Epiphany }{ 4th Class }{ Titus 2:11-15\ \textperiodcentered\ Luke 2:21 } & \cellcolor{cwhite}\daycell{ 5 }{ Tuesday before Epiphany }{ 4th Class }{ Titus 2:11-15\ \textperiodcentered\ Luke 2:21 } & \cellcolor{cwhite}\daycell{ 6 }{ The Epiphany of Our Lord }{ 1st Class }{ Isa 60:1-6\ \textperiodcentered\ Matt 2:1-12 } & \cellcolor{cwhite}\daycell{ 7 }{ Thursday after Epiphany }{ 4th Class }{ Isa 60:1-6\ \textperiodcentered\ Matt 2:1-12 } & \cellcolor{cwhite}\daycell{ 8 }{ Friday after Epiphany }{ 4th Class }{ Isa 60:1-6\ \textperiodcentered\ Matt 2:1-12 } & \cellcolor{cwhite}\daycell{ 9 }{ Our Lady's Saturday Office }{ 4th Class }{ Titus 3:4-7\ \textperiodcentered\ Luke 2:15-20 } \\ \hline +\cellcolor{cwhite}\daycell{ 10 }{ The Holy Family }{ 2nd Class }{ Col 3:12-17\ \textperiodcentered\ Luke 2:42-52 } & \cellcolor{cwhite}\daycell{ 11 }{ Monday of the 1st Week of the Time after Epiphany }{ 4th Class }{ Rom 12:1-5\ \textperiodcentered\ Luke 2:42-52 } & \cellcolor{cwhite}\daycell{ 12 }{ Tuesday of the 1st Week of the Time after Epiphany }{ 4th Class }{ Rom 12:1-5\ \textperiodcentered\ Luke 2:42-52 } & \cellcolor{cwhite}\daycell{ 13 }{ Commemoration of the Baptism of the Lord }{ 2nd Class }{ Isa 60:1-6\ \textperiodcentered\ John 1:29-34 } & \cellcolor{cwhite}\daycell{ 14 }{ St. Hilary }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 15 }{ St. Paul, the First Hermit }{ 3rd Class }{ Phil 3:7-12\ \textperiodcentered\ Matt 11:25-30 } & \cellcolor{cred}\daycell{ 16 }{ St. Marcellus I }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } \\ \hline +\cellcolor{cgreen}\daycell{ 17 }{ 2nd Sunday after Epiphany }{ 2nd Class }{ Rom 12:6-16\ \textperiodcentered\ John 2:1-11 } & \cellcolor{cgreen}\daycell{ 18 }{ Monday of the 2nd Week of the Time after Epiphany }{ 4th Class }{ Rom 12:6-16\ \textperiodcentered\ John 2:1-11 } & \cellcolor{cgreen}\daycell{ 19 }{ Tuesday of the 2nd Week of the Time after Epiphany }{ 4th Class }{ Rom 12:6-16\ \textperiodcentered\ John 2:1-11 } & \cellcolor{cred}\daycell{ 20 }{ Sts. Fabian \& Sebastian }{ 3rd Class }{ Heb 11:33-39\ \textperiodcentered\ Luke 6:17-23 } & \cellcolor{cred}\daycell{ 21 }{ St. Agnes }{ 3rd Class }{ Sir 51:1-8; 51:12\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cred}\daycell{ 22 }{ Sts. Vincent \& Anastasius }{ 3rd Class }{ Wis 3:1-8\ \textperiodcentered\ Luke 21:9-19 } & \cellcolor{cwhite}\daycell{ 23 }{ St. Raymond of Peñafort }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } \\ \hline +\cellcolor{cviolet}\daycell{ 24 }{ Septuagesima Sunday }{ 2nd Class }{ 1 Cor. 9:24-27; 10:1-5\ \textperiodcentered\ Matt 20:1-16 } & \cellcolor{cwhite}\daycell{ 25 }{ Conversion of St. Paul }{ 3rd Class }{ Acts 9:1-22\ \textperiodcentered\ Matt 19:27-29. } & \cellcolor{cred}\daycell{ 26 }{ St. Polycarp }{ 3rd Class }{ 1 John 3:10-16\ \textperiodcentered\ Matt 10:26-32. } & \cellcolor{cwhite}\daycell{ 27 }{ St. John Chrysostom }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 28 }{ St. Peter Nolasco }{ 3rd Class }{ 1 Cor. 4:9-14\ \textperiodcentered\ Luke 12:32-34 } & \cellcolor{cwhite}\daycell{ 29 }{ St. Francis de Sales }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cred}\daycell{ 30 }{ St. Martina }{ 3rd Class }{ Sir 51:1-8; 51:12\ \textperiodcentered\ Matt 25:1-13. } \\ \hline +\cellcolor{cviolet}\daycell{ 31 }{ Sexagesima Sunday }{ 2nd Class }{ 2 Cor. 11:19-33; 12:1-9\ \textperiodcentered\ Luke 8:4-15 } & & & & & & \\ \hline \end{tabular} \clearpage @@ -72,11 +111,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & \cellcolor{cred}\daycell{ 1 }{ St. Ignatius of Antioch }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 2 }{ Purification of the Blessed Virgin Mary }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 3 }{ Wednesday of the 2nd Week of Septuagesimatide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 4 }{ St. Andrew Corsini }{ 3rd Class } & \cellcolor{cred}\daycell{ 5 }{ St. Agatha }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 6 }{ St. Titus }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 7 }{ Quinquagesima Sunday }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 8 }{ St. John of Matha }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 9 }{ St. Cyril of Alexandria }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 10 }{ Ash Wednesday }{ 1st Class } & \cellcolor{cviolet}\daycell{ 11 }{ Thursday after Ash Wednesday }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 12 }{ Friday after Ash Wednesday }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 13 }{ Saturday after Ash Wednesday }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 14 }{ 1st Sunday of Lent }{ 1st Class } & \cellcolor{cviolet}\daycell{ 15 }{ Monday of the 1st Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 16 }{ Tuesday of the 1st Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 17 }{ Lenten Ember Wednesday }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 18 }{ Thursday of the 1st Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 19 }{ Lenten Ember Friday }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 20 }{ Lenten Ember Saturday }{ 2nd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 21 }{ 2nd Sunday of Lent }{ 1st Class } & \cellcolor{cwhite}\daycell{ 22 }{ Chair of St. Peter }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 23 }{ Tuesday of the 2nd Week of Lent }{ 3rd Class } & \cellcolor{cred}\daycell{ 24 }{ St. Matthias }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 25 }{ Thursday of the 2nd Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 26 }{ Friday of the 2nd Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 27 }{ Saturday of the 2nd Week of Lent }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 28 }{ 3rd Sunday of Lent }{ 1st Class } & & & & & & \\ \hline + & \cellcolor{cred}\daycell{ 1 }{ St. Ignatius of Antioch }{ 3rd Class }{ Rom 8:35-39\ \textperiodcentered\ John 12:24-26 } & \cellcolor{cwhite}\daycell{ 2 }{ Purification of the Blessed Virgin Mary }{ 2nd Class }{ Mal 3:1-4\ \textperiodcentered\ Luke 2:22-32 } & \cellcolor{cviolet}\daycell{ 3 }{ Wednesday of the 2nd Week of Septuagesimatide }{ 4th Class }{ 2 Cor. 11:19-33; 12:1-9\ \textperiodcentered\ Luke 8:4-15 } & \cellcolor{cwhite}\daycell{ 4 }{ St. Andrew Corsini }{ 3rd Class }{ Sir 44:16-27; 45:3-20\ \textperiodcentered\ Matt 25:14-23 } & \cellcolor{cred}\daycell{ 5 }{ St. Agatha }{ 3rd Class }{ 1 Cor. 1:26-31\ \textperiodcentered\ Matt 19:3-12. } & \cellcolor{cwhite}\daycell{ 6 }{ St. Titus }{ 3rd Class }{ Sir 44:16-27; 45:3-20\ \textperiodcentered\ Luke 10:1-9 } \\ \hline +\cellcolor{cviolet}\daycell{ 7 }{ Quinquagesima Sunday }{ 2nd Class }{ 1 Cor. 13:1-13\ \textperiodcentered\ Luke 18:31-43 } & \cellcolor{cwhite}\daycell{ 8 }{ St. John of Matha }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cwhite}\daycell{ 9 }{ St. Cyril of Alexandria }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cviolet}\daycell{ 10 }{ Ash Wednesday }{ 1st Class }{ Joel 2:12-19\ \textperiodcentered\ Matt 6:16-21 } & \cellcolor{cviolet}\daycell{ 11 }{ Thursday after Ash Wednesday }{ 3rd Class }{ Isa 38:1-6\ \textperiodcentered\ Matt 8:5-13 } & \cellcolor{cviolet}\daycell{ 12 }{ Friday after Ash Wednesday }{ 3rd Class }{ Isa 58:1-9\ \textperiodcentered\ Matt 5:43-48; 6:1-4 } & \cellcolor{cviolet}\daycell{ 13 }{ Saturday after Ash Wednesday }{ 3rd Class }{ Isa 58:9-14\ \textperiodcentered\ Mark 6:47-56 } \\ \hline +\cellcolor{cviolet}\daycell{ 14 }{ 1st Sunday of Lent }{ 1st Class }{ 2 Cor. 6:1-10\ \textperiodcentered\ Matt 4:1-11 } & \cellcolor{cviolet}\daycell{ 15 }{ Monday of the 1st Week of Lent }{ 3rd Class }{ Ezech 34:11-16\ \textperiodcentered\ Matt 25:31-46 } & \cellcolor{cviolet}\daycell{ 16 }{ Tuesday of the 1st Week of Lent }{ 3rd Class }{ Isa 55:6-11\ \textperiodcentered\ Matt 21:10-17 } & \cellcolor{cviolet}\daycell{ 17 }{ Lenten Ember Wednesday }{ 2nd Class }{ 3 Kgs. 19:3-8\ \textperiodcentered\ Matt 12:38-50 } & \cellcolor{cviolet}\daycell{ 18 }{ Thursday of the 1st Week of Lent }{ 3rd Class }{ Ezech 18:1-9\ \textperiodcentered\ Matt 15:21-28 } & \cellcolor{cviolet}\daycell{ 19 }{ Lenten Ember Friday }{ 2nd Class }{ Ezech 18:20-28\ \textperiodcentered\ John 5:1-15 } & \cellcolor{cviolet}\daycell{ 20 }{ Lenten Ember Saturday }{ 2nd Class }{ 1 Thess. 5:14-23\ \textperiodcentered\ Matt 17:1-9 } \\ \hline +\cellcolor{cviolet}\daycell{ 21 }{ 2nd Sunday of Lent }{ 1st Class }{ 1 Thess. 4:1-7\ \textperiodcentered\ Matt 17:1-9 } & \cellcolor{cwhite}\daycell{ 22 }{ Chair of St. Peter }{ 2nd Class }{ 1 Pet 1:1-7\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cviolet}\daycell{ 23 }{ Tuesday of the 2nd Week of Lent }{ 3rd Class }{ 3 Kings 17:8-16\ \textperiodcentered\ Matt 23:1-12 } & \cellcolor{cred}\daycell{ 24 }{ St. Matthias }{ 2nd Class }{ Acts 1:15-26\ \textperiodcentered\ Matt 11:25-30 } & \cellcolor{cviolet}\daycell{ 25 }{ Thursday of the 2nd Week of Lent }{ 3rd Class }{ Jer 17:5-10\ \textperiodcentered\ Luke 16:19-31 } & \cellcolor{cviolet}\daycell{ 26 }{ Friday of the 2nd Week of Lent }{ 3rd Class }{ Gen 37:6-22\ \textperiodcentered\ Matt 21:33-46 } & \cellcolor{cviolet}\daycell{ 27 }{ Saturday of the 2nd Week of Lent }{ 3rd Class }{ Gen 27:6-40\ \textperiodcentered\ Luke 15:11-32 } \\ \hline +\cellcolor{cviolet}\daycell{ 28 }{ 3rd Sunday of Lent }{ 1st Class }{ Eph 5:1-9\ \textperiodcentered\ Luke 11:14-28 } & & & & & & \\ \hline \end{tabular} \clearpage @@ -85,11 +124,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & \cellcolor{cviolet}\daycell{ 1 }{ Monday of the 3rd Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 2 }{ Tuesday of the 3rd Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 3 }{ Wednesday of the 3rd Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 4 }{ Thursday of the 3rd Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 5 }{ Friday of the 3rd Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 6 }{ Saturday of the 3rd Week of Lent }{ 3rd Class } \\ \hline -\cellcolor{crose}\daycell{ 7 }{ 4th Sunday of Lent }{ 1st Class } & \cellcolor{cviolet}\daycell{ 8 }{ Monday of the 4th Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 9 }{ Tuesday of the 4th Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 10 }{ Wednesday of the 4th Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 11 }{ Thursday of the 4th Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 12 }{ Friday of the 4th Week of Lent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 13 }{ Saturday of the 4th Week of Lent }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 14 }{ Passion Sunday }{ 1st Class } & \cellcolor{cviolet}\daycell{ 15 }{ Monday of the 1st Week of Passion Week }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 16 }{ Tuesday of the 1st Week of Passion Week }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 17 }{ Wednesday of the 1st Week of Passion Week }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 18 }{ Thursday of the 1st Week of Passion Week }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 19 }{ St. Joseph, Spouse of the Bl. Virgin Mary }{ 1st Class } & \cellcolor{cviolet}\daycell{ 20 }{ Saturday of the 1st Week of Passion Week }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 21 }{ Palm Sunday }{ 1st Class } & \cellcolor{cviolet}\daycell{ 22 }{ Monday of Holy Week }{ 1st Class } & \cellcolor{cviolet}\daycell{ 23 }{ Tuesday of Holy Week }{ 1st Class } & \cellcolor{cviolet}\daycell{ 24 }{ Wednesday of Holy Week (Spy Wednesday) }{ 1st Class } & \cellcolor{cwhite}\daycell{ 25 }{ Holy Thursday (Maundy Thursday) }{ 1st Class } & \cellcolor{cblack}\daycell{ 26 }{ Good Friday }{ 1st Class } & \cellcolor{cviolet}\daycell{ 27 }{ Holy Saturday }{ 1st Class } \\ \hline -\cellcolor{cwhite}\daycell{ 28 }{ Easter Sunday }{ 1st Class } & \cellcolor{cwhite}\daycell{ 29 }{ Monday of Easter Week }{ 1st Class } & \cellcolor{cwhite}\daycell{ 30 }{ Tuesday of Easter Week }{ 1st Class } & \cellcolor{cwhite}\daycell{ 31 }{ Wednesday of Easter Week }{ 1st Class } & & & \\ \hline + & \cellcolor{cviolet}\daycell{ 1 }{ Monday of the 3rd Week of Lent }{ 3rd Class }{ 4 Kings 5:1-15\ \textperiodcentered\ Luke 4:23-30 } & \cellcolor{cviolet}\daycell{ 2 }{ Tuesday of the 3rd Week of Lent }{ 3rd Class }{ 4 Kings 4:1-7\ \textperiodcentered\ Matt 18:15-22 } & \cellcolor{cviolet}\daycell{ 3 }{ Wednesday of the 3rd Week of Lent }{ 3rd Class }{ Ex 20:12-24\ \textperiodcentered\ Matt 15:1-20 } & \cellcolor{cviolet}\daycell{ 4 }{ Thursday of the 3rd Week of Lent }{ 3rd Class }{ Jer 7:1-7\ \textperiodcentered\ Luke 4:38-44. } & \cellcolor{cviolet}\daycell{ 5 }{ Friday of the 3rd Week of Lent }{ 3rd Class }{ Num 20:1, 3; 6-13.\ \textperiodcentered\ John 4:5-42 } & \cellcolor{cviolet}\daycell{ 6 }{ Saturday of the 3rd Week of Lent }{ 3rd Class }{ Dan 13:1-9, 15-17, 19-30, 33-62.\ \textperiodcentered\ John 8:1-11 } \\ \hline +\cellcolor{crose}\daycell{ 7 }{ 4th Sunday of Lent }{ 1st Class }{ Gal 4:22-31\ \textperiodcentered\ John 6:1-15 } & \cellcolor{cviolet}\daycell{ 8 }{ Monday of the 4th Week of Lent }{ 3rd Class }{ 3 Kings 3:16-28\ \textperiodcentered\ John 2:13-25 } & \cellcolor{cviolet}\daycell{ 9 }{ Tuesday of the 4th Week of Lent }{ 3rd Class }{ Ex 32:7-14\ \textperiodcentered\ John 7:14-31 } & \cellcolor{cviolet}\daycell{ 10 }{ Wednesday of the 4th Week of Lent }{ 3rd Class }{ Isa. 1:16-19\ \textperiodcentered\ John 9:1-38 } & \cellcolor{cviolet}\daycell{ 11 }{ Thursday of the 4th Week of Lent }{ 3rd Class }{ 4 Kings 4:25-38\ \textperiodcentered\ Luke 7:11-16 } & \cellcolor{cviolet}\daycell{ 12 }{ Friday of the 4th Week of Lent }{ 3rd Class }{ 3 Kings 17:17-24\ \textperiodcentered\ John 11:1-45 } & \cellcolor{cviolet}\daycell{ 13 }{ Saturday of the 4th Week of Lent }{ 3rd Class }{ Isa 49:8-15\ \textperiodcentered\ John 8:12-20 } \\ \hline +\cellcolor{cviolet}\daycell{ 14 }{ Passion Sunday }{ 1st Class }{ Heb 9:11-15.\ \textperiodcentered\ John 8:46-59. } & \cellcolor{cviolet}\daycell{ 15 }{ Monday of the 1st Week of Passion Week }{ 3rd Class }{ Jonas 3:1-10\ \textperiodcentered\ John 7:32-39 } & \cellcolor{cviolet}\daycell{ 16 }{ Tuesday of the 1st Week of Passion Week }{ 3rd Class }{ Dan 14:27, 28-42\ \textperiodcentered\ John 7:1-13 } & \cellcolor{cviolet}\daycell{ 17 }{ Wednesday of the 1st Week of Passion Week }{ 3rd Class }{ Lev 19:1-2, 11-19, 25\ \textperiodcentered\ John 10:22-38 } & \cellcolor{cviolet}\daycell{ 18 }{ Thursday of the 1st Week of Passion Week }{ 3rd Class }{ Dan 3:25, 34-45.\ \textperiodcentered\ Luke 7:36-50 } & \cellcolor{cwhite}\daycell{ 19 }{ St. Joseph, Spouse of the Bl. Virgin Mary }{ 1st Class }{ Ecclus 45:1-6\ \textperiodcentered\ Matt 1:18-21 } & \cellcolor{cviolet}\daycell{ 20 }{ Saturday of the 1st Week of Passion Week }{ 3rd Class }{ Jer 18:18-23\ \textperiodcentered\ John 12:10-36 } \\ \hline +\cellcolor{cviolet}\daycell{ 21 }{ Palm Sunday }{ 1st Class }{ Phil 2:5-11\ \textperiodcentered\ Matt. 26:36-75; 27:1-60. } & \cellcolor{cviolet}\daycell{ 22 }{ Monday of Holy Week }{ 1st Class }{ Isa 50:5-10\ \textperiodcentered\ John 12:1-9 } & \cellcolor{cviolet}\daycell{ 23 }{ Tuesday of Holy Week }{ 1st Class }{ Jer 11:18-20\ \textperiodcentered\ Mark 14:32-72; 15, 1-46 } & \cellcolor{cviolet}\daycell{ 24 }{ Wednesday of Holy Week (Spy Wednesday) }{ 1st Class }{ Isa 53:1-12\ \textperiodcentered\ Luke 22:39-71; 23:1-53 } & \cellcolor{cwhite}\daycell{ 25 }{ Holy Thursday (Maundy Thursday) }{ 1st Class }{ 1 Cor 11:20-32\ \textperiodcentered\ John 13:1-15 } & \cellcolor{cblack}\daycell{ 26 }{ Good Friday }{ 1st Class }{ Ex 12:1-11\ \textperiodcentered\ John 18:1-40; 19:1-42 } & \cellcolor{cviolet}\daycell{ 27 }{ Holy Saturday }{ 1st Class }{ Col 3:1-4\ \textperiodcentered\ Matt 28:1-7 } \\ \hline +\cellcolor{cwhite}\daycell{ 28 }{ Easter Sunday }{ 1st Class }{ 1 Cor 5:7-8\ \textperiodcentered\ Mark 16:1-7 } & \cellcolor{cwhite}\daycell{ 29 }{ Monday of Easter Week }{ 1st Class }{ Acts 10:37-43.\ \textperiodcentered\ Luke 24:13-35 } & \cellcolor{cwhite}\daycell{ 30 }{ Tuesday of Easter Week }{ 1st Class }{ Acts 13:16; 13:26-33\ \textperiodcentered\ Luke 24:36-47 } & \cellcolor{cwhite}\daycell{ 31 }{ Wednesday of Easter Week }{ 1st Class }{ Acts 3:13-15; 3:17-19\ \textperiodcentered\ John 21:1-14 } & & & \\ \hline \end{tabular} \clearpage @@ -98,11 +137,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & & & \cellcolor{cwhite}\daycell{ 1 }{ Thursday of Easter Week }{ 1st Class } & \cellcolor{cwhite}\daycell{ 2 }{ Friday of Easter Week }{ 1st Class } & \cellcolor{cwhite}\daycell{ 3 }{ Saturday of Easter Week }{ 1st Class } \\ \hline -\cellcolor{cwhite}\daycell{ 4 }{ Low Sunday (Sunday in Easter Octave) }{ 1st Class } & \cellcolor{cwhite}\daycell{ 5 }{ Annunciation of the Blessed Virgin Mary }{ 1st Class } & \cellcolor{cwhite}\daycell{ 6 }{ Tuesday of the 2nd Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 7 }{ Wednesday of the 2nd Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 8 }{ Thursday of the 2nd Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 9 }{ Friday of the 2nd Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 10 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cwhite}\daycell{ 11 }{ 2nd Sunday after Easter }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 12 }{ Monday of the 3rd Week of Eastertide }{ 4th Class } & \cellcolor{cred}\daycell{ 13 }{ St. Hermenegild }{ 3rd Class } & \cellcolor{cred}\daycell{ 14 }{ St. Justin }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 15 }{ Thursday of the 3rd Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 16 }{ Friday of the 3rd Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 17 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cwhite}\daycell{ 18 }{ 3rd Sunday after Easter }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 19 }{ Monday of the 4th Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 20 }{ Tuesday of the 4th Week of Eastertide }{ 4th Class } & \cellcolor{cwhite}\daycell{ 21 }{ St. Anselm }{ 3rd Class } & \cellcolor{cred}\daycell{ 22 }{ Sts. Soter \& Caius }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 23 }{ Friday of the 4th Week of Eastertide }{ 4th Class } & \cellcolor{cred}\daycell{ 24 }{ St. Fidelis of Sigmaringen }{ 3rd Class } \\ \hline -\cellcolor{cwhite}\daycell{ 25 }{ 4th Sunday after Easter }{ 2nd Class } & \cellcolor{cred}\daycell{ 26 }{ Sts. Cletus \& Marcellinus }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 27 }{ St. Peter Canisius }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 28 }{ St. Paul of the Cross }{ 3rd Class } & \cellcolor{cred}\daycell{ 29 }{ St. Peter of Verona }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 30 }{ St. Catherine of Siena }{ 3rd Class } & \\ \hline + & & & & \cellcolor{cwhite}\daycell{ 1 }{ Thursday of Easter Week }{ 1st Class }{ Acts 8:26-40\ \textperiodcentered\ John 20:11-18 } & \cellcolor{cwhite}\daycell{ 2 }{ Friday of Easter Week }{ 1st Class }{ 1 Pet 3:18-22\ \textperiodcentered\ Matt 28:16-20 } & \cellcolor{cwhite}\daycell{ 3 }{ Saturday of Easter Week }{ 1st Class }{ 1 Pet 2:1-10\ \textperiodcentered\ John 20:1-9 } \\ \hline +\cellcolor{cwhite}\daycell{ 4 }{ Low Sunday (Sunday in Easter Octave) }{ 1st Class }{ 1 John 5:4-10\ \textperiodcentered\ John 20:19-31 } & \cellcolor{cwhite}\daycell{ 5 }{ Annunciation of the Blessed Virgin Mary }{ 1st Class }{ Isa 7:10-15\ \textperiodcentered\ Luke 1:26-38 } & \cellcolor{cwhite}\daycell{ 6 }{ Tuesday of the 2nd Week of Eastertide }{ 4th Class }{ 1 John 5:4-10\ \textperiodcentered\ John 20:19-31 } & \cellcolor{cwhite}\daycell{ 7 }{ Wednesday of the 2nd Week of Eastertide }{ 4th Class }{ 1 John 5:4-10\ \textperiodcentered\ John 20:19-31 } & \cellcolor{cwhite}\daycell{ 8 }{ Thursday of the 2nd Week of Eastertide }{ 4th Class }{ 1 John 5:4-10\ \textperiodcentered\ John 20:19-31 } & \cellcolor{cwhite}\daycell{ 9 }{ Friday of the 2nd Week of Eastertide }{ 4th Class }{ 1 John 5:4-10\ \textperiodcentered\ John 20:19-31 } & \cellcolor{cwhite}\daycell{ 10 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ John 19:25-27 } \\ \hline +\cellcolor{cwhite}\daycell{ 11 }{ 2nd Sunday after Easter }{ 2nd Class }{ 1 Pet 2:21-25\ \textperiodcentered\ John 10:11-16 } & \cellcolor{cwhite}\daycell{ 12 }{ Monday of the 3rd Week of Eastertide }{ 4th Class }{ 1 Pet 2:21-25\ \textperiodcentered\ John 10:11-16 } & \cellcolor{cred}\daycell{ 13 }{ St. Hermenegild }{ 3rd Class }{ Wis 10:10-14\ \textperiodcentered\ Luke 14:26-33. } & \cellcolor{cred}\daycell{ 14 }{ St. Justin }{ 3rd Class }{ 1 Cor 1:18-25; 1:30;\ \textperiodcentered\ Luke 12:2-8 } & \cellcolor{cwhite}\daycell{ 15 }{ Thursday of the 3rd Week of Eastertide }{ 4th Class }{ 1 Pet 2:21-25\ \textperiodcentered\ John 10:11-16 } & \cellcolor{cwhite}\daycell{ 16 }{ Friday of the 3rd Week of Eastertide }{ 4th Class }{ 1 Pet 2:21-25\ \textperiodcentered\ John 10:11-16 } & \cellcolor{cwhite}\daycell{ 17 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ John 19:25-27 } \\ \hline +\cellcolor{cwhite}\daycell{ 18 }{ 3rd Sunday after Easter }{ 2nd Class }{ 1 Pet 2:11-19\ \textperiodcentered\ John 16:16-22 } & \cellcolor{cwhite}\daycell{ 19 }{ Monday of the 4th Week of Eastertide }{ 4th Class }{ 1 Pet 2:11-19\ \textperiodcentered\ John 16:16-22 } & \cellcolor{cwhite}\daycell{ 20 }{ Tuesday of the 4th Week of Eastertide }{ 4th Class }{ 1 Pet 2:11-19\ \textperiodcentered\ John 16:16-22 } & \cellcolor{cwhite}\daycell{ 21 }{ St. Anselm }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cred}\daycell{ 22 }{ Sts. Soter \& Caius }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cwhite}\daycell{ 23 }{ Friday of the 4th Week of Eastertide }{ 4th Class }{ 1 Pet 2:11-19\ \textperiodcentered\ John 16:16-22 } & \cellcolor{cred}\daycell{ 24 }{ St. Fidelis of Sigmaringen }{ 3rd Class }{ Wis 5:1-5\ \textperiodcentered\ John 15:1-7 } \\ \hline +\cellcolor{cwhite}\daycell{ 25 }{ 4th Sunday after Easter }{ 2nd Class }{ Jas 1:17-21\ \textperiodcentered\ John 16:5-14 } & \cellcolor{cred}\daycell{ 26 }{ Sts. Cletus \& Marcellinus }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cwhite}\daycell{ 27 }{ St. Peter Canisius }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 28 }{ St. Paul of the Cross }{ 3rd Class }{ 1 Cor 1:17-25.\ \textperiodcentered\ Luke 10:1-9 } & \cellcolor{cred}\daycell{ 29 }{ St. Peter of Verona }{ 3rd Class }{ 2 Tim. 2:8-10; 3:10-12.\ \textperiodcentered\ Matt 10:34-42 } & \cellcolor{cwhite}\daycell{ 30 }{ St. Catherine of Siena }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } & \\ \hline \end{tabular} \clearpage @@ -111,12 +150,12 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & & & & & \cellcolor{cwhite}\daycell{ 1 }{ St. Joseph the Workman }{ 1st Class } \\ \hline -\cellcolor{cwhite}\daycell{ 2 }{ 5th Sunday after Easter }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 3 }{ Rogation Monday }{ 4th Class } & \cellcolor{cwhite}\daycell{ 4 }{ St. Monica }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 5 }{ Vigil of the Ascension }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 6 }{ The Ascension of Our Lord }{ 1st Class } & \cellcolor{cred}\daycell{ 7 }{ St. Stanislaus }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 8 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cwhite}\daycell{ 9 }{ Sunday after the Ascension }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 10 }{ St. Antoninus }{ 3rd Class } & \cellcolor{cred}\daycell{ 11 }{ Sts. Philip \& James }{ 2nd Class } & \cellcolor{cred}\daycell{ 12 }{ Sts. Nereus, Achilleus, Domitilla, \& Pancras }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 13 }{ St. Robert Bellarmine }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 14 }{ Friday of the 7th Week of Eastertide }{ 4th Class } & \cellcolor{cred}\daycell{ 15 }{ Vigil of Pentecost }{ 1st Class } \\ \hline -\cellcolor{cred}\daycell{ 16 }{ Pentecost Sunday (Whitsunday) }{ 1st Class } & \cellcolor{cred}\daycell{ 17 }{ Monday of Pentecost Week }{ 1st Class } & \cellcolor{cred}\daycell{ 18 }{ Tuesday of Pentecost Week }{ 1st Class } & \cellcolor{cred}\daycell{ 19 }{ Pentecost Ember Wednesday }{ 1st Class } & \cellcolor{cred}\daycell{ 20 }{ Thursday of Pentecost Week }{ 1st Class } & \cellcolor{cred}\daycell{ 21 }{ Pentecost Ember Friday }{ 1st Class } & \cellcolor{cred}\daycell{ 22 }{ Pentecost Ember Saturday }{ 1st Class } \\ \hline -\cellcolor{cwhite}\daycell{ 23 }{ Trinity Sunday }{ 1st Class } & \cellcolor{cgreen}\daycell{ 24 }{ Monday of the 1st Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 25 }{ St. Gregory VII }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 26 }{ St. Philip Neri }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 27 }{ Corpus Christi }{ 1st Class } & \cellcolor{cwhite}\daycell{ 28 }{ St. Augustine of Canterbury }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 29 }{ St. Mary Magdalene de Pazzi }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 30 }{ 2nd Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 31 }{ Queenship of the Blessed Virgin Mary }{ 2nd Class } & & & & & \\ \hline + & & & & & & \cellcolor{cwhite}\daycell{ 1 }{ St. Joseph the Workman }{ 1st Class }{ Col. 3:14-15, 17, 23-24\ \textperiodcentered\ Matt 13:54-58 } \\ \hline +\cellcolor{cwhite}\daycell{ 2 }{ 5th Sunday after Easter }{ 2nd Class }{ Jas 1:22-27\ \textperiodcentered\ John 16:23-30 } & \cellcolor{cviolet}\daycell{ 3 }{ Rogation Monday }{ 4th Class }{ Jas 1:22-27\ \textperiodcentered\ John 16:23-30 } & \cellcolor{cwhite}\daycell{ 4 }{ St. Monica }{ 3rd Class }{ 1 Tim. 5:3-10.\ \textperiodcentered\ Luke 7:11-16 } & \cellcolor{cwhite}\daycell{ 5 }{ Vigil of the Ascension }{ 2nd Class }{ Eph. 4:7-13.\ \textperiodcentered\ John 17:1-11. } & \cellcolor{cwhite}\daycell{ 6 }{ The Ascension of Our Lord }{ 1st Class }{ Acts 1:1-11\ \textperiodcentered\ Mark 16:14-20 } & \cellcolor{cred}\daycell{ 7 }{ St. Stanislaus }{ 3rd Class }{ Wis 5:1-5\ \textperiodcentered\ John 15:1-7 } & \cellcolor{cwhite}\daycell{ 8 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ John 19:25-27 } \\ \hline +\cellcolor{cwhite}\daycell{ 9 }{ Sunday after the Ascension }{ 2nd Class }{ 1 Pet 4:7-11.\ \textperiodcentered\ John 15:26-27; 16:1-4. } & \cellcolor{cwhite}\daycell{ 10 }{ St. Antoninus }{ 3rd Class }{ Sir 44:16-27; 45:3-20\ \textperiodcentered\ Matt 25:14-23 } & \cellcolor{cred}\daycell{ 11 }{ Sts. Philip \& James }{ 2nd Class }{ Wis. 5:1-5\ \textperiodcentered\ John 14:1-13 } & \cellcolor{cred}\daycell{ 12 }{ Sts. Nereus, Achilleus, Domitilla, \& Pancras }{ 3rd Class }{ Wis. 5:1-5\ \textperiodcentered\ John 4:46-53 } & \cellcolor{cwhite}\daycell{ 13 }{ St. Robert Bellarmine }{ 3rd Class }{ Wis 7:7-14.\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 14 }{ Friday of the 7th Week of Eastertide }{ 4th Class }{ 1 Pet 4:7-11.\ \textperiodcentered\ John 15:26-27; 16:1-4. } & \cellcolor{cred}\daycell{ 15 }{ Vigil of Pentecost }{ 1st Class }{ Acts 19:1-8.\ \textperiodcentered\ John 14:15-21. } \\ \hline +\cellcolor{cred}\daycell{ 16 }{ Pentecost Sunday (Whitsunday) }{ 1st Class }{ Acts 2:1-11.\ \textperiodcentered\ John 14:23-31. } & \cellcolor{cred}\daycell{ 17 }{ Monday of Pentecost Week }{ 1st Class }{ Acts 10:34, 42-48\ \textperiodcentered\ John 3:16-21 } & \cellcolor{cred}\daycell{ 18 }{ Tuesday of Pentecost Week }{ 1st Class }{ Acts 8:14-17.\ \textperiodcentered\ John 10:1-10. } & \cellcolor{cred}\daycell{ 19 }{ Pentecost Ember Wednesday }{ 1st Class }{ Acts 5:12-16\ \textperiodcentered\ John 6:44-52. } & \cellcolor{cred}\daycell{ 20 }{ Thursday of Pentecost Week }{ 1st Class }{ Acts 8:5-8\ \textperiodcentered\ Luke 9:1-6 } & \cellcolor{cred}\daycell{ 21 }{ Pentecost Ember Friday }{ 1st Class }{ Joel 2:23-24; 26-27\ \textperiodcentered\ Luke 5:17-26 } & \cellcolor{cred}\daycell{ 22 }{ Pentecost Ember Saturday }{ 1st Class }{ Rom 5:1-5.\ \textperiodcentered\ Luke 4:38-44. } \\ \hline +\cellcolor{cwhite}\daycell{ 23 }{ Trinity Sunday }{ 1st Class }{ Rom 11:33-36.\ \textperiodcentered\ Matt 28:18-20 } & \cellcolor{cgreen}\daycell{ 24 }{ Monday of the 1st Week of the Time after Pentecost }{ 4th Class }{ 1 John 4:8-21\ \textperiodcentered\ Luke 6:36-42 } & \cellcolor{cwhite}\daycell{ 25 }{ St. Gregory VII }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cwhite}\daycell{ 26 }{ St. Philip Neri }{ 3rd Class }{ Wis 7:7-14.\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cwhite}\daycell{ 27 }{ Corpus Christi }{ 1st Class }{ 1 Cor 11:23-29\ \textperiodcentered\ John 6:56-59 } & \cellcolor{cwhite}\daycell{ 28 }{ St. Augustine of Canterbury }{ 3rd Class }{ 1 Thess 2:2-9\ \textperiodcentered\ Luke 10:1-9 } & \cellcolor{cwhite}\daycell{ 29 }{ St. Mary Magdalene de Pazzi }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } \\ \hline +\cellcolor{cgreen}\daycell{ 30 }{ 2nd Sunday after Pentecost }{ 2nd Class }{ 1 John 3:13-18.\ \textperiodcentered\ Luke 14:16-24. } & \cellcolor{cwhite}\daycell{ 31 }{ Queenship of the Blessed Virgin Mary }{ 2nd Class }{ Eccli 24:5; 14:7; 14:9-11; 24:30-31\ \textperiodcentered\ Luke 1:26-33 } & & & & & \\ \hline \end{tabular} \clearpage @@ -125,11 +164,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & \cellcolor{cwhite}\daycell{ 1 }{ St. Angela Merici }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 2 }{ Wednesday of the 2nd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 3 }{ Thursday of the 2nd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 4 }{ The Sacred Heart of Jesus }{ 1st Class } & \cellcolor{cred}\daycell{ 5 }{ St. Boniface }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 6 }{ 3rd Sunday after Pentecost }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 7 }{ Monday of the 3rd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 8 }{ Tuesday of the 3rd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 9 }{ Wednesday of the 3rd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 10 }{ St. Margaret of Scotland }{ 3rd Class } & \cellcolor{cred}\daycell{ 11 }{ St. Barnabas }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 12 }{ St. John of San Fecundo }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 13 }{ 4th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 14 }{ St. Basil the Great }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 15 }{ Tuesday of the 4th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 16 }{ Wednesday of the 4th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 17 }{ St. Gregory Barbarigo }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 18 }{ St. Ephrem of Syria }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 19 }{ St. Julia of Falconieri }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 20 }{ 5th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 21 }{ St. Aloysius Gongzaga }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 22 }{ St. Paulinus of Nola }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 23 }{ Vigil of the Nativity of St. John the Baptist }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 24 }{ Nativity of St. John the Baptist }{ 1st Class } & \cellcolor{cwhite}\daycell{ 25 }{ St. William }{ 3rd Class } & \cellcolor{cred}\daycell{ 26 }{ Sts. John \& Paul }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 27 }{ 6th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 28 }{ Vigil of Sts. Peter \& Paul }{ 2nd Class } & \cellcolor{cred}\daycell{ 29 }{ Sts. Peter \& Paul }{ 1st Class } & \cellcolor{cred}\daycell{ 30 }{ In Commemoratione Sancti Pauli Apostoli }{ 3rd Class } & & & \\ \hline + & & \cellcolor{cwhite}\daycell{ 1 }{ St. Angela Merici }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cgreen}\daycell{ 2 }{ Wednesday of the 2nd Week of the Time after Pentecost }{ 4th Class }{ 1 John 3:13-18.\ \textperiodcentered\ Luke 14:16-24. } & \cellcolor{cgreen}\daycell{ 3 }{ Thursday of the 2nd Week of the Time after Pentecost }{ 4th Class }{ 1 John 3:13-18.\ \textperiodcentered\ Luke 14:16-24. } & \cellcolor{cwhite}\daycell{ 4 }{ The Sacred Heart of Jesus }{ 1st Class }{ Eph 3:8-12, 14-19\ \textperiodcentered\ John 19:31-37 } & \cellcolor{cred}\daycell{ 5 }{ St. Boniface }{ 3rd Class }{ Ecclus 44:1-15\ \textperiodcentered\ Matt 5:1-12 } \\ \hline +\cellcolor{cgreen}\daycell{ 6 }{ 3rd Sunday after Pentecost }{ 2nd Class }{ 1 Pet. 5:6-11\ \textperiodcentered\ Luke 15:1-10 } & \cellcolor{cgreen}\daycell{ 7 }{ Monday of the 3rd Week of the Time after Pentecost }{ 4th Class }{ 1 Pet. 5:6-11\ \textperiodcentered\ Luke 15:1-10 } & \cellcolor{cgreen}\daycell{ 8 }{ Tuesday of the 3rd Week of the Time after Pentecost }{ 4th Class }{ 1 Pet. 5:6-11\ \textperiodcentered\ Luke 15:1-10 } & \cellcolor{cgreen}\daycell{ 9 }{ Wednesday of the 3rd Week of the Time after Pentecost }{ 4th Class }{ 1 Pet. 5:6-11\ \textperiodcentered\ Luke 15:1-10 } & \cellcolor{cwhite}\daycell{ 10 }{ St. Margaret of Scotland }{ 3rd Class }{ Prov 31:10-31\ \textperiodcentered\ Matt 13:44-52. } & \cellcolor{cred}\daycell{ 11 }{ St. Barnabas }{ 3rd Class }{ Acts 11:21-26; 13:1-3\ \textperiodcentered\ Matt 10:16-22 } & \cellcolor{cwhite}\daycell{ 12 }{ St. John of San Fecundo }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } \\ \hline +\cellcolor{cgreen}\daycell{ 13 }{ 4th Sunday after Pentecost }{ 2nd Class }{ Rom 8:18-23\ \textperiodcentered\ Luke 5:1-11 } & \cellcolor{cwhite}\daycell{ 14 }{ St. Basil the Great }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Luke 14:26-35 } & \cellcolor{cgreen}\daycell{ 15 }{ Tuesday of the 4th Week of the Time after Pentecost }{ 4th Class }{ Rom 8:18-23\ \textperiodcentered\ Luke 5:1-11 } & \cellcolor{cgreen}\daycell{ 16 }{ Wednesday of the 4th Week of the Time after Pentecost }{ 4th Class }{ Rom 8:18-23\ \textperiodcentered\ Luke 5:1-11 } & \cellcolor{cwhite}\daycell{ 17 }{ St. Gregory Barbarigo }{ 3rd Class }{ Sir 44:16-27; 45:3-20\ \textperiodcentered\ Matt 25:14-23 } & \cellcolor{cwhite}\daycell{ 18 }{ St. Ephrem of Syria }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 19 }{ St. Julia of Falconieri }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } \\ \hline +\cellcolor{cgreen}\daycell{ 20 }{ 5th Sunday after Pentecost }{ 2nd Class }{ 1 Pet 3:8-15.\ \textperiodcentered\ Matt 5:20-24. } & \cellcolor{cwhite}\daycell{ 21 }{ St. Aloysius Gongzaga }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Matt 22:29-40 } & \cellcolor{cwhite}\daycell{ 22 }{ St. Paulinus of Nola }{ 3rd Class }{ 2 Cor. 8:9-15\ \textperiodcentered\ Luke 12:32-34 } & \cellcolor{cviolet}\daycell{ 23 }{ Vigil of the Nativity of St. John the Baptist }{ 2nd Class }{ Jer 1:4-10\ \textperiodcentered\ Luke 1:5-17 } & \cellcolor{cwhite}\daycell{ 24 }{ Nativity of St. John the Baptist }{ 1st Class }{ Isa 49:1-3, 5-7.\ \textperiodcentered\ Luke 1:57-68 } & \cellcolor{cwhite}\daycell{ 25 }{ St. William }{ 3rd Class }{ Ecclus 45:1-6\ \textperiodcentered\ Matt 19:27-29. } & \cellcolor{cred}\daycell{ 26 }{ Sts. John \& Paul }{ 3rd Class }{ Eccli 44:10-15\ \textperiodcentered\ Luke 12:1-8 } \\ \hline +\cellcolor{cgreen}\daycell{ 27 }{ 6th Sunday after Pentecost }{ 2nd Class }{ Rom 6:3-11.\ \textperiodcentered\ Mark 8:1-9 } & \cellcolor{cviolet}\daycell{ 28 }{ Vigil of Sts. Peter \& Paul }{ 2nd Class }{ Acts 3:1-10\ \textperiodcentered\ John 21:15-19 } & \cellcolor{cred}\daycell{ 29 }{ Sts. Peter \& Paul }{ 1st Class }{ Acts 12:1-11\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cred}\daycell{ 30 }{ In Commemoratione Sancti Pauli Apostoli }{ 3rd Class }{ Gal 1:11-20\ \textperiodcentered\ Matt 10:16-22 } & & & \\ \hline \end{tabular} \clearpage @@ -138,11 +177,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & & & \cellcolor{cred}\daycell{ 1 }{ The Precious Blood of Our Lord Jesus Christ }{ 1st Class } & \cellcolor{cwhite}\daycell{ 2 }{ Visitation of the Blessed Virgin Mary }{ 2nd Class } & \cellcolor{cred}\daycell{ 3 }{ St. Irenaeus }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 4 }{ 7th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 5 }{ St. Anthony Mary Zaccariah }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 6 }{ Tuesday of the 7th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 7 }{ Sts. Cyril \& Methodius }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 8 }{ St. Elizabeth of Portugal }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 9 }{ Friday of the 7th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cred}\daycell{ 10 }{ Seven Holy Brothers and Sts. Rufina \& Secunda }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 11 }{ 8th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 12 }{ St. John Gualbert }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 13 }{ Tuesday of the 8th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 14 }{ St. Bonaventure }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 15 }{ St. Henry the Emperor }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 16 }{ Friday of the 8th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 17 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cgreen}\daycell{ 18 }{ 9th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 19 }{ St. Vincent de Paul }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 20 }{ St. Jerome Emiliani }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 21 }{ St. Laurence of Brindisi }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 22 }{ St. Mary Magdalene }{ 3rd Class } & \cellcolor{cred}\daycell{ 23 }{ St. Apollinaris }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 24 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cgreen}\daycell{ 25 }{ 10th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 26 }{ St. Anne, Mother of the Blessed Virgin }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 27 }{ Tuesday of the 10th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cred}\daycell{ 28 }{ Sts. Nazarius \& Celsus, St. Victor I \& St. Innocent I }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 29 }{ St. Martha }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 30 }{ Friday of the 10th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 31 }{ St. Ignatius Loyola }{ 3rd Class } \\ \hline + & & & & \cellcolor{cred}\daycell{ 1 }{ The Precious Blood of Our Lord Jesus Christ }{ 1st Class }{ Heb 9:11-15.\ \textperiodcentered\ John 19:30-35 } & \cellcolor{cwhite}\daycell{ 2 }{ Visitation of the Blessed Virgin Mary }{ 2nd Class }{ Song 2:8-14\ \textperiodcentered\ Luke 1:39-47 } & \cellcolor{cred}\daycell{ 3 }{ St. Irenaeus }{ 3rd Class }{ 2 Tim. 3:14-17; 4:1-5\ \textperiodcentered\ Matt 10:28-33 } \\ \hline +\cellcolor{cgreen}\daycell{ 4 }{ 7th Sunday after Pentecost }{ 2nd Class }{ Rom 6:19-23\ \textperiodcentered\ Matt 7:15-21 } & \cellcolor{cwhite}\daycell{ 5 }{ St. Anthony Mary Zaccariah }{ 3rd Class }{ 1 Tim. 4:8-16\ \textperiodcentered\ Mark 10:15-21 } & \cellcolor{cgreen}\daycell{ 6 }{ Tuesday of the 7th Week of the Time after Pentecost }{ 4th Class }{ Rom 6:19-23\ \textperiodcentered\ Matt 7:15-21 } & \cellcolor{cwhite}\daycell{ 7 }{ Sts. Cyril \& Methodius }{ 3rd Class }{ Heb 7:23-27\ \textperiodcentered\ Luke 10:1-9 } & \cellcolor{cwhite}\daycell{ 8 }{ St. Elizabeth of Portugal }{ 3rd Class }{ Prov 31:10-31\ \textperiodcentered\ Matt 13:44-52. } & \cellcolor{cgreen}\daycell{ 9 }{ Friday of the 7th Week of the Time after Pentecost }{ 4th Class }{ Rom 6:19-23\ \textperiodcentered\ Matt 7:15-21 } & \cellcolor{cred}\daycell{ 10 }{ Seven Holy Brothers and Sts. Rufina \& Secunda }{ 3rd Class }{ Prov 31:10-31\ \textperiodcentered\ Matt 12:46-50 } \\ \hline +\cellcolor{cgreen}\daycell{ 11 }{ 8th Sunday after Pentecost }{ 2nd Class }{ Rom 8:12-17\ \textperiodcentered\ Luke 16:1-9 } & \cellcolor{cwhite}\daycell{ 12 }{ St. John Gualbert }{ 3rd Class }{ Ecclus 45:1-6\ \textperiodcentered\ Matt 5:43-48 } & \cellcolor{cgreen}\daycell{ 13 }{ Tuesday of the 8th Week of the Time after Pentecost }{ 4th Class }{ Rom 8:12-17\ \textperiodcentered\ Luke 16:1-9 } & \cellcolor{cwhite}\daycell{ 14 }{ St. Bonaventure }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 15 }{ St. Henry the Emperor }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cgreen}\daycell{ 16 }{ Friday of the 8th Week of the Time after Pentecost }{ 4th Class }{ Rom 8:12-17\ \textperiodcentered\ Luke 16:1-9 } & \cellcolor{cwhite}\daycell{ 17 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cgreen}\daycell{ 18 }{ 9th Sunday after Pentecost }{ 2nd Class }{ 1 Cor. 10:6-13\ \textperiodcentered\ Luke 19:41-47 } & \cellcolor{cwhite}\daycell{ 19 }{ St. Vincent de Paul }{ 3rd Class }{ 1 Cor. 4:9-14\ \textperiodcentered\ Luke 10:1-9 } & \cellcolor{cwhite}\daycell{ 20 }{ St. Jerome Emiliani }{ 3rd Class }{ Isa 58:7-11\ \textperiodcentered\ Matt 19:13-21 } & \cellcolor{cwhite}\daycell{ 21 }{ St. Laurence of Brindisi }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 22 }{ St. Mary Magdalene }{ 3rd Class }{ Song 3:2-5; 8:6-7\ \textperiodcentered\ Luke 7:36-50 } & \cellcolor{cred}\daycell{ 23 }{ St. Apollinaris }{ 3rd Class }{ 1 Pet. 5:1-11\ \textperiodcentered\ Luke 22:24-30 } & \cellcolor{cwhite}\daycell{ 24 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cgreen}\daycell{ 25 }{ 10th Sunday after Pentecost }{ 2nd Class }{ 1 Cor. 12:2-11\ \textperiodcentered\ Luke 18:9-14 } & \cellcolor{cwhite}\daycell{ 26 }{ St. Anne, Mother of the Blessed Virgin }{ 2nd Class }{ Prov 31:10-31\ \textperiodcentered\ Matt 13:44-52. } & \cellcolor{cgreen}\daycell{ 27 }{ Tuesday of the 10th Week of the Time after Pentecost }{ 4th Class }{ 1 Cor. 12:2-11\ \textperiodcentered\ Luke 18:9-14 } & \cellcolor{cred}\daycell{ 28 }{ Sts. Nazarius \& Celsus, St. Victor I \& St. Innocent I }{ 3rd Class }{ Wis 10:17-20\ \textperiodcentered\ Luke 21:9-19 } & \cellcolor{cwhite}\daycell{ 29 }{ St. Martha }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Luke 10:38-42 } & \cellcolor{cgreen}\daycell{ 30 }{ Friday of the 10th Week of the Time after Pentecost }{ 4th Class }{ 1 Cor. 12:2-11\ \textperiodcentered\ Luke 18:9-14 } & \cellcolor{cwhite}\daycell{ 31 }{ St. Ignatius Loyola }{ 3rd Class }{ 2 Tim. 2:8-10; 3:10-12.\ \textperiodcentered\ Luke 10:1-9 } \\ \hline \end{tabular} \clearpage @@ -151,11 +190,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline -\cellcolor{cgreen}\daycell{ 1 }{ 11th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 2 }{ St. Alphonsus Liguori }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 3 }{ Tuesday of the 11th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 4 }{ St. Dominic }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 5 }{ Dedication of the Basilica of St. Mary Major }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 6 }{ Transfiguration of Our Lord }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 7 }{ St. Cajetan }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 8 }{ 12th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 9 }{ Vigil of St. Lawrence }{ 3rd Class } & \cellcolor{cred}\daycell{ 10 }{ St. Lawrence }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 11 }{ Wednesday of the 12th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 12 }{ St. Clare }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 13 }{ Friday of the 12th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cviolet}\daycell{ 14 }{ Vigil of the Assumption }{ 2nd Class } \\ \hline -\cellcolor{cwhite}\daycell{ 15 }{ Assumption of the Blessed Virgin Mary }{ 1st Class } & \cellcolor{cwhite}\daycell{ 16 }{ St. Joachim, Father of the Blessed Virgin }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 17 }{ St. Hyacinth }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 18 }{ Wednesday of the 13th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 19 }{ St. John Eudes }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 20 }{ St. Bernard of Clairvaux }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 21 }{ St. Jane Frances de Chantal }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 22 }{ 14th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 23 }{ St. Philip Benizi }{ 3rd Class } & \cellcolor{cred}\daycell{ 24 }{ St. Bartholomew }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 25 }{ St. Louis IX }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 26 }{ Thursday of the 14th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 27 }{ St. Joseph Calasance }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 28 }{ St. Augustine }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 29 }{ 15th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 30 }{ St. Rose of Lima }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 31 }{ St. Raymond Nonnatus }{ 3rd Class } & & & & \\ \hline +\cellcolor{cgreen}\daycell{ 1 }{ 11th Sunday after Pentecost }{ 2nd Class }{ 1 Cor. 15:1-10\ \textperiodcentered\ Mark 7:31-37 } & \cellcolor{cwhite}\daycell{ 2 }{ St. Alphonsus Liguori }{ 3rd Class }{ 2 Tim. 2:1-7\ \textperiodcentered\ Luke 10:1-9 } & \cellcolor{cgreen}\daycell{ 3 }{ Tuesday of the 11th Week of the Time after Pentecost }{ 4th Class }{ 1 Cor. 15:1-10\ \textperiodcentered\ Mark 7:31-37 } & \cellcolor{cwhite}\daycell{ 4 }{ St. Dominic }{ 3rd Class }{ 2 Tim. 4:1-8\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cwhite}\daycell{ 5 }{ Dedication of the Basilica of St. Mary Major }{ 3rd Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } & \cellcolor{cwhite}\daycell{ 6 }{ Transfiguration of Our Lord }{ 2nd Class }{ 2 Pet. 1:16-19\ \textperiodcentered\ Matt 17:1-9 } & \cellcolor{cwhite}\daycell{ 7 }{ St. Cajetan }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Matt 6:24-33 } \\ \hline +\cellcolor{cgreen}\daycell{ 8 }{ 12th Sunday after Pentecost }{ 2nd Class }{ 2 Cor. 3:4-9\ \textperiodcentered\ Luke 10:23-37 } & \cellcolor{cviolet}\daycell{ 9 }{ Vigil of St. Lawrence }{ 3rd Class }{ Ecclus 51:1-8, 12\ \textperiodcentered\ Matt 16:24-27 } & \cellcolor{cred}\daycell{ 10 }{ St. Lawrence }{ 2nd Class }{ 2 Cor. 9:6-10\ \textperiodcentered\ John 12:24-26 } & \cellcolor{cgreen}\daycell{ 11 }{ Wednesday of the 12th Week of the Time after Pentecost }{ 4th Class }{ 2 Cor. 3:4-9\ \textperiodcentered\ Luke 10:23-37 } & \cellcolor{cwhite}\daycell{ 12 }{ St. Clare }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cgreen}\daycell{ 13 }{ Friday of the 12th Week of the Time after Pentecost }{ 4th Class }{ 2 Cor. 3:4-9\ \textperiodcentered\ Luke 10:23-37 } & \cellcolor{cviolet}\daycell{ 14 }{ Vigil of the Assumption }{ 2nd Class }{ Sir 24:23-31\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cwhite}\daycell{ 15 }{ Assumption of the Blessed Virgin Mary }{ 1st Class }{ Judith 13:22-25; 15:10\ \textperiodcentered\ Luke 1:41-50 } & \cellcolor{cwhite}\daycell{ 16 }{ St. Joachim, Father of the Blessed Virgin }{ 2nd Class }{ Sir 31:8-11\ \textperiodcentered\ Matt 1:1-16 } & \cellcolor{cwhite}\daycell{ 17 }{ St. Hyacinth }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cgreen}\daycell{ 18 }{ Wednesday of the 13th Week of the Time after Pentecost }{ 4th Class }{ Gal 3:16-22\ \textperiodcentered\ Luke 17:11-19 } & \cellcolor{cwhite}\daycell{ 19 }{ St. John Eudes }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cwhite}\daycell{ 20 }{ St. Bernard of Clairvaux }{ 3rd Class }{ Ecclus 39:6-14\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 21 }{ St. Jane Frances de Chantal }{ 3rd Class }{ Prov 31:10-31\ \textperiodcentered\ Matt 13:44-52. } \\ \hline +\cellcolor{cgreen}\daycell{ 22 }{ 14th Sunday after Pentecost }{ 2nd Class }{ Gal 5:16-24\ \textperiodcentered\ Matt 6:24-33 } & \cellcolor{cwhite}\daycell{ 23 }{ St. Philip Benizi }{ 3rd Class }{ 1 Cor. 4:9-14\ \textperiodcentered\ Luke 12:32-34 } & \cellcolor{cred}\daycell{ 24 }{ St. Bartholomew }{ 2nd Class }{ 1 Cor. 12:27-31\ \textperiodcentered\ Luke 6:12-19 } & \cellcolor{cwhite}\daycell{ 25 }{ St. Louis IX }{ 3rd Class }{ Wis 10:10-14\ \textperiodcentered\ Luke 19:12-26 } & \cellcolor{cgreen}\daycell{ 26 }{ Thursday of the 14th Week of the Time after Pentecost }{ 4th Class }{ Gal 5:16-24\ \textperiodcentered\ Matt 6:24-33 } & \cellcolor{cwhite}\daycell{ 27 }{ St. Joseph Calasance }{ 3rd Class }{ Wis 10:10-14\ \textperiodcentered\ Matt 18:1-5 } & \cellcolor{cwhite}\daycell{ 28 }{ St. Augustine }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } \\ \hline +\cellcolor{cgreen}\daycell{ 29 }{ 15th Sunday after Pentecost }{ 2nd Class }{ Gal 5:25-26; 6:1-10\ \textperiodcentered\ Luke 7:11-16 } & \cellcolor{cwhite}\daycell{ 30 }{ St. Rose of Lima }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cwhite}\daycell{ 31 }{ St. Raymond Nonnatus }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & & & & \\ \hline \end{tabular} \clearpage @@ -164,11 +203,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & & \cellcolor{cgreen}\daycell{ 1 }{ Wednesday of the 15th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 2 }{ St. Stephen of Hungary }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 3 }{ St. Pius X }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 4 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cgreen}\daycell{ 5 }{ 16th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 6 }{ Monday of the 16th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 7 }{ Tuesday of the 16th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 8 }{ Nativity of the Blessed Virgin Mary }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 9 }{ Thursday of the 16th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 10 }{ St. Nicholas of Tolentino }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 11 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cgreen}\daycell{ 12 }{ 17th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 13 }{ Monday of the 17th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cred}\daycell{ 14 }{ Exaltation of the Holy Cross }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 15 }{ Seven Sorrows of the Blessed Virgin Mary }{ 2nd Class } & \cellcolor{cred}\daycell{ 16 }{ Sts. Cornelius \& Cyprian }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 17 }{ Friday of the 17th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 18 }{ St. Joseph of Cupertino }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 19 }{ 18th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 20 }{ Monday of the 18th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cred}\daycell{ 21 }{ St. Matthew }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 22 }{ September Ember Wednesday }{ 2nd Class } & \cellcolor{cred}\daycell{ 23 }{ St. Linus }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 24 }{ September Ember Friday }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 25 }{ September Ember Saturday }{ 2nd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 26 }{ 19th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cred}\daycell{ 27 }{ Sts. Cosmas \& Damian }{ 3rd Class } & \cellcolor{cred}\daycell{ 28 }{ St. Wenceslaus }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 29 }{ Dedication of St. Michael the Archangel }{ 1st Class } & \cellcolor{cwhite}\daycell{ 30 }{ St. Jerome }{ 3rd Class } & & \\ \hline + & & & \cellcolor{cgreen}\daycell{ 1 }{ Wednesday of the 15th Week of the Time after Pentecost }{ 4th Class }{ Gal 5:25-26; 6:1-10\ \textperiodcentered\ Luke 7:11-16 } & \cellcolor{cwhite}\daycell{ 2 }{ St. Stephen of Hungary }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 19:12-26 } & \cellcolor{cwhite}\daycell{ 3 }{ St. Pius X }{ 3rd Class }{ 1 Thess. 2:2-8\ \textperiodcentered\ John 21:15-17 } & \cellcolor{cwhite}\daycell{ 4 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cgreen}\daycell{ 5 }{ 16th Sunday after Pentecost }{ 2nd Class }{ Eph 3:13-21\ \textperiodcentered\ Luke 14:1-11 } & \cellcolor{cgreen}\daycell{ 6 }{ Monday of the 16th Week of the Time after Pentecost }{ 4th Class }{ Eph 3:13-21\ \textperiodcentered\ Luke 14:1-11 } & \cellcolor{cgreen}\daycell{ 7 }{ Tuesday of the 16th Week of the Time after Pentecost }{ 4th Class }{ Eph 3:13-21\ \textperiodcentered\ Luke 14:1-11 } & \cellcolor{cwhite}\daycell{ 8 }{ Nativity of the Blessed Virgin Mary }{ 2nd Class }{ Prov 8:22-35\ \textperiodcentered\ Matt 1:1-16 } & \cellcolor{cgreen}\daycell{ 9 }{ Thursday of the 16th Week of the Time after Pentecost }{ 4th Class }{ Eph 3:13-21\ \textperiodcentered\ Luke 14:1-11 } & \cellcolor{cwhite}\daycell{ 10 }{ St. Nicholas of Tolentino }{ 3rd Class }{ 1 Cor. 4:9-14\ \textperiodcentered\ Luke 12:32-34 } & \cellcolor{cwhite}\daycell{ 11 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cgreen}\daycell{ 12 }{ 17th Sunday after Pentecost }{ 2nd Class }{ Eph 4:1-6\ \textperiodcentered\ Matt 22:34-46 } & \cellcolor{cgreen}\daycell{ 13 }{ Monday of the 17th Week of the Time after Pentecost }{ 4th Class }{ Eph 4:1-6\ \textperiodcentered\ Matt 22:34-46 } & \cellcolor{cred}\daycell{ 14 }{ Exaltation of the Holy Cross }{ 2nd Class }{ Phil 2:5-11\ \textperiodcentered\ John 12:31-36 } & \cellcolor{cwhite}\daycell{ 15 }{ Seven Sorrows of the Blessed Virgin Mary }{ 2nd Class }{ Judith 13:22; 13:23-25\ \textperiodcentered\ John 19:25-27 } & \cellcolor{cred}\daycell{ 16 }{ Sts. Cornelius \& Cyprian }{ 3rd Class }{ Wis 3:1-8\ \textperiodcentered\ Luke 21:9-19 } & \cellcolor{cgreen}\daycell{ 17 }{ Friday of the 17th Week of the Time after Pentecost }{ 4th Class }{ Eph 4:1-6\ \textperiodcentered\ Matt 22:34-46 } & \cellcolor{cwhite}\daycell{ 18 }{ St. Joseph of Cupertino }{ 3rd Class }{ 1 Cor 13:1-8\ \textperiodcentered\ Matt 22:1-14 } \\ \hline +\cellcolor{cgreen}\daycell{ 19 }{ 18th Sunday after Pentecost }{ 2nd Class }{ 1 Cor. 1:4-8\ \textperiodcentered\ Matt 9:1-8 } & \cellcolor{cgreen}\daycell{ 20 }{ Monday of the 18th Week of the Time after Pentecost }{ 4th Class }{ 1 Cor. 1:4-8\ \textperiodcentered\ Matt 9:1-8 } & \cellcolor{cred}\daycell{ 21 }{ St. Matthew }{ 2nd Class }{ Ezek 1:10-14\ \textperiodcentered\ Matt 9:9-13 } & \cellcolor{cviolet}\daycell{ 22 }{ September Ember Wednesday }{ 2nd Class }{ 2 Esd. 8:1-10\ \textperiodcentered\ Mark 9:16-28 } & \cellcolor{cred}\daycell{ 23 }{ St. Linus }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cviolet}\daycell{ 24 }{ September Ember Friday }{ 2nd Class }{ Osee 14:2-10\ \textperiodcentered\ Luke 7:36-50 } & \cellcolor{cviolet}\daycell{ 25 }{ September Ember Saturday }{ 2nd Class }{ Heb 9:2-12\ \textperiodcentered\ Luke 13:6-17 } \\ \hline +\cellcolor{cgreen}\daycell{ 26 }{ 19th Sunday after Pentecost }{ 2nd Class }{ Eph 4:23-28\ \textperiodcentered\ Matt 22:1-14 } & \cellcolor{cred}\daycell{ 27 }{ Sts. Cosmas \& Damian }{ 3rd Class }{ Wis 5:16-20\ \textperiodcentered\ Luke 6:17-23 } & \cellcolor{cred}\daycell{ 28 }{ St. Wenceslaus }{ 3rd Class }{ Wis 10:10-14\ \textperiodcentered\ Matt 10:34-42 } & \cellcolor{cwhite}\daycell{ 29 }{ Dedication of St. Michael the Archangel }{ 1st Class }{ Rev 1:1-5\ \textperiodcentered\ Matt 18:1-10 } & \cellcolor{cwhite}\daycell{ 30 }{ St. Jerome }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & & \\ \hline \end{tabular} \clearpage @@ -177,12 +216,12 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & & & & \cellcolor{cgreen}\daycell{ 1 }{ Friday of the 19th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 2 }{ Holy Guardian Angels }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 3 }{ 20th Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 4 }{ St. Francis of Assisi }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 5 }{ Tuesday of the 20th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 6 }{ St. Bruno }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 7 }{ Our Lady of the Rosary }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 8 }{ St. Bridget of Sweden }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 9 }{ St. John Leonardi }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 10 }{ 21st Sunday after Pentecost }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 11 }{ Maternity of the Blessed Virgin Mary }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 12 }{ Tuesday of the 21st Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 13 }{ St. Edward }{ 3rd Class } & \cellcolor{cred}\daycell{ 14 }{ St. Callistus I }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 15 }{ St. Teresa of Avila }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 16 }{ St. Hedwig }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 17 }{ 22nd Sunday after Pentecost }{ 2nd Class } & \cellcolor{cred}\daycell{ 18 }{ St. Luke the Evangelist }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 19 }{ St. Peter of Alcantara }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 20 }{ St. John Cantius }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 21 }{ Thursday of the 22nd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 22 }{ Friday of the 22nd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 23 }{ St. Anthony Mary Claret }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 24 }{ 23rd Sunday after Pentecost }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 25 }{ Monday of the 23rd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 26 }{ Tuesday of the 23rd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cgreen}\daycell{ 27 }{ Wednesday of the 23rd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cred}\daycell{ 28 }{ Sts. Simon \& Jude }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 29 }{ Friday of the 23rd Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 30 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cwhite}\daycell{ 31 }{ Christ the King }{ 1st Class } & & & & & & \\ \hline + & & & & & \cellcolor{cgreen}\daycell{ 1 }{ Friday of the 19th Week of the Time after Pentecost }{ 4th Class }{ Eph 4:23-28\ \textperiodcentered\ Matt 22:1-14 } & \cellcolor{cwhite}\daycell{ 2 }{ Holy Guardian Angels }{ 3rd Class }{ Exod 23:20-23\ \textperiodcentered\ Matt 18:1-10 } \\ \hline +\cellcolor{cgreen}\daycell{ 3 }{ 20th Sunday after Pentecost }{ 2nd Class }{ Eph 5:15-21\ \textperiodcentered\ John 4:46-53 } & \cellcolor{cwhite}\daycell{ 4 }{ St. Francis of Assisi }{ 3rd Class }{ Gal 6:14-18\ \textperiodcentered\ Matt 11:25-30 } & \cellcolor{cgreen}\daycell{ 5 }{ Tuesday of the 20th Week of the Time after Pentecost }{ 4th Class }{ Eph 5:15-21\ \textperiodcentered\ John 4:46-53 } & \cellcolor{cwhite}\daycell{ 6 }{ St. Bruno }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cwhite}\daycell{ 7 }{ Our Lady of the Rosary }{ 2nd Class }{ Prov 8:22-24, 32-35.\ \textperiodcentered\ Luke 1:26-38 } & \cellcolor{cwhite}\daycell{ 8 }{ St. Bridget of Sweden }{ 3rd Class }{ 1 Tim. 5:3-10.\ \textperiodcentered\ Matt 13:44-52. } & \cellcolor{cwhite}\daycell{ 9 }{ St. John Leonardi }{ 3rd Class }{ 2 Cor 4:1-6; 4:15-18\ \textperiodcentered\ Luke 10:1-9 } \\ \hline +\cellcolor{cgreen}\daycell{ 10 }{ 21st Sunday after Pentecost }{ 2nd Class }{ Eph 6:10-17\ \textperiodcentered\ Matt 18:23-35 } & \cellcolor{cwhite}\daycell{ 11 }{ Maternity of the Blessed Virgin Mary }{ 2nd Class }{ Sir 24:23-31\ \textperiodcentered\ Luke 2:43-51 } & \cellcolor{cgreen}\daycell{ 12 }{ Tuesday of the 21st Week of the Time after Pentecost }{ 4th Class }{ Eph 6:10-17\ \textperiodcentered\ Matt 18:23-35 } & \cellcolor{cwhite}\daycell{ 13 }{ St. Edward }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cred}\daycell{ 14 }{ St. Callistus I }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cwhite}\daycell{ 15 }{ St. Teresa of Avila }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cwhite}\daycell{ 16 }{ St. Hedwig }{ 3rd Class }{ Prov 31:10-31\ \textperiodcentered\ Matt 13:44-52. } \\ \hline +\cellcolor{cgreen}\daycell{ 17 }{ 22nd Sunday after Pentecost }{ 2nd Class }{ Phil 1:6-11\ \textperiodcentered\ Matt 22:15-21 } & \cellcolor{cred}\daycell{ 18 }{ St. Luke the Evangelist }{ 2nd Class }{ 2 Cor. 8:16-24\ \textperiodcentered\ Luke 10:1-9 } & \cellcolor{cwhite}\daycell{ 19 }{ St. Peter of Alcantara }{ 3rd Class }{ Phil 3:7-12\ \textperiodcentered\ Luke 12:32-34 } & \cellcolor{cwhite}\daycell{ 20 }{ St. John Cantius }{ 3rd Class }{ James 2:12-17\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cgreen}\daycell{ 21 }{ Thursday of the 22nd Week of the Time after Pentecost }{ 4th Class }{ Phil 1:6-11\ \textperiodcentered\ Matt 22:15-21 } & \cellcolor{cgreen}\daycell{ 22 }{ Friday of the 22nd Week of the Time after Pentecost }{ 4th Class }{ Phil 1:6-11\ \textperiodcentered\ Matt 22:15-21 } & \cellcolor{cwhite}\daycell{ 23 }{ St. Anthony Mary Claret }{ 3rd Class }{ Heb 7:23-27\ \textperiodcentered\ Matt 24:42-47 } \\ \hline +\cellcolor{cgreen}\daycell{ 24 }{ 23rd Sunday after Pentecost }{ 2nd Class }{ Phil 3:17-21; 4:1-3\ \textperiodcentered\ Matt 9:18-26 } & \cellcolor{cgreen}\daycell{ 25 }{ Monday of the 23rd Week of the Time after Pentecost }{ 4th Class }{ Phil 3:17-21; 4:1-3\ \textperiodcentered\ Matt 9:18-26 } & \cellcolor{cgreen}\daycell{ 26 }{ Tuesday of the 23rd Week of the Time after Pentecost }{ 4th Class }{ Phil 3:17-21; 4:1-3\ \textperiodcentered\ Matt 9:18-26 } & \cellcolor{cgreen}\daycell{ 27 }{ Wednesday of the 23rd Week of the Time after Pentecost }{ 4th Class }{ Phil 3:17-21; 4:1-3\ \textperiodcentered\ Matt 9:18-26 } & \cellcolor{cred}\daycell{ 28 }{ Sts. Simon \& Jude }{ 2nd Class }{ Eph. 4:7-13.\ \textperiodcentered\ John 15:17-25 } & \cellcolor{cgreen}\daycell{ 29 }{ Friday of the 23rd Week of the Time after Pentecost }{ 4th Class }{ Phil 3:17-21; 4:1-3\ \textperiodcentered\ Matt 9:18-26 } & \cellcolor{cwhite}\daycell{ 30 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cwhite}\daycell{ 31 }{ Christ the King }{ 1st Class }{ Col 1:12-20.\ \textperiodcentered\ John 18:33-37 } & & & & & & \\ \hline \end{tabular} \clearpage @@ -191,11 +230,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & \cellcolor{cwhite}\daycell{ 1 }{ All Saints }{ 1st Class } & \cellcolor{cblack}\daycell{ 2 }{ Commemoration of All Souls }{ 1st Class } & \cellcolor{cgreen}\daycell{ 3 }{ Wednesday of the 24th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 4 }{ St. Charles Borromeo }{ 3rd Class } & \cellcolor{cgreen}\daycell{ 5 }{ Friday of the 24th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 6 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cgreen}\daycell{ 7 }{ 5th Sunday after Epiphany }{ 2nd Class } & \cellcolor{cgreen}\daycell{ 8 }{ Monday of the 25th Week of the Time after Pentecost }{ 4th Class } & \cellcolor{cwhite}\daycell{ 9 }{ Dedication of the Archbasilica of Our Holy Savior }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 10 }{ St. Andrew Avellino }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 11 }{ St. Martin of Tours }{ 3rd Class } & \cellcolor{cred}\daycell{ 12 }{ St. Martin I }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 13 }{ St. Didacus }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 14 }{ 6th Sunday after Epiphany }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 15 }{ St. Albert the Great }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 16 }{ St. Gertrude the Great }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 17 }{ St. Gregory the Wonderworker }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 18 }{ Dedication of the Basilicas of Sts. Peter \& Paul }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 19 }{ St. Elizabeth of Hungary }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 20 }{ St. Felix of Valois }{ 3rd Class } \\ \hline -\cellcolor{cgreen}\daycell{ 21 }{ 24th and Last Sunday after Pentecost }{ 2nd Class } & \cellcolor{cred}\daycell{ 22 }{ St. Cecilia }{ 3rd Class } & \cellcolor{cred}\daycell{ 23 }{ St. Clement I }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 24 }{ St. John of the Cross }{ 3rd Class } & \cellcolor{cred}\daycell{ 25 }{ St. Catherine of Alexandria }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 26 }{ St. Sylvester }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 27 }{ Our Lady's Saturday Office }{ 4th Class } \\ \hline -\cellcolor{cviolet}\daycell{ 28 }{ 1st Sunday of Advent }{ 1st Class } & \cellcolor{cviolet}\daycell{ 29 }{ Monday of the 1st Week of Advent }{ 3rd Class } & \cellcolor{cred}\daycell{ 30 }{ St. Andrew }{ 2nd Class } & & & & \\ \hline + & \cellcolor{cwhite}\daycell{ 1 }{ All Saints }{ 1st Class }{ Apoc 7:2-12\ \textperiodcentered\ Matt 5:1-12 } & \cellcolor{cblack}\daycell{ 2 }{ Commemoration of All Souls }{ 1st Class }{ 1 Cor. 15:51-57\ \textperiodcentered\ John 5:25-29 } & \cellcolor{cgreen}\daycell{ 3 }{ Wednesday of the 24th Week of the Time after Pentecost }{ 4th Class }{ Col 1:12-20.\ \textperiodcentered\ John 18:33-37 } & \cellcolor{cwhite}\daycell{ 4 }{ St. Charles Borromeo }{ 3rd Class }{ Sir 44:16-27; 45:3-20\ \textperiodcentered\ Matt 25:14-23 } & \cellcolor{cgreen}\daycell{ 5 }{ Friday of the 24th Week of the Time after Pentecost }{ 4th Class }{ Col 1:12-20.\ \textperiodcentered\ John 18:33-37 } & \cellcolor{cwhite}\daycell{ 6 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cgreen}\daycell{ 7 }{ 5th Sunday after Epiphany }{ 2nd Class }{ Col 3:12-17\ \textperiodcentered\ Matt 13:24-30 } & \cellcolor{cgreen}\daycell{ 8 }{ Monday of the 25th Week of the Time after Pentecost }{ 4th Class }{ Col 3:12-17\ \textperiodcentered\ Matt 13:24-30 } & \cellcolor{cwhite}\daycell{ 9 }{ Dedication of the Archbasilica of Our Holy Savior }{ 2nd Class }{ Rev 21:2-5\ \textperiodcentered\ Luke 19:1-10 } & \cellcolor{cwhite}\daycell{ 10 }{ St. Andrew Avellino }{ 3rd Class }{ Sir 31:8-11\ \textperiodcentered\ Luke 12:35-40 } & \cellcolor{cwhite}\daycell{ 11 }{ St. Martin of Tours }{ 3rd Class }{ Sir 44:16-27; 45:3-20\ \textperiodcentered\ Luke 11:33-36 } & \cellcolor{cred}\daycell{ 12 }{ St. Martin I }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cwhite}\daycell{ 13 }{ St. Didacus }{ 3rd Class }{ 1 Cor 4:9-14\ \textperiodcentered\ Luke 12:32-34 } \\ \hline +\cellcolor{cgreen}\daycell{ 14 }{ 6th Sunday after Epiphany }{ 2nd Class }{ 1 Thess 1:2-10\ \textperiodcentered\ Matt 13:31-35 } & \cellcolor{cwhite}\daycell{ 15 }{ St. Albert the Great }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 16 }{ St. Gertrude the Great }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cwhite}\daycell{ 17 }{ St. Gregory the Wonderworker }{ 3rd Class }{ Sir 44:16-27; 45:3-20\ \textperiodcentered\ Mark 11:22-24 } & \cellcolor{cwhite}\daycell{ 18 }{ Dedication of the Basilicas of Sts. Peter \& Paul }{ 3rd Class }{ Rev 21:2-5\ \textperiodcentered\ Luke 19:1-10 } & \cellcolor{cwhite}\daycell{ 19 }{ St. Elizabeth of Hungary }{ 3rd Class }{ Prov 31:10-31\ \textperiodcentered\ Matt 13:44-52. } & \cellcolor{cwhite}\daycell{ 20 }{ St. Felix of Valois }{ 3rd Class }{ 1 Cor. 4:9-14\ \textperiodcentered\ Luke 12:32-34 } \\ \hline +\cellcolor{cgreen}\daycell{ 21 }{ 24th and Last Sunday after Pentecost }{ 2nd Class }{ Col 1:9-14\ \textperiodcentered\ Matt 24:15-35 } & \cellcolor{cred}\daycell{ 22 }{ St. Cecilia }{ 3rd Class }{ Sir 51:13-17.\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cred}\daycell{ 23 }{ St. Clement I }{ 3rd Class }{ Phil 3:17-21; 4:1-3\ \textperiodcentered\ Matt 16:13-19 } & \cellcolor{cwhite}\daycell{ 24 }{ St. John of the Cross }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cred}\daycell{ 25 }{ St. Catherine of Alexandria }{ 3rd Class }{ Sir 51:1-8; 51:12\ \textperiodcentered\ Matt 25:1-13. } & \cellcolor{cwhite}\daycell{ 26 }{ St. Sylvester }{ 3rd Class }{ Ecclus 45:1-6\ \textperiodcentered\ Matt 19:27-29. } & \cellcolor{cwhite}\daycell{ 27 }{ Our Lady's Saturday Office }{ 4th Class }{ Ecclus 24:14-16\ \textperiodcentered\ Luke 11:27-28 } \\ \hline +\cellcolor{cviolet}\daycell{ 28 }{ 1st Sunday of Advent }{ 1st Class }{ Rom 13:11-14\ \textperiodcentered\ Luke 21:25-33 } & \cellcolor{cviolet}\daycell{ 29 }{ Monday of the 1st Week of Advent }{ 3rd Class }{ Rom 13:11-14\ \textperiodcentered\ Luke 21:25-33 } & \cellcolor{cred}\daycell{ 30 }{ St. Andrew }{ 2nd Class }{ Rom 10:10-18\ \textperiodcentered\ Matt 4:18-22 } & & & & \\ \hline \end{tabular} \clearpage @@ -204,11 +243,11 @@ \renewcommand{\arraystretch}{1} \begin{tabular}{|*{7}{p{\cellw}|}}\hline \textbf{ Sunday } & \textbf{ Monday } & \textbf{ Tuesday } & \textbf{ Wednesday } & \textbf{ Thursday } & \textbf{ Friday } & \textbf{ Saturday } \\ \hline - & & & \cellcolor{cviolet}\daycell{ 1 }{ Wednesday of the 1st Week of Advent }{ 3rd Class } & \cellcolor{cred}\daycell{ 2 }{ St. Vivian }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 3 }{ St. Francis Xavier }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 4 }{ St. Peter Chrysologus }{ 3rd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 5 }{ 2nd Sunday of Advent }{ 1st Class } & \cellcolor{cwhite}\daycell{ 6 }{ St. Nicholas }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 7 }{ St. Ambrose }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 8 }{ Immaculate Conception of the Blessed Virgin Mary }{ 1st Class } & \cellcolor{cviolet}\daycell{ 9 }{ Thursday of the 2nd Week of Advent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 10 }{ Friday of the 2nd Week of Advent }{ 3rd Class } & \cellcolor{cwhite}\daycell{ 11 }{ St. Damasus I }{ 3rd Class } \\ \hline -\cellcolor{crose}\daycell{ 12 }{ 3rd Sunday of Advent }{ 1st Class } & \cellcolor{cred}\daycell{ 13 }{ St. Lucy }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 14 }{ Tuesday of the 3rd Week of Advent }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 15 }{ Advent Ember Wednesday }{ 2nd Class } & \cellcolor{cred}\daycell{ 16 }{ St. Eusebius }{ 3rd Class } & \cellcolor{cviolet}\daycell{ 17 }{ Advent Ember Friday }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 18 }{ Advent Ember Saturday }{ 2nd Class } \\ \hline -\cellcolor{cviolet}\daycell{ 19 }{ 4th Sunday of Advent }{ 1st Class } & \cellcolor{cviolet}\daycell{ 20 }{ Monday of the 4th Week of Advent }{ 2nd Class } & \cellcolor{cred}\daycell{ 21 }{ St. Thomas }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 22 }{ Wednesday of the 4th Week of Advent }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 23 }{ Thursday of the 4th Week of Advent }{ 2nd Class } & \cellcolor{cviolet}\daycell{ 24 }{ Vigil of the Nativity (Christmas Eve) }{ 1st Class } & \cellcolor{cwhite}\daycell{ 25 }{ The Nativity of Our Lord (Christmas) }{ 1st Class } \\ \hline -\cellcolor{cwhite}\daycell{ 26 }{ Sunday within the Octave of the Nativity }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 27 }{ St. John the Evangelist }{ 2nd Class } & \cellcolor{cred}\daycell{ 28 }{ Holy Innocents }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 29 }{ 5th Day within the Octave of the Nativity }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 30 }{ 6th Day within the Octave of the Nativity }{ 2nd Class } & \cellcolor{cwhite}\daycell{ 31 }{ 7th Day within the Octave of the Nativity }{ 2nd Class } & \\ \hline + & & & \cellcolor{cviolet}\daycell{ 1 }{ Wednesday of the 1st Week of Advent }{ 3rd Class }{ Rom 13:11-14\ \textperiodcentered\ Luke 21:25-33 } & \cellcolor{cred}\daycell{ 2 }{ St. Vivian }{ 3rd Class }{ Sir 51:13-17.\ \textperiodcentered\ Matt 13:44-52. } & \cellcolor{cwhite}\daycell{ 3 }{ St. Francis Xavier }{ 3rd Class }{ Rom 10:10-18\ \textperiodcentered\ Mark 16:15-18 } & \cellcolor{cwhite}\daycell{ 4 }{ St. Peter Chrysologus }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } \\ \hline +\cellcolor{cviolet}\daycell{ 5 }{ 2nd Sunday of Advent }{ 1st Class }{ Rom 15:4-13\ \textperiodcentered\ Matt 11:2-10 } & \cellcolor{cwhite}\daycell{ 6 }{ St. Nicholas }{ 3rd Class }{ Heb 13:7-17\ \textperiodcentered\ Matt 25:14-23 } & \cellcolor{cwhite}\daycell{ 7 }{ St. Ambrose }{ 3rd Class }{ 2 Tim 4:1-8\ \textperiodcentered\ Matt 5:13-19 } & \cellcolor{cwhite}\daycell{ 8 }{ Immaculate Conception of the Blessed Virgin Mary }{ 1st Class }{ Prov 8:22-35\ \textperiodcentered\ Luke 1:26-28 } & \cellcolor{cviolet}\daycell{ 9 }{ Thursday of the 2nd Week of Advent }{ 3rd Class }{ Rom 15:4-13\ \textperiodcentered\ Matt 11:2-10 } & \cellcolor{cviolet}\daycell{ 10 }{ Friday of the 2nd Week of Advent }{ 3rd Class }{ Rom 15:4-13\ \textperiodcentered\ Matt 11:2-10 } & \cellcolor{cwhite}\daycell{ 11 }{ St. Damasus I }{ 3rd Class }{ 1 Pet 5:1-4; 5:10-11.\ \textperiodcentered\ Matt 16:13-19 } \\ \hline +\cellcolor{crose}\daycell{ 12 }{ 3rd Sunday of Advent }{ 1st Class }{ Phil 4:4-7\ \textperiodcentered\ John 1:19-28 } & \cellcolor{cred}\daycell{ 13 }{ St. Lucy }{ 3rd Class }{ 2 Cor 10:17-18; 11:1-2\ \textperiodcentered\ Matt 13:44-52. } & \cellcolor{cviolet}\daycell{ 14 }{ Tuesday of the 3rd Week of Advent }{ 3rd Class }{ Phil 4:4-7\ \textperiodcentered\ John 1:19-28 } & \cellcolor{cviolet}\daycell{ 15 }{ Advent Ember Wednesday }{ 2nd Class }{ Isa 7:10-15\ \textperiodcentered\ Luke 1:26-38 } & \cellcolor{cred}\daycell{ 16 }{ St. Eusebius }{ 3rd Class }{ 2 Cor. 1:3-7\ \textperiodcentered\ Matt 16:24-27. } & \cellcolor{cviolet}\daycell{ 17 }{ Advent Ember Friday }{ 2nd Class }{ Isa 11:1-5\ \textperiodcentered\ Luke 1:39-47 } & \cellcolor{cviolet}\daycell{ 18 }{ Advent Ember Saturday }{ 2nd Class }{ 2 Thess 2:1-8\ \textperiodcentered\ Luke 3:1-6 } \\ \hline +\cellcolor{cviolet}\daycell{ 19 }{ 4th Sunday of Advent }{ 1st Class }{ 1 Cor. 4:1-5\ \textperiodcentered\ Luke 3:1-6 } & \cellcolor{cviolet}\daycell{ 20 }{ Monday of the 4th Week of Advent }{ 2nd Class }{ 1 Cor. 4:1-5\ \textperiodcentered\ Luke 3:1-6 } & \cellcolor{cred}\daycell{ 21 }{ St. Thomas }{ 2nd Class }{ Eph 2:19-22\ \textperiodcentered\ John 20:24-29 } & \cellcolor{cviolet}\daycell{ 22 }{ Wednesday of the 4th Week of Advent }{ 2nd Class }{ 1 Cor. 4:1-5\ \textperiodcentered\ Luke 3:1-6 } & \cellcolor{cviolet}\daycell{ 23 }{ Thursday of the 4th Week of Advent }{ 2nd Class }{ 1 Cor. 4:1-5\ \textperiodcentered\ Luke 3:1-6 } & \cellcolor{cviolet}\daycell{ 24 }{ Vigil of the Nativity (Christmas Eve) }{ 1st Class }{ Rom 1:1-6\ \textperiodcentered\ Matt 1:18-21 } & \cellcolor{cwhite}\daycell{ 25 }{ The Nativity of Our Lord (Christmas) }{ 1st Class }{ Heb 1:1-12\ \textperiodcentered\ John 1:1-14 } \\ \hline +\cellcolor{cwhite}\daycell{ 26 }{ Sunday within the Octave of the Nativity }{ 2nd Class }{ Gal 4:1-7\ \textperiodcentered\ Luke 2:33-40 } & \cellcolor{cwhite}\daycell{ 27 }{ St. John the Evangelist }{ 2nd Class }{ Ecclus 15:1-6\ \textperiodcentered\ John 21:19-24 } & \cellcolor{cred}\daycell{ 28 }{ Holy Innocents }{ 2nd Class }{ Apoc 14:1-5\ \textperiodcentered\ Matt 2:13-18 } & \cellcolor{cwhite}\daycell{ 29 }{ 5th Day within the Octave of the Nativity }{ 2nd Class }{ Titus 3:4-7\ \textperiodcentered\ Luke 2:15-20 } & \cellcolor{cwhite}\daycell{ 30 }{ 6th Day within the Octave of the Nativity }{ 2nd Class }{ Titus 3:4-7\ \textperiodcentered\ Luke 2:15-20 } & \cellcolor{cwhite}\daycell{ 31 }{ 7th Day within the Octave of the Nativity }{ 2nd Class }{ Titus 3:4-7\ \textperiodcentered\ Luke 2:15-20 } & \\ \hline \end{tabular} \clearpage |
