Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 05-24-2017, 02:24 PM   #1
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
Question Sigil creating blank pages when publishing ePubs

When I save an ePub created in Sigil and view it in Adobe Digital Editions, I'm getting blank pages randomly throughout. Is anyone else experiencing this? If so, have you found a solution to why this is happening?
xxjackattackxx is offline   Reply With Quote
Old 05-24-2017, 02:34 PM   #2
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
Can't know without seeing an example of the code. ADE wouldn't be adding random blank pages normally.
Tex2002ans is offline   Reply With Quote
Advert
Old 05-24-2017, 02:43 PM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,441
Karma: 192992430
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
And Sigil doesn't create any pages--blank or otherwise. Page-breaks are controlled by a) starting a new physical file or b) css page-break-before|after properties.
DiapDealer is online now   Reply With Quote
Old 05-24-2017, 03:43 PM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,514
Karma: 126422064
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
A blank page in ADE happens when the last line in a flow hits the very bottom of the ADE window.
JSWolf is offline   Reply With Quote
Old 05-25-2017, 12:37 AM   #5
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,445
Karma: 157030631
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by xxjackattackxx View Post
When I save an ePub created in Sigil and view it in Adobe Digital Editions, I'm getting blank pages randomly throughout. Is anyone else experiencing this? If so, have you found a solution to why this is happening?
Yup, indeed. It's because you're viewing the book in multipage mode, with the reader opened to 2-3 "pages" or screens wide.

ADE's default behavior is that it always, always, starts a new "chapter" (new HTML file) on a left-most or left-hand page. So, if you're reading along, and you come to the end of chapter 9, in the left-hand pane, you'll see 1-2 "blank screens" until you flip through to the next "page" whereupon you'll see the beginning of Chapter 10, on the left-hand page/screen.

The blank pages are illusory. Change the ADE reading pane to single page view, and you'll see that these imaginary bug pages disappear.

Hitch
Hitch is offline   Reply With Quote
Advert
Old 05-25-2017, 11:52 AM   #6
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
In regards to the "blank page", is it the previous page or the one after that is causing the issue?
xxjackattackxx is offline   Reply With Quote
Old 05-25-2017, 11:56 AM   #7
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
Spoiler:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>ATP_3-90.5</title>
<link href="../Styles/jquery-ui.theme.css" type="text/css" rel="stylesheet"/>
<link href="../Styles/jquery-ui.structure.css" type="text/css" rel="stylesheet"/>
<link href="../Styles/sgc-nav.css" type="text/css" rel="stylesheet"/>
<link href="../Styles/custom.css" type="text/css" rel="stylesheet"/>
<script src="../Misc/jquery.js" type="text/javascript"></script>
<script src="../Misc/responsiveslides.js" type="text/javascript"></script>
<script src="../Misc/jquery-ui.min.js" type="text/javascript"></script>
<script src="../Misc/jquery.ui.touch-punch.min.js" type="text/javascript"></script>
<script src="../Misc/script.js" type="text/javascript"></script>
</head>
<body>
<div class="background-color" alt="Interactive graphic table of Sustainment Organizations" title="Interactive graphic table of Sustainment Organizations">
<div id="wrapper">
<section class="content-wrapper tabs ui-tabs ui-corner-all ui-widget ui-widget-content">
<p class="tableTitle">SUSTAINMENT ORGANIZATIONS</p>
<section id="left-container">
<ul id="items" role="tablist" class="ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header">

<li style="list-style:none;" role="tab" tabindex="-1" class="ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active" aria-controls="tab-1" aria-labelledby="ui-id-1" aria-selected="false" aria-expanded="false"><a href="#tab-1" role="presentation" tabindex="-1" class="ui-tabs-anchor" id="ui-id-1">Sustainment Staff</a></li>

<li style="list-style:none;" role="tab" tabindex="-1" class="ui-tabs-tab ui-corner-top ui-state-default ui-tab" aria-controls="tab-2" aria-labelledby="ui-id-2" aria-selected="false" aria-expanded="false"><a href="#tab-2" role="presentation" tabindex="-1" class="ui-tabs-anchor" id="ui-id-2">Battalion Medical Platoon</a></li>

<li style="list-style:none;" role="tab" tabindex="-1" class="ui-tabs-tab ui-corner-top ui-state-default ui-tab" aria-controls="tab-3" aria-labelledby="ui-id-3" aria-selected="false" aria-expanded="false"><a href="#tab-3" role="presentation" tabindex="-1" class="ui-tabs-anchor" id="ui-id-3">Battalion Headquarters and Headquarters Company</a></li>

<li style="list-style:none;" role="tab" tabindex="-1" class="ui-tabs-tab ui-corner-top ui-state-default ui-tab" aria-controls="tab-4" aria-labelledby="ui-id-4" aria-selected="false" aria-expanded="false"><a href="#tab-4" role="presentation" tabindex="-1" class="ui-tabs-anchor" id="ui-id-4">Brigade Support Battalion</a></li>

