Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 04:21 PM   #1
dcbrow2
Junior Member
dcbrow2 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2026
Device: ipad mini
Kepub conversion Hyphenation issues

TIA for any help.

I like to have the output format of my ebooks on my computer so I can tweak if needed for my reading experience (things like font-sizes, but also adjusting sizes of images used for section dividers and so forth) as I'm quite picky in how the text looks when I'm reading.

For kepub output, I'm not sure if this is normal behavior but the kepub output from conversion (using epub as input) never has the hyphenation style html code in the output file even though I specify the hyphenation information in KEPUB Output section of the conversion dialog.

I'm referring to this hyphenation code:

<style type="text/css" id="kepubify-extra-css">
* {
/* Vendor-prefixed CSS properties for hyphenation. Keep -webkit first since
* some user agents also recognize -webkit properties and will apply them.
*/
-webkit-hyphens: auto;
-webkit-hyphenate-limit-after: 3;
-webkit-hyphenate-limit-before: 3;
-webkit-hyphenate-limit-chars: 5 3 3;
-webkit-hyphenate-limit-lines: 3;

/* CSS4 standard properties for hyphenation. If a property isn't represented
* in the standard, don't put a vendor-prefixed property for it above.
*/
hyphens: auto;
hyphenate-limit-chars: 5 3 3;
hyphenate-limit-lines: 3;
hyphenate-limit-last: page;
}

h1, h2, h3, h4, h5, h6, td {
-webkit-hyphens: none !important;
hyphens: none !important;
}
</style>

I get this code inserted in the kepub file by KoboTouchExtended when sending to my device and I can see it if I choose to edit the file on my device. But again, I want the book file that will live on my Kobo to also be on my computer so I can tweak as needed and also for backup. Oddly, and I don't understand this, KoboTouchExtended only sometimes adds that code, even though I added the hyphenation information into the plugin setup.

So my question is: Is the kepub output from Calibre conversion supposed to put that hyphenation code into the files when I specify it in the Kepup output section of the conversion dialog?

I have tested by using a debug folder and I find that the hyphenation code is present in the xhtml files in the structure folder but not in the processed folder.

Is the behavior I am seeing as intended? Am I doing something wrong. Again, TIA for any help.
dcbrow2 is offline   Reply With Quote
Old Yesterday, 09:45 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,401
Karma: 29634066
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Works for me with

ebook-convert file.epub .kepub --kepub-affect-hyphenation

see https://www.mobileread.com/forums/sh...d.php?t=186697
kovidgoyal is offline   Reply With Quote
Advert
Old Yesterday, 11:25 PM   #3
dcbrow2
Junior Member
dcbrow2 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2026
Device: ipad mini
Hi,

