1 should be pretty easy. Edit it in Gimp or Photoshop first to remove
dirt/smudges then trace with Inkscape.
2 will be much harder because the scan is very poor. You can try finding
a better scan, or maybe using Gimp to increase the contrast or fill in
some of the faded spots by hand so that it will trace better.
On 5/27/26 6:03 PM, Cecil New wrote:
> There are a couple of diagrams that need to be kept. I've been playing
> around with Inkscape, but so far the SVG files aren't very good. There
> are two sizes for the second diagram - so three files in all. I attached
> them in case someone else would like to try.
>
> Are there some settings that are known to improve the quality of the SVG
> outputs?
>
> On Monday, May 25, 2026 at 9:46:08 AM UTC-4 Emma Sweeney wrote:
>
> Use the CSS found in SEMoS 7.5 <
https://standardebooks.org/
> manual/1.8.8/single-page#7.5>. Just change `z3998:poem` to
> ``z3998:verse`.
>
> Emma
> On Monday, May 25, 2026 at 9:35:57 AM UTC-4
ceci...@gmail.com wrote:
>
> I could not find any CSS for verses, per se. But after studying
> the CSS in the manual, I tried the below and got the result I
> was hoping for. Adding the verse semantic had no effect, but
> adding the poem semantic did. I'll go back thru all the chapters
> and ensure that such verse-like content has both semantics.
> Thanks for identifying this!
>
> It occurs to me that perhaps I should add z3998:verse to this
> particular CSS selector. If that is preferred, let me know. Then
> that CSS would be:
> ```
> [epub|type~="z3998:poem"] p > span,
> [epub|type~="z3998:verse"] p > span {
> display: block;
> padding-left: 1em;
> text-indent: -1em;
> }
> ```
> *Here was my first attempt which worked. Verse semantics alone
> had no associated CSS, but poem semantics did.*
> ```
> <tr>
> <td epub:type="z3998:persona">Othello</td>
> <td epub:type="z3998:poem z3998:verse">
> <p>
> <span>By heav'n, he echoes me.</span>
> <br/>
> <span>As if there was some monster in his thought</span>
> <br/>
> <span>Too hideous to be shown.</span>
> </p>
> </td>
> </tr>
> ```
> *And this shows the result I was expecting to see.*
> page/314/mode/2up <
https://archive.org/details/
> handring00greeuoft/page/314/mode/2up>
>
https://www.gutenberg.org/cache/epub/31681/
> pg31681-images.html#Page_299 <https://
>
www.gutenberg.org/cache/epub/31681/pg31681-
> images.html#Page_299>
>
> And here is what I am seeing:
> Screenshot from 2026-05-24 09-52-14.png
>
> On Friday, May 22, 2026 at 8:22:24 PM UTC-4 Emma
> Sweeney wrote:
>
> Use the vertical ellipsis for missing verse
> lines (SEMoS 7.5.7 <https://
>
standardebooks.org/manual/1.8.8/single-
> page#7.5.7>).
>
> Emma
> On Friday, May 22, 2026 at 5:23:10 PM UTC-4
>
ceci...@gmail.com wrote:
>
> Relative to preceding, here are two
> screenshots. The first is the
> transcription. The second is what I have
> at the moment.
> Screenshot from 2026-05-22 17-19-03.png
>
> Screenshot from 2026-05-22 17-22-39.png
>
> On Friday, May 22, 2026 at 5:02:54 PM
> UTC-4 Cecil New wrote:
>
> In the chapter 20 header: https://
>
archive.org/details/
> handring00greeuoft/page/244/mode/2up
> <
https://archive.org/details/
> handring00greeuoft/page/244/
> mode/2up> there is some drama markup
> required. In this case, some lines
> are elided and they use a row of
> spaced asterisks to indicate the
> line(s) missing. I see examples of
> using `<span>...</span>` in the
> poetry section here <https://
>
standardebooks.org/contribute/how-
> tos/how-to-structure-and-style-
> large-poetic-
> productions#:~:text=son,%3C/
> span%3E%0A%09%3Cbr/%3E-,
> %3Cspan%3E...%3C/span%3E,-%3Cbr/
> %3E%0A%09%3Cspan%3EAnd>, but nothing
> in the accompanying text is about
> handling skipped lines.
>
> In the transcription they use a line
> of asterisks with non-breaking
> spaces to space them out.
>
> How should I handle this?
>
> standardebooks/05c31dcd-4793-4c4a-82e4-86f9ced17be3n%
40googlegroups.com
> <
https://groups.google.com/d/msgid/
> standardebooks/05c31dcd-4793-4c4a-82e4-86f9ced17be3n%
40googlegroups.com?
> utm_medium=email&utm_source=footer>.