[First project] The Home and the World by Rabindranath Tagore

272 views
Skip to first unread message

Chelsea McGill

unread,
May 9, 2026, 10:32:18 PM (10 days ago) May 9
to Standard Ebooks
As recommended, I will do this book. 

Project Gutenberg text: https://www.gutenberg.org/ebooks/7166

Best, 
Chelsea

Chelsea McGill

unread,
May 10, 2026, 2:14:37 AM (10 days ago) May 10
to Standard Ebooks
Hi, I am following the directions and got as far as se split-text . I ran it, but it does not seem to have recognized the chapter breaks. What should I do?

Best, 
Chelsea

Emma Sweeney

unread,
May 10, 2026, 2:39:24 AM (10 days ago) May 10
to Standard Ebooks
Can you send a link to your repository?

Emma

Chelsea McGill

unread,
May 10, 2026, 3:38:57 AM (10 days ago) May 10
to Standard Ebooks
Hi, 

I think this is the correct link - please correct me if I'm wrong! 


Chelsea

Emma Sweeney

unread,
May 10, 2026, 4:43:38 AM (10 days ago) May 10
to Standard Ebooks
Before you split the text into chapters, you need to do some work in the body.xhtml in order for the text to split correctly.

1. You need to make sure sure each chapter title is surrounded by a <h2> element. It looks like some of the chapters are in <h3> elements, which won't work for the next step.
2. It is important to run all of the commands in Step 7 in that specific order. Without running `perl -pi -e 's|<h2|<!--se:split--><h2|g' src/epub/text/body.xhtml`, `se split-file` won't work.


Emma

Chelsea McGill

unread,
May 10, 2026, 6:56:38 AM (10 days ago) May 10
to Standard Ebooks
Hi, 

The structure of this text is a little weird, so I'm not sure what headings to add. Within each chapter there are multiple characters' points of view, and within each character's point of view are section headings I, II, etc. Could you please help me out with what elements should be used to give this structure? You can see it on https://archive.org/details/homeandworld01unkngoog/page/XI/mode/2up

Thanks, 
Chelsea

Weijia Cheng

unread,
May 10, 2026, 7:18:11 AM (10 days ago) May 10
to Standard Ebooks
In this case, you will probably want to divide the book using se split-file into top level chapter files (heading level 2). Each chapter file would then include <section> elements for the individual characters' perspectives (heading level 3) and the <section> elements for the individual characters' subchapters (heading level 4). You will want to divide the book based on the top-level chapter file and then you will need to insert the subdivisions yourself. Arrowsmith is an example of a book with subchapters, although you will have one extra level of layering.

Also, it looks like the latest change you pushed to the repository to divide the chapters did not work the way you wanted it to. You will either need to drop the latest commit and force push to the repository or start over to make sure that your commit history is in line.

Chelsea McGill

unread,
May 10, 2026, 9:58:35 AM (10 days ago) May 10
to Standard Ebooks
Hi, 

I have changed the headings to standardize as suggested. Please check and make sure that I have done it properly; I have pushed the changes to repository. 

Emma Sweeney

unread,
May 10, 2026, 12:08:38 PM (10 days ago) May 10
to Standard Ebooks
I don't see any changes to the repository. 

Emma

Chelsea McGill

unread,
May 10, 2026, 9:21:44 PM (9 days ago) May 10
to standar...@googlegroups.com
Hi,

I just made changes inside the file; I haven't used se split yet


--
You received this message because you are subscribed to a topic in the Google Groups "Standard Ebooks" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/73c12777-ca98-46c0-9b3c-80ad75cf94dan%40googlegroups.com.

Emma Sweeney

unread,
May 10, 2026, 9:47:23 PM (9 days ago) May 10
to Standard Ebooks
The changes have not been pushed to your remote repository, so I cannot see any of the changes you've made. You need to commit any changes you've made and run `git push origin master`. After you've run that command, check your remote repository. Once you are able to see it online, let us know.

Emma

Chelsea McGill

unread,
May 11, 2026, 5:50:24 AM (9 days ago) May 11
to Standard Ebooks
Hi, 


Best, 
Chelsea

Chelsea McGill

unread,
May 11, 2026, 6:01:12 AM (9 days ago) May 11
to Standard Ebooks
Also I tried to run perl -pi -e 's|<h2|<!--se:split--><h2|g' on this file, but I got this error: 

rabindranath-tagore_the-home-and-the-world_surendranath-tagore % perl -pi -e 's|<h2|<!--se:split--><h2|g'/Users/immersive/rabindranath-tagore_the-home-and-the-world_surendranath-tagore/src/epub/text/body.xhtml

-i used with no filenames on the command line, reading from STDIN.

syntax error at -e line 1, near "-and"

Execution of -e aborted due to compilation errors.


Chris Salt

unread,
May 11, 2026, 6:32:11 AM (9 days ago) May 11
to Standard Ebooks
Hi Chelsea, if you're already in the rabindrath-tagore... etc then you should just be able to use

perl -pi -e 's|<h2|<!--se:split--><h2|g' src/epub/text/body.xhtml

(note the space before src)

You can also use perl -pi -e 's|<h2|<!--se:split--><h2|g' /Users/immersive/rabindranath-tagore_the-home-and-the-world_surendranath-tagore/src/epub/text/body.xhtml

but again, you need the space between the search string and the file path.

Chelsea McGill

unread,
May 11, 2026, 9:02:23 AM (9 days ago) May 11
to Standard Ebooks
Ok, I ran that and it didn't return any errors. Then I tried split-file again and it gave this error (and only created one new file, Chapter-1. 

ndranath-tagore % se split-file /Users/immersive/rabindranath-tagore_the-home-and-the-world_surendranath-tagore/src/epub/text/body.xhtml

Traceback (most recent call last):

  File "/Users/immersive/.local/bin/se", line 6, in <module>

    sys.exit(main())

             ~~~~^^

  File "/Users/immersive/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/se/main.py", line 77, in main

    sys.exit(getattr(module, command_function)(args.plain_output))

             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^

  File "/Users/immersive/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/se/commands/split_file.py", line 77, in split_file

    prefix, suffix = line.split("<!--se:split-->")

    ^^^^^^^^^^^^^^

ValueError: too many values to unpack (expected 2, got 3)


Chelsea McGill

unread,
May 11, 2026, 9:16:18 AM (9 days ago) May 11
to Standard Ebooks
Please ignore the last email; I figured it out on my own. 

Since there are subsections in each chapter, would you recommend I split it further? Or are chapters ok?

Best, 
Chelsea

Alex Cabal

unread,
May 11, 2026, 2:56:10 PM (9 days ago) May 11
to standar...@googlegroups.com
Before you continue, please send a link to your repository so we can
start a project for you, and assign a manager and reviewer who will
answer questions you might have.

On 5/10/26 1:14 AM, Chelsea McGill wrote:
> Hi, I am following the directions and got as far as se split-text . I
> ran it, but it does not seem to have recognized the chapter breaks. What
> should I do?
>
> Best,
> Chelsea
>
> On Sunday, May 10, 2026 at 8:02:18 AM UTC+5:30 Chelsea McGill wrote:
>
> As recommended, I will do this book.
>
> Project Gutenberg text: https://www.gutenberg.org/ebooks/7166
> <https://www.gutenberg.org/ebooks/7166>
> Archive.org: https://archive.org/details/homeandworld01unkngoog/
> page/V/mode/2up <https://archive.org/details/homeandworld01unkngoog/
> page/V/mode/2up>
>
> Best,
> Chelsea
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/5a8cfa51-f2f3-44c9-9247-5b382d3c6ae6n%40googlegroups.com
> <https://groups.google.com/d/msgid/standardebooks/5a8cfa51-
> f2f3-44c9-9247-5b382d3c6ae6n%40googlegroups.com?
> utm_medium=email&utm_source=footer>.

Alex Cabal

unread,
May 11, 2026, 2:57:56 PM (9 days ago) May 11
to standar...@googlegroups.com
OK, Robin will manage this with Vince reviewing.

On 5/10/26 2:38 AM, Chelsea McGill wrote:
> Hi,
>
> I think this is the correct link - please correct me if I'm wrong!
>
> https://github.com/chelseamcgill4/rabindranath-tagore_the-home-and-the-
> world_surendranath-tagore.git
>
> Chelsea
>
> On Sunday, May 10, 2026 at 12:09:24 PM UTC+5:30 Emma Sweeney wrote:
>
> Can you send a link to your repository?
>
> Emma
> On Sunday, May 10, 2026 at 2:14:37 AM UTC-4 bkwr...@gmail.com wrote:
>
> Hi, I am following the directions and got as far as se split-
> text . I ran it, but it does not seem to have recognized the
> chapter breaks. What should I do?
>
> Best,
> Chelsea
>
> On Sunday, May 10, 2026 at 8:02:18 AM UTC+5:30 Chelsea McGill wrote:
>
> As recommended, I will do this book.
>
> Project Gutenberg text: https://www.gutenberg.org/
> homeandworld01unkngoog/page/V/mode/2up <https://archive.org/
> details/homeandworld01unkngoog/page/V/mode/2up>
>
> Best,
> Chelsea
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/3eb5caea-0a64-4dcd-a3a1-41924719c4b7n%40googlegroups.com
> <https://groups.google.com/d/msgid/standardebooks/3eb5caea-0a64-4dcd-
> a3a1-41924719c4b7n%40googlegroups.com?utm_medium=email&utm_source=footer>.

Chelsea McGill

unread,
May 12, 2026, 12:56:26 AM (8 days ago) May 12
to standar...@googlegroups.com
Thank you for your help!

I have decided to keep "Chapter One" format as in the original, since Roman numerals are already used in the text and it would be confusing for the reader.


You received this message because you are subscribed to a topic in the Google Groups "Standard Ebooks" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to standardebook...@googlegroups.com.

Robin Whittleton

unread,
May 12, 2026, 1:38:39 AM (8 days ago) May 12
to standar...@googlegroups.com
Reading through the book, this isn’t the most obvious structure for a first production. But let’s see what we can do.

The book is structured into twelve chapters, each with multiple subchapters. The subchapters aren’t numbered sequentially themselves, but some have a character attached, and the number of the subchapter specifically for that character. If they don’t have a character name then it’s assumed that it’s a follow-on from the previous character.

So, I’d say that we want to split this into 12 chapters. You‘ve done this ✅

The main chapter headings should be just roman numerals. This is the default for all SE productions, see the manual of style: https://standardebooks.org/manual/1.8.7/single-page#8.1.1. So the main headings will look something like:

<h2 epub:type="ordinal z3998:roman">III</h2>

Then inside each chapter, you’ve got the subchapters. These should be have their own section elements. Taking the first chapter, directly after the main heading we’d open a subchapter section with:

<section id="chapter-1-1" epub:type="z3998:subchapter">

…and close it with </section> before the next. Further subchapters in the same chapter would be chapter-1-2, chapter-1-3, etc. Then we just need to get the heading structure correct for the subchapters. Personally, I think I’d reverse it so that rather than (for example) ”Nikhil’s Story - I” we’d have “I - Nikhil”s Story”. That would mean that when it’s just a number the title would look like:

<h3 epub:type="ordinal z3998:roman">III</h3>

And with a tagline indicating whose story it is:

<hgroup>
<h3 epub:type="ordinal z3998:roman">III</h3>
<p epub:type="title">Nikhil’s Story</p>
</hgroup>

Does that make sense and do you agree? This isn’t a structure I’ve seen before but I think it’s workable.

-Robin

To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com.

Chelsea McGill

unread,
May 12, 2026, 2:08:21 AM (8 days ago) May 12
to standar...@googlegroups.com
Hi Robin,

Sure, this makes sense. Would it be better if I add the character's name to each subchapter so that the differentiation between the subchapter roman numerals and the chapter roman numerals is clear?

Also to be clear, I will not be splitting the files any further, right?

Best,
Chelsea

Weijia Cheng

unread,
May 12, 2026, 7:38:50 AM (8 days ago) May 12
to Standard Ebooks
Robin, as I observed earlier, there are actually three levels of nesting in this book. The individual characters' stories are broken up between the chapter files. So for example, Nikhil's story has two chapters (I and II) in chapter-2.xhtml, and then continues with chapter III in chapter-4.xhtml. So I suggest that the divison should actually be

<h2 epub:type="ordinal z3998:roman">III</h2> on the top level

Below this each chapter file should have subchapters like:

<section id="chapter-1-bimala" epub:type="z3998:subchapter">

with this heading:

<h3 epub:type="title">Bimala's Story</h3>

Then there should be a second level of division:

<section id="chapter-1-bimala-1" epub:type="z3998:division">

with this heading:

<h4 epub:type="ordinal z3998:roman">I</h2> on the top level

This will account for how the individual characters' stories are broken up across the top level chapters, and how the top-level chapters can have multiple characters.

Weijia Cheng

unread,
May 12, 2026, 7:39:57 AM (8 days ago) May 12
to Standard Ebooks
Oops, ignore the "on the top level" comment on the last heading example. I copied-and-pasted that from the first example.

Chelsea McGill

unread,
May 12, 2026, 8:48:03 AM (8 days ago) May 12
to standar...@googlegroups.com
Thank you very much for this Weijia, this makes a lot of sense. I will follow this format.

Chelsea McGill

unread,
May 12, 2026, 9:43:35 AM (8 days ago) May 12
to Standard Ebooks
Hi, I have done as Weijia suggested in Chapter 1. Please check and make sure I have done it correctly. Thanks! 

Chelsea

Chelsea McGill

unread,
May 12, 2026, 10:25:55 AM (8 days ago) May 12
to Standard Ebooks
I realized that Ch. 2 is more complex, so I have also made the changes in Ch. 2. Please check to make sure I have done it correctly. 

Best 
Chelsea

Robin Whittleton

unread,
May 12, 2026, 10:46:54 AM (8 days ago) May 12
to standar...@googlegroups.com
Leaving aside that you need one more </section> at the end in both chapters, that looks good!

