|
16 | 16 | <issn>0082-7118</issn> |
17 | 17 | <eissn>2752-7042</eissn> |
18 | 18 | <summary>Tyndale Bulletin format with full notes and bibliography</summary> |
19 | | - <updated>2022-01-04T17:34:29+00:00</updated> |
| 19 | + <updated>2022-01-04T20:55:21+00:00</updated> |
20 | 20 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
21 | 21 | <!-- Tyndale Bulletin style differs from SBLHS2 only rarely (§4.1). The departures are that Tyndale Bulletin uses |
22 | 22 | 1) hyphens, rather than en dashes, in page ranges (§§6, 6.3); |
23 | 23 | 2) insists that DOIs be included where available (§§11.1, 11.3.7); and |
24 | | - 3) uses British-style quotation mark conventions (§§8.1, 11.1, 11.6.6–11.3.8). N.B.: §11.3.8 shows punctuation coming outside the quotation mark, rather than inside. But it needs to be confirmed that this isn't a mistake in the Tyndale Bulletin style guide (as is, e.g., the italicized comma after the book title in that section's examples). --> |
| 24 | + 3) uses British-style quotation mark conventions (§§8.1, 11.1, 11.6.6-11.3.8). N.B.: §11.3.8 shows punctuation coming outside the quotation mark, rather than inside. But it needs to be confirmed that this isn't a mistake in the Tyndale Bulletin style guide (as is, e.g., the italicized comma after the book title in that section's examples). --> |
25 | 25 | </info> |
26 | 26 | <locale xml:lang="en-GB"> |
27 | 27 | <style-options punctuation-in-quote="true"/> |
|
265 | 265 | <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
266 | 266 | <text variable="title" font-style="italic" text-case="title"/> |
267 | 267 | </else-if> |
268 | | - <!-- Include "review of " prefix, italicize the book titles in untitled book reviews per §§11.3.8–11.3.9. --> |
| 268 | + <!-- Include "review of " prefix, italicize the book titles in untitled book reviews per §§11.3.8-11.3.9. --> |
269 | 269 | <else-if variable="reviewed-author"> |
270 | 270 | <choose> |
271 | 271 | <!-- Include the review title, if avaialable, in quotation marks per §11.3.8. --> |
|
295 | 295 | <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
296 | 296 | <text variable="title" font-style="italic" text-case="title"/> |
297 | 297 | </else-if> |
298 | | - <!-- Include the reviewed author for book reviews per §§11.3.8–11.3.9. --> |
| 298 | + <!-- Include the reviewed author for book reviews per §§11.3.8-11.3.9. --> |
299 | 299 | <else-if variable="reviewed-author"> |
300 | 300 | <choose> |
301 | 301 | <if variable="reviewed-title"> |
302 | 302 | <text variable="title" quotes="true" suffix=", " text-case="title"/> |
303 | | - <text variable="reviewed-title" font-style="italic" prefix="review of " text-case="title"/> |
| 303 | + <text variable="reviewed-title" font-style="italic" prefix="review of " suffix=", by " text-case="title"/> |
| 304 | + <names variable="reviewed-author"/> |
304 | 305 | </if> |
| 306 | + <else> |
| 307 | + <text variable="title" font-style="italic" prefix="Review of " suffix=", by " text-case="title"/> |
| 308 | + <names variable="reviewed-author"/> |
| 309 | + </else> |
305 | 310 | </choose> |
306 | | - <text variable="title" font-style="italic" prefix="Review of " suffix=", by " text-case="title"/> |
307 | | - <names variable="reviewed-author"/> |
308 | 311 | </else-if> |
309 | 312 | <else> |
310 | 313 | <text variable="title" quotes="true" text-case="title"/> |
|
709 | 712 | </if> |
710 | 713 | <else> |
711 | 714 | <group delimiter=" "> |
712 | | - <label variable="locator" form="short"/> |
713 | | - <text variable="locator"/> |
| 715 | + <label variable="locator" form="short"/> |
| 716 | + <text variable="locator"/> |
714 | 717 | </group> |
715 | 718 | </else> |
716 | 719 | </choose> |
|
0 commit comments