Thanks for the response. I am still having this issue. I have attached an epub file I tried to convert. I also uploaded a screenshot of the gui showing kepub output options. I tried to attach the kepub output but I got a message saying invalid file (it's not). I tried it both from the Gui and using the command line you provided. FWIW, I am running on a Mac and using the latest version (9.11). All plugins are current as well.

Here is the HTML in the output kepub from the titlepage.xhtml:
Spoiler:


<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en">
<head>
<meta name="calibre:cover" content="true"/>
<title>Cover</title>
<style type="text/css" title="override_css">
@page {padding: 0pt; margin:0pt}
body { text-align: center; padding:0pt; margin: 0pt; }
</style>





</head>
<body><div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 1400 2100" preserveAspectRatio="xMidYMid meet">
<image width="1400" height="2100" xlink:href="cover.jpeg"/>
</svg>
</div>
</body>
</html>

Here is the log from calibre:

Convert book 1 of 1 (Can You Forgive Her?)
DeDRM v10.0.18: Trying to decrypt _vj7u4m_.epub
DeDRM v10.0.18: Verifying zip archive integrity
DeDRM v10.0.18: Post-processing took 0.0 seconds
DeDRM v10.0.18: Post-processing didn't do anything on DRM-free EPUB, returning original file
DeDRM v10.0.18: Finished after 0.2 seconds
Conversion options changed from defaults:
read_metadata_from_opf: '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/wkpfvqev.opf'
change_justification: 'justify'
verbose: 2
cover: '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/4px2zmmu.jpeg'
base_font_size: 12.0
kepub_affect_hyphenation: True
output_profile: 'ipad3'
page_breaks_before: "//*[name()='h1' or name()='h2']"
Resolved conversion options
calibre version: 9.11.0
{'add_alt_text_to_img': False,
'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 12.0,
'book_producer': None,
'change_justification': 'justify',
'chapter': "//*[((name()='h1' or name()='h2') and re:test(., "
"'\\s*((chapter|book|section|part)\\s+)|((prolog|p rologue|epilogue)(\\s+|$))', "
"'i')) or @class = 'chapter']",
'chapter_mark': 'pagebreak',
'comments': None,
'cover': '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/4px2zmmu.jpeg',
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_split_on_page_breaks': False,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': '',
'fix_indents': True,
'flow_size': 512,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x11429acf0>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'kepub_affect_hyphenation': True,
'kepub_disable_hyphenation': False,
'kepub_hyphenation_limit_lines': 2,
'kepub_hyphenation_min_chars': 6,
'kepub_hyphenation_min_chars_after': 3,
'kepub_hyphenation_min_chars_before': 3,
'kepub_max_image_size': 'none',
'kepub_prefer_justification': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0.0,
'linearize_tables': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_inline_navbars': False,
'output_profile': <calibre.customize.profiles.iPad3Output object at 0x114290c20>,
'page_breaks_before': "//*[name()='h1' or name()='h2']",
'prefer_metadata_cover': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/wkpfvqev.opf',
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': '[]',
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': None,
'sr1_search': None,
'sr2_replace': None,
'sr2_search': None,
'sr3_replace': None,
'sr3_search': None,
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'transform_css_rules': '[]',
'transform_html_rules': '[]',
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
DeDRM v10.0.18: Trying to decrypt _vj7u4m_.epub
DeDRM v10.0.18: Verifying zip archive integrity
DeDRM v10.0.18: Post-processing took 0.0 seconds
DeDRM v10.0.18: Post-processing didn't do anything on DRM-free EPUB, returning original file
DeDRM v10.0.18: Finished after 0.1 seconds
InputFormatPlugin: EPUB Input running
on /var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/_vj7u4m_.epub
Parsing all content...
Parsing epub/text/chapter-32.xhtml ...
Parsing epub/text/chapter-64.xhtml ...
Parsing epub/css/se.css ...
Parsing epub/text/chapter-35.xhtml ...
Parsing epub/text/chapter-67.xhtml ...
Parsing epub/text/chapter-38.xhtml ...
Parsing epub/text/chapter-70.xhtml ...
Parsing epub/text/chapter-41.xhtml ...
Parsing epub/text/chapter-73.xhtml ...
Parsing epub/text/chapter-44.xhtml ...
Parsing epub/text/chapter-75.xhtml ...
Parsing epub/css/core.css ...
CSSStylesheet: Unknown @rule found. [225:1: @supports]
Parsing epub/text/chapter-4.xhtml ...
Parsing epub/text/chapter-14.xhtml ...
Parsing epub/text/chapter-47.xhtml ...
Parsing epub/text/chapter-6.xhtml ...
Parsing epub/text/chapter-18.xhtml ...
Parsing epub/text/chapter-50.xhtml ...
Parsing epub/text/chapter-78.xhtml ...
Parsing epub/text/chapter-21.xhtml ...
Parsing epub/text/chapter-53.xhtml ...
Parsing epub/text/colophon.xhtml ...
Parsing epub/text/chapter-24.xhtml ...
Parsing epub/text/chapter-56.xhtml ...
Parsing epub/text/titlepage.xhtml ...
Parsing epub/text/chapter-10.xhtml ...
Parsing epub/text/chapter-27.xhtml ...
Parsing epub/text/chapter-59.xhtml ...
Parsing epub/text/chapter-1.xhtml ...
Parsing epub/text/chapter-30.xhtml ...
Parsing epub/text/chapter-62.xhtml ...
Parsing epub/text/chapter-33.xhtml ...
Parsing epub/text/chapter-65.xhtml ...
Parsing epub/text/chapter-36.xhtml ...
Parsing epub/text/chapter-68.xhtml ...
Parsing epub/css/local.css ...
Parsing epub/text/chapter-39.xhtml ...
Parsing epub/text/chapter-71.xhtml ...
Parsing epub/text/chapter-42.xhtml ...
Parsing epub/text/chapter-74.xhtml ...
Parsing epub/text/chapter-76.xhtml ...
Parsing epub/text/chapter-45.xhtml ...
Parsing epub/text/chapter-16.xhtml ...
Parsing epub/text/chapter-48.xhtml ...
Parsing epub/text/chapter-19.xhtml ...
Parsing epub/text/chapter-51.xhtml ...
Parsing epub/text/chapter-79.xhtml ...
Parsing epub/text/chapter-12.xhtml ...
Parsing epub/text/chapter-22.xhtml ...
Parsing epub/text/chapter-54.xhtml ...
Parsing epub/text/endnotes.xhtml ...
Parsing epub/text/chapter-25.xhtml ...
Parsing epub/text/chapter-57.xhtml ...
Parsing epub/text/uncopyright.xhtml ...
Parsing epub/text/chapter-9.xhtml ...
Parsing epub/text/chapter-28.xhtml ...
Parsing epub/text/chapter-60.xhtml ...
Parsing epub/text/chapter-63.xhtml ...
Parsing epub/text/chapter-3.xhtml ...
Parsing epub/text/chapter-5.xhtml ...
Parsing epub/text/chapter-31.xhtml ...
Parsing epub/text/chapter-34.xhtml ...
Parsing epub/text/chapter-66.xhtml ...
Parsing epub/text/chapter-37.xhtml ...
Parsing epub/text/chapter-69.xhtml ...
Parsing epub/text/chapter-40.xhtml ...
Parsing epub/text/chapter-72.xhtml ...
Parsing epub/text/chapter-7.xhtml ...
Parsing epub/text/chapter-11.xhtml ...
Parsing epub/text/chapter-43.xhtml ...
Parsing epub/text/chapter-46.xhtml ...
Parsing epub/text/chapter-2.xhtml ...
Parsing epub/text/chapter-15.xhtml ...
Parsing epub/text/chapter-17.xhtml ...
Parsing epub/text/chapter-49.xhtml ...
Parsing epub/text/chapter-77.xhtml ...
Parsing epub/text/chapter-13.xhtml ...
Parsing epub/text/chapter-20.xhtml ...
Parsing epub/text/chapter-52.xhtml ...
Parsing epub/text/chapter-80.xhtml ...
Parsing epub/text/chapter-55.xhtml ...
Parsing epub/text/chapter-23.xhtml ...
Parsing epub/text/imprint.xhtml ...
Parsing epub/text/chapter-26.xhtml ...
Parsing epub/text/chapter-58.xhtml ...
Parsing epub/toc.xhtml ...
Parsing epub/text/chapter-8.xhtml ...
Parsing epub/text/chapter-29.xhtml ...
Parsing epub/text/chapter-61.xhtml ...
Reading TOC from NCX...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Removing fake margins...
Found 5481 items of level: p_2
Found 147 items of level: p_3
Found 30 items of level: p_4
p_2 left margin stats: Counter({'0': 5469, 'auto': 8, '': 4})
p_2 right margin stats: Counter({'0': 5469, 'auto': 8, '': 4})
p_3 left margin stats: Counter({'0': 146, 'auto': 1})
p_3 right margin stats: Counter({'0': 146, 'auto': 1})
p_4 left margin stats: Counter({'0': 30})
p_4 right margin stats: Counter({'0': 30})
Cleaning up manifest...
Trimming unused files from manifest...
Trimming 'epub/toc.xhtml' from manifest
Creating KEPUB Output...
Splitting markup on page breaks and flow limits, if any...
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-32.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-64.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-35.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-67.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-38.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-70.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-41.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-73.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-44.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-75.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-4.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-14.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-47.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-6.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-18.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-50.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-78.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-21.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-53.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/colophon.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-24.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-56.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/titlepage.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-10.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-27.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-59.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-1.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-30.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-62.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-33.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-65.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-36.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-68.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-39.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-71.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-42.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-74.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-76.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-45.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-16.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-48.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-19.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-51.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-79.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-12.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-22.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-54.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/endnotes.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-25.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-57.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/uncopyright.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-9.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-28.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-60.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-63.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-3.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-5.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-31.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-34.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-66.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-37.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-69.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-40.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-72.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-7.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-11.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-43.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-46.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-2.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-15.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-17.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-49.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-77.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-13.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-20.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-52.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-80.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-55.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-23.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/imprint.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-26.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-58.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-8.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-29.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-61.xhtml...
No large trees found
Upgrading to EPUB 3...
Adding Kobo markup...
KEPUB output written to /var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/usvn7dbr.kepub


Is there some preference I need to change? Perhaps some plugin is breaking something? I don't have a lot of plugins installed. I do have DeDRM.

Thanks again for any help.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2026-07-27 at 8.06.54 PM.png
Views:	5
Size:	364.1 KB
ID:	224713  
Attached Files
File Type: epub Can You Forgive Her_ - Anthony Trollope.epub (1.03 MB, 2 views)

Last edited by theducks; Yesterday at 11:42 PM. Reason: spoilered LOG s
dcbrow2 is offline   Reply With Quote
Old Yesterday, 11:50 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,401
Karma: 29634066
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Works for me with

Code:
ebook-convert Can\ You\ Forgive\ Her_\ -\ Anthony\ Trollope.epub .kepub --kepub-affect-hyphenation --extract-to x && grep -R webkit-hyphen x 

x/epub/toc.xhtml:    -webkit-hyphens: auto;
x/epub/toc.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/toc.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/toc.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/toc.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/toc.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-44.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-44.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-44.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-44.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-44.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-44.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-30.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-30.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-30.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-30.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-30.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-30.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-34.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-34.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-34.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-34.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-34.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-34.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-38.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-38.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-38.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-38.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-38.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-38.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-73.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-73.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-73.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-73.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-73.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-73.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-69.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-69.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-69.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-69.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-69.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-69.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-68.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-68.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-68.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-68.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-68.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-68.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-17.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-17.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-17.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-17.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-17.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-17.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-10.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-10.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-10.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-10.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-10.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-10.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-55.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-55.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-55.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-55.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-55.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-55.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-36.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-36.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-36.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-36.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-36.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-36.xhtml:    -webkit-hyphens: none !important;
x/epub/text/colophon.xhtml:    -webkit-hyphens: auto;
x/epub/text/colophon.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/colophon.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/colophon.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/colophon.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/colophon.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-47.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-47.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-47.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-47.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-47.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-47.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-59.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-59.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-59.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-59.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-59.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-59.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-24.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-24.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-24.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-24.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-24.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-24.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-60.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-60.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-60.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-60.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-60.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-60.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-5.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-5.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-5.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-5.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-5.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-5.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-65.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-65.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-65.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-65.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-65.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-65.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-6.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-6.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-6.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-6.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-6.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-6.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-77.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-77.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-77.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-77.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-77.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-77.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-23.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-23.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-23.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-23.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-23.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-23.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-35.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-35.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-35.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-35.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-35.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-35.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-26.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-26.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-26.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-26.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-26.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-26.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-8.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-8.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-8.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-8.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-8.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-8.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-40.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-40.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-40.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-40.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-40.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-40.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-79.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-79.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-79.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-79.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-79.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-79.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-11.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-11.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-11.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-11.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-11.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-11.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-9.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-9.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-9.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-9.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-9.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-9.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-45.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-45.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-45.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-45.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-45.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-45.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-66.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-66.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-66.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-66.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-66.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-66.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-46.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-46.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-46.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-46.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-46.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-46.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-54.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-54.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-54.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-54.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-54.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-54.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-52.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-52.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-52.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-52.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-52.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-52.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-76.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-76.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-76.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-76.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-76.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-76.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-31.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-31.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-31.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-31.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-31.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-31.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-4.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-4.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-4.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-4.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-4.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-4.xhtml:    -webkit-hyphens: none !important;
x/epub/text/titlepage.xhtml:    -webkit-hyphens: auto;
x/epub/text/titlepage.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/titlepage.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/titlepage.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/titlepage.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/titlepage.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-50.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-50.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-50.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-50.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-50.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-50.xhtml:    -webkit-hyphens: none !important;
x/epub/text/imprint.xhtml:    -webkit-hyphens: auto;
x/epub/text/imprint.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/imprint.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/imprint.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/imprint.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/imprint.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-16.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-16.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-16.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-16.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-16.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-16.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-62.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-62.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-62.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-62.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-62.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-62.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-28.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-28.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-28.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-28.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-28.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-28.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-64.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-64.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-64.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-64.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-64.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-64.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-2.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-2.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-2.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-2.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-2.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-2.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-57.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-57.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-57.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-57.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-57.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-57.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-43.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-43.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-43.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-43.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-43.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-43.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-72.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-72.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-72.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-72.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-72.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-72.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-18.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-18.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-18.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-18.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-18.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-18.xhtml:    -webkit-hyphens: none !important;
x/epub/text/uncopyright.xhtml:    -webkit-hyphens: auto;
x/epub/text/uncopyright.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/uncopyright.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/uncopyright.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/uncopyright.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/uncopyright.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-29.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-29.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-29.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-29.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-29.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-29.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-61.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-61.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-61.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-61.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-61.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-61.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-3.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-3.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-3.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-3.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-3.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-3.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-37.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-37.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-37.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-37.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-37.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-37.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-58.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-58.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-58.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-58.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-58.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-58.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-12.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-12.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-12.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-12.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-12.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-12.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-25.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-25.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-25.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-25.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-25.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-25.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-1.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-1.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-1.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-1.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-1.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-1.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-75.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-75.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-75.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-75.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-75.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-75.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-49.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-49.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-49.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-49.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-49.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-49.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-32.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-32.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-32.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-32.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-32.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-32.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-39.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-39.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-39.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-39.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-39.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-39.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-53.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-53.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-53.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-53.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-53.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-53.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-74.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-74.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-74.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-74.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-74.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-74.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-33.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-33.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-33.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-33.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-33.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-33.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-78.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-78.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-78.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-78.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-78.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-78.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-20.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-20.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-20.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-20.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-20.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-20.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-56.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-56.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-56.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-56.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-56.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-56.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-22.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-22.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-22.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-22.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-22.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-22.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-42.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-42.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-42.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-42.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-42.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-42.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-51.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-51.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-51.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-51.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-51.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-51.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-71.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-71.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-71.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-71.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-71.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-71.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-63.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-63.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-63.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-63.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-63.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-63.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-70.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-70.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-70.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-70.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-70.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-70.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-80.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-80.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-80.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-80.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-80.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-80.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-13.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-13.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-13.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-13.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-13.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-13.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-15.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-15.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-15.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-15.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-15.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-15.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-7.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-7.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-7.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-7.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-7.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-7.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-27.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-27.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-27.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-27.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-27.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-27.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-21.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-21.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-21.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-21.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-21.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-21.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-14.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-14.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-14.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-14.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-14.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-14.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-19.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-19.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-19.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-19.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-19.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-19.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-48.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-48.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-48.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-48.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-48.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-48.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-67.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-67.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-67.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-67.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-67.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-67.xhtml:    -webkit-hyphens: none !important;
x/epub/text/endnotes.xhtml:    -webkit-hyphens: auto;
x/epub/text/endnotes.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/endnotes.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/endnotes.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/endnotes.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/endnotes.xhtml:    -webkit-hyphens: none !important;
x/epub/text/chapter-41.xhtml:    -webkit-hyphens: auto;
x/epub/text/chapter-41.xhtml:    -webkit-hyphenate-limit-after: 3;
x/epub/text/chapter-41.xhtml:    -webkit-hyphenate-limit-before: 3;
x/epub/text/chapter-41.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/epub/text/chapter-41.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/epub/text/chapter-41.xhtml:    -webkit-hyphens: none !important;
x/titlepage.xhtml:    -webkit-hyphens: auto;
x/titlepage.xhtml:    -webkit-hyphenate-limit-after: 3;
x/titlepage.xhtml:    -webkit-hyphenate-limit-before: 3;
x/titlepage.xhtml:    -webkit-hyphenate-limit-chars: 6 3 3;
x/titlepage.xhtml:    -webkit-hyphenate-limit-lines: 2;
x/titlepage.xhtml:    -webkit-hyphens: none !important;
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issues when converting from EPUB to KEPUB turnroot Kobo Reader 1 03-03-2025 04:48 AM
Amazon conversion adds excessive hyphenation Olders Editor 4 11-20-2023 08:47 PM
understanding .kepub hyphenation arslonga Kobo Reader 1 04-14-2018 09:18 AM
Hyphenation in KEPUB files Buhaj Plugins 5 06-27-2016 06:51 AM
Aura epub, kepub, hyphenation and word-spacing pblasi Kobo Reader 5 08-22-2014 05:13 AM


All times are GMT -4. The time now is 03:40 AM.


MobileRead.com is a privately owned, operated and funded community.