(Thanks Weijia, I missed your original comment but this approach makes more sense.)

-Robin

Chelsea McGill

unread,
May 12, 2026, 11:43:22 AM (8 days ago) May 12
to standar...@googlegroups.com
Hi Robin, I have now done up to ch 5. But when I open the file in browser I'm getting an error message for Ch 5. Could you please check and let me know what to change? Thanks

Alex Cabal

unread,
May 12, 2026, 11:54:26 AM (8 days ago) May 12
to standar...@googlegroups.com
If you're getting an error in the browser then your XHTML is malformed.
There is a missing closing tag, mismatched nesting, or some other XHTML
syntax level error. The browser should give you a hint in its error message.

On 5/12/26 10:43 AM, Chelsea McGill wrote:
> Hi Robin, I have now done up to ch 5. But when I open the file in
> browser I'm getting an error message for Ch 5. Could you please check
> and let me know what to change? Thanks
>
> On Tue, 12 May, 2026, 8:16 pm Robin Whittleton, <ro...@reala.net
> <mailto:ro...@reala.net>> wrote:
>
> Leaving aside that you need one more </section> at the end in both
> chapters, that looks good!
>
> (Thanks Weijia, I missed your original comment but this approach
> makes more sense.)
>
> -Robin
>
>> On 12 May 2026, at 16:25, Chelsea McGill <bkwr...@gmail.com
>> manual/1.8.7/single-page#8.1.1 <https://
>> standardebooks.org/manual/1.8.7/single-
>> page#8.1.1>. So the main headings will
>>> <https://github.com/chelseamcgill4/
>>> rabindranath-tagore_the-home-and-the->
>>> > world_surendranath-tagore.git
>>> >
>>> > Chelsea
>>> >
>>> > On Sunday, May 10, 2026 at
>>> 12:09:24 PM UTC+5:30 Emma Sweeney wrote:
>>> >
>>> >     Can you send a link to your
>>> repository?
>>> >
>>> >     Emma
>>> >     On Sunday, May 10, 2026 at
>>> 2:14:37 AM UTC-4bkwr...@gmail.comwrote:
>>> >
>>> >         Hi, I am following the
>>> directions and got as far as se split-
>>> >         text . I ran it, but it
>>> does not seem to have recognized the
>>> >         chapter breaks. What should
>>> I do?
>>> >
>>> >         Best,
>>> >         Chelsea
>>> >
>>> >         On Sunday, May 10, 2026 at
>>> 8:02:18 AM UTC+5:30 Chelsea McGill wrote:
>>> >
>>> >             As recommended, I will
>>> do this book.
>>> >
>>> >             Project Gutenberg
>>> text:https://www.gutenberg.org/
>>> <https://www.gutenberg.org/>
>>> >             ebooks/7166 <https://
>>> www.gutenberg.org/ebooks/7166
>>> <https://www.gutenberg.org/ebooks/7166>>
>>> >             Archive.org:https://
>>> archive.org/details/ <https://
>>> archive.org/details/>
>>> >             homeandworld01unkngoog/
>>> page/V/mode/2up <https://archive.org/
>>> <https://archive.org/>
>>> >             details/
>>> homeandworld01unkngoog/page/V/mode/2up>
>>> >
>>> >             Best,
>>> >             Chelsea
>>> >
>>> > --
>>> > You received this message because
>>> you are subscribed to the Google
>>> > Groups "Standard Ebooks" group.
>>> > To unsubscribe from this group and
>>> stop receiving emails from it, send
>>> > an email
>>> tostandardebook...@googlegroups.com
>>> >
>>> <mailto:standardebook...@googlegroups.com>.
>>> > To view this discussion
>>> visithttps://groups.google.com/d/
>>> msgid/ <https://groups.google.com/d/
>>> msgid/>
>>> > standardebooks/3eb5caea-0a64-4dcd-
>>> a3a1-41924719c4b7n%40googlegroups.com
>>> <http://40googlegroups.com/>
>>> > <https://groups.google.com/d/msgid/
>>> standardebooks/3eb5caea-0a64-4dcd-
>>> <https://groups.google.com/d/msgid/
>>> standardebooks/3eb5caea-0a64-4dcd->
>>> >
>>> a3a1-41924719c4b7n%40googlegroups.com?utm_medium=email&utm_source=footer <http://40googlegroups.com/?utm_medium=email&utm_source=footer>>.
>>>
>>> --
>>> You received this message because you
>>> are subscribed to a topic in the
>>> Google Groups "Standard Ebooks" group.
>>> To unsubscribe from this topic,
>>> visithttps://groups.google.com/d/
>>> topic/standardebooks/aWQJKRCoBws/
>>> unsubscribe <https://
>>> groups.google.com/d/topic/
>>> standardebooks/aWQJKRCoBws/unsubscribe>.
>>> To unsubscribe from this group and
>>> all its topics, send an email
>>> tostandardebook...@googlegroups.com.
>>> To view this discussion visithttps://
>>> groups.google.com/d/msgid/
>>> standardebooks/2e4bb767-
>>> a3ab-4a1e-8a61-
>>> cc520394a156%40standardebooks.org
>>> <https://groups.google.com/d/msgid/
>>> standardebooks/2e4bb767-
>>> a3ab-4a1e-8a61-
>>> cc520394a156%40standardebooks.org>.
>>>
>>>
>>> --
>>> You received this message because you are
>>> subscribed to the Google Groups "Standard
>>> Ebooks" group.
>>> To unsubscribe from this group and stop
>>> receiving emails from it, send an email
>>> tostandardebook...@googlegroups.com.
>>> To view this discussion visithttps://
>>> groups.google.com/d/msgid/standardebooks/
>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/
>>> standardebooks/
>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com?
>>> utm_medium=email&utm_source=footer>.
>>
>>
>> --
>> You received this message because you are
>> subscribed to a topic in the Google Groups
>> "Standard Ebooks" group.
>> To unsubscribe from this topic,
>> visithttps://groups.google.com/d/topic/
>> standardebooks/aWQJKRCoBws/unsubscribe
>> <https://groups.google.com/d/topic/
>> standardebooks/aWQJKRCoBws/unsubscribe>.
>> To unsubscribe from this group and all its
>> topics, send an email
>> tostandardebook...@googlegroups.com.
>>
>> To view this discussion visithttps://
>> groups.google.com/d/msgid/standardebooks/
>> D2C2DAEB-AA36-48E1-
>> BA8B-1B21C51E6E57%40reala.net <https://
>> groups.google.com/d/msgid/standardebooks/
>> D2C2DAEB-AA36-48E1-
>> BA8B-1B21C51E6E57%40reala.net?
>> utm_medium=email&utm_source=footer>.
>>
>>
>> --
>> You received this message because you are subscribed
>> to a topic in the Google Groups "Standard Ebooks" group.
>> To unsubscribe from this topic, visithttps://
>> groups.google.com/d/topic/standardebooks/aWQJKRCoBws/
>> unsubscribe <https://groups.google.com/d/topic/
>> standardebooks/aWQJKRCoBws/unsubscribe>.
>> To unsubscribe from this group and all its topics,
>> send an email tostandardebook...@googlegroups.com.
>>
>> To view this discussion visithttps://
>> groups.google.com/d/msgid/standardebooks/a1a31488-
>> fa3d-4357-abde-43f4f7b58356n%40googlegroups.com
>> <https://groups.google.com/d/msgid/standardebooks/
>> a1a31488-fa3d-4357-
>> abde-43f4f7b58356n%40googlegroups.com?
>> utm_medium=email&utm_source=footer>.
>>
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Standard Ebooks" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email tostandardeboo...@googlegroups.com
>> <mailto:standardebook...@googlegroups.com>.
>> To view this discussion visithttps://groups.google.com/d/msgid/
>> standardebooks/b7a3565c-4357-4852-
>> a418-9794f8a7d721n%40googlegroups.com <https://groups.google.com/
>> d/msgid/standardebooks/b7a3565c-4357-4852-
>> a418-9794f8a7d721n%40googlegroups.com?
>> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to a topic in
> the Google Groups "Standard Ebooks" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/standardebooks/aWQJKRCoBws/unsubscribe <https://
> groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email to
> standardebooks/7B4BCAED-5FAE-4641-836B-A6E454970BF9%40reala.net
> <https://groups.google.com/d/msgid/
> standardebooks/7B4BCAED-5FAE-4641-836B-A6E454970BF9%40reala.net?
> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/
> CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com
> <https://groups.google.com/d/msgid/standardebooks/
> CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com?
> utm_medium=email&utm_source=footer>.

Robin Whittleton

unread,
May 12, 2026, 1:08:38 PM (8 days ago) May 12
to standar...@googlegroups.com
As Alex pointed out, browsers can help narrow in. In this case, you need another closing </section> after the one on line 65, and again after the one on line 159.

You’re also missing closing and opening section tags before Bimala’s XIII in chapter 5.

-Robin
> To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/standardebooks/f3190c5b-a6cf-4392-bb65-b080948881b7%40standardebooks.org.

Chelsea McGill

unread,
May 13, 2026, 7:33:14 AM (7 days ago) May 13
to Standard Ebooks
Hi, 

I have finished changing the footnotes into endnotes. Could you please take a look at note 22? It is a 2-paragraph note and I want to make sure that I formatted it properly. 

Also many of the endnotes end with [Trans.] to indicate that the Translator added the note. Should I keep this as-is or is there another format that is preferred?

Best, 
Chelsea

Robin Whittleton

unread,
May 13, 2026, 10:47:37 AM (7 days ago) May 13
to standar...@googlegroups.com
Note 22 is formatted correctly, yes. You can wrap the Trans. blocks in cite elements. So something like:

<cite><abbr>Trans.</abbr></cite>


-Robin

Chelsea McGill

unread,
May 13, 2026, 11:51:02 PM (6 days ago) May 13
to Standard Ebooks
Hi, I have been thinking about images to use for the cover. Would this one work? https://www.metmuseum.org/art/collection/search/364294

Chelsea McGill

unread,
May 14, 2026, 1:20:47 AM (6 days ago) May 14
to Standard Ebooks
I had a question about the term Bande Mataram. I am keeping it in italics since it is a Bengali term. When it is used as the name of the song, how should it be formatted? I have used the following; please let me know if this is correct: 

<i epub:type="se:name.publication.song" xml:lang="bn">Bande Mataram</i>. 

Chelsea McGill

unread,
May 14, 2026, 1:48:41 AM (6 days ago) May 14
to Standard Ebooks
I have updated the syntax in the endnotes. Could you please check? In particular, I wasn't sure what to do about the Upanishads and Ramayana; both are Sacred Texts, so should they be in italics or not?

Also I have checked Mirriam-Webster and the Bengali words used in the endnotes are all listed there. So should they be italicized? They are italicized in the original. 

Robin Whittleton

unread,
May 14, 2026, 4:18:14 PM (6 days ago) May 14
to standar...@googlegroups.com
On the cover image, that’s fine from a licensing point of view, and looks potentially appropriate, but it’s a watercolour. We do occasionally use watercolours (my latest project was one in fact) but typically we want oil paintings. Alex: have you got an opinion on this one?

On Bande Mataram, don’t italicise it. The markup would be:

“<span epub:type="se:name.music.song" xml:lang="bn-Lath">Bande Mataram</span>”

including the curly quotes. Note bn-Latn, as it’s the latin orthography for the Bengali word.

On the texts, I’d guess we wouldn’t italicise them, as per https://standardebooks.org/manual/1.8.7/single-page#8.2.11.2. As the Bengali words are in MW we can omit the italics, as they’re considered now part of English (unless MW specifically says a language).

(Side note, but I just noticed the transcription error omaments in the endnotes, which presumably should be ornaments.)

-Robin

Robin Whittleton

unread,
May 14, 2026, 4:20:11 PM (6 days ago) May 14
to standar...@googlegroups.com
Forgot to check the endnotes syntax. You don’t need the second period after the cite, just have a single space between that and the link.

-Robin

Alex Cabal

unread,
May 14, 2026, 4:22:55 PM (6 days ago) May 14
to standar...@googlegroups.com
I agree it's too watercolor-y

