Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 04-04-2016, 03:28 AM   #91
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,545
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by fbrzvnrnd View Post
Again: why the author is using a italic? "It is a dream sequence". There is a "dream tag"? Not in XHTML. Maybe in TEI, I don't know (for example, in TEI we have tag for ironic sentences). XHTML give us poor poor semantics.
What I do if I have a "dream sequence"?

Code:
<div class="dream">
<p>Three times Randolph Carter dreamed of the marvellous city, and three times was he snatched away while still he paused on the high terrace above it. (et ceterae)</p>
</div>
if there is not a semantic for dreams, why fill the xhtml code of <i> to remember a typographic way to handle the text, when I can simply add a .dream p {font-style:italic} in css?

My point of view oblivious. And, yes, the non-novel book are more suitable to receive semantic works.
This would require the ebook creator (who, in most situations is not the author) to have a detailed understanding of the author's motivation for every instance of applying formatting to text. In many situations such information is simply not available.
HarryT is offline   Reply With Quote
Old 04-04-2016, 03:57 AM   #92
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 558
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by HarryT View Post
This would require the ebook creator (who, in most situations is not the author) to have a detailed understanding of the author's motivation for every instance of applying formatting to text. In many situations such information is simply not available.
"Many situations" is too much imho. If you use <q>, <em>, <cite>, <blockquote> and the correct CSS for cases like "dream sequence", the <i> use has to be very rare.
fbrzvnrnd is offline   Reply With Quote
Advert
Old 04-04-2016, 11:01 AM   #93
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
Mostly an author's intention for using italic is no more than convention, and because it usefully prevents say book titles being read as part of the text. From an editorial perspective, 'house style' dictates use of italic, and this is mostly based on books such as The Chicago Manual of Style. It makes sense in many of its proclamations, but to suppose the author has any degree of intention beyond house style is reading more into it than is there, and also providing a level of invisible annotation that is dependent on the annotator being almost godlike in their dedication to tagging at a granularity that the reader simply supplies naturally (do I need a Latin phrase tagged as Latin, I can see it's Latin). As for translation of phrases, ebook software can do that if the author has been so 1950s as not to do it in the text.

To me this obsession with micro-data seems to be solely for the collation of automatic lists, which are only as good as the annotator. And who is the annotator? The author or someone in an ebook production house? Frankly, speaking as a print editor, much italic in print books is not necessarily supplied by the author in the first place, but rather by the editor ensuring that the typescript conforms to house style. Mostly the only italic of importance supplied by the author is in fiction and is limited to the odd word of emphasis. The rest is house style. If book titles are italicised at such-and-such a publisher, they will be, regardless of how the author presented them. If the preference is for titles in inverted commas and not italic, that's how they will be done, even if the author italicised them.

Last edited by bookman156; 04-04-2016 at 11:38 AM.
bookman156 is offline   Reply With Quote
Old 04-04-2016, 11:22 AM   #94
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
I also don't see what the point of providing a dream class div is when <em> is perfectly fine. Although editorially mere italic or emphasised voice may not be enough to distinguish a dream sequence from a non-dream sequence and some discussion between the author and editor would doubtless ensue over that point.
bookman156 is offline   Reply With Quote
Old 04-04-2016, 11:45 AM   #95
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 558
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
I never think "italic" or "em". An "em" could be a bold in red color, if there is a reason to use that color and that weight. So, if a chapter is a dream, why I have to emphasize every single paragraph? It is a dream, and I mark the chapter as dream.
Typographic is in CSS, not in XML. IMHO.
About the microdata, I think microdata are more important in ebook that in web. Microdata (or semantic markup) is the best way to give life to your information: index, query, relationship between text and graph, questions, gamification, animation and more.
fbrzvnrnd is offline   Reply With Quote
Advert
Old 04-04-2016, 11:49 AM   #96
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
If an author wants to make it clear that text is a dream the easiest way is just to title the chapter accordingly. When in doubt, spell it out. But perhaps the author preferred that the reader didn't realise it was a dream until the character woke up, and was annoyed with his simple-minded editor for using italic.

Life is a dream. We don't italicise that. Perhaps we haven't realised...

Whether you think italic or bold red is neither here nor there, all you're doing is distinguishing one thing from another thing. That's the bottom line.

Last edited by bookman156; 04-04-2016 at 11:52 AM.
bookman156 is offline   Reply With Quote
Old 04-04-2016, 11:54 AM   #97
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,545
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Personally, I wake up every day and thank all the gods that the old <blink> tag that used to give you flashing text is no longer supported. I shudder to think how it could be abused in some ebooks. Large red flashing titles, perhaps?
HarryT is offline   Reply With Quote
Old 04-04-2016, 11:55 AM   #98
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
Quote:
Originally Posted by fbrzvnrnd View Post
About the microdata, I think microdata are more important in ebook that in web. Microdata (or semantic markup) is the best way to give life to your information: index, query, relationship between text and graph, questions, gamification, animation and more.
Well, I don't think of it as 'micro-data' as such, but of course any book that would benefit from a good index should have one, and all footnotes should be hyperlinked both ways. But beyond that, it seems like dredging sludge for bits of broken bottle.
bookman156 is offline   Reply With Quote
Old 04-04-2016, 11:57 AM   #99
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 558
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by bookman156 View Post
bold red is neither here nor there, all you're doing is distinguishing one thing from another thing. That's the bottom line.

