Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 05-21-2015, 08:10 AM   #1
titusbramble
Im Anna
titusbramble began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2015
Location: Sweden
Device: ipad
Anthology - Multiple authors

Hi

I want to create an anthology with short stories written by some of my friends. When i create the epub the authors are shown as they should, but since each author has his/her own chapter, i would like that authors name to be added to the meta name of that chapter.

With other words, each chapter should have different author showing at the top of the reader, where it usually show only same for all chapters.

Anyone that can advice what to do? Is it possible?

Anna
titusbramble is offline   Reply With Quote
Old 05-21-2015, 10:39 AM   #2
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,515
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
That's not defined in the ePub standard. I mean, what appears at the "top of the reader" is reader-dependent. Most likely, it will just display the ePub author field, and that's the same for the whole book. You can specify the author in a <meta> tag for each chapter but most probably it will be ignored everywhere.
Jellby is offline   Reply With Quote
Advert
Old 05-21-2015, 10:53 AM   #3
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
A quick (I'm hurry!) and maybe not pertinent trick: why not simply use the heading? So authors will be <h1>, title <h2>, etc. With a TOC at the beginning, the author field will necessarily be present.
Arios is offline   Reply With Quote
Old 05-21-2015, 12:04 PM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,515
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Arios View Post
why not simply use the heading? So authors will be <h1>, title <h2>, etc. With a TOC at the beginning, the author field will necessarily be present.
Because the author is not a hierarchical division higher than the title, unless the books is dividided by authors with possibly several stories by each author.

It would better be:

Code:
<h1><span class="author">Author</span>
Title</h1>
But I think what the OP wants is the author's name at the top of every page in the chapter.
Jellby is offline   Reply With Quote
Old 05-21-2015, 07:06 PM   #5
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
Quote:
But I think what the OP wants is the author's name at the top of every page in the chapter.
You're probably right, but I think to my trick in relation to what you wrote:

Quote:
You can specify the author in a <meta> tag for each chapter but most probably it will be ignored everywhere.
What codes would you put in your <span class="author">?
Arios is offline   Reply With Quote
Advert
Old 05-22-2015, 03:07 AM   #6
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,515
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Arios View Post
What codes would you put in your <span class="author">?
That depends on how you want the author name to look like in relation to the chapter title. For example:

Code:
h1 span.author{
  display: block; /* make sure it's in a separate line */
  font-size: 80%; /* smaller than the title */
  margin: 0.5em 0; /* some vertical separation */
}
Jellby is offline   Reply With Quote
Old 05-22-2015, 06:13 AM   #7
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
I got my knuckles rapped for using <h1> etc for entries on the title page, so I created a parallel set of paragraph styles, p.large, p.medium, and p.small. They are, respectively, intended for the title, sub-title, and author/publisher lines.
Notjohn is offline   Reply With Quote
Old 05-22-2015, 11:28 AM   #8
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
Thanks for sharing jellby, maybe the op (Anna) will tell us if this works for her?

@ Notjohn

Quote:
I got my knuckles rapped for using <h1> etc for entries on the title page...
Some people are so cruel!

Seriously, do these codes (p.large, etc.) have a semantic value like <h1>, <h2>, etc.> so, are you losing something in this trade off?
Arios is offline   Reply With Quote
Old 05-22-2015, 12:04 PM   #9
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,515
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Arios View Post
Seriously, do these codes (p.large, etc.) have a semantic value like <h1>, <h2>, etc.> so, are you losing something in this trade off?
Not quite a semantic value (p.title, p.subtitle, p.author would have it), but at least they don't claim to be first-, second-, etc. level headings when they are not. They won't affect automatic TOC generation, and they won't interfere with styling the real chapter/book/section headings.

Using <h1> just because by default it's rendered large and bold and I want some large and bold text is poor coding, in my opinion.
Jellby is offline   Reply With Quote
Old 05-22-2015, 12:44 PM   #10
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
Quote:
Using <h1> just because by default it's rendered large and bold and I want some large and bold text is poor coding, in my opinion.
True!

And I hope you did not think I had that in mind: one of the biggest problem with authors (AFAIK!) is that the style, appearance comes before function. For me the appearance must be subordinate to the content, not the reverse!
Arios is offline   Reply With Quote
Old 05-23-2015, 05:54 AM   #11
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
(Perhaps it was Jellby who rapped my knuckles!)
Notjohn is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anthology authors bgalbrecht Calibre 9 05-20-2014 09:19 AM
Authors smart list for books with multiple authors -bug? SergeyGomanyuk Marvin 1 03-29-2014 04:14 AM
Catalog Anthology/Multiple Author Question Tom SKP Library Management 8 11-06-2012 07:18 AM
Lost Children: A Charity Anthology (30 authors, 2 great causes) tpluck Self-Promotions by Authors and Publishers 0 11-10-2011 08:43 AM
Anthology Featuring MobileRead Authors jaxx6166 News 15 01-25-2010 12:52 PM


All times are GMT -4. The time now is 03:26 PM.


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