On 5/14/26 3:17 PM, Robin Whittleton wrote:
> On the cover image, that’s fine from a licensing point of view, and
> looks potentially appropriate, but it’s a watercolour. We do
> occasionally use watercolours (my latest project was one in fact) but
> typically we want oil paintings. Alex: have you got an opinion on this one?
>
> On Bande Mataram, don’t italicise it. The markup would be:
>
> “<span epub:type="se:name.music.song" xml:lang="bn-Lath">Bande Mataram</
> span>”
>
> including the curly quotes. Note bn-Latn, as it’s the latin orthography
> for the Bengali word.
>
> On the texts, I’d guess we wouldn’t italicise them, as per https://
> standardebooks.org/manual/1.8.7/single-page#8.2.11.2 <https://
> standardebooks.org/manual/1.8.7/single-page#8.2.11.2>. As the Bengali
> words are in MW we can omit the italics, as they’re considered now part
> of English (unless MW specifically says a language).
>
> (Side note, but I just noticed the transcription error omaments in the
> endnotes, which presumably should be ornaments.)
>
> -Robin
>
>> On 14 May 2026, at 07:48, Chelsea McGill <bkwr...@gmail.com> wrote:
>>
>> I have updated the syntax in the endnotes. Could you please check? In
>> particular, I wasn't sure what to do about the Upanishads and
>> Ramayana; both are Sacred Texts, so should they be in italics or not?
>>
>> Also I have checked Mirriam-Webster and the Bengali words used in the
>> endnotes are all listed there. So should they be italicized? They are
>> italicized in the original.
>> On Thursday, May 14, 2026 at 10:50:47 AM UTC+5:30 Chelsea McGill wrote:
>>
>> I had a question about the term Bande Mataram. I am keeping it in
>> italics since it is a Bengali term. When it is used as the name of
>> the song, how should it be formatted? I have used the following;
>> please let me know if this is correct:
>>
>> <i epub:type="se:name.publication.song" xml:lang="bn">Bande
>> Mataram</i>.
>>
>> On Thursday, May 14, 2026 at 9:21:02 AM UTC+5:30 Chelsea McGill wrote:
>>
>> Hi, I have been thinking about images to use for the cover.
>> Would this one work? https://www.metmuseum.org/art/collection/
>> search/364294 <https://www.metmuseum.org/art/collection/
>> search/364294>
>>
>> On Wednesday, May 13, 2026 at 8:17:37 PM UTC+5:30 robin wrote:
>>
>> Note 22 is formatted correctly, yes. You can wrap the
>> Trans. blocks in cite elements. So something like:
>>
>> <cite><abbr>Trans.</abbr></cite>
>>
>> See https://standardebooks.org/manual/1.8.7/single-
>> page#7.10.5.3 <https://standardebooks.org/manual/1.8.7/
>> single-page#7.10.5.3>.
>>> >>> style:https://standardebooks.org/ <https://
>>> standardebooks.org/>
>>> >>> manual/1.8.7/single-page#8.1.1 <https://
>>> >>>standardebooks.org/manual/1.8.7/single- <http://
>>> >>>> >https://github.com/chelseamcgill4/ <https://
>>> github.com/chelseamcgill4/>
>>> >>>> rabindranath-tagore_the-home-and-the-
>>> >>>> <https://github.com/chelseamcgill4/ <https://
>>> github.com/chelseamcgill4/>
>>> >>>> <https://www.gutenberg.org/ <https://
>>> www.gutenberg.org/>>
>>> >>>> > ebooks/7166 <https://
>>> >>>>www.gutenberg.org/ebooks/7166 <http://
>>> www.gutenberg.org/ebooks/7166>
>>> >>>> <https://www.gutenberg.org/ebooks/7166 <https://
>>> www.gutenberg.org/ebooks/7166>>>
>>> >>>> > Archive.org:https://
>>> >>>>archive.org/details/ <http://archive.org/details/
>>> ><https://
>>> >>>>archive.org/details/ <http://archive.org/details/>>
>>> >>>> > homeandworld01unkngoog/
>>> >>>> page/V/mode/2up <https://archive.org/ <https://
>>> archive.org/>
>>> >>>> <https://archive.org/ <https://archive.org/>>
>>> >>>> > details/
>>> >>>> homeandworld01unkngoog/page/V/mode/2up>
>>> >>>> >
>>> >>>> > Best,
>>> >>>> > Chelsea
>>> >>>> >
>>> >>>> > --
>>> >>>> > You received this message because
>>> >>>> you are subscribed to the Google
>>> >>>> > Groups "Standard Ebooks" group.
>>> >>>> > To unsubscribe from this group and
>>> >>>> stop receiving emails from it, send
>>> >>>> > an email
>>> >>>>tostandardebook...@googlegroups.com
>>> >>>> >
>>> >>>> <mailto:standardebook...@googlegroups.com>.
>>> >>>> > To view this discussion
>>> >>>> visithttps://groups.google.com/d/ <http://
>>> groups.google.com/d/>
>>> >>>> msgid/ <https://groups.google.com/d/ <https://
>>> groups.google.com/d/>
>>> >>>> msgid/>
>>> >>>> > standardebooks/3eb5caea-0a64-4dcd-
>>> >>>> a3a1-41924719c4b7n%40googlegroups.com
>>> <http://40googlegroups.com/>
>>> >>>> <http://40googlegroups.com/
>>> <http://40googlegroups.com/>>
>>> >>>> > <https://groups.google.com/d/msgid/ <https://
>>> groups.google.com/d/msgid/>
>>> >>>> standardebooks/3eb5caea-0a64-4dcd-
>>> >>>> <https://groups.google.com/d/msgid/ <https://
>>> groups.google.com/d/msgid/>
>>> >>>> standardebooks/3eb5caea-0a64-4dcd->
>>> >>>> >
>>> >>>> a3a1-41924719c4b7n%40googlegroups.com?
>>> utm_medium=email&utm_source=footer
>>> <http://40googlegroups.com/?
>>> utm_medium=email&utm_source=footer><http://40googlegroups.com/?utm_medium=email&utm_source=footer <http://40googlegroups.com/?utm_medium=email&utm_source=footer>>>.
>>> >>>>
>>> >>>> --
>>> >>>> You received this message because you
>>> >>>> are subscribed to a topic in the
>>> >>>> Google Groups "Standard Ebooks" group.
>>> >>>> To unsubscribe from this topic,
>>> >>>> visithttps://groups.google.com/d/ <http://
>>> groups.google.com/d/>
>>> >>>> topic/standardebooks/aWQJKRCoBws/
>>> >>>> unsubscribe <https://
>>> >>>>groups.google.com/d/topic/ <http://
>>> groups.google.com/d/topic/>
>>> >>>> standardebooks/aWQJKRCoBws/unsubscribe>.
>>> >>>> To unsubscribe from this group and
>>> >>>> all its topics, send an email
>>> >>>>tostandardebook...@googlegroups.com.
>>> >>>> To view this discussion visithttps://
>>> >>>>groups.google.com/d/msgid/ <http://
>>> groups.google.com/d/msgid/>
>>> >>>> standardebooks/2e4bb767-
>>> >>>> a3ab-4a1e-8a61-
>>> >>>> cc520394a156%40standardebooks.org
>>> <http://40standardebooks.org/>
>>> >>>> <https://groups.google.com/d/msgid/ <https://
>>> groups.google.com/d/msgid/>
>>> >>>> standardebooks/2e4bb767-
>>> >>>> a3ab-4a1e-8a61-
>>> >>>> cc520394a156%40standardebooks.org
>>> <http://40standardebooks.org/>>.
>>> >>>>
>>> >>>>
>>> >>>> --
>>> >>>> You received this message because you are
>>> >>>> subscribed to the Google Groups "Standard
>>> >>>> Ebooks" group.
>>> >>>> To unsubscribe from this group and stop
>>> >>>> receiving emails from it, send an email
>>> >>>>tostandardebook...@googlegroups.com.
>>> >>>> To view this discussion visithttps://
>>> >>>>groups.google.com/d/msgid/standardebooks/
>>> <http://groups.google.com/d/msgid/standardebooks/>
>>> >>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
>>> >>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com
>>> <http://40mail.gmail.com/>
>>> >>>> <https://groups.google.com/d/msgid/ <https://
>>> groups.google.com/d/msgid/>
>>> >>>> standardebooks/
>>> >>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
>>> >>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com
>>> <http://40mail.gmail.com/>?
>>> >>>> utm_medium=email&utm_source=footer>.
>>> >>>
>>> >>>
>>> >>> --
>>> >>> You received this message because you are
>>> >>> subscribed to a topic in the Google Groups
>>> >>> "Standard Ebooks" group.
>>> >>> To unsubscribe from this topic,
>>> >>> visithttps://groups.google.com/d/topic/ <http://
>>> groups.google.com/d/topic/>
>>> >>> standardebooks/aWQJKRCoBws/unsubscribe
>>> >>> <https://groups.google.com/d/topic/ <https://
>>> groups.google.com/d/topic/>
>>> >>> standardebooks/aWQJKRCoBws/unsubscribe>.
>>> >>> To unsubscribe from this group and all its
>>> >>> topics, send an email
>>> >>>tostandardebook...@googlegroups.com.
>>> >>>
>>> >>> To view this discussion visithttps://
>>> >>>groups.google.com/d/msgid/standardebooks/ <http://
>>> groups.google.com/d/msgid/standardebooks/>
>>> >>> D2C2DAEB-AA36-48E1-
>>> >>> BA8B-1B21C51E6E57%40reala.net
>>> <http://40reala.net/><https://
>>> >>>groups.google.com/d/msgid/standardebooks/ <http://
>>> groups.google.com/d/msgid/standardebooks/>
>>> >>> D2C2DAEB-AA36-48E1-
>>> >>> BA8B-1B21C51E6E57%40reala.net <http://40reala.net/>?
>>> >>> utm_medium=email&utm_source=footer>.
>>> >>>
>>> >>>
>>> >>> --
>>> >>> You received this message because you are subscribed
>>> >>> to a topic in the Google Groups "Standard Ebooks"
>>> group.
>>> >>> To unsubscribe from this topic, visithttps://
>>> >>>groups.google.com/d/topic/standardebooks/
>>> aWQJKRCoBws/ <http://groups.google.com/d/topic/
>>> standardebooks/aWQJKRCoBws/>
>>> >>> unsubscribe <https://groups.google.com/d/topic/
>>> <https://groups.google.com/d/topic/>
>>> >>> standardebooks/aWQJKRCoBws/unsubscribe>.
>>> >>> To unsubscribe from this group and all its topics,
>>> >>> send an emailtostandardebook...@googlegroups.com.
>>> >>>
>>> >>> To view this discussion visithttps://
>>> >>>groups.google.com/d/msgid/standardebooks/a1a31488-
>>> <http://groups.google.com/d/msgid/standardebooks/
>>> a1a31488->
>>> >>> fa3d-4357-abde-43f4f7b58356n%40googlegroups.com
>>> <http://40googlegroups.com/>
>>> >>> <https://groups.google.com/d/msgid/
>>> standardebooks/ <https://groups.google.com/d/msgid/
>>> standardebooks/>
>>> >>> a1a31488-fa3d-4357-
>>> >>> abde-43f4f7b58356n%40googlegroups.com
>>> <http://40googlegroups.com/>?
>>> >>> utm_medium=email&utm_source=footer>.
>>> >>>
>>> >>>
>>> >>> --
>>> >>> You received this message because you are
>>> subscribed to the Google
>>> >>> Groups "Standard Ebooks" group.
>>> >>> To unsubscribe from this group and stop receiving
>>> emails from it,
>>> >>> send an emailtostandardeboo...@googlegroups.com
>>> >>> <mailto:standardebook...@googlegroups.com>.
>>> >>> To view this discussion visithttps://
>>> groups.google.com/d/msgid/ <http://groups.google.com/
>>> d/msgid/>
>>> >>> standardebooks/b7a3565c-4357-4852-
>>> >>> a418-9794f8a7d721n%40googlegroups.com
>>> <http://40googlegroups.com/><https://
>>> groups.google.com/ <https://groups.google.com/>
>>> >>> d/msgid/standardebooks/b7a3565c-4357-4852-
>>> >>> a418-9794f8a7d721n%40googlegroups.com
>>> <http://40googlegroups.com/>?
>>> >>> utm_medium=email&utm_source=footer>.
>>> >> -- You received this message because you are
>>> subscribed to a topic in
>>> >> the Google Groups "Standard Ebooks" group.
>>> >> To unsubscribe from this topic, visithttps://
>>> groups.google.com/d/ <https://groups.google.com/d/>
>>> >> topic/standardebooks/aWQJKRCoBws/unsubscribe <https://
>>> >>groups.google.com/d/topic/standardebooks/
>>> aWQJKRCoBws/unsubscribe <http://groups.google.com/d/
>>> topic/standardebooks/aWQJKRCoBws/unsubscribe>>.
>>> >> To unsubscribe from this group and all its topics,
>>> send an email to
>>> >>standardebook...@googlegroups.com
>>> >> <mailto:standardebook...@googlegroups.com>.
>>> >> To view this discussion visithttps://
>>> groups.google.com/d/msgid/ <https://
>>> groups.google.com/d/msgid/>
>>> >> standardebooks/7B4BCAED-5FAE-4641-836B-
>>> A6E454970BF9%40reala.net <http://40reala.net/>
>>> >> <https://groups.google.com/d/msgid/ <https://
>>> groups.google.com/d/msgid/>
>>> >> standardebooks/7B4BCAED-5FAE-4641-836B-
>>> A6E454970BF9%40reala.net <http://40reala.net/>?
>>> >> utm_medium=email&utm_source=footer>.
>>> >> --
>>> >> You received this message because you are
>>> subscribed to the Google Groups "Standard Ebooks" group.
>>> >> To unsubscribe from this group and stop receiving
>>> emails from it, send an email
>>> tostandardebook...@googlegroups.com<mailto:standardebook...@googlegroups.com>.
>>> >> To view this discussion visithttps://
>>> groups.google.com/d/msgid/ <https://
>>> groups.google.com/d/msgid/>standardebooks/
>>> CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com <http://40mail.gmail.com/><https://groups.google.com/d/msgid/standardebooks/ <https://groups.google.com/d/msgid/standardebooks/>CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com <http://40mail.gmail.com/>? utm_medium=email&utm_source=footer>.
>>> >
>>> > --
>>> > You received this message because you are
>>> subscribed to the Google Groups "Standard Ebooks" group.
>>> > To unsubscribe from this group and stop receiving
>>> emails from it, send an email
>>> tostandardebook...@googlegroups.com.
>>> > To view this discussion visithttps://
>>> groups.google.com/d/msgid/standardebooks/f3190c5b-
>>> a6cf-4392-bb65-b080948881b7%40standardebooks.org
>>> <https://groups.google.com/d/msgid/standardebooks/
>>> f3190c5b-a6cf-4392-bb65-
>>> b080948881b7%40standardebooks.org>.
>>>
>>>
>>> --
>>> You received this message because you are subscribed to
>>> the Google Groups "Standard Ebooks" group.
>>> To unsubscribe from this group and stop receiving emails
>>> from it, send an email tostandardebook...@googlegroups.com.
>>> To view this discussion visithttps://groups.google.com/d/
>>> msgid/standardebooks/48a43f86-
>>> f02d-4b87-8727-283cd30cb51cn%40googlegroups.com <https://
>>> groups.google.com/d/msgid/standardebooks/48a43f86-
>>> f02d-4b87-8727-283cd30cb51cn%40googlegroups.com?
>>> utm_medium=email&utm_source=footer>.
>>
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Standard Ebooks" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email tostandardeboo...@googlegroups.com
>> <mailto:standardebook...@googlegroups.com>.
>> To view this discussion visithttps://groups.google.com/d/msgid/
>> standardebooks/bcafe4d2-
>> acce-4588-9632-228c08eedef4n%40googlegroups.com <https://
>> groups.google.com/d/msgid/standardebooks/bcafe4d2-
>> acce-4588-9632-228c08eedef4n%40googlegroups.com?
>> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/32233B13-CCC9-4D96-AE5B-92BF9C7D17FA%40reala.net
> <https://groups.google.com/d/msgid/standardebooks/32233B13-CCC9-4D96-
> AE5B-92BF9C7D17FA%40reala.net?utm_medium=email&utm_source=footer>.

