The official community for FrameMaker.
Als letztes aktiv
Hi, There are already a few reports that FrameMaker does not delete all lck files, when files are closed. And also a few reports on Adobe Tracker. Very annoying. I work on a book and noticed that there were many of these lck files left, although all files were closed. And now I think that this has something to do with search and replace. FrameMaker has the habit to _not_ move on to the next file, after something was found. Just make a test: Create a book with e.g. 5 identical files, all with e.g.: 123 456 Then search for 123. FrameMaker will move on to the next file correctly. Now replace with 1233. FrameMaker will not move on to the next file. Sometimes it helps, when I save a file after such a change. Then FrameMaker closes this file and continues the search in the next file. Here FrameMaker did not move on to the next file. However, when I closed all files, there were now some lck files left. Therefore I think that when you save a files during a search, FrameMaker does
Is there any way to add a border to a graphic in structured framemaker? Just as we added a border to an anchored frame in framemaker ?
Hi, I have recently edited the "ClipboardFormatsPriorities" and brought TEXT first. Still Paste Special Ctrl+Shift+V is not working. Also can someone suggets how to copy a table from excel to FrameMaker 2020. Regards,Praveen Kumar S
FrameMaker 2020 16.0.4.1062When I create a document with table footnotes and normal footnotes in FrameMaker I would expect them to turn into links when publishing to PDF. There seems to be some issues in the footnote feature:1: When I create a table footnote and tell FrameMaker I want them to be numeric rather than alphabetic, they are still published as alphabetic when using Publish to HTML5. This makes the "fake footnotes" sort of useless.2: It seems impossible to create table footnotes and normal footnotes with links in pdf.Am I the only one to have this issue? I have attached a test document if you would like to give it a shot.
Version: 15.0.3.603. after a recent update we find erroneous change bars on automated content like TOC's and LEP pages. No we do not have a checkmark in the option to auto generate revision bars nor has any content changes on our TOC pages yet frame is just reandomly adding the change bars to sporatic content. Also note the the chapter pages to which the TOC enetry points has not be changes either. Frame maker is sporatically adding change bars in our atomated content accross 5 users of this version. It smells like a bug.
I am constantly struggling to get my TOC, LOF, and LOT to format the way I'd like from project to project. I have had the most success with importing the formatting from a previous file that has the look I am after. (attached file) When I import the format of the desired TOC I still have to reformat the "Title" above the TOC entries and sometimes I have to reformat the tabstops and the <$paranum>-<$paratext> tabstop<$chapnum>-<$pagenem> I have tried saving as a template but I do not think I am doing it correctly as I have yet to make a "plug and play" TOC, LOF, or LOT. Any tips on how to do this would be greatly appreciated. Thank you!
I have a page with a number drawings etc. There is a footnote inserted in multiple places, but it refers to the same text. So I want to have multiple instances of (1 referring to the same footnote text.FrameMakers footnote tool will generate a new number and a new footnext text each time it is used. What options do I have?
Before I spend hours investigating something that isn't possible, I thought I'd ask the experts. Is it possible to insert a variable automatically when inserting an Element? I.e. If I insert a ProdName Element, it automatically inserts the variable ProductName. We don't use DITA or XML or any scripting, so would prever to do this (if possible) natively. Thanks,Quintin
Dear all, I tried to check for an existing text selection: var oDoc = app.ActiveDoc; var oTSel = oDoc.TextSelection; if (oTSel.ObjectValid()) { $.writeln ("we got it"); } But this creates an error during parsing. I need to dive deeper into the object: var oDoc = app.ActiveDoc; var oTSel = oDoc.TextSelection; if (oTSel.beg.obj.ObjectValid()) { $.writeln ("we got it"); } This works - but I do not understand, why the text selection itself - which is indicated to be an object - does not allow a direct check.
Hi there I have purchased 2 seperate plans for 2 of my users.When logging into the Adobe website etc it shows clearly that I am paying for these plans and the next billing date is at the end of the month. Unfortuantely when I open up Framemaker it asks my to purchase it again.I click buy now and it tells me I already have a plan setup for this.The issue now is that it just closes down and is unusable. I have the same issue for 2 users (using different Adobe logins of course) Has anyone else experianced this? Thanks very much
Cannot install FM2019 on my new PC with Windows 11. Is there a fix, or I have to upgrade to FM2020?
Say, I notice the first page of the intro chapter doesn't contain the header. Pls remind me how to make the header (and footer) appear on the first page - really, it needs to appear on all pages.Cheers -- John
Bookmark action View>Page Navigation>Previous View is not working in Chrome or Edge browsers. Is there a way to correct so this function works when viewing in the browswers?
Hi, I do almost everything with keyboard shortcuts. When I have a book open and a file of the book and close this file, then the Welcome Screen is selected and not the book. Is there a keyboard shortcut to select the book? I could not find anything in the online help or in other forum posts. Best regards Winfried
"Fit to Frame Proportionally" is a very nice feature in FrameMaker which allows the user to have an image in an anchored frame fit to the frame proportionally.This feature is a one way road however. If you use it and the stretch the image and again the use "Fit to Frame Proportionally" FrameMaker does not remember the original dimensions of the image. It would be optimal if "Fit to Frame Proportionally" was a property assigned to the image remembering and reading the proportions of the original image. If this was the case, working with Object Styles in templates would be VERY much improved and reliable. So please vote for this improvement on the Tracker here! https://tracker.adobe.com/#/view/FRMAKER-7848regardsBjørn
Hi all. I'm using Framemaker 2019 and I need to change all of the headers in every chapter of a book. Is there an easy way to do that all at once? Thx. -- John
I have some documents with a page size of 950 x 750 mm, but they can't print. I am able to get a pdf but with no content and a different size. I have set up a custom ps page size and tried other printer drivers beside PDF as well but with no luck. It does not seem to be the content on the page, because I have tried deleting all content. It does seem that the page size is the culprit.
Hi, I have a framemaker file which shows weird characters in the Title page. However the PDF looks fine.In the same file the headers and footers look fine in the Framemaker file, but displays gibberish characters in PDF... Any idea why this would happen?
Hi,Please suggest me on how to develop the script to delete unused master pages from all files in a book.Thanks...
Using FM2015 Publish to HTML5 Responsive: I'm trying to create output that represents programming code, so the characters and spaces should be fixed-width. Any suggestions on how best to do this?I created a simple test FM doc that contains some fixed pitch text which is supposed to be programming code. Eg:I created a paragraph format named "SourceCode" and applied it to the programming text. It uses a monospace font "Consolas" and tab stop every .5 inch. Note the tab stops used in the source code for indentation.In the publish-settings, I mapped the "SourceCode" para format to the HTML "PRE" tag.When I publish to HTML, the indentation is messed up:This is what the HTML markup looks like. I drew a box around the weird span that is generated to represent the tabs:Why is that span in there? Why does it use inline styling to override the font family and size? How are tabs supposed to be handled in the publishing output?Ideally it would just omit the extraneous span and just output some num
Hi, I inherited a set of Frame files that are output to PDF and Responsive HTML. There is an .sts file that I use when I publish, but I haven't really touched any of the other settings as I'm new to outputting to Responsive HTML. I was asked to add an index to the Help files. I poked around and saw that the default Indigo layout had a index. I wanted to see if my index would work with that default layout, so I made a copy of my book (the whole book directory) and set the Manage Layout field under Outputs to Indigo layout in the copy of the book. I was able to see my Index in the Indigo layout. I went back to my original book (not the copy) and opened up the Publish settings to figure out how to add the index to my setup, but the Indigo layout is there and I can't seem to figure out how to get back to what I had. Sadly, becasue I inherited the book, I don't know what the layout was set to. If I select New Layout and make a choice from the Gallery, I get a message that says all customiza
Searching with Wildcard ON for over*cell Finds OverflowCell, but not Overflow Cell IMHO this is a bug. Something like overflow7cells is found correctly, but overflow 7 cells is not found. It seems that "Any number of characters" must be interpreted as "Any number of alphabetic or numeric character". The very esotheric OverΠοκεμονcells is found... Tested in FM-15.0.8.979
I have a bookmap in which every chapter references a ditamap that has a title and one top-level topic with some nested topics inside of it.The problem however is that the title of the submap is also included when I save the bookmap as a pdf. I thought that dita titles of submaps were normally excluded from output but in FrameMaker this does not seem to be the case.Is there any way around this (without having to remove all the titles form my dita-files)?
The graphics are properly linked and displaying correctly in Framemaker (no gray boxes). This is the 15th version of this document and I haven't had issues with these graphics in previous versions. They were untouched in this version as well, but suddenly won't show in the output PDF this time. Other graphic file types (EPS, JPG, and PNG) are showing correctly in the output PDF. There are no errors in the Distiller log file. Using the "Save to PDF" option produces the same result. Re-importing the graphics also did not help.Ideally I will be able to find a solution that does not involve changing the file type of the PDF graphics, as doing so would have a huge downstream impact. Any suggestions? Thanks
I have the default left / right master pages and have created landscape-left and landscape-right. All use flow A. I have a caption "Figure 1" on the first left page. The second page uses landscape-right. When I add a caption to that page the autonumbering should create "Figure 2" but I get another "Figure 1."Suggestions?
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.