FM 12 Kindle Page Breaks

2014-04-21 Thread Art Campbell
I'm publishing a book into Amazon's Kindle format, mobi, and was hoping someone knows how to force a page break by adding it to a FM para tag or other FM code. Any ideas? Thanks, Art Art Campbell art.campb...@gmail.com ... In my opinion, there's nothing in this world beats a '52

RE: FM 12 Kindle Page Breaks

2014-04-21 Thread Rick Quatro
Hi Art, I don't know if there is a way to do this directly from FM12 to mobi. If you go to Epub, you can modify the CSS to give you page breaks then convert the Epub to mobi. There are two CSS declarations that you can try: page-break-before: always; or page-break-after: always;

Re: FM 12 Kindle Page Breaks

2014-04-21 Thread Scott Prentice
Art... Unfortunately this CSS setting isn't honored by most readers .. Kindles are typically worse in this regard than EPUB readers. The only guaranteed way to get a page break is to force the content into a separate content file in the package. You should be able to do this by starting a

Re: FM 12 Kindle Page Breaks

2014-04-21 Thread Art Campbell
Thanks, Rick and Scott -- the embedded tag start at top isn't working, so it looks like the file will be sliced and diced a bit. Art Campbell art.campb...@gmail.com ... In my opinion, there's nothing in this world beats a '52 Vincent and a redheaded girl. -- Richard Thompson

RE: FM 12 Kindle Page Breaks

2014-04-21 Thread Jeff Coatsworth
What if you sent it to ePUB first and then used Calibre to convert it to MOBI? From: framers-boun...@lists.frameusers.com [mailto:framers-boun...@lists.frameusers.com] On Behalf Of Art Campbell Sent: April-21-14 1:00 PM To: Scott Prentice Cc: Framers List; Free Framers Subject: Re: FM 12 Kindle

Re: FM 12 Kindle Page Breaks

2014-04-21 Thread Art Campbell
That's kind of along the same lines I was thinking -- if it's a direct output format, it should be idiot proof. But I enjoy pushing the boundaries. ;- ) Art Campbell art.campb...@gmail.com ... In my opinion, there's nothing in this world beats a '52 Vincent and a redheaded girl. --

Re: FM 12 Kindle Page Breaks

2014-04-21 Thread Scott Prentice
EPUB will have the same problems. Most readers don't honor the page-break CSS rules, so that can't really be used. If you want page breaks, you'd have to have the content in separate FM files to start with. ...scott On 4/21/14 11:34 AM, Art Campbell wrote: That's kind of along the same lines

Re: FM 12 Kindle Page Breaks

2014-04-21 Thread Scott Prentice
That's basically what FM12 does. It generates an EPUB then converts it to MOBI using the KindleGen utility (better than using Calibre, IMHO). ...scott On 4/21/14 10:43 AM, Jeff Coatsworth wrote: What if you sent it to ePUB first and then used Calibre to convert it to MOBI?

Microsoft Word to FM 11 footnote conversion woes

2014-04-21 Thread Robert CH Shell
Hi Framers: I have just converted many heavily footnoted Ms Word files to FM 11. The translation was more or less successful but the algorithm added a pesky space before the text of each footnote. Is there a code I could search for that would make this tedious job easier? (I am already yawning

RE: Microsoft Word to FM 11 footnote conversion woes

2014-04-21 Thread Fred Ridder
In the Find dialog, select the Use wildcards option. Then in the Find Text box, type: [0-9] This will find any digit between 0 and 9, inclusive. It's got some limitations--it will find multi-digit numbers one digit at a time, and it will not find numbers that are the result of autonumber

Re: Microsoft Word to FM 11 footnote conversion woes

2014-04-21 Thread Alan Litchfield
Hi, I usually find copying the offending character directly off the text and pasting into the find field in the Find/Replace dialog, then replacing all with nothing works. Fred helped with the numerical/string value thing. Regards Alan On 22/04/14 9:07 AM, Robert CH Shell wrote: Hi

Adobe Technical Communication Products continue to be available on CLP/TLP

2014-04-21 Thread Kapil Verma
Hello, Hope you are well. Some of you may have heard about the recent change with Creative Suite 6 being discontinued via CLP/TLP programs. Please see my recent blog post about the continued availability of Adobe Tech Comm products on CLP/TLP programs. Let me know if you have any questions.

Re: FM 12 Kindle Page Breaks

2014-04-21 Thread Robert Lauriston
I'd call Adobe support on that. MOBI is one of FM12's native output formats and if it's not creating page breaks in the same places as other formats, that's a bug. On Mon, Apr 21, 2014 at 10:00 AM, Art Campbell art.campb...@gmail.com wrote: Thanks, Rick and Scott -- the embedded tag start at top