<li style="list-style:none;" role="tab" tabindex="-1" class="ui-tabs-tab ui-corner-top ui-state-default ui-tab" aria-controls="tab-5" aria-labelledby="ui-id-5" aria-selected="false" aria-expanded="false"><a href="#tab-5" role="presentation" tabindex="-1" class="ui-tabs-anchor" id="ui-id-5">Forward Support Company</a></li>

</ul>
</section>
<section id="item-content">
<div id="tab-1" aria-labelledby="ui-id-1" role="tabpanel" class="ui-tabs-panel ui-corner-bottom ui-widget-content" aria-hidden="true" style="display: none;">
<p>7-4. The sustainment staff has to be tied into every aspect of operations. They must monitor operations throughout and anticipate the needs of the CAB. They are subject matter experts in their areas and must be adaptable to any unforeseen situation. The CAB S-1 and S-4 are the two primary staff officers and sections responsible for sustainment along with the medical platoon leader.</p>
</div>

<div id="tab-2" aria-labelledby="ui-id-2" role="tabpanel" class="ui-tabs-panel ui-corner-bottom ui-widget-content" aria-hidden="true" style="display: none;">
<p>7-5. The medical platoon provides Role 1 medical support to the CAB and the supporting FSC. The medical platoon triages, treats, and evacuates casualties or returns them to duty. It stocks medical supplies and provides Class VIII support to company medical teams. It performs operator maintenance of the battalion’s medical equipment and coordinates for biomedical equipment repair through the BSMC. The medical platoon's survivability and mobility are increased by the use of Armored evacuation vehicles and aid stations. The medical platoon leader/physician and physician assistant oversee BAS operations. (Refer to FM 4-02 (<a href="http://www.apd.army.mil" target="_blank">http://www.apd.army.mil</a>) for more information.) The medical operations officer, a medical service corps officer, coordinates the operations, administration, and logistics of the medical platoon. His duties include the following:</p>
<ul>
<li>Overseeing the daily administrative and logistical operations for the medical platoon.</li>
<li>Coordinating medical evacuations of patients to the BSMC.</li>
<li>Supporting medical platoon personnel that are providing direct support to the maneuver companies.</li>
</ul>
</div>

<div id="tab-3" aria-labelledby="ui-id-3" role="tabpanel" class="ui-tabs-panel ui-corner-bottom ui-widget-content" aria-hidden="true" style="display: none;">
<p>7-6. The battalion HHC is responsible for the administrative and sustainment support for the HHC and battalion staff and its command posts. It has a supply section to provide unit-level supply and armorer support to the Soldiers and equipment of the battalion headquarters.</p>
</div>

<div id="tab-4" aria-labelledby="ui-id-4" role="tabpanel" class="ui-tabs-panel ui-corner-bottom ui-widget-content" aria-hidden="true" style="display: none;">
<p>7-7. The BSB is the BCT’s organic sustainment unit. The BSB commander, assisted by the support operations officer (SPO) manages sustainment operations (including HSS) for the BCT commander. The SPO is the key interface between the supported units and the BSB. The SPO plans and monitors support operations, and makes necessary adjustments to ensure support requirements are met. The SPO requests and coordinates augmentation with the higher echelon when requirements exceed capabilities. The BSB also has a sustainment automation management officer who assists with maintenance of logistics-related standard Army management information systems (STAMIS), very small aperture terminal (VSAT), and combat service and support automation information systems integrated throughout the BCT.</p>
<p>7-8. The BSB can have up six FSCs and three other companies in addition to its HHC (See Figure 7-5). The BSB companies are:</p>
<ul>
<li>Distribution company.</li>
<li>Field maintenance company.</li>
<li>Brigade support medical company.</li>
<li>Forward support companies (one for each CAB, cavalry squadron, and field artillery battalion).</li>
</ul>
<div id="image_container">
<img src="../Images/Figure_7-5.jpg" alt="" title="" class="caption_image"/>
<p class="caption_text">Figure 7-5. BSB organization</p>
</div>
</div>

