The official community for FrameMaker.
Nyligen aktiv
I have a document which currently uses a Pantone green for a variety of paragraph styles, and I need to make the entire document black and white. I can delete the Pantone color in the color definitions, and replace each instance with black, but some of the colors like Magenta can't be deleted or edited.Is there a way to quickly find each instance of magenta and replace it with black, or do I need to go through and change them all manually?Also, these magenta instances are all table heads (or first row at the head of each column, I suppose) and the magenta is the shading behind the text, not the text itself. I can't seem to find where that color is defined.
Dear Friends,I can get a paragraph style by oPgfFmt = oDoc.GetNamedPgfFmt(sFormat); However, I have not found a method to get an equivalent for the object style oObjStyle = oDoc.GetNamedGraphicsFmt (sStyle); // not correct The famous chm "Adobe FrameMaker-12 Object Model" is outdated and there is nothing relevant in the FDK documentation!I need to know this to be able to get the properties and then re-apply them to an object in order to remove an override.Any ideas? Edit The ESTK Object Model Viewer is also of no help. The following script to collect the available styles works as intended: KLD_F.GetObjFmtList = function (oDoc, asObjFmts) { // ========= //=== Fill array with list of Object format names var sObjFmt; // name in Catalogue sObjFmt = oDoc.FirstGraphicsFmtInDoc; asObjFmts.length = 0; while(sObjFmt.ObjectValid() == true) { asObjFmts.push (sObjFmt.StyleTag); sObjFmt = sObjFmt.NextGraphicsFmtInDoc
In my post about Tagging and untagging objects Bob Niland states «If one wants the null Style to float to the top of the Catalog menu, it appears that the name has to start with an ASCII numeral, perhaps "0". Perhaps: 0_{Empty}» This puzzled me and therefore I tested these names of ¶ formats and got this order on my English FM: !_Null 0Chapter-title Äffchen Body bodytext ztf-table-footnote βgeuze→ This is not the Unicode order (see the location of Äffchen before Body). It is ordered according to the index entries for English: <$symbols><$numerics><$alphabetics>
FrameMaker 2020. When I create a graphic object or a frame, it comes with no object styles. If I apply an object style, the object becomes tagged/styled.Can it be un-tagged/styled again?I can of course delete the object style and I presume that would make it un-tagged, but apart from that and doing magic stuff in the mif file?...
I have a 2,134-page document and need to down-step all of the heading styles (Change all H1s to H2s, H2s to H3s, etc). I played with Find (Paragraph Tag) and Replace (By Pasting) but didn't get the results I was looking for. It replaced the style, but then pulled the paragraph below the heading into the same line as the heading. Is there and cleaner way to swap out paragraph styles? Thanks!
I am trying to install Technical Communication Suite 2019 and while I have managed to make it install and run FrameMaker, it won't install RoboHelp and Captivate properly.When I try to run these programs, I get an Invalid License Number message. And Adobe Support merely points me to paid help or the community.Does anybody know how to fix this issue?
The situation is t his: Searching for an object with Style override was succesful. The now selected object is located within an anchored frame (do not know whether there are other 'hosts' also possible. Now I want to continue the search - but have no Text Location to start in this situation. The object (graphic) may be selected or not selected. I need to escape the anchored frame and find the anchor... Any ideas how to achieve this?
Hi all! A quick question on auto-numbering in framemaker... I am creating a parts list, and need each part number to use increments of 5 (Part 5, Part 10, Part 15, etc...)Would it be possible to set the numbering in the style to somehow increase in increments of 5? Currently I'm only aware that it can increase by one using <n+> Thanks in advance !
Chapter 1TOC 1Section 1Section 2Section 3Chapter 2TOC 2Section 1Section 2 I have a book that follows this formatting. TOC 1 and TOC 2 don't currently exist, but the specifications I was given require a TOC per chapter. If everything was in one file I'd just make a mini TOC, but all of the sections have different numbering and require seperate files. Is it possible to create a TOC that will cover all sections within a chapter but not cover the whole book like a normal TOC would? Thanks in advance.
I have a table with a footnote which I now want to reference several times. Using FM19. The original footnote is labeled "a". Now I want to reference "a" again, from another cell in the same table. But even if I copy the original footnote reference and paste it into another cell, it gets the label "b".
How can a folder set be moved or renamed without severing the links among the FM files? I'm working with FM 2019 using Book files with insets and graphics. I need to rename and reorganize at the folder level but hundreds of files will be affected so the links integrity must be retained; rebuilding them would be much too inefficient. Does Adobe have a script or other solution for this? I cannot find one.
Hi everyone. I'm a long-time user of most Adobe CC products including InDesign, but recently I was hired by a company which produces a lot of heavy technical manuals, and so Framemaker has featured large in my future. I think I'm doing OK learning the program, but wondering if I'm up against the wall when it comes to certain kinds of graphics. The company also produces smaller guides - which I created in InDesign - That feature an image frame and a text frame grouped as a single object. I had created a blank object to store in my Library for use in ID and it works well. Is there anything like that I can use in FM? I'm not finding much so far, it almost looks like I'd have to create these little insets as separate files and import them as graphics, but that seems like a pain. I'm attaching a page showing the type of graphic I'm referring to. Also, is there an easy way to set up a continuous color field behind a block of text like the bulleted list on the page, without having to cre
Adobe framemaker file 7.0 to open file in shared folder(In server) im getting error cant lock this file fro your use your changes to ti may conflict with the owrk of others user kindly help to solve this issue.
I am using FM 2020 and would like to avoid having strange looking breaks in my text such as title (or title plus one line) at the bottom of a page and the rest of the content on the next page. In such cases what I would like to have is to see the title and the following content (i.e. body) on the next page. So I tried to increase the widow/orphan lines in the publishing template file (ChapterOutputTpl.fm) for the titles and body elements. It did not change anything. Am I missing something here?
I have lines in my document which use three different paragraph styles in each line. I set up my styles, the first two set as run-in and the last in-column. Then I selected "Next Paragraph Tag" and chose the appropriate style which should follow in succession. This seems to work so long as I start with the first style and type directly into FM, hotting return when I want the next paragraph style to kick in. But I can't seem to get it to work when copying and pasting text, either unformatted from Word or from elsewhere in the FM document. Am I doing somethign wrong?
Get the attached MIF Check the MIF file in a text editor for <StyleTag `sqare 3cm'> There are 3 occurrencies. Open the MIF file if FrameMaker → Although the MIF file contains the reference to the style "square 3cm" only where really required (the copied image), all graphic objects bear this style - and are cosidered to be overridden .... Also the text frames got this! Due to the last remark, it is absolutely dangerous to remove the overrides with Change All This happens for FM-11 up to FM-16!
When I convert my Frame book to PDF, it appears fine. I added a watermark to the PDF. When I convert the PDF to Word, many of the first and last section bookmarks are missing. Clues? Thanks!
When using the mouse to open the top menus of FrameMaker, the menu jumps 1-5 items to the left, making it impossible to select a sub-item on the top menu. Moving the mouse right or left will then open drop down menues several items to the left. I have to use either keyboard shortcuts, or select the menu and navigate through the menu using the keyboard.This happens consistently when I use FrameMaker on one screen, and not on another.Setup: Windows 10. Laptop with two additional screens connected via a docking unit.
Hii,We have an API client named Frame2xml, when it was compiled using FDK2019 in vs 2013 it was working as expected. Now if i try to compile it with FDK2020 in vs 2019 it gets compiled successfully and dll is copied to Plugins folder in FrameMaker directory. Now while opening FM2020 i am getting an error message as below. I can see Frame2XML.dll file is present in plugins folder. Please let me know if more information is required.ThanksRam
I have a FrameMaker table with a Table Title and I want the Table Title to export to XML when I save it to XML. Is there something in the Read/Write Rules that I need to set. Right now, the Table Titles are getting dropped and I am just getting the <tgroup>.
FrameMaker 11.0.1DITA 1.2I'm fairly certain this a FrameMaker issue, but I'm willing to be convinced otherwise or instructed on how to correct my ways. I'm still new-ish to the land of DITA, so it could be something I don't quite understand. I defined values for the @product attribute in <topicref> for each topic. Those topics are grouped together in a map (chapter), which is then topicref'd into a map (book). I choose File > Save As PDF (or Print Ditamap) and select Choose a DitaVal. I pick my ditaval file and FrameMaker takes several minutes as it spins through my files and produces a PDF, but the PDF is still showing topics that should be excluded based on the logic in the ditaval file. I know the logic is sound.When I process the bookmap through WebWorks Publisher or oXygen, they both produce the output as I would expect. Topics that should be hidden are hidden. If I process one of the chapter maps by itself, the ditaval settings are honored. It's only when that map is top
Hello, Currently, my team is experiencing a number of FrameMaker issues with complex problems such as a project where we can't print to PDF, have issues printing to PS file, can't save as PDF. We are in unstructured FrameMaker and have no one on staff who originally created these projects. At this point I am beyond forum help and I think we genuinely need someone from Adobe to look at our projects and help figure out what is going wrong. I can't figure out how to contact anyone at adobe about FrameMaker specifically, or how to check if there's even this type of Adobe support available. Can anyone help me out?
What setting should I use to make the date random and never change? Currently it is set to today's date and it updates everyday. I just want to set it to like June 24 and have that be the permanent date without changing. Do I just make it any character setting without using one of the date attributes? Sorry if I am using the wrong term if I say "attributes." I know there are several date settings and don't know which one to use (if any) if I want to use a random (non-changing) date.Thanks!
I am designing a new template and have stumbled upon a a small "mystery".If I create a new blank document in FrameMaker 2020, write some text and add a footnote, I am going to get an option to add some footnote text in the bottom of the page. It is going to look like this:I have added a grey rectangle to show where the line above the footnote text is. If we look in the Paragraph Designer no line has been assigned to the Footnote paragraph. So how does the formatting work? Where does the Footnote paragraph style get the line from?If I assign the proper line to the Footnote paragraph in the dropdown., this happens:Now I have proper control over the line but the line suddenly jumps up from its previous position.This behaviour is a bit odd. Why is the footnote line not assigned when the footnote marker is inserted and the paragraph created? ....
Hi,Probably a daft question, but:What can Framemaker do that cannot be done in Indesign?Reason I ask is that I am proficient in Indesign for years now, and I am doing a Masters degree at the moment.The application that is being used in the course is Framemaker, so I am simply wondering what is the difference between them?I have installed the trial version of Framemaker and I cannot see what the target audience would be for this application.Any insight into the intended users of Framemaker would be appreciated so I can understand it better.Regards
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.