I do not understand what you mean.
fbrzvnrnd is offline   Reply With Quote
Old 04-04-2016, 12:04 PM   #100
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
Quote:
Originally Posted by fbrzvnrnd View Post
I do not understand what you mean.
I mean I italicise or emphasise to call out a distinction. I italicise a book title so the whole of the title can be seen at once and I don't have to wonder where it ends and where the text as such carries on. Equally, if I emphasise a word in speech I mean to mimic just the way it would be said or to give some alternative meaning by the emphasis that wouldn't be there if it wasn't emphasised. But in both cases what has been done is simply distinguishing one textual item from its textual background. The purpose is inherent in each case from the context provided by the words and does not need to be invisibly second-guessed as a matter of routine by an ebook production company.
bookman156 is offline   Reply With Quote
Old 04-04-2016, 12:04 PM   #101
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 558
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by bookman156 View Post
Well, I don't think of it as 'micro-data' as such, but of course any book that would benefit from a good index should have one, and all footnotes should be hyperlinked both ways. But beyond that, it seems like dredging sludge for bits of broken bottle.
Actually we have some magazine in ebook and paper. An geopolitical one, one talking about literature for children and one for handicap. When we cite books, articles, movies, comics, historical events, we use a markup that allow us to build several interactive index, or glossary. I don't think this is a "dredging sludge for bits of broken bottle", but offer different ways to the reader to access the magazine, search information, have a global idea of what the magazine is talking about, move from one article to another coherent with the first one.
fbrzvnrnd is offline   Reply With Quote
Old 04-04-2016, 12:09 PM   #102
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
Quote:
Originally Posted by fbrzvnrnd View Post
Actually we have some magazine in ebook and paper. An geopolitical one, one talking about literature for children and one for handicap. When we cite books, articles, movies, comics, historical events, we use a markup that allow us to build several interactive index, or glossary. I don't think this is a "dredging sludge for bits of broken bottle", but offer different ways to the reader to access the magazine, search information, have a global idea of what the magazine is talking about, move from one article to another coherent with the first one.
Well you see I am of the school of thought that a glossary and index should be done by hand by the author. They may have used software in its preparation or they may just have done it the long way on postcards, but it is selective and intuitional, not automatic and blanket. There are many words that shouldn't be in a glossary, and an index is better if it looks like a human has put some thought into it. But, failing that, a late-stage index and glossary from this kind of tagging is better than nothing.
bookman156 is offline   Reply With Quote
Old 04-04-2016, 12:12 PM   #103
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 558
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by bookman156 View Post
I mean I italicise or emphasise to call out a distinction. I italicise a book title so the whole of the title can be seen at once and I don't have to wonder where it ends and where the text as such carries on. Equally, if I emphasise a word in speech I mean to mimic just the way it would be said or to give some alternative meaning by the emphasis that wouldn't be there if it wasn't emphasised. But in both cases what has been done is simply distinguishing one textual item from its textual background. The purpose is inherent in each case from the context provided by the words and does not need to be invisibly second-guessed as a matter of routine by an ebook production company.
Why you call out a distinction? Because you want to formalize a data inserted in your content. Why a title is often big and centered? Because it is its historical formalization. For the paper. In digital we can formalize more that those that can be seen, because we do not use paper, but we have a microprocessor that can work on those datas. Of course you can make do with a single index and some hyperlink in notes. Or go beyond.
fbrzvnrnd is offline   Reply With Quote
Old 04-04-2016, 12:17 PM   #104
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 558
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by bookman156 View Post
Well you see I am of the school of thought that a glossary and index should be done by hand by the author. They may have used software in its preparation or they may just have done it the long way on postcards, but it is selective and intuitional, not automatic and blanket. There are many words that shouldn't be in a glossary, and an index is better if it looks like a human has put some thought into it. But, failing that, a late-stage index and glossary from this kind of tagging is better than nothing.
The two things are not one against the other: I believe that we will have a new type of editor who - on the one hand - organizes the text and its requirements, on the other hand formalizes and programs it. Not everything has to be marked. Computer runs query, but the information are handles by editor, author and publisher.
fbrzvnrnd is offline   Reply With Quote
Old 04-04-2016, 12:20 PM   #105
bookman156
Addict
bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.bookman156 ought to be getting tired of karma fortunes by now.
 
Posts: 368
Karma: 1000000
Join Date: Mar 2016
Device: none
Quote:
Originally Posted by fbrzvnrnd View Post
Why you call out a distinction? Because you want to formalize a data inserted in your content. Why a title is often big and centered? Because it is its historical formalization. For the paper. In digital we can formalize more that those that can be seen, because we do not use paper, but we have a microprocessor that can work on those datas. Of course you can make do with a single index and some hyperlink in notes. Or go beyond.
It depends on the book. I agree that we can 'go beyond', if the book calls for it. But if done as a matter of routine it just becomes the application of a method without sufficient knowledge to make judgment calls. Where does it end? Will you tag 'where' as a word of localisation, 'does' as a word of action, 'it' as an unspecified object, and 'end' as indicative of finality?
bookman156 is offline   Reply With Quote
Reply

Tags
semantic, semantic markup


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using italic and bold instead of emphasis and strong hardbound ePub 12 05-24-2014 07:20 AM
iPad "Upgraded" to iBooks 3.2 – Bold fonts are extra-bold, italics are now bold-italic MHC Apple Devices 4 03-03-2014 01:50 PM
The bold and italic buttons on the bar Artha Sigil 15 12-04-2011 04:52 PM
italic, bold etc to normal cybmole Sigil 11 03-04-2011 10:37 AM
PRS-500 Tags for Bold, Italic, Center, Etc. in LRF? EatingPie Sony Reader Dev Corner 9 04-07-2007 01:06 AM


All times are GMT -4. The time now is 12:15 AM.


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