<div id="tab-5" aria-labelledby="ui-id-5" role="tabpanel" class="ui-tabs-panel ui-corner-bottom ui-widget-content" aria-hidden="true" style="display: none;">
<p>7-9. The role of the FSC is to provide direct logistics support to the supported battalion. The FSC provides the supported commander with dedicated logistics assets organized specifically to meet the battalion’s requirements. An FSC provides field feeding, bulk fuel, general supply, ammunition, and field maintenance. The FSC commander receives technical logistics oversight and mentoring from the BSB commander. FSC commanders must have a continuous relationship with the BSB SPO. The BSB commander will utilize the SPO to ensure that all FSC commanders understand the BSB commanders brigade logistics support plan. The FSC commander is the senior logistician for the CAB. The FSC commander assists the battalion S-4 with the battalion logistics planning and is responsible for executing the logistics plan in accordance with the BSB and supported battalion commander’s guidance. FSC commander is responsible for executing the sustainment plan in accordance with the CAB commander’s guidance. The FSC receives supplies and specialized maintenance support from the BSB. (Refer to ADRP 4-0 (<a href="http://www.apd.army.mil" target="_blank">http://www.apd.army.mil</a>) for more information.) The FSC is organized as in Figure 7-6 to support—</p>
<ul>
<li>Food and water (Class I).</li>
<li>Fuel (Class III).</li>
<li>Ammunition (Class V).</li>
<li>Repair parts (Class IX).</li>
<li>Maintenance and recovery.</li>
<li>Supply and distribution.</li>
</ul>
<div id="image_container">
<img src="../Images/Figure_7-6.jpg" alt="" title="" class="caption_image"/>
<p class="caption_text">Figure 7-6. Forward support company</p>
</div>
<p>7-10. The FSCs normally operate in close proximity to the battalion. The location of the FSC is determined by the battalion. The distance separating the FSC and the battalion is METT-TC dependent and will vary based upon the mission, situation, and environment. The FSC has distinct field maintenance teams to support each Armor and mechanized Infantry company. These teams generally have a direct support relationship to their supported companies.</p>
</div>
</section>
</section>
<div id="crl"></div>
</div>
</div>
<p class="caption_text">Supplemental Figure 7-4. Sustainment organizations (Paragraphs 7-4 – 7-10)</p>
</body>
</html>

Last edited by theducks; 05-25-2017 at 03:20 PM. Reason: wrap long paste in spoiler
xxjackattackxx is offline   Reply With Quote
Old 05-25-2017, 11:56 AM   #8
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
I'm getting a blank page after this page.
xxjackattackxx is offline   Reply With Quote
Old 05-25-2017, 02:30 PM   #9
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,445
Karma: 157030631
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by xxjackattackxx View Post
I'm getting a blank page after this page.
CHANGE THE READING VIEW TO SINGLE PAGE. Are you saying that you're getting a blank page, in ADE, when it's in single-pane view?

ETA: What's up with the tabbed content? You're trying to see/use that, in ADE???

Hitch

Last edited by Hitch; 05-25-2017 at 02:31 PM. Reason: Added Q about the interactive content.
Hitch is offline   Reply With Quote
Old 05-26-2017, 09:35 AM   #10
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
Quote:
Originally Posted by Hitch View Post
CHANGE THE READING VIEW TO SINGLE PAGE. Are you saying that you're getting a blank page, in ADE, when it's in single-pane view?

ETA: What's up with the tabbed content? You're trying to see/use that, in ADE???

Hitch
For whatever reason, I'm only getting blank pages in ADE in desktop mode. On my phone and an iPad I don't get any blank pages.
xxjackattackxx is offline   Reply With Quote
Old 05-26-2017, 09:39 AM   #11
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,514
Karma: 126422064
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
You need to stop saying phone and iPad like they are the reading apps. You need to say what app(s) you are using on your phone and iPad.

ADE can give blank pages when the text hits the the very bottom of the screen and there is some sort of blank space that carries over to the next page which shows as blank. That's why it's bad form to use a bottom margin for blank space. Use a top margin.
JSWolf is offline   Reply With Quote
Old 05-26-2017, 09:40 AM   #12
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
The tabbed content actually works perfect in ADE. Everything I've created in Sigil works fine. The only issue I'm having is blank pages being generated when I view the ePub in ADE.
xxjackattackxx is offline   Reply With Quote
Old 05-26-2017, 09:43 AM   #13
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
I didn't mean to make it sound like my phone and iPad were viewing apps. Of course they aren't. I'm using ADE on all platforms. When viewing on a desktop, I'm getting blank pages. However, on my phone and iPad (using ADE)... no blank pages. It's not a huge deal. I just want to understand why.
xxjackattackxx is offline   Reply With Quote
Old 05-26-2017, 09:45 AM   #14
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,514
Karma: 126422064
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by xxjackattackxx View Post
I didn't mean to make it sound like my phone and iPad were viewing apps. Of course they aren't. I'm using ADE on all platforms. When viewing on a desktop, I'm getting blank pages. However, on my phone and iPad (using ADE)... no blank pages. It's not a huge deal. I just want to understand why.
View again in ADE where you got the blank pages and change the size of the ADE window and see what happens.
JSWolf is offline   Reply With Quote
Old 05-26-2017, 10:32 AM   #15
xxjackattackxx
Junior Member
xxjackattackxx began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2017
Device: PC
Quote:
Originally Posted by JSWolf View Post
View again in ADE where you got the blank pages and change the size of the ADE window and see what happens.
Ok. I didn't see the blank page when I shrunk the text size. So what is causing the blank page?
xxjackattackxx is offline   Reply With Quote
Reply

Tags
ade, adobe digital editions, epubs, sigil

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil to Kindlegen: Maintain Blank Pages? BMCarbaugh Sigil 14 01-03-2015 02:34 PM
Blank pages Sablerose Marvin 11 02-08-2014 09:06 AM
Blank Pages PAULINE BIRCHNAL Conversion 5 01-02-2012 12:47 PM
Troubleshooting one after another blank pages monsterbadgog Amazon Kindle 0 02-20-2011 04:02 PM
Blank pages JSWolf Calibre 4 11-29-2008 01:22 PM


All times are GMT -4. The time now is 06:45 AM.


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