The official community for FrameMaker.
Als letztes aktiv
I am working with FM 2015 on Windows 10. I just unzipped a project file containing my .fm and image files for a book that has previously displayed perfectly. Now when I open the front and back covers, which include photoshop images, the .psd files display as a page of tiny dots. Only .psd files display as dots. .ai and other graphics display as expected. Other than the fact that the files were zipped and then unzipped, nothing else should have changed.Can anyone help??? Aside from the fact that this is driving me insane, I have to get this PDF updated TODAY.Thanks,Diane
Does anyone have an idea why my TOC is not generating with the words "Table of Contents" at the top? I've never encountered this before. This is a new template and I haven't done anything I don't usually do.Thanks
I am using FrameMaker 2015. The book is 6 books combined for a Robohelp java output. I keep getting this erro:Cannot include FrameImage information for an imported image. Try closing other applications before saving.How do I fix this error?
When open a .fm file with unstructured framemaker 2015, I keep getting an Internal error.error message is "Internal Error 13024, 4473540, 4473834, 7600321. FrameMaker has detected a serious problem and must quit"Can someone tell me what I need to do to correct this?Thanks in advance
Can you please tell me how I can create a "Click to show/hide the screenshot" in my documents? Thanks
Hello all,Is it possible to change the main title of the responsive HTML 5 output? I'm using the Azure_blue default layout, but I'd like to change the size of the title in the output as it's too big.Thanks.
Hi,I am creating new table types and would like to import the new definitions to all the other files in the same book. Everything imports fine except for the custom ruling. I notice in the Import Formats dialog that there is no special checkbox for custom shading and ruling, but I did check Table Formats. However, although the names of the custom table formats do get imported, the actual configuration of each custom format does not get imported to the other files. Any idea what I need to do to get this to work?Thank you!JoyceFM version: 2015Platform: Win 8
Hello,I try to figure out how to increase the indentation of the child topics in HTML output (via the publish pod). Until now without any success.I would like to get in my topic tree in the HTML output like this:parent topic Achild topic A of parent topic Achild topic B of parent topic Aparent topic Bchild topic A of parent topic Bparent topic CFirst question: Is this possible with the out of the box solution by the FrameMaker 2015 publish pod?Secound question: If yes which way I should try? Submaps? Relationship table ?When I try to create a responsive HTML5 help from the example book "Personal Spaceship User Guide - EN-US.book" (C:\Program Files (x86)\Adobe\AdobeFrameMaker2015\beispiel\UserGuide(Arabic,English,Hebrew)\English) there I will get child topics in diffrent levels. Those child topics came from the mini TOC.Source:Any hints?Thank youApollo102
I have hundreds of documents with conditional text in FM12. When changing to FM 2015 all the tables became XXX around each cell. First I found this helpful, because I can see that the table uses a conditional tag (in FM12 I haven't seen easily, that the table has conditional tag).Second I found this XXX in the print. That makes no sense to me.Is there a possibility to stop these XXX in the print?I prepared two pictures:In this sample you can see the condition tag *comment* is over the second line and separately also on the word "Condition".When I want to use the condition tag to show the word "Condition" in a special look, I can use the style, color and background to make the difference viewable.This is the concept of my documents. I produce schoolbooks with content for students and/or teachers, and everything, that is for the teacher only should be marked in a separate color. Until now, I made this coloring with the condition tag, because I can show it to the teacher and don't show it
I'm running FM 2015 via Parallels. The font in the menu bar is very small, even though the menu items are fine. Can I enlarge the font?
Hi,I am creating tables in my FrameMaker document to format equations in the middle of the webpage and equation codes at the left of the webpage. This is the output I am receiving currently. I need the equation and the equation code to be inline with each other. Is there a way for me to do this in the FrameMaker document? Below is an example of the results I want. It is a PDF but I need to replicate this into HTML.
Internal Error 13054, 18700660, 18700954...Does anyone know what this means? In my document I have many MathFlow equations.
Hi,I am hoping some Adobe lurkers will be out here and be able to give me some help. I would like to use some FrameMaker WebDAV commands with ExtendScript. I tried following the examples for F_ApiCallClient in the FDK Programmer's Reference, but I can't get them to work. Does anyone have any example scripts that I can start with? Thank you very much.-Rick
Dear friends,Although i carefully followed the advice found at this post, I have no success. The find always wraps back to the first occurrence fo the items to be found.Case 3 works fine for several months now - but why does case 4 not?Jang obviously had the same problem in the mentioned post ...function GetFindParameters (iType, sSearch) {var propVal, findParams = new PropVals() ; switch (iType) {// ... case 3: // ---------------------------------- find marker of type sSearch, don't wrap propVal = new PropVal() ; propVal.propIdent.num = Constants.FS_FindWrap ; propVal.propVal.valType = Constants.FT_Integer; propVal.propVal.ival = 0 ; findParams.push(propVal); propVal = new PropVal() ; propVal.propIdent.num = Cons
Hi there, since a few months ago I've a problem with Framemaker 12. When I'm formatting a book another flow apears at the end of the book. The second flow has the same Tag and I only can get rid of it by deleting the pages. Normaly a save makes the book page even and deletes al the empty pages in the back. When I have the second flow it won't work like that. Today I'm formatting a book and when I choose a none-masterpage for a page there's a second flow appearing in the middle of my book. How does this happen, why does this happen? Hopefully you have an answer for me. Thanks in advance.
Hi,Is there a way within FM 2015 to convert all images to BMP's when printing to PDF? I have an eLearning guide in FM with 50+ images, so converting each manually would be a time-consuming task.Thank you in advance for your help, suggestions.
Hello. I'm using fm2015 in Win 7 environment.I created a table with single 1-point rules throughout.I then applied a double 1-point rule to the bottom edge of the Heading row. I did this in Custom Ruling and Shading, and then when I saw that I could apply that rule directly in the Table Designer, I applied it there.I've saved it every which way, but the double rule is never saved. I get the uniform 1-pt rule throughout.What am I missing? I'm sure I used to be able to do this.Thanks.
I am trying to create a List of References for my imported graphics. I was able to do this in earlier versions. I've read this is not working in 12. Is this true? If so, is there a work around to be able to produce this LOR?Thanks!Kasia
Dear friends,We all know about special effects in the movies, but I can tell you: also ExtendScript can entertain us with such. It appears to be a conjurer of the good old style. It all happens on the stage of FM version 13.0.5.547.Information for the uninitiated:The script creates a menu with some entriesTwo entries immediately open a panel to work with special markersOther entries open the pdf documentation, open a panel for document settings or run functions through the document.Debugging is not possible when functions are called via the menu. Hence for debugging I disable the set-up of the menu and present a selection list with the jumps to the functions.I unregister the script each time before I start it again (either in ESTK or via script catalogue).The GhostWhen opening one of the panels via menu it happens that in the top left corner a small selection list appears with contents from a previous call:I can create this illusion at will with the following sequence of magic tricks.
Hi everyone,I have a question about your experience with free fonts. This feels like a risk to me, but a coworker would like to use Entypo for caution and note icons, in place of using tables with real icons.Can you please share your experience with this, good or bad?Are there issues over time with unsupported fonts?Embedding issues?Operating system upgrade issues?FrameMaker upgrade issues?Acrobat upgrade issues?I want to be sure that we are not creating more future problems than what we are trying to solve.Thank you!Diane
Hi, I want to delete the indentation marks in HTML . The text in the FrameMaker document does not have indentation marks and the left and right spacing is set to 0. How do I accomplish this in HTML? I do not want the first line of text to be indented in HTML. How do I change this in FrameMaker?
one of my framemaker files is generating an error regarding the font. how can I fix this so the bound PDF can be generated.thanks,
How do I format a specific type of text to be formatted to the right on an HTML output?Here is the layout in FrameMaker. The code names are formatted to the Right just like I want it.Here is a picture of the HTML output. The code names become integrated with the text. Not what I want.
Hi there,I've got a framemaker file with lots of images. I accidently modified the master pages when I updated a framemaker book file. now I'm having to go back and revise the individual master pages back to the format from the previous publication.how can I get the images to shift back one (1) page so the page count reverts back to the original count?thanks,matt
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.