Chelsea McGill

unread,
May 15, 2026, 1:04:54 AM (5 days ago) May 15
to standar...@googlegroups.com
I'm just curious - is there an explanation somewhere about the preference for oil paintings over watercolor? Oil paintings are relatively rare in colonial art in India because watercolor was preferred. So it will be a bit difficult to find public domain oil paintings to use from India. 

I just want to note that I suggested this watercolor painting because it depicts the historically accurate exact kind of room that much of the novel takes place in. I am quite certain that there is no equivalent painting in oil, outside of maybe private collections. 

To unsubscribe from this topic, visit https://groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/b5271af3-1926-47b8-9b8a-a61c8c11946f%40standardebooks.org.

Chelsea McGill

unread,
May 15, 2026, 5:26:44 AM (5 days ago) May 15
to Standard Ebooks
Hi, I have a question about screenreader compatibility. If I want to have Bengali names pronounced correctly (i.e., Nikhil, Sandip, Bimala, the main characters), should I wrap them in the following?

<span xml:lang="bn-Latn">Nikhil</span>

Thanks, 
Chelsea

Alex Cabal

unread,
May 15, 2026, 9:32:54 AM (5 days ago) May 15
to standar...@googlegroups.com
It is to maintain a semi-consistent look across all of our ebook covers.

Yes, it can be difficult to find something for Indian subjects. A key
word when searching for artwork is "orientalism", a catchall term used
by artists before around 1900 to describe any Asian-inspired art.

Watercolors are sometimes acceptable if they don't look too much like
obvious watercolors, but your selection was clearly a watercolor
illustration.

