Superscript in EPub

I'm using InDesign CS3, when I'm exporting the document to epub, suoerscript applied in the document is not coming in epub. I've used character style for applying superscript.
Any suggestion why it is not coming in epub?

Hi Jaswin,
It clearly shows that we need to apply the proper character styles in InDesign file before converting the file into ePub, since the manually applied styles are getting ignored during the ePub conversion, but still I find a problem in the CSS for some styles (Small caps & Superscript). So we need to update the CSS file as per the details below after generating the ePub file (The ePub file can be easily edited using the freeware 'Sigil'):
span.italic {
font-weight: normal;
font-style: italic;
span.bold {
font-weight: bold;
font-style: normal;
span.smallcaps {
font-variant: small-caps;
font-size: 8pt;
font-style: normal;
span.superscript {
vertical-align: 33%;
font-size: 75%;
Hope this will resolve your queries, pl. check and let me know for any further clarifications.
Thanks,
Praveen

Similar Messages

  • Exporting superscripts and subscripts to ePub file

    Anyone know?  How can superscripts and subscripts be exported to an ePub file?

    Hi John,
    A report with saved data can be altered using an updated record selection formula prompt without hitting the DB again.
    For example your report returns each Country sales records, You export that to RPT format or save data with report from the designer. Now you can hit the refresh button and if you have a Country Parameter it will prompt and you to use the saved data, do this for each.
    Bottom line is CR Designer does not have the ability to export subreports to a unique file in one refresh. You can using the above, export 5 times, one for each subreport. You have to set up the report do filter for each of course.
    CR Server and BOE has a feature like this. As well as being able to schedule for each user. In that case though you can simply create a report for each and not bother with subreports.
    Thank you
    Don

  • Document to document hyperlinks exported to epub do not work

    I've been flooding the forums lately with a lot of ebook questions recently . . . hopefully this will be the last one. I've created multiple documents combined into a book, so that when I export my ebook, I'll get the necessary breaks within the book.  However, the cross references/hyperlinks that I've created using text anchors throughout the book only work if the source and destination are in the same document.  If I have a source in one document referring to a destination in another document, when I export the epub file, the link only jumps at the source rather than linking to the destination. I've creating the links by selecting the open document from the document drop down and then selecting the destination from the text anchor drop down.  It seems to work within ID, but not exported as epub.  What am I doing wrong?  I really need to fix this problem so my TOCs will work, at least.

    You are not doing anything wrong. It a bug in CS5.
    What happens is, the reference to the source file drops out of the code line, like this:
    <a id="anchor-50-anchor" /><span class="superscript"><a href="#anchor-57-anchor">1</a>
    and to should look like this
    <a id="anchor-50-anchor" /><span class="superscript"><a href="Notes.xhtml#anchor-57-anchor">1</a>
    So you will need to insert to relevant .xhtml file back into the code. I use Dreamweaver for the code stuff (only because it's free with CS package and because if give a preview window)
    I doesn't take long to fix...

  • InDesign CS5 ePUBS Image Consistency across platforms

    Hello!
    I have a question I've been asking myself for months, and finally made an account here for the Adobe Forums, which seems to be pretty much the only place with useful information about ePubs.
    I work in a company that's planning on transferring over 70 print modules (between 80-150 pages each) to be available on iPad and Android tablets / phones.
    InDesign CS5 helps a lot, especially with being able to choose Header 1s as Page Breaks.
    But, I seem to be having some issues with a couple of things that's preventing us from publishing these documents to the Apple Store and Androind Market.
    1) Superscript / Subscript not appearing correctly on final product (Though this has been achieved by using Sigil to hack the CSS)
    2) Bullet alignment (The bullets are all aligned perfectly, just not along with the first line, creating a secondary weird indent bug that looks terrible)
    The main issue is pictures. I am using PNG images.   A few months ago, the problem was solved - If I chose NOT to automatically format my images, they appeared perfect on the iPad/iPhone/Galaxy Phone and Galaxy Tab.
    However, we took some time off this project, and now that I'm back on it, Aldiko has a new version, and it seems to break the images.  Now my images in Aldiko are displaying huge, and previously, you'd be able to hold a finger on an image and it would open up full screen to get a closer look, but all of that seems gone now, and I'll only get half of my image at best.
    Checking off to automatically format the images results in terrible low quality images that are so small you can barely see them.
    I've done some research and apparently Aldiko is one of the most used free e-readers for android, so I'd definitely like for our products to display fine on it.
    Any suggestions? Anyone else that experiences similar problems?

    Your question is rather an advanced one. I've observed that most of us who reply to ePUB questions here are still learning to make ePUBs.
    I've been told by someone more knowledgeable about it than I that the link below to the MobileRead Forums would lead you to more experienced ePUB creators who may be more helpful:
    http://www.mobileread.com/forums/

  • How to fix faux subscripts/superscripts made with baseline shifts

    Hello all.
    There is a script on the forums used to convert locally formatted styles to character styles – Preserve Local Formatting script and CS4
    It is a brilliant script, but as I have unexpectedly found out (and would have found out if I read the post in more detail) is that any "faked" sub/superscripts created with baseline shifts won't work. To quote the other thread:
    The script searches for attributes such as "superscript", "subscript", "small capitals". If small caps are faked in the document with capitals in a smaller font, the script will not find them. If superscript or subscript are faked in the document with a smaller font size and some baseline shift, the script will not find them.
    Initially I didn't think this would ever be a problem... I thought "who the hell would make a subscript or superscript like that? wouldn't they just click the subscript or superscript buttons?"... unfortunately, no!
    I thought a solution would be to make a GREP that could be added to a findchangebylist script that ships with InDesign. First thing to do would be to create a GREP to look for any positive baseline shift and change it to superscript; and a GREP to search for any negative baseline shift and change it to a subscript. Sounds simple... until I tried to implement it, as the dialog won't take a + or - by itself... it has to be a proper value.
    Has anyone else faced this issue, and if so, what was the solution/outcome?
    Colin

    @Rob: Perhaps I should have given some background for what I was trying to do.
    I have a client who is importing dozens of pages of simple chemical equations from microsoft word and it is in the word file that the baseline shift method of creating subs/supers was done. What my client wanted to do was import the text without losing important appearance details such as this, and bolds/italics, but then be able to assign his own paragraph styles without faux sub/supers returning to a regular style. My procedure to the client was to:
    Import said word file into indesign file that contains appropriate paragraph/character styles to be applied;
    Run the default "findchangebylist.jsx" to remove any double spaces, tabs etc.
    Run a modification of Jongware's "preptext" script that will apply to all text frames rather than the current text frame.
    This was working well until we both noticed H2SO4 did not have the numbers as subs, even though the word file clearly did. Closer inspection on the word file showed that the subscript button was not toggled, but the baseline shift had been, hence why the preptext script had missed a key piece of formatting.
    With the preptext script, items that had subscript and superscript locally applied to the text would now be assigned "Sub" and "Super" character styles, and from there I agree - the more discerning typesetter could to into the character style and make the apperance of the said subs/supers more appealing. I believe a way of using the opentype subs/supers would be to replace the words SUBSCRIPT and SUPERSCRIPT in the said script to be OT_SUBSCRIPT or OT_SUPERSCRIPT respectively, provided an opentype font was being used for the formatting.
    So in this instance, this script serves a rather specific purpose of fixing this particular document, rather than being applicable on a wider scale.
    It is also important for anyone working with epubs to note that subs/supers made with baseline shifts (whether applied as character styles or not) will not appear in the resulting epub. Subs/supers made with the subscript/superscript buttons (again, whether applied as a character style or not) will appear in a resulting epub, so this is another consideration (I don't know if this is true if a customised CSS has been applied, but for straight export to epub from InDesign, it appears to be the case). This can be said for other forms of faux styles, such as skewing type to make a faux italic.
    @Peter: I agree, there isn't a perfect solution, but for the situation that I have, the script does what it is intended to do.
    It should be noted for readers of this post that this script is specifically purpose-driven, and that I would not use this script if a document contained:
    fractions made using baseline shifts;
    character or paragraph formatting that used baseline shifts;

  • Change Formatting of Footnote Indicator when Exporting EPUB, how? CS6

    Hi,
    Well, it's all quite impressive so far. CS6 ePub capabilities are miles
    ahead of CS4, my last version, that's for sure.
    One thing I'm stuck on, though, is how to change the formatting of
    footnote indicators when exporting an ePub from InDesign.
    No matter what I do, when the ePub is viewed in ADE, the footnote
    indicator in the text comes out in blue, raised, and underlined. Also,
    it screws up the leading of the paragraph line it's on -- because the
    digit is raised, there line spacing above that line becomes bigger.
    I've tried applying a charater style in InDesign to footnote indicators,
    and I've played around with the settings in Document Footnote Option,
    but no joy so far. It's always raised, blue, and underlined.
    Anyone know how contorl the footnote indicator formatting in an exported
    ePub without opening up the ePub in an external editor?
    Thanks,
    Ariel

    Sigil is good to start with. As you grow more confident in editing e-pubs, you might want to ditch it though (it has its own personal set of annoying features).
    Superscripts are prone to mess up paragraph spacing in HTML, and with everything said and done, that's just what an e-pub is. Nothing you can do inside InDesign, it takes raw CSS editing to "fix" it (meaning, to make it less conspicuous than the downright stupid default handling!).
    But the blue-and-underlining bit is nothing you can fix -- for a real web page you can, but iBooks, for instance, INSISTS on having hyperlinks formatted that way, whether you like it or not.

  • Sneak Peek: Fixed Layout EPUB Features in InDesign CC

    Sneak peak at the PepCon Conference in Chicago today, June 16:
    http://indesignsecrets.com/pepcon-sneak-peek-reveals-indesigns-fixed-layout-epub-features. php
    More information at the Creative Cloud live event Wednesday, June 18.

    Hi,
    Have you applied superscript via Control Panel or Character Panel's fly out menu? I am asking this because if you have specified via open type settings, then this will not be honored.
    Regards,
    Pooja

  • Interactivity samples in fixed-layout epub exported from InDesign!

    Hi,
    Make an Indesign "Print" file and several seconds after, send your client a real interactive fixed-layout epub.
    To do it for free, just take a look for samples to Fanfan la Tulipe, searching "fanfan michel allio" on iTunes! 

    Hi,
    Have you applied superscript via Control Panel or Character Panel's fly out menu? I am asking this because if you have specified via open type settings, then this will not be honored.
    Regards,
    Pooja

  • Problems with Hyperlinks when exporting to EPUB

    I've been trying to export a CS5 indd to Epub (using corEpub script -http://www.teusdejong.nl/indesign/-), but there seems to be some kind of conflict with Hyperlinks (there's 6000 of them): when they are near to a footnote reference, the text of hyperlinks (and some text surrounding it, don't know the criteria) just disappear and the reference doesn't work. Any ideas about what could be happening?
    (Sorry for my english)

    I just came across this same problem -- similar but not exactly the same.
    Text in a table does not print properly when text is superscripted.
    This is a problem since we have a French invoice that has a fair bit of superscript. I tried to work around by decreasing the font size and increasing the baseline, but this did not work.
    I'm using Pages 5.1 and Mavericks.
    Anyone have any ideas????

  • Epubs from InDesign.  When will they work?

    Dear All,
    More of an observation, than a question. 
    All our books are now on epub format, and we are discontinuing paper books.  Paper is too much trouble, and epub sales are doing well.
    However  -  and it is a big however.
    We are using an epub translating company, because InDesign will not output complex epubs, and we do not understand epubs.   But we are losing control of the quality of the books, because we are having to edit and make changes with some guy in India who does not understand book layouts or what we are trying to do.  Thus everything is two steps forwards, and one step back, just to get a simple change done.
    So when will InDesign be able to output complex epubs?  (ie,  different fonts, load of images, lots of in-line hieroglyphs, videos, audios etc: etc:)     And I don't mean outputting by: check this, change that, do this, change this HTML to that HTML    ---   I mean "click for epub output" the same as I "click for a PDF output".  Done, instant.
    I give Adobe due warning here.    The first company that comes out with a publishing suite that will output complex epubs, we will change to them in an instant.   We have been with Adobe for 20 years, but we cannot go on editing books 5,000 miles away, it is like editing with boxing gloves on.   You cannot even highlight an error in 'paragraph three on page 487'   -   BECAUSE THERE ARE NO PAGES.   (Grrrr)
    Come on, Adobe.  Do something, or InDesign will only have three customers in five years time.
    Sincerely,
    Ralph Ellis

    >> Ascerbic Levine
    >>The reader is the one with the final control over how an EPUB looks, not the developer.
    >>The reader picks the fonts, the reader picks the size, the reader picks the orientation of the device.
    Nonsense.  The developer chooses the sizes and positions of the images, whether the text flows past images, the relative sizes of the text, the type of font, the italisation or boldness of fonts, whether the Greek and Hebrew fonts are presented correctly (as images!), the positions of hieroglyps in the text, the justification of headings and text, lines and line-spacing, the indentation of text  etc: etc: etc: etc:
    The developer can and will destroy the presentation and layout of a book in one easy move  -  and sorting out these many problems and errors at arms length, with someone who knows nothing about literature or publishing, is a nightmare of biblical proportions.
    >>Jongware
    >> This already exists. It's called "PDF" (a funny side note in that is that's an Adobe invention). There is no
    >>"straight translation" possible from book to e-book. If you think there is, use a PDF, because
    >>that is a flat out translation.
    Yes, and if Apple and Kindle had chosed PDFs as the standard file type for ebooks, there would be no problems.  We can control the layout of a PDF through InDesign, and the iPad will display a PDF book exactly as we design it  -  INCLUDING ALL OUR STRANGE FONTS AND HIEROGLYPS.   A pdf is the perfect solution, and there is only one small problem with this ebook Nirvana  -  both Apple and Kindle will not sell straight PDFs.....
    As an aside, why the hell cannot epub display strange fonts, when pdf can?  Why is this basic function such an insurmountable problem?
    >>Jongware
    >>The reason it is not possible is because an e-pub is reflowable, resizable, reformattable,
    >>reviewable, etc. etc., as Bob, possibly ascerbic or carping, but yet entirely correctly, remarks.
    >>It is a different kind of text, with its own set of features -- and limitations as well.
    We don't care if epubs are flowable or resizeable  (PDFs are also rezieable, you just increase the magnification).  In fact, a well-made epub book is quite a good platform for reading books  (except it is crap at tabbing and tables).
    What we do care about, is that if I say to InDesign  -  'make epub'  -   it will not translate Greek or Hebrew fonts, it sticks the hieroglips from chapter 3 into chapter 4, it puts page numbers into a flowable text, it cannot understand indents, tables or italisation, it left justifies center justified text, and then to add insult to injury it center justifies left justified text.  It cannot understand superscript references, it will not link to references to the references section, it cannot flow text around images, all the images are the wrong size, it does not even realise that you have cropped an image, and it turns bold text into underline text.
    In short, the epub translator within InDesign (and most other packages) is a joke.   If epub translation worked (and I have to say that most of these errors are easily fixable) we would have no problem with epub as the industry standard for ebooks.  But at present, it looks like the major tablet producers have chosen the turkey (epub) instead of the eagle (pdf).    Just because Kindle chose a reflowable text, to fit on its microscopic tablet, why did Apple follow suit?  An iPad will easily display a 234 x 156 pdf page (royal format), in all its glory.

  • How do I change the way the title/author appear and is there any way to remove pages on EPUBs?

    Hi all--
    I am having a really hard time--I am trying to transfer EPUBs from my Win 7 comp to my Nook Tablet. I bought a lot of books from several non-BN sites because they were lots cheaper and were also sold in bundles--but the site was messed up and sent the books in PDF form rather than EPUB.  PDF files won't read like a regular book on my Nook Tablet, so my friend offered to convert them to EPUB for me.
    Most of the books turned out fine, but some of them now have a few extra pages at the beginning before the cover image and the correct title and author are not displaying--it seems to instead show the filepath where the file was saved on m friend's computer (C:\My Computer/Documents and Settings...etc.)
    So, what I would like to do is be able to edit the EPUB files so I can delete the extra pages at the beginning so the correct cover image will be displayed and to be able to change the file's data sp it will show (and be searchable by) the correct title and author.
    I am new to all this, so I appreciate any help you can offer.  Thank you SO much for your help!!
    --Jamie
    P.S.  Having the title and author show up correctly so they are searchable and appear in the correct place on my Nook Tablet is the top priority--correct cover pages would be nice aesthitically, but it is not that important.
    ****ALSO--does anyone know of an app or anything for the Nook Tablet that would allow PDF files to be read just like an EPUB/B&N=purchased book?  Currently when I open a PDF, it shows the page in TINY print--you can use pinching to zoom in, but then the file enlarges so it is bigger than the screen, making it very hard to read.  I can't figure out any way to enlarge the text but still fits the page like an EPUB does, so I'm wondering if there's an app that would do that--it's hard because you can't try apps before you buy them and I can't teel if they will work from the descriptions.

    For sideloaded content the nook pulls the metadata from ePub file itself.  I would suggest looking at a program like Sigil or Calibre that will let you edit the metadata in the book to make it appear like you want.
    For the PDF vs ePub - No, that's the way PDFs work (think of them as graphics, not text), wheres ePubs are Web Pages - so  no you can't them to behave exactly alike without converting the files.

  • Smart quotes and em-dashes in epub file

    When I create an epub file from my InDesign book file, I find that sometimes (not always, thought!) my smart quotes and em-dashes revert to gibberish.
    For example, when I open the epub file, the em-dash is fine, but in chapter 2, it changes to —.
    Does anyone know how I might correct this?
    Thanks so much!

    It sounds like somethings wrong with the chapter's character encoding.  The character encoding is declared in the header of the ePub HTML. From ID it's:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    This test has UTF-8 declared in the first line of its source code:
    http://www.zenodesign.com/forum/encodetest/UTF8.html
    And this has no encoding
    http://www.zenodesign.com/forum/encodetest/None.html
    Most browsers let you override or choose the character set, so in Safari if you set the character set to View>Text Encoding>default, you'll see a difference between the above links, but if you set it to Unicode (UTF-8) they both display correctly. In FireFox it's View>Character Encoding.
    You can check and edit the contents of the .epub file by changing the extension from .epub to .zip, and then extracting the contents.

  • Is there a way to create a subscript and/or superscript in FRS?

    Is there a way to create a subscript and/or superscript in FRS?

    I've done some more searching and understand there are programs that extract the info out of an email. I believe they are called email parsers. Anyone have any more info on this? If so, any suggestions for a program that I could use? Thanks again.

  • How to print the superscript in smartform

    Hi gurus,
    Please tell me the procedure how to print the superscript in middle of the text displaying?
    when we are displaying the smartform its converted to some special character like & .
    please let me know procedure at the earliest
    Regards
    Raj

    Hi thanks for ur patience.
    see my requirment was to print TM as superscript for HLL ,already smartstyle is there, and also a character format with superscript is also defined.
    then aftet HLL how it prints as superscript.
    for HLL we are using another character format and for superscript we are using the another character format.
    If posiible send me the code to write in smartforms
    Regards
    RAj
    Points are awarded for useful answers.

  • In Pages (5.2), in a table, superscript is not only not printing, but not printing the text around it. Bizarre

    In Pages (5.2), in a table, superscript is not only not printing, but not printing the text around it. Any answers?

    Known issue now for almost 9 months.
    Use Pages '09 if you have it.
    Peter

Maybe you are looking for

  • IPhone 4S Won't Charge After iOS7 Update

    After installing ios7 update my phone fails to charge properly. When on: plug in charger : 'this device may not be supported' --- my option? 'dismiss' on every plug in this message appears. When off: battery icon appears when charger is plugged in, a

  • HT4235 I have tried everything previously suggested and I cannot get my laptop to recoginze my Apple Devices since the latest Windows 8 update!

    Here is the result of my iTunes Diagnostics Report. Please HELP! Microsoft Windows 8 x64 Home Premium Edition (Build 9200) Hewlett-Packard HP Pavilion g6 Notebook PC iTunes 11.1.5.5 QuickTime 7.7.4 FairPlay 2.5.16 Apple Application Support 3.0.1 iPod

  • How to restart the ssh services

    Hi I modified the /etc/ssh/sshd_config file for some changing some permissions for the root user. But Which service I need to restart for the changes to take effect... Thanks & regards Suseendran .A

  • Controlling windows style menu with user events

    Ok I have a menu and I am trying to have short cut buttons for some of the higher level functions. How do you use the user events functions to access the same code that the menus use? Do I use te user events? Or is there something else I am supposed

  • Polygon cut tool

    I'm looking for an app that will allow me to cut a polygon image from a PDF.  Similar to the Lasso tool in Photoshop but not as extensive.  Something that will allow for more than a rectangle or a square. Any suggestions?