On 5/15/26 12:04 AM, Chelsea McGill wrote:
> I'm just curious - is there an explanation somewhere about the
> preference for oil paintings over watercolor? Oil paintings are
> relatively rare in colonial art in India because watercolor was
> preferred. So it will be a bit difficult to find public domain oil
> paintings to use from India.
>
> I just want to note that I suggested this watercolor painting because it
> depicts the historically accurate exact kind of room that much of the
> novel takes place in. I am quite certain that there is no equivalent
> painting in oil, outside of maybe private collections.
>
> On Fri, 15 May, 2026, 1:52 am 'Alex Cabal' via Standard Ebooks,
> <standar...@googlegroups.com
> <mailto:standar...@googlegroups.com>> wrote:
>
> I agree it's too watercolor-y
>
> On 5/14/26 3:17 PM, Robin Whittleton wrote:
> > On the cover image, that’s fine from a licensing point of view, and
> > looks potentially appropriate, but it’s a watercolour. We do
> > occasionally use watercolours (my latest project was one in fact)
> but
> > typically we want oil paintings. Alex: have you got an opinion on
> this one?
> >
> > On Bande Mataram, don’t italicise it. The markup would be:
> >
> > “<span epub:type="se:name.music.song" xml:lang="bn-Lath">Bande
> Mataram</
> > span>”
> >
> > including the curly quotes. Note bn-Latn, as it’s the latin
> orthography
> > for the Bengali word.
> >
> > On the texts, I’d guess we wouldn’t italicise them, as per https://
> > standardebooks.org/manual/1.8.7/single-page#8.2.11.2 <http://
> standardebooks.org/manual/1.8.7/single-page#8.2.11.2> <https://
> > standardebooks.org/manual/1.8.7/single-page#8.2.11.2 <http://
> standardebooks.org/manual/1.8.7/single-page#8.2.11.2>>. As the Bengali
> > words are in MW we can omit the italics, as they’re considered
> now part
> > of English (unless MW specifically says a language).
> >
> > (Side note, but I just noticed the transcription error omaments
> in the
> > endnotes, which presumably should be ornaments.)
> >
> > -Robin
> >
> >> On 14 May 2026, at 07:48, Chelsea McGill <bkwr...@gmail.com
> collection/ <https://www.metmuseum.org/art/collection/>
> >>         search/364294 <https://www.metmuseum.org/art/collection/
> <https://www.metmuseum.org/art/collection/>
> >>         search/364294>
> >>
> >>         On Wednesday, May 13, 2026 at 8:17:37 PM UTC+5:30 robin
> wrote:
> >>
> >>             Note 22 is formatted correctly, yes. You can wrap the
> >>             Trans. blocks in cite elements. So something like:
> >>
> >>             <cite><abbr>Trans.</abbr></cite>
> >>
> >>             See https://standardebooks.org/manual/1.8.7/single-
> <https://standardebooks.org/manual/1.8.7/single->
> >>             page#7.10.5.3 <https://standardebooks.org/
> manual/1.8.7/ <https://standardebooks.org/manual/1.8.7/>
> >>             single-page#7.10.5.3>.
> >>
> >>             -Robin
> >>
> >>>             On 13 May 2026, at 13:33, Chelsea McGill
> <mailto:standar...@googlegroups.com>> wrote:
> >>>                 >
> >>>                 > If you're getting an error in the browser
> then your
> >>>                 XHTML is malformed. There is a missing closing tag,
> >>>                 mismatched nesting, or some other XHTML syntax
> level
> >>>                 error. The browser should give you a hint in its
> >>>                 error message.
> >>>                 >
> >>>                 > On 5/12/26 10:43 AM, Chelsea McGill wrote:
> >>>                 >> Hi Robin, I have now done up to ch 5. But when I
> >>>                 open the file in browser I'm getting an error
> message
> >>>                 for Ch 5. Could you please check and let me
> know what
> >>>                 to change? Thanks
> >>>                 >> On Tue, 12 May, 2026, 8:16 pm Robin Whittleton,
> >>>                 <ro...@reala.net
> <mailto:ro...@reala.net><mailto:ro...@reala.net
> <mailto:ro...@reala.net>>> wrote:
> >>>                 >> Leaving aside that you need one more </
> section> at
> >>>                 the end in both
> >>>                 >> chapters, that looks good!
> >>>                 >> (Thanks Weijia, I missed your original
> comment but
> >>>                 this approach
> >>>                 >> makes more sense.)
> >>>                 >> -Robin
> >>>                 >>> On 12 May 2026, at 16:25, Chelsea McGill
> >>>                 <bkwr...@gmail.com <mailto:bkwr...@gmail.com>
> >>>                 >>> <mailto:bkwr...@gmail.com
> <mailto:ro...@reala.net>> wrote:
> >>>                 >>>
> >>>                 >>> Reading through the book, this isn’t the
> >>>                 >>> most obvious structure for a first
> >>>                 >>> production. But let’s see what we can do.
> >>>                 >>>
> >>>                 >>> The book is structured into twelve
> >>>                 >>> chapters, each with multiple subchapters.
> >>>                 >>> The subchapters aren’t numbered
> >>>                 >>> sequentially themselves, but some have a
> >>>                 >>> character attached, and the number of the
> >>>                 >>> subchapter specifically for that
> >>>                 >>> character. If they don’t have a character
> >>>                 >>> name then it’s assumed that it’s a follow-
> >>>                 >>> on from the previous character.
> >>>                 >>>
> >>>                 >>> So, I’d say that we want to split this
> >>>                 >>> into 12 chapters. You‘ve done this ✅
> >>>                 >>>
> >>>                 >>> The main chapter headings should be just
> >>>                 >>> roman numerals. This is the default for
> >>>                 >>> all SE productions, see the manual of
> >>>                 >>> style:https://standardebooks.org/ <https://
> standardebooks.org/> <https://
> >>> standardebooks.org/ <http://standardebooks.org/>>
> >>>                 >>> manual/1.8.7/single-page#8.1.1 <https://
> >>>                 >>>standardebooks.org/manual/1.8.7/single-
> <http://standardebooks.org/manual/1.8.7/single-> <http://
> <mailto:chelsea....@gmail.com>> wrote:
> >>>                 >>>>
> >>>                 >>>> Thank you for your help!
> >>>                 >>>>
> >>>                 >>>> I have decided to keep "Chapter One"
> >>>                 >>>> format as in the original, since Roman
> >>>                 >>>> numerals are already used in the text and
> >>>                 >>>> it would be confusing for the reader.
> >>>                 >>>>
> >>>                 >>>>
> >>>                 >>>> On Tue, 12 May, 2026, 12:27 am 'Alex
> >>>                 >>>> Cabal' via Standard Ebooks,
> >>>                 >>>> <standar...@googlegroups.com
> <mailto:standar...@googlegroups.com>> wrote:
> >>>                 >>>>
> >>>                 >>>> OK, Robin will manage this with Vince
> >>>                 >>>> reviewing.
> >>>                 >>>>
> >>>                 >>>> On 5/10/26 2:38 AM, Chelsea McGill wrote:
> >>>                 >>>> > Hi,
> >>>                 >>>> >
> >>>                 >>>> > I think this is the correct link -
> >>>                 >>>> please correct me if I'm wrong!
> >>>                 >>>> >
> >>>                 >>>> >https://github.com/chelseamcgill4/
> <https://github.com/chelseamcgill4/> <https://
> >>> github.com/chelseamcgill4/ <http://github.com/chelseamcgill4/>>
> >>>                 >>>> rabindranath-tagore_the-home-and-the-
> >>>                 >>>> <https://github.com/chelseamcgill4/
> <https://github.com/chelseamcgill4/> <https://
> >>> github.com/chelseamcgill4/ <http://github.com/chelseamcgill4/>>
> >>> www.gutenberg.org/ <http://www.gutenberg.org/>>
> >>>                 >>>> <https://www.gutenberg.org/ <https://
> www.gutenberg.org/> <https://
> >>> www.gutenberg.org/ <http://www.gutenberg.org/>>>
> >>>                 >>>> > ebooks/7166 <https://
> >>>                 >>>>www.gutenberg.org/ebooks/7166 <http://
> www.gutenberg.org/ebooks/7166> <http://
> >>> www.gutenberg.org/ebooks/7166 <http://www.gutenberg.org/
> ebooks/7166>>
> >>>                 >>>> <https://www.gutenberg.org/ebooks/7166
> <https://www.gutenberg.org/ebooks/7166> <https://
> >>> www.gutenberg.org/ebooks/7166 <http://www.gutenberg.org/
> ebooks/7166>>>>
> >>>                 >>>> > Archive.org:https://
> >>>                 >>>>archive.org/details/ <http://archive.org/
> details/> <http://archive.org/details/ <http://archive.org/details/>
> >>>                 ><https://
> >>>                 >>>>archive.org/details/ <http://archive.org/
> details/> <http://archive.org/details/ <http://archive.org/details/>>>
> >>>                 >>>> > homeandworld01unkngoog/
> >>>                 >>>> page/V/mode/2up <https://archive.org/
> <https://archive.org/> <https://
> >>> archive.org/ <http://archive.org/>>
> >>>                 >>>> <https://archive.org/ <https://
> archive.org/> <https://archive.org/ <https://archive.org/>>>
> >>>                 >>>> > details/
> >>>                 >>>> homeandworld01unkngoog/page/V/mode/2up>
> >>>                 >>>> >
> >>>                 >>>> > Best,
> >>>                 >>>> > Chelsea
> >>>                 >>>> >
> >>>                 >>>> > --
> >>>                 >>>> > You received this message because
> >>>                 >>>> you are subscribed to the Google
> >>>                 >>>> > Groups "Standard Ebooks" group.
> >>>                 >>>> > To unsubscribe from this group and
> >>>                 >>>> stop receiving emails from it, send
> >>>                 >>>> > an email
> >>>                 >>>>tostandardebook...@googlegroups.com
> <mailto:tostandardebook...@googlegroups.com>
> >>>                 >>>> >
> >>>                 >>>> <mailto:standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>>.
> >>>                 >>>> > To view this discussion
> >>>                 >>>> visithttps://groups.google.com/d/ <http://
> groups.google.com/d/> <http://
> >>> groups.google.com/d/ <http://groups.google.com/d/>>
> >>>                 >>>> msgid/ <https://groups.google.com/d/
> <https://groups.google.com/d/> <https://
> >>> groups.google.com/d/ <http://groups.google.com/d/>>
> >>>                 >>>> msgid/>
> >>>                 >>>> > standardebooks/3eb5caea-0a64-4dcd-
> >>>                 >>>> a3a1-41924719c4b7n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>
> >>>                 >>>> <http://40googlegroups.com/
> <http://40googlegroups.com/>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>>
> >>>                 >>>> > <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/3eb5caea-0a64-4dcd-
> >>>                 >>>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/3eb5caea-0a64-4dcd->
> >>>                 >>>> >
> >>>                 >>>> a3a1-41924719c4b7n%40googlegroups.com
> <http://40googlegroups.com>?
> >>>                 utm_medium=email&utm_source=footer
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>?
> >>>
>  utm_medium=email&utm_source=footer><http://40googlegroups.com/?
> utm_medium=email&utm_source=footer <http://40googlegroups.com/?
> utm_medium=email&utm_source=footer> <http://40googlegroups.com/?
> utm_medium=email&utm_source=footer <http://40googlegroups.com/?
> utm_medium=email&utm_source=footer>>>>.
> >>>                 >>>>
> >>>                 >>>> --
> >>>                 >>>> You received this message because you
> >>>                 >>>> are subscribed to a topic in the
> >>>                 >>>> Google Groups "Standard Ebooks" group.
> >>>                 >>>> To unsubscribe from this topic,
> >>>                 >>>> visithttps://groups.google.com/d/ <http://
> groups.google.com/d/> <http://
> >>> groups.google.com/d/ <http://groups.google.com/d/>>
> >>>                 >>>> topic/standardebooks/aWQJKRCoBws/
> >>>                 >>>> unsubscribe <https://
> >>>                 >>>>groups.google.com/d/topic/ <http://
> groups.google.com/d/topic/> <http://
> >>> groups.google.com/d/topic/ <http://groups.google.com/d/topic/>>
> >>>                 >>>> standardebooks/aWQJKRCoBws/unsubscribe>.
> >>>                 >>>> To unsubscribe from this group and
> >>>                 >>>> all its topics, send an email
> >>>                 >>>>tostandardebook...@googlegroups.com
> <mailto:tostandardebook...@googlegroups.com>.
> >>>                 >>>> To view this discussion visithttps://
> >>>                 >>>>groups.google.com/d/msgid/ <http://
> groups.google.com/d/msgid/> <http://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/2e4bb767-
> >>>                 >>>> a3ab-4a1e-8a61-
> >>>                 >>>> cc520394a156%40standardebooks.org
> <http://40standardebooks.org>
> >>>                 <http://40standardebooks.org/
> <http://40standardebooks.org/>>
> >>>                 >>>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/2e4bb767-
> >>>                 >>>> a3ab-4a1e-8a61-
> >>>                 >>>> cc520394a156%40standardebooks.org
> <http://40standardebooks.org>
> >>>                 <http://40standardebooks.org/
> <http://40standardebooks.org/>>>.
> >>>                 >>>>
> >>>                 >>>>
> >>>                 >>>> --
> >>>                 >>>> You received this message because you are
> >>>                 >>>> subscribed to the Google Groups "Standard
> >>>                 >>>> Ebooks" group.
> >>>                 >>>> To unsubscribe from this group and stop
> >>>                 >>>> receiving emails from it, send an email
> >>>                 >>>>tostandardebook...@googlegroups.com
> <mailto:tostandardebook...@googlegroups.com>.
> >>>                 >>>> To view this discussion visithttps://
> >>>                 >>>>groups.google.com/d/msgid/standardebooks/
> <http://groups.google.com/d/msgid/standardebooks/>
> >>>                 <http://groups.google.com/d/msgid/
> standardebooks/ <http://groups.google.com/d/msgid/standardebooks/>>
> >>>                 >>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
> >>>                 >>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com
> <http://40mail.gmail.com>
> >>>                 <http://40mail.gmail.com/
> <http://40mail.gmail.com/>>
> >>>                 >>>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/
> >>>                 >>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
> >>>                 >>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com
> <http://40mail.gmail.com>
> >>>                 <http://40mail.gmail.com/
> <http://40mail.gmail.com/>>?
> >>>                 >>>> utm_medium=email&utm_source=footer>.
> >>>                 >>>
> >>>                 >>>
> >>>                 >>> --
> >>>                 >>> You received this message because you are
> >>>                 >>> subscribed to a topic in the Google Groups
> >>>                 >>> "Standard Ebooks" group.
> >>>                 >>> To unsubscribe from this topic,
> >>>                 >>> visithttps://groups.google.com/d/topic/
> <http://groups.google.com/d/topic/> <http://
> >>> groups.google.com/d/topic/ <http://groups.google.com/d/topic/>>
> >>>                 >>> standardebooks/aWQJKRCoBws/unsubscribe
> >>>                 >>> <https://groups.google.com/d/topic/
> <https://groups.google.com/d/topic/> <https://
> >>> groups.google.com/d/topic/ <http://groups.google.com/d/topic/>>
> >>>                 >>> standardebooks/aWQJKRCoBws/unsubscribe>.
> >>>                 >>> To unsubscribe from this group and all its
> >>>                 >>> topics, send an email
> >>>                 >>>tostandardebook...@googlegroups.com
> <mailto:tostandardebook...@googlegroups.com>.
> >>>                 >>>
> >>>                 >>> To view this discussion visithttps://
> >>>                 >>>groups.google.com/d/msgid/standardebooks/
> <http://groups.google.com/d/msgid/standardebooks/> <http://
> >>> groups.google.com/d/msgid/standardebooks/ <http://
> groups.google.com/d/msgid/standardebooks/>>
> >>>                 >>> D2C2DAEB-AA36-48E1-
> >>>                 >>> BA8B-1B21C51E6E57%40reala.net
> <http://40reala.net>
> >>>                 <http://40reala.net/ <http://40reala.net/
> >><https://
> >>>                 >>>groups.google.com/d/msgid/standardebooks/
> <http://groups.google.com/d/msgid/standardebooks/> <http://
> >>> groups.google.com/d/msgid/standardebooks/ <http://
> groups.google.com/d/msgid/standardebooks/>>
> >>>                 >>> D2C2DAEB-AA36-48E1-
> >>>                 >>> BA8B-1B21C51E6E57%40reala.net
> <http://40reala.net> <http://40reala.net/ <http://40reala.net/>>?
> >>>                 >>> utm_medium=email&utm_source=footer>.
> >>>                 >>>
> >>>                 >>>
> >>>                 >>> --
> >>>                 >>> You received this message because you are
> subscribed
> >>>                 >>> to a topic in the Google Groups "Standard
> Ebooks"
> >>>                 group.
> >>>                 >>> To unsubscribe from this topic, visithttps://
> >>>                 >>>groups.google.com/d/topic/standardebooks/
> <http://groups.google.com/d/topic/standardebooks/>
> >>>                 aWQJKRCoBws/ <http://groups.google.com/d/topic/
> <http://groups.google.com/d/topic/>
> >>>                 standardebooks/aWQJKRCoBws/>
> >>>                 >>> unsubscribe <https://groups.google.com/d/
> topic/ <https://groups.google.com/d/topic/>
> >>>                 <https://groups.google.com/d/topic/ <https://
> groups.google.com/d/topic/>>
> >>>                 >>> standardebooks/aWQJKRCoBws/unsubscribe>.
> >>>                 >>> To unsubscribe from this group and all its
> topics,
> >>>                 >>> send an
> emailtostandardebook...@googlegroups.com
> <mailto:emailtostandardebook...@googlegroups.com>.
> >>>                 >>>
> >>>                 >>> To view this discussion visithttps://
> >>>                 >>>groups.google.com/d/msgid/standardebooks/
> a1a31488- <http://groups.google.com/d/msgid/standardebooks/a1a31488->
> >>>                 <http://groups.google.com/d/msgid/
> standardebooks/ <http://groups.google.com/d/msgid/standardebooks/>
> >>>                 a1a31488->
> >>>                 >>> fa3d-4357-
> abde-43f4f7b58356n%40googlegroups.com <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>
> >>>                 >>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/>
> >>>                 standardebooks/ <https://groups.google.com/d/
> msgid/ <https://groups.google.com/d/msgid/>
> >>>                 standardebooks/>
> >>>                 >>> a1a31488-fa3d-4357-
> >>>                 >>> abde-43f4f7b58356n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>?
> >>>                 >>> utm_medium=email&utm_source=footer>.
> >>>                 >>>
> >>>                 >>>
> >>>                 >>> --
> >>>                 >>> You received this message because you are
> >>>                 subscribed to the Google
> >>>                 >>> Groups "Standard Ebooks" group.
> >>>                 >>> To unsubscribe from this group and stop
> receiving
> >>>                 emails from it,
> >>>                 >>> send an
> emailtostandardeboo...@googlegroups.com
> <mailto:emailtostandardeboo...@googlegroups.com>
> >>>                 >>> <mailto:standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>>.
> >>>                 >>> To view this discussion visithttps://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>
> <http://groups.google.com/ <http://groups.google.com/>
> >>>                 d/msgid/>
> >>>                 >>> standardebooks/b7a3565c-4357-4852-
> >>>                 >>> a418-9794f8a7d721n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>><https://
> >>> groups.google.com/ <http://groups.google.com/> <https://
> groups.google.com/ <https://groups.google.com/>>
> >>>                 >>> d/msgid/standardebooks/b7a3565c-4357-4852-
> >>>                 >>> a418-9794f8a7d721n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>?
> >>>                 >>> utm_medium=email&utm_source=footer>.
> >>>                 >> -- You received this message because you are
> >>>                 subscribed to a topic in
> >>>                 >> the Google Groups "Standard Ebooks" group.
> >>>                 >> To unsubscribe from this topic, visithttps://
> >>> groups.google.com/d/ <http://groups.google.com/d/> <https://
> groups.google.com/d/ <https://groups.google.com/d/>>
> >>>                 >> topic/standardebooks/aWQJKRCoBws/unsubscribe
> <https://
> >>>                 >>groups.google.com/d/topic/standardebooks/
> <http://groups.google.com/d/topic/standardebooks/>
> >>>                 aWQJKRCoBws/unsubscribe <http://
> groups.google.com/d/ <http://groups.google.com/d/>
> >>>                 topic/standardebooks/aWQJKRCoBws/unsubscribe>>.
> >>>                 >> To unsubscribe from this group and all its
> topics,
> >>>                 send an email to
> >>>                 >>standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>
> >>>                 >> <mailto:standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>>.
> >>>                 >> To view this discussion visithttps://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>
> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >> standardebooks/7B4BCAED-5FAE-4641-836B-
> >>>                 A6E454970BF9%40reala.net <http://40reala.net>
> <http://40reala.net/ <http://40reala.net/>>
> >>>                 >> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >> standardebooks/7B4BCAED-5FAE-4641-836B-
> >>>                 A6E454970BF9%40reala.net <http://40reala.net>
> <http://40reala.net/ <http://40reala.net/>>?
> >>>                 >> utm_medium=email&utm_source=footer>.
> >>>                 >> --
> >>>                 >> You received this message because you are
> >>>                 subscribed to the Google Groups "Standard
> Ebooks" group.
> >>>                 >> To unsubscribe from this group and stop
> receiving
> >>>                 emails from it, send an email
> >>> tostandardebook...@googlegroups.com
> <mailto:tostandardebook...@googlegroups.com><mailto:standardebook...@googlegroups.com <mailto:standardebook...@googlegroups.com>>.
> >>>                 >> To view this discussion visithttps://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>
> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/
> >>standardebooks/
> >>>
>  CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com <http://40mail.gmail.com> <http://40mail.gmail.com/ <http://40mail.gmail.com/>><https://groups.google.com/d/msgid/standardebooks/ <https://groups.google.com/d/msgid/standardebooks/> <https://groups.google.com/d/msgid/standardebooks/ <https://groups.google.com/d/msgid/standardebooks/>>CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com <http://40mail.gmail.com> <http://40mail.gmail.com/ <http://40mail.gmail.com/>>? utm_medium=email&utm_source=footer>.
> >>>                 >
> >>>                 > --
> >>>                 > You received this message because you are
> >>>                 subscribed to the Google Groups "Standard
> Ebooks" group.
> >>>                 > To unsubscribe from this group and stop receiving
> >>>                 emails from it, send an email
> >>> tostandardebook...@googlegroups.com
> <mailto:tostandardebook...@googlegroups.com>.
> >>>                 > To view this discussion visithttps://
> >>> groups.google.com/d/msgid/standardebooks/f3190c5b- <http://
> groups.google.com/d/msgid/standardebooks/f3190c5b->
> >>>                 a6cf-4392-bb65-
> b080948881b7%40standardebooks.org <http://40standardebooks.org>
> >>>                 <https://groups.google.com/d/msgid/
> standardebooks/ <https://groups.google.com/d/msgid/standardebooks/>
> >>>                 f3190c5b-a6cf-4392-bb65-
> >>>                 b080948881b7%40standardebooks.org
> <http://40standardebooks.org>>.
> >>>
> >>>
> >>>             --
> >>>             You received this message because you are subscribed to
> >>>             the Google Groups "Standard Ebooks" group.
> >>>             To unsubscribe from this group and stop receiving
> emails
> >>>             from it, send an email
> tostandardebook...@googlegroups.com
> <mailto:tostandardebook...@googlegroups.com>.
> >>>             To view this discussion visithttps://
> groups.google.com/d/ <http://groups.google.com/d/>
> >>>             msgid/standardebooks/48a43f86-
> >>>             f02d-4b87-8727-283cd30cb51cn%40googlegroups.com
> <http://40googlegroups.com> <https://
> >>> groups.google.com/d/msgid/standardebooks/48a43f86- <http://
> groups.google.com/d/msgid/standardebooks/48a43f86->
> >>>             f02d-4b87-8727-283cd30cb51cn%40googlegroups.com
> <http://40googlegroups.com>?
> >>>             utm_medium=email&utm_source=footer>.
> >>
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Standard Ebooks" group.
> >> To unsubscribe from this group and stop receiving emails from
> it, send
> >> an email tostandardeboo...@googlegroups.com
> <mailto:tostandardebooks%2Bunsu...@googlegroups.com>
> >> <mailto:standardebook...@googlegroups.com
> <mailto:standardebooks%2Bunsu...@googlegroups.com>>.
> >> To view this discussion visithttps://groups.google.com/d/msgid/
> <http://groups.google.com/d/msgid/>
> >> standardebooks/bcafe4d2-
> >> acce-4588-9632-228c08eedef4n%40googlegroups.com
> <http://40googlegroups.com> <https://
> >> groups.google.com/d/msgid/standardebooks/bcafe4d2- <http://
> groups.google.com/d/msgid/standardebooks/bcafe4d2->
> >> acce-4588-9632-228c08eedef4n%40googlegroups.com
> <http://40googlegroups.com>?
> >> utm_medium=email&utm_source=footer>.
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Standard Ebooks" group.
> > To unsubscribe from this group and stop receiving emails from it,
> send
> > an email to standardebook...@googlegroups.com
> <mailto:standardebooks%2Bunsu...@googlegroups.com>
> > <mailto:standardebook...@googlegroups.com
> <mailto:standardebooks%2Bunsu...@googlegroups.com>>.
> > To view this discussion visit https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/>
> > standardebooks/32233B13-CCC9-4D96-AE5B-92BF9C7D17FA%40reala.net
> <http://40reala.net>
> > <https://groups.google.com/d/msgid/standardebooks/32233B13-
> CCC9-4D96- <https://groups.google.com/d/msgid/
> standardebooks/32233B13-CCC9-4D96->
> > AE5B-92BF9C7D17FA%40reala.net?utm_medium=email&utm_source=footer
> <http://40reala.net?utm_medium=email&utm_source=footer>>.
>
> --
> You received this message because you are subscribed to a topic in
> the Google Groups "Standard Ebooks" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/standardebooks/aWQJKRCoBws/unsubscribe <https://
> groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email to
> standardebook...@googlegroups.com
> <mailto:standardebooks%2Bunsu...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/b5271af3-1926-47b8-9b8a-
> a61c8c11946f%40standardebooks.org <https://groups.google.com/d/
> msgid/standardebooks/b5271af3-1926-47b8-9b8a-
> a61c8c11946f%40standardebooks.org>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/CAPeSxYYLPbw-
> jv%2BWufAHGqF%3DD4gVCL1SETU_tSOzTWOhMuzi2w%40mail.gmail.com <https://
> groups.google.com/d/msgid/standardebooks/CAPeSxYYLPbw-
> jv%2BWufAHGqF%3DD4gVCL1SETU_tSOzTWOhMuzi2w%40mail.gmail.com?
> utm_medium=email&utm_source=footer>.

Alex Cabal

unread,
May 15, 2026, 9:33:37 AM (5 days ago) May 15
to standar...@googlegroups.com
Names are never language, see
https://standardebooks.org/manual/1.8.7/single-page#8.2.9.2
> > standardebooks.org/manual/1.8.7/single-page#8.2.11.2 <http://
> standardebooks.org/manual/1.8.7/single-page#8.2.11.2> <https://
> > standardebooks.org/manual/1.8.7/single-page#8.2.11.2 <http://
> >>         Would this one work? https://www.metmuseum.org/art/
> collection/ <https://www.metmuseum.org/art/collection/>
> >>         search/364294 <https://www.metmuseum.org/art/
> collection/ <https://www.metmuseum.org/art/collection/>
> >>         search/364294>
> >>
> >>         On Wednesday, May 13, 2026 at 8:17:37 PM UTC+5:30
> robin wrote:
> >>
> >>             Note 22 is formatted correctly, yes. You can
> wrap the
> >>             Trans. blocks in cite elements. So something like:
> >>
> >>             <cite><abbr>Trans.</abbr></cite>
> >>
> >>             See https://standardebooks.org/manual/1.8.7/
> single- <https://standardebooks.org/manual/1.8.7/single->
> >>             page#7.10.5.3 <https://standardebooks.org/
> manual/1.8.7/ <https://standardebooks.org/manual/1.8.7/>
> <https://standardebooks.org/> <https://
> >>> standardebooks.org/ <http://standardebooks.org/>>
> >>>                 >>> manual/1.8.7/single-page#8.1.1 <https://
> >>>                 >>>standardebooks.org/manual/1.8.7/single-
> <http://standardebooks.org/manual/1.8.7/single-> <http://
> <https://github.com/chelseamcgill4/> <https://
> >>> github.com/chelseamcgill4/ <http://github.com/chelseamcgill4/>>
> >>>                 >>>> rabindranath-tagore_the-home-and-the-
> >>>                 >>>> <https://github.com/chelseamcgill4/
> <https://github.com/chelseamcgill4/> <https://
> >>> github.com/chelseamcgill4/ <http://github.com/chelseamcgill4/>>
> >>>                 >>>> rabindranath-tagore_the-home-and-the->
> >>>                 >>>> > world_surendranath-tagore.git
> >>>                 >>>> >
> >>>                 >>>> > Chelsea
> >>>                 >>>> >
> >>>                 >>>> > On Sunday, May 10, 2026 at
> >>>                 >>>> 12:09:24 PM UTC+5:30 Emma Sweeney wrote:
> >>>                 >>>> >
> >>>                 >>>> > Can you send a link to your
> >>>                 >>>> repository?
> >>>                 >>>> >
> >>>                 >>>> > Emma
> >>>                 >>>> > On Sunday, May 10, 2026 at
> >>>                 >>>> 2:14:37 AM UTC-4bkwr...@gmail.comwrote:
> >>>                 >>>> >
> >>>                 >>>> > Hi, I am following the
> >>>                 >>>> directions and got as far as se split-
> >>>                 >>>> > text . I ran it, but it
> >>>                 >>>> does not seem to have recognized the
> >>>                 >>>> > chapter breaks. What should
> >>>                 >>>> I do?
> >>>                 >>>> >
> >>>                 >>>> > Best,
> >>>                 >>>> > Chelsea
> >>>                 >>>> >
> >>>                 >>>> > On Sunday, May 10, 2026 at
> >>>                 >>>> 8:02:18 AM UTC+5:30 Chelsea McGill wrote:
> >>>                 >>>> >
> >>>                 >>>> > As recommended, I will
> >>>                 >>>> do this book.
> >>>                 >>>> >
> >>>                 >>>> > Project Gutenberg
> >>>                 >>>> text:https://www.gutenberg.org/
> <https://www.gutenberg.org/> <https://
> >>> www.gutenberg.org/ <http://www.gutenberg.org/>>
> >>>                 >>>> <https://www.gutenberg.org/ <https://
> www.gutenberg.org/> <https://
> >>> www.gutenberg.org/ <http://www.gutenberg.org/>>>
> >>>                 >>>> > ebooks/7166 <https://
> >>>                 >>>>www.gutenberg.org/ebooks/7166 <http://
> www.gutenberg.org/ebooks/7166> <http://
> >>> www.gutenberg.org/ebooks/7166 <http://www.gutenberg.org/
> ebooks/7166>>
> >>>                 >>>> <https://www.gutenberg.org/ebooks/7166
> <https://www.gutenberg.org/ebooks/7166> <https://
> >>> www.gutenberg.org/ebooks/7166 <http://www.gutenberg.org/
> ebooks/7166>>>>
> >>>                 >>>> > Archive.org:https://
> >>>                 >>>>archive.org/details/ <http://
> archive.org/details/> <http://archive.org/details/ <http://
> archive.org/details/>
> >>>                 ><https://
> >>>                 >>>>archive.org/details/ <http://
> archive.org/details/> <http://archive.org/details/ <http://
> archive.org/details/>>>
> >>>                 >>>> > homeandworld01unkngoog/
> >>>                 >>>> page/V/mode/2up <https://archive.org/
> <https://archive.org/> <https://
> >>> archive.org/ <http://archive.org/>>
> >>>                 >>>> <https://archive.org/ <https://
> archive.org/> <https://archive.org/ <https://archive.org/>>>
> >>>                 >>>> > details/
> >>>                 >>>> homeandworld01unkngoog/page/V/mode/2up>
> >>>                 >>>> >
> >>>                 >>>> > Best,
> >>>                 >>>> > Chelsea
> >>>                 >>>> >
> >>>                 >>>> > --
> >>>                 >>>> > You received this message because
> >>>                 >>>> you are subscribed to the Google
> >>>                 >>>> > Groups "Standard Ebooks" group.
> >>>                 >>>> > To unsubscribe from this group and
> >>>                 >>>> stop receiving emails from it, send
> >>>                 >>>> > an email
> >>>                 >>>>tostandardebook...@googlegroups.com
> >>>                 >>>> >
> >>>                 >>>>
> <mailto:standardebook...@googlegroups.com>.
> >>>                 >>>> > To view this discussion
> >>>                 >>>> visithttps://groups.google.com/d/
> <http://groups.google.com/d/> <http://
> >>> groups.google.com/d/ <http://groups.google.com/d/>>
> >>>                 >>>> msgid/ <https://groups.google.com/d/
> <https://groups.google.com/d/> <https://
> >>> groups.google.com/d/ <http://groups.google.com/d/>>
> >>>                 >>>> msgid/>
> >>>                 >>>> > standardebooks/3eb5caea-0a64-4dcd-
> >>>                 >>>> a3a1-41924719c4b7n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>
> >>>                 >>>> <http://40googlegroups.com/
> <http://40googlegroups.com/>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>>
> >>>                 >>>> > <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/3eb5caea-0a64-4dcd-
> >>>                 >>>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/3eb5caea-0a64-4dcd->
> >>>                 >>>> >
> >>>                 >>>> a3a1-41924719c4b7n%40googlegroups.com
> <http://40googlegroups.com>?
> >>>                 utm_medium=email&utm_source=footer
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>?
> >>>
>  utm_medium=email&utm_source=footer><http://40googlegroups.com/?utm_medium=email&utm_source=footer <http://40googlegroups.com/?utm_medium=email&utm_source=footer> <http://40googlegroups.com/?utm_medium=email&utm_source=footer <http://40googlegroups.com/?utm_medium=email&utm_source=footer>>>>.
> >>>                 >>>>
> >>>                 >>>> --
> >>>                 >>>> You received this message because you
> >>>                 >>>> are subscribed to a topic in the
> >>>                 >>>> Google Groups "Standard Ebooks" group.
> >>>                 >>>> To unsubscribe from this topic,
> >>>                 >>>> visithttps://groups.google.com/d/
> <http://groups.google.com/d/> <http://
> >>> groups.google.com/d/ <http://groups.google.com/d/>>
> >>>                 >>>> topic/standardebooks/aWQJKRCoBws/
> >>>                 >>>> unsubscribe <https://
> >>>                 >>>>groups.google.com/d/topic/ <http://
> groups.google.com/d/topic/> <http://
> >>> groups.google.com/d/topic/ <http://groups.google.com/d/topic/>>
> >>>                 >>>> standardebooks/aWQJKRCoBws/unsubscribe>.
> >>>                 >>>> To unsubscribe from this group and
> >>>                 >>>> all its topics, send an email
> >>>                 >>>>tostandardebook...@googlegroups.com.
> >>>                 >>>> To view this discussion visithttps://
> >>>                 >>>>groups.google.com/d/msgid/ <http://
> groups.google.com/d/msgid/> <http://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/2e4bb767-
> >>>                 >>>> a3ab-4a1e-8a61-
> >>>                 >>>> cc520394a156%40standardebooks.org
> <http://40standardebooks.org>
> >>>                 <http://40standardebooks.org/
> <http://40standardebooks.org/>>
> >>>                 >>>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/2e4bb767-
> >>>                 >>>> a3ab-4a1e-8a61-
> >>>                 >>>> cc520394a156%40standardebooks.org
> <http://40standardebooks.org>
> >>>                 <http://40standardebooks.org/
> <http://40standardebooks.org/>>>.
> >>>                 >>>>
> >>>                 >>>>
> >>>                 >>>> --
> >>>                 >>>> You received this message because you are
> >>>                 >>>> subscribed to the Google Groups "Standard
> >>>                 >>>> Ebooks" group.
> >>>                 >>>> To unsubscribe from this group and stop
> >>>                 >>>> receiving emails from it, send an email
> >>>                 >>>>tostandardebook...@googlegroups.com.
> >>>                 >>>> To view this discussion visithttps://
> >>>                 >>>>groups.google.com/d/msgid/
> standardebooks/ <http://groups.google.com/d/msgid/standardebooks/>
> >>>                 <http://groups.google.com/d/msgid/
> standardebooks/ <http://groups.google.com/d/msgid/standardebooks/>>
> >>>                 >>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
> >>>                 >>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com
> <http://40mail.gmail.com>
> >>>                 <http://40mail.gmail.com/
> <http://40mail.gmail.com/>>
> >>>                 >>>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >>>> standardebooks/
> >>>                 >>>> CAPeSxYbbG3%2BzD7iFFnoTO5TG-sZ5-
> >>>                 >>>> SR60_QzaYqMNyvszxZoBQ%40mail.gmail.com
> <http://40mail.gmail.com>
> >>>                 <http://40mail.gmail.com/
> <http://40mail.gmail.com/>>?
> >>>                 >>>> utm_medium=email&utm_source=footer>.
> >>>                 >>>
> >>>                 >>>
> >>>                 >>> --
> >>>                 >>> You received this message because you are
> >>>                 >>> subscribed to a topic in the Google Groups
> >>>                 >>> "Standard Ebooks" group.
> >>>                 >>> To unsubscribe from this topic,
> >>>                 >>> visithttps://groups.google.com/d/topic/
> <http://groups.google.com/d/topic/> <http://
> >>> groups.google.com/d/topic/ <http://groups.google.com/d/topic/>>
> >>>                 >>> standardebooks/aWQJKRCoBws/unsubscribe
> >>>                 >>> <https://groups.google.com/d/topic/
> <https://groups.google.com/d/topic/> <https://
> >>> groups.google.com/d/topic/ <http://groups.google.com/d/topic/>>
> >>>                 >>> standardebooks/aWQJKRCoBws/unsubscribe>.
> >>>                 >>> To unsubscribe from this group and all its
> >>>                 >>> topics, send an email
> >>>                 >>>tostandardebook...@googlegroups.com.
> >>>                 >>>
> >>>                 >>> To view this discussion visithttps://
> >>>                 >>>groups.google.com/d/msgid/
> standardebooks/ <http://groups.google.com/d/msgid/
> standardebooks/> <http://
> >>> groups.google.com/d/msgid/standardebooks/ <http://
> groups.google.com/d/msgid/standardebooks/>>
> >>>                 >>> D2C2DAEB-AA36-48E1-
> >>>                 >>> BA8B-1B21C51E6E57%40reala.net
> <http://40reala.net>
> >>>                 <http://40reala.net/ <http://40reala.net/
> >><https://
> >>>                 >>>groups.google.com/d/msgid/
> standardebooks/ <http://groups.google.com/d/msgid/
> standardebooks/> <http://
> >>> groups.google.com/d/msgid/standardebooks/ <http://
> groups.google.com/d/msgid/standardebooks/>>
> >>>                 >>> D2C2DAEB-AA36-48E1-
> >>>                 >>> BA8B-1B21C51E6E57%40reala.net
> <http://40reala.net> <http://40reala.net/ <http://40reala.net/>>?
> >>>                 >>> utm_medium=email&utm_source=footer>.
> >>>                 >>>
> >>>                 >>>
> >>>                 >>> --
> >>>                 >>> You received this message because you
> are subscribed
> >>>                 >>> to a topic in the Google Groups
> "Standard Ebooks"
> >>>                 group.
> >>>                 >>> To unsubscribe from this topic,
> visithttps://
> >>>                 >>>groups.google.com/d/topic/
> standardebooks/ <http://groups.google.com/d/topic/standardebooks/>
> >>>                 aWQJKRCoBws/ <http://groups.google.com/d/
> topic/ <http://groups.google.com/d/topic/>
> >>>                 standardebooks/aWQJKRCoBws/>
> >>>                 >>> unsubscribe <https://groups.google.com/
> d/topic/ <https://groups.google.com/d/topic/>
> >>>                 <https://groups.google.com/d/topic/
> <https://groups.google.com/d/topic/>>
> >>>                 >>> standardebooks/aWQJKRCoBws/unsubscribe>.
> >>>                 >>> To unsubscribe from this group and all
> its topics,
> >>>                 >>> send an
> emailtostandardebook...@googlegroups.com.
> >>>                 >>>
> >>>                 >>> To view this discussion visithttps://
> >>>                 >>>groups.google.com/d/msgid/
> standardebooks/a1a31488- <http://groups.google.com/d/msgid/
> standardebooks/a1a31488->
> >>>                 <http://groups.google.com/d/msgid/
> standardebooks/ <http://groups.google.com/d/msgid/standardebooks/>
> >>>                 a1a31488->
> >>>                 >>> fa3d-4357-
> abde-43f4f7b58356n%40googlegroups.com <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>
> >>>                 >>> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/>
> >>>                 standardebooks/ <https://groups.google.com/
> d/msgid/ <https://groups.google.com/d/msgid/>
> >>>                 standardebooks/>
> >>>                 >>> a1a31488-fa3d-4357-
> >>>                 >>> abde-43f4f7b58356n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>?
> >>>                 >>> utm_medium=email&utm_source=footer>.
> >>>                 >>>
> >>>                 >>>
> >>>                 >>> --
> >>>                 >>> You received this message because you are
> >>>                 subscribed to the Google
> >>>                 >>> Groups "Standard Ebooks" group.
> >>>                 >>> To unsubscribe from this group and stop
> receiving
> >>>                 emails from it,
> >>>                 >>> send an
> emailtostandardeboo...@googlegroups.com
> >>>                 >>> <mailto:standardebook...@googlegroups.com>.
> >>>                 >>> To view this discussion visithttps://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/
> msgid/> <http://groups.google.com/ <http://groups.google.com/>
> >>>                 d/msgid/>
> >>>                 >>> standardebooks/b7a3565c-4357-4852-
> >>>                 >>> a418-9794f8a7d721n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>><https://
> >>> groups.google.com/ <http://groups.google.com/> <https://
> groups.google.com/ <https://groups.google.com/>>
> >>>                 >>> d/msgid/standardebooks/b7a3565c-4357-4852-
> >>>                 >>> a418-9794f8a7d721n%40googlegroups.com
> <http://40googlegroups.com>
> >>>                 <http://40googlegroups.com/
> <http://40googlegroups.com/>>?
> >>>                 >>> utm_medium=email&utm_source=footer>.
> >>>                 >> -- You received this message because you are
> >>>                 subscribed to a topic in
> >>>                 >> the Google Groups "Standard Ebooks" group.
> >>>                 >> To unsubscribe from this topic,
> visithttps://
> >>> groups.google.com/d/ <http://groups.google.com/d/>
> <https://groups.google.com/d/ <https://groups.google.com/d/>>
> >>>                 >> topic/standardebooks/aWQJKRCoBws/
> unsubscribe <https://
> >>>                 >>groups.google.com/d/topic/standardebooks/
> <http://groups.google.com/d/topic/standardebooks/>
> >>>                 aWQJKRCoBws/unsubscribe <http://
> groups.google.com/d/ <http://groups.google.com/d/>
> >>>                 topic/standardebooks/aWQJKRCoBws/unsubscribe>>.
> >>>                 >> To unsubscribe from this group and all
> its topics,
> >>>                 send an email to
> >>>                 >>standardebook...@googlegroups.com
> >>>                 >> <mailto:standardebook...@googlegroups.com>.
> >>>                 >> To view this discussion visithttps://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/
> msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >> standardebooks/7B4BCAED-5FAE-4641-836B-
> >>>                 A6E454970BF9%40reala.net
> <http://40reala.net> <http://40reala.net/ <http://40reala.net/>>
> >>>                 >> <https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/msgid/>>
> >>>                 >> standardebooks/7B4BCAED-5FAE-4641-836B-
> >>>                 A6E454970BF9%40reala.net
> <http://40reala.net> <http://40reala.net/ <http://40reala.net/>>?
> >>>                 >> utm_medium=email&utm_source=footer>.
> >>>                 >> --
> >>>                 >> You received this message because you are
> >>>                 subscribed to the Google Groups "Standard
> Ebooks" group.
> >>>                 >> To unsubscribe from this group and stop
> receiving
> >>>                 emails from it, send an email
> >>>
> tostandardebook...@googlegroups.com<mailto:standardebook...@googlegroups.com>.
> >>>                 >> To view this discussion visithttps://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/
> msgid/> <https://
> >>> groups.google.com/d/msgid/ <http://groups.google.com/d/
> msgid/>>standardebooks/
> >>>
>  CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com <http://40mail.gmail.com> <http://40mail.gmail.com/ <http://40mail.gmail.com/>><https://groups.google.com/d/msgid/standardebooks/ <https://groups.google.com/d/msgid/standardebooks/> <https://groups.google.com/d/msgid/standardebooks/ <https://groups.google.com/d/msgid/standardebooks/>>CAPeSxYb5W0c5SO2DNoD7Bjo0Xd1Cob84DbbGAMn08o%3DX0LYruw%40mail.gmail.com <http://40mail.gmail.com> <http://40mail.gmail.com/ <http://40mail.gmail.com/>>? utm_medium=email&utm_source=footer>.
> >>>                 >
> >>>                 > --
> >>>                 > You received this message because you are
> >>>                 subscribed to the Google Groups "Standard
> Ebooks" group.
> >>>                 > To unsubscribe from this group and stop
> receiving
> >>>                 emails from it, send an email
> >>> tostandardebook...@googlegroups.com.
> >>>                 > To view this discussion visithttps://
> >>> groups.google.com/d/msgid/standardebooks/f3190c5b- <http://
> groups.google.com/d/msgid/standardebooks/f3190c5b->
> >>>                 a6cf-4392-bb65-
> b080948881b7%40standardebooks.org <http://40standardebooks.org>
> >>>                 <https://groups.google.com/d/msgid/
> standardebooks/ <https://groups.google.com/d/msgid/standardebooks/>
> >>>                 f3190c5b-a6cf-4392-bb65-
> >>>                 b080948881b7%40standardebooks.org
> <http://40standardebooks.org>>.
> >>>
> >>>
> >>>             --
> >>>             You received this message because you are
> subscribed to
> >>>             the Google Groups "Standard Ebooks" group.
> >>>             To unsubscribe from this group and stop
> receiving emails
> >>>             from it, send an email
> tostandardebook...@googlegroups.com.
> >>>             To view this discussion visithttps://
> groups.google.com/d/ <http://groups.google.com/d/>
> >>>             msgid/standardebooks/48a43f86-
> >>>             f02d-4b87-8727-283cd30cb51cn%40googlegroups.com
> <http://40googlegroups.com> <https://
> >>> groups.google.com/d/msgid/standardebooks/48a43f86- <http://
> groups.google.com/d/msgid/standardebooks/48a43f86->
> >>>             f02d-4b87-8727-283cd30cb51cn%40googlegroups.com
> <http://40googlegroups.com>?
> >>>             utm_medium=email&utm_source=footer>.
> >>
> >>
> >> --
> >> You received this message because you are subscribed to the
> Google
> >> Groups "Standard Ebooks" group.
> >> To unsubscribe from this group and stop receiving emails
> from it, send
> >> an email tostandardeboo...@googlegroups.com
> >> <mailto:standardebook...@googlegroups.com>.
> >> To view this discussion visithttps://groups.google.com/d/
> msgid/ <http://groups.google.com/d/msgid/>
> >> standardebooks/bcafe4d2-
> >> acce-4588-9632-228c08eedef4n%40googlegroups.com
> <http://40googlegroups.com> <https://
> >> groups.google.com/d/msgid/standardebooks/bcafe4d2- <http://
> groups.google.com/d/msgid/standardebooks/bcafe4d2->
> >> acce-4588-9632-228c08eedef4n%40googlegroups.com
> <http://40googlegroups.com>?
> >> utm_medium=email&utm_source=footer>.
> >
> > --
> > You received this message because you are subscribed to the
> Google
> > Groups "Standard Ebooks" group.
> > To unsubscribe from this group and stop receiving emails from
> it, send
> > an email to standardebook...@googlegroups.com
> > <mailto:standardebook...@googlegroups.com>.
> > To view this discussion visit https://groups.google.com/d/
> msgid/ <https://groups.google.com/d/msgid/>
> > standardebooks/32233B13-CCC9-4D96-
> AE5B-92BF9C7D17FA%40reala.net <http://40reala.net>
> > <https://groups.google.com/d/msgid/standardebooks/32233B13-
> CCC9-4D96- <https://groups.google.com/d/msgid/
> standardebooks/32233B13-CCC9-4D96->
> > AE5B-92BF9C7D17FA%40reala.net?
> utm_medium=email&utm_source=footer <http://40reala.net?
> utm_medium=email&utm_source=footer>>.
>
> --
> You received this message because you are subscribed to a topic
> in the Google Groups "Standard Ebooks" group.
>
> To unsubscribe from this topic, visit https://groups.google.com/
> d/topic/standardebooks/aWQJKRCoBws/unsubscribe <https://
> groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email
> to standardebook...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/b5271af3-1926-47b8-9b8a-
> a61c8c11946f%40standardebooks.org <https://groups.google.com/d/
> msgid/standardebooks/b5271af3-1926-47b8-9b8a-
> a61c8c11946f%40standardebooks.org>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/9334806c-7e09-4bc0-bab3-6e68cea61eafn%40googlegroups.com
> <https://groups.google.com/d/msgid/standardebooks/9334806c-7e09-4bc0-
> bab3-6e68cea61eafn%40googlegroups.com?utm_medium=email&utm_source=footer>.

Vince

unread,
May 15, 2026, 12:54:54 PM (5 days ago) May 15
to Ebooks Standard
That’s not what that section says. It says, "If words in the name might be mispronounced in English pronunciation, they are wrapped in a <span xml:lang="LANGUAGE"> element to assist screen readers with pronunciation,” which is what she is asking about. It goes on to say most don’t need it, but some occasionally do. Neither of those is “never.”

So her question is essentially, do her examples qualify for the “occasionally”?

Alex Cabal

unread,
May 15, 2026, 4:20:24 PM (5 days ago) May 15
to standar...@googlegroups.com
No. The examples list place names which contain non-name words, even
though they're "names" of places. Those kinds of names can benefit from
language, but proper names of people, e.g. "Vince", are never language.

On 5/15/26 11:54 AM, Vince wrote:
> That’s not what that section says. It says, "If words in the name might
> be mispronounced in English pronunciation, they are wrapped in a <span
> xml:lang="LANGUAGE"> element to assist screen readers with
> pronunciation,” which is what she is asking about. It goes on to say /
> most/ don’t need it, but some occasionally do. Neither of those is “never.”
>
> So her question is essentially, do her examples qualify for the
> “occasionally”?
>
>> On May 15, 2026, at 8:33 AM, 'Alex Cabal' via Standard Ebooks
>> <standar...@googlegroups.com> wrote:
>>
>> Names are never language, seehttps://standardebooks.org/manual/1.8.7/
>> single-page#8.2.9.2 <https://standardebooks.org/manual/1.8.7/single-
>> page#8.2.9.2>
>>
>> On 5/15/26 4:26 AM, Chelsea McGill wrote:
>>> Hi, I have a question about screenreader compatibility. If I want to
>>> have Bengali names pronounced correctly (i.e., Nikhil, Sandip,
>>> Bimala, the main characters), should I wrap them in the following?
>>> <span xml:lang="bn-Latn">Nikhil</span>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/F7735FBF-05A0-4B44-9987-340B2775CA3D%40letterboxes.org
> <https://groups.google.com/d/msgid/standardebooks/
> F7735FBF-05A0-4B44-9987-340B2775CA3D%40letterboxes.org?
> utm_medium=email&utm_source=footer>.

Vince

unread,
May 15, 2026, 4:38:02 PM (5 days ago) May 15
to Ebooks Standard
And, again, that is not what that section says. If that’s what you want it to say, then you should change it to say that, i.e. to specifically exclude people’s names. Right now it looks like it specifically includes them—“Most proper names of people … do not require this…”. Most readers are going to think that includes people’s names.

Chelsea McGill

unread,
May 16, 2026, 3:32:20 AM (4 days ago) May 16
to Standard Ebooks
Hi, please see the formatting of the short letter in Ch. 4 in the Github commit. It is a very short note, so I wasn't sure exactly how to format it. 

Best, 
Chelsea

Robin Whittleton

unread,
May 16, 2026, 4:55:39 AM (4 days ago) May 16
to standar...@googlegroups.com
The epub:type="z3998:sender" should be on the paragraph itself, and you want signature semantics as well:

<blockquote epub:type="z3998:letter">
<p>An urgent matter&#x2060;&#x2014;&#x2060;touching the Cause.</p>
<footer>
<p epub:type="z3998:sender z3998:signature">Sandip.</p>
</footer>
</blockquote>

You’re also missing styles for letters. Have a look at https://standardebooks.org/manual/1.8.7/single-page#7.7.4.2

Also, while I was looking through your commit history, I noticed it’s a little bit piecemeal. For example, you’re making spelling modernization commits, but you don’t seem to have run the modernize-spelling command yet, and you only seem to be working on the first five chapters at this point? We also have at least one commit that makes editorial changes without being tagged as [Editorial].

Another thing is that some of your commits don’t have descriptive messages. For example, you’ve have three recent ones that just say “Update ch 4”, but not explain what’s being updated or why. The commit history should be readable to someone interested in the production process, and should tell the story of how the book was put together.

For your first few productions it’s really important that you follow the step-by-step process as closely as possible. This makes it easier on you, and much easier to review afterwards. I don’t want to put you off because this looks like an important work for Standard Ebooks to have. But some of these commits are going to have to be rebased anyway to fix stuff, so it might be easier and cleaner to start over with your new knowledge of the production process?

-Robin

--
You received this message because you are subscribed to the Google Groups "Standard Ebooks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/3e9dd11b-f98b-422a-8106-2196fc08db41n%40googlegroups.com.

Chelsea McGill

unread,
May 16, 2026, 8:08:44 AM (4 days ago) May 16
to standar...@googlegroups.com
Hi, 

I have read the description of what kind of commit to make, but I guess I misunderstood. I thought it was a way to save your work- is that not the case? I was going through and proofreading the text as necessary and tried to do a new commit for each editorial change. 


You want me to start over from scratch?

Chelsea

You received this message because you are subscribed to a topic in the Google Groups "Standard Ebooks" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe.
To unsubscribe from this group and all its topics, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/22E7D61D-3495-46E6-96BD-7FAF69A1E077%40reala.net.

Alex Cabal

unread,
May 16, 2026, 12:06:58 PM (4 days ago) May 16
to standar...@googlegroups.com
Git commits (and any VCS commit) are not a way to save your work in
progress, rather they are denote single cohesive units of work so that
people in the future can understand the steps you took and what you did.
Therefore, in SE, and in any software project, commits should be clean
units of complete and digestible work with clear messages. (That doesn't
mean they have to be *long* messages, just clear. In our work a few
words or a sentence is usually enough.)

If you just want to save your work in progress, look at branches or the
git stash. There are countless tutorials online.

On 5/16/26 7:08 AM, Chelsea McGill wrote:
> Hi,
>
> I have read the description of what kind of commit to make, but I guess
> I misunderstood. I thought it was a way to save your work- is that not
> the case? I was going through and proofreading the text as necessary and
> tried to do a new commit for each editorial change.
>
>
> You want me to start over from scratch?
>
> Chelsea
>
> On Sat, 16 May, 2026, 2:25 pm Robin Whittleton, <ro...@reala.net
> <mailto:ro...@reala.net>> wrote:
>
> The epub:type="z3998:sender" should be on the paragraph itself, and
> you want signature semantics as well:
>
> <blockquote epub:type="z3998:letter">
> <p>An urgent matter&#x2060;&#x2014;&#x2060;touching the Cause.</p>
> <footer>
> <p epub:type="z3998:sender z3998:signature">Sandip.</p>
> </footer>
> </blockquote>
>
> You’re also missing styles for letters. Have a look at https://
> standardebooks.org/manual/1.8.7/single-page#7.7.4.2 <https://
> standardebooks.org/manual/1.8.7/single-page#7.7.4.2>
>
> Also, while I was looking through your commit history, I noticed
> it’s a little bit piecemeal. For example, you’re making spelling
> modernization commits, but you don’t seem to have run the modernize-
> spelling command yet, and you only seem to be working on the first
> five chapters at this point? We also have at least one commit that
> makes editorial changes without being tagged as [Editorial].
>
> Another thing is that some of your commits don’t have descriptive
> messages. For example, you’ve have three recent ones that just say
> “Update ch 4”, but not explain what’s being updated or why. The
> commit history should be readable to someone interested in the
> production process, and should tell the story of how the book was
> put together.
>
> For your first few productions it’s really important that you follow
> the step-by-step process as closely as possible. This makes it
> easier on you, and much easier to review afterwards. I don’t want to
> put you off because this looks like an important work for Standard
> Ebooks to have. But some of these commits are going to have to be
> rebased anyway to fix stuff, so it might be easier and cleaner to
> start over with your new knowledge of the production process?
>
> -Robin
>
>> On 16 May 2026, at 09:32, Chelsea McGill <bkwr...@gmail.com
>> <mailto:bkwr...@gmail.com>> wrote:
>>
>> Hi, please see the formatting of the short letter in Ch. 4 in the
>> Github commit. It is a very short note, so I wasn't sure exactly
>> how to format it.
>>
>> Best,
>> Chelsea
>>
>> On Saturday, May 16, 2026 at 2:08:02 AM UTC+5:30 Vince wrote:
>>
>> And, again, that is not what that section says. If that’s what
>> you /want/ it to say, then you should change it to say that,
>> i.e. to specifically /exclude/ people’s names. Right now it
>> looks like it specifically /includes/ them—“Most proper names
>> of /people … /do not require this…”. Most readers are going to
>> think that includes people’s names.
>>
>>> On May 15, 2026, at 3:20 PM, 'Alex Cabal' via Standard Ebooks
>>> <standar...@googlegroups.com> wrote:
>>>
>>> No. The examples list place names which contain non-name
>>> words, even though they're "names" of places. Those kinds of
>>> names can benefit from language, but proper names of people,
>>> e.g. "Vince", are never language.
>>>
>>> On 5/15/26 11:54 AM, Vince wrote:
>>>> That’s not what that section says. It says, "If words in the
>>>> name might be mispronounced in English pronunciation, they
>>>> are wrapped in a <span xml:lang="LANGUAGE"> element to
>>>> assist screen readers with pronunciation,” which is what she
>>>> is asking about. It goes on to say / most/ don’t need it,
>>>> but some occasionally do. Neither of those is “never.”
>>>> So her question is essentially, do her examples qualify for
>>>> the “occasionally”?
>>>>> On May 15, 2026, at 8:33 AM, 'Alex Cabal' via Standard
>>>>> Ebooks <standar...@googlegroups.com> wrote:
>>>>>
>>>>> Names are never language, seehttps://standardebooks.org/
>>>>> manual/1.8.7/ <http://standardebooks.org/manual/1.8.7/>
>>>>> single-page#8.2.9.2 <https://standardebooks.org/
>>>>> manual/1.8.7/single- <https://standardebooks.org/
>>>>> manual/1.8.7/single-> page#8.2.9.2>
>>>>>
>>>>> On 5/15/26 4:26 AM, Chelsea McGill wrote:
>>>>>> Hi, I have a question about screenreader compatibility. If
>>>>>> I want to have Bengali names pronounced correctly (i.e.,
>>>>>> Nikhil, Sandip, Bimala, the main characters), should I
>>>>>> wrap them in the following?
>>>>>> <span xml:lang="bn-Latn">Nikhil</span>
>>>> --
>>
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Standard Ebooks" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to standardebook...@googlegroups.com
>> <mailto:standardebook...@googlegroups.com>.
>> To view this discussion visit https://groups.google.com/d/msgid/
>> standardebooks/3e9dd11b-
>> f98b-422a-8106-2196fc08db41n%40googlegroups.com <https://
>> groups.google.com/d/msgid/standardebooks/3e9dd11b-
>> f98b-422a-8106-2196fc08db41n%40googlegroups.com?
>> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to a topic in
> the Google Groups "Standard Ebooks" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/standardebooks/aWQJKRCoBws/unsubscribe <https://
> groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email to
> standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/22E7D61D-3495-46E6-96BD-7FAF69A1E077%40reala.net
> <https://groups.google.com/d/msgid/
> standardebooks/22E7D61D-3495-46E6-96BD-7FAF69A1E077%40reala.net?
> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/CAPeSxYarhF2tYcK3OW%2BVL9vbw-CBakFU-
> ax09BFXbY%3DfPAvdgg%40mail.gmail.com <https://groups.google.com/d/msgid/
> standardebooks/CAPeSxYarhF2tYcK3OW%2BVL9vbw-CBakFU-
> ax09BFXbY%3DfPAvdgg%40mail.gmail.com?utm_medium=email&utm_source=footer>.

Chelsea McGill

unread,
May 18, 2026, 5:03:39 AM (2 days ago) May 18
to Standard Ebooks

Alex Cabal

unread,
May 18, 2026, 2:11:17 PM (2 days ago) May 18
to standar...@googlegroups.com
OK, I've updated your project with the new repo.
> > standardebooks.org/manual/1.8.7/single-page#7.7.4.2 <http://
> standardebooks.org/manual/1.8.7/single-page#7.7.4.2> <https://
> > standardebooks.org/manual/1.8.7/single-page#7.7.4.2 <http://
> <http://standardebooks.org/>
> >>>>> manual/1.8.7/ <http://standardebooks.org/manual/1.8.7/
> <http://standardebooks.org/manual/1.8.7/>>
> >>>>> single-page#8.2.9.2 <https://standardebooks.org/ <https://
> standardebooks.org/>
> >>>>> manual/1.8.7/single- <https://standardebooks.org/ <https://
> standardebooks.org/>
> >>>>> manual/1.8.7/single-> page#8.2.9.2>
> >>>>>
> >>>>> On 5/15/26 4:26 AM, Chelsea McGill wrote:
> >>>>>> Hi, I have a question about screenreader compatibility. If
> >>>>>> I want to have Bengali names pronounced correctly (i.e.,
> >>>>>> Nikhil, Sandip, Bimala, the main characters), should I
> >>>>>> wrap them in the following?
> >>>>>> <span xml:lang="bn-Latn">Nikhil</span>
> >>>> --
> >>
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Standard Ebooks" group.
> >> To unsubscribe from this group and stop receiving emails from it,
> >> send an email to standardebook...@googlegroups.com
> >> <mailto:standardebook...@googlegroups.com>.
> >> To view this discussion visit https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/>
> >> standardebooks/3e9dd11b-
> >> f98b-422a-8106-2196fc08db41n%40googlegroups.com
> <http://40googlegroups.com> <https://
> >> groups.google.com/d/msgid/standardebooks/3e9dd11b- <http://
> groups.google.com/d/msgid/standardebooks/3e9dd11b->
> >> f98b-422a-8106-2196fc08db41n%40googlegroups.com
> <http://40googlegroups.com>?
> >> utm_medium=email&utm_source=footer>.
> >
> > --
> > You received this message because you are subscribed to a topic in
> > the Google Groups "Standard Ebooks" group.
> > To unsubscribe from this topic, visit https://groups.google.com/
> d/ <https://groups.google.com/d/>
> > topic/standardebooks/aWQJKRCoBws/unsubscribe <https://
> > groups.google.com/d/topic/standardebooks/aWQJKRCoBws/unsubscribe
> <http://groups.google.com/d/topic/standardebooks/aWQJKRCoBws/
> unsubscribe>>.
> > To unsubscribe from this group and all its topics, send an email to
> > standardebook...@googlegroups.com
> > <mailto:standardebook...@googlegroups.com>.
> > To view this discussion visit https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/>
> > standardebooks/22E7D61D-3495-46E6-96BD-7FAF69A1E077%40reala.net
> <http://40reala.net>
> > <https://groups.google.com/d/msgid/ <https://groups.google.com/d/
> msgid/>
> > standardebooks/22E7D61D-3495-46E6-96BD-7FAF69A1E077%40reala.net
> <http://40reala.net>?
> > utm_medium=email&utm_source=footer>.
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Standard Ebooks" group.
> > To unsubscribe from this group and stop receiving emails from it,
> send
> > an email to standardebook...@googlegroups.com
> > <mailto:standardebook...@googlegroups.com>.
> > To view this discussion visit https://groups.google.com/d/msgid/
> <https://groups.google.com/d/msgid/>
> > standardebooks/CAPeSxYarhF2tYcK3OW%2BVL9vbw-CBakFU-
> > ax09BFXbY%3DfPAvdgg%40mail.gmail.com <http://40mail.gmail.com>
> <https://groups.google.com/d/msgid/ <https://groups.google.com/d/
> msgid/>
> > standardebooks/CAPeSxYarhF2tYcK3OW%2BVL9vbw-CBakFU-
> > ax09BFXbY%3DfPAvdgg%40mail.gmail.com?
> utm_medium=email&utm_source=footer <http://40mail.gmail.com?
> utm_medium=email&utm_source=footer>>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/8dcbc150-cc30-449f-9645-2633691d97d9n%40googlegroups.com
> <https://groups.google.com/d/msgid/standardebooks/8dcbc150-
> cc30-449f-9645-2633691d97d9n%40googlegroups.com?
> utm_medium=email&utm_source=footer>.

Robin Whittleton

unread,
May 18, 2026, 3:03:49 PM (2 days ago) May 18
to standar...@googlegroups.com
Thanks, and apologies. It’s never fun to start over, but I think you’ll get to a better place quicker.

-Robin

To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/8dcbc150-cc30-449f-9645-2633691d97d9n%40googlegroups.com.

Vince

unread,
May 18, 2026, 3:29:12 PM (2 days ago) May 18
to standar...@googlegroups.com
Yes, and it’s much easier now than when the reviewer says it needs to be done. :)

Chelsea McGill

unread,
6:00 AM (7 minutes ago) 6:00 AM
to Standard Ebooks
Hi, 

I am going through and formatting all the poetry fragments in the work. I had a question about the CSS. 

Since these are fragments and part of a novel, I am wrapping it in <blockquote> and z3998:verse. 

The provided CSS codes all use z3998:poem, such as this one: 

[epub|type~="z3998:poem"] p > span + br{ display: none; }
Should I add this CSS to the CSS Core file? And when I do so, should I change the z3998:poem to z3998:verse?

Best, 
Chelsea
Reply all
Reply to author
Forward
0 new messages