『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
nikitags02_0-1768991671599.pngif you you see the image only chapter 3 name is not updated, rest of the chapters are correctly updated
After a chapter number i want more sapace between chpater num and chapetr headframe maker allow us for only one space bar . plesae check below imagenikitags02_0-1768994603228.pngi want to make like below imagenikitags02_1-1768994663779.png
Hello,I have pasted this text from internet, and I have selected it then selected "bullets" at right (blue arrow). But at the blues lines at left it insert a bullet on each line (including the blank lines). I would like :1) create a paragraph designer where bullets are put only on lines containing text (not on blank lines).2) idem, but with an ascending number at left (instead of bullets). How to do it ? screenshot-13-15-53.jpg
Hello, I'm having some problems with Framemaker. In fact, when I go to Preferences and change from Structured to Unstructured it doesn't update when I exit the application and open it again.I even uninstalled it and installed several times but it is the same situation...Could you help me?
Is there a way to change the default typeface and size?
I am setting a workflow for a client, which will allow them to import a word file, map the Word styles to preexisting FrameMaker styles and have the document formatting upon import. This works fine, but I would really, really like to avoid having FrameMaker import all the Word styles also. It seems like it can not be avoided per standard FrameMaker operation, but can I possibly script mye way out of this? Is it possible to run a script that deletes all styles beyond those that are supposed to be there?
I think I know the answer to my question (you can't), but am going to post it anyway. Is there a way to add a callout line (dark color) with a shadow (light color) without having to draw two lines of different shades and offset them? If you have one, two, or a few callouts on an illustration it may not seem like a big issue. However, if you have ten or more callouts, making two lines for each callout, offsetting them, and bringing one to the front, grouping and moving them as needed, it now becomes a nuisance. It would be so nice to be able to simply draw a single line with a shadow, in one stroke.
Hello! I am using unstructured FrameMaker 2019 (version 15.0.5.838). My frameMaker documents contain several reference pages with many reference frames, collected over the several years. I want to clean up the reference pages and remove unused reference frames. But how can I find out if a particular reference frame is used in a paragraph style?Is there a paragraph format search (comparable to the search for character formats) where I can search for "frame above" or "frame below"? Bye... 🙂
When I export my manual from FrameMaker to Acrobat the chapter numbers are not in the bookmarks in Acrobat. How do I get the chapter numbers to show in chapter names in the bookmarks?
Hello. I am having strange issues with paragraph autonumbering in a couple of Korean-language documents:Here is the numbering format: H:<$chapnum>.<n+>\t< =0>< =0>< =0>< =0>< >< >This will number in the following sequence: 1.1, 1.1, 1.2, 1.3, 1.4 through 1.9, 1.1, 1.2, 1.3, 1.4 through 1.49.The sequence starts properly at 1.1, but then repeats 1.1 before going onto 1.2. Then after 1.9, it jumps back to 1.1. After that, however, the number sequence is normal.I have tried using different series IDs (N: instead of H:) to no avail. Any clues, anyone? I am befuddled, to say the least. Thanks in advance,Bill
Hello community,I have a Framemaker 2019 purchase license and also a Technical Communication Suite subscription since December. I need both for my work. Last year, the parallel use worked without any problems, but since this year I can no longer start Framemaker 2019 because it can no longer be activated. What can I do to make it work again?Any help is welcome.
I have a project with a mathbook for a customer right now which has investigate equations in FM. I was not aware that MathML had ceased to be maintained and it seems FM's own builtin editor is not entirely up to date either. Are there any alternatives? What do other people do?
I was given a file created a few years ago. This file has over 75 files and each one is missing a few images each. There is an image foldeer with all the images in it. My qiestion is there a way to link all the images back to the files without have to relink each one?
The toc reference page does not disply the Chapter numberGeorge100_5-1767888680402.png The Toc Autonumber reference pageGeorge100_1-1767887779314.pngTOC Body Page George100_2-1767887861573.png<$chapnum> works in the Autonumber body pageGeorge100_3-1767887988130.png
Hi,I have an ExtendScript script which changes the language of all paragraphs.It also changes the language of those paragraphs which are in tables.Now I also want to change the table formats so that they contain the paragraphs with the changed language and not with the old language.However, my script deletes somehow all table formats!What I do:For each table format add a new table.Then the language of all paragraph formats is changed and imported into the file.Now update the table formats. for (var li = 0; li < faArrayTables.length; li += 1) // faArrayTables is an array with all these new tables. { loTable = faArrayTables [li]; laProps = loTable.GetProps (); loTblFmt = foDoc.GetNamedObject (Constants.FO_TblFmt, loTable.TblTag); loTblFmt.SetProps (laProps); } loTblFmt.SetProps deletes all table formats!I guess that I cannot just transfer the properties of an existing table to a table format. And this deletes the table.How can I update the table format of a table?Best regards, Win
My FrameMaker 2022 document uses a paragraph format with an automatic bullet in the "Numbering > Format” field.Almtuna_0-1767129602860.png The FM2022 created chm file displays this as: Almtuna_4-1767129757333.png While FM2019 had no problem with this:Almtuna_5-1767129867031.pngHowever, the MIF output for the autonumbering is identical in both FM 2019 and FM 2022, but:- FrameMaker 2019: The CHM output displays the bullet correctly.- FrameMaker 2022: The CHM output displays the bullet followed by a question mark. How do I get the desired output using FM2022?
I am making a operations and maintenance manual and want to embed individual equipment manuals into the FrameMaker document and subsequent PDF output file so the users can make full use of all content within the embed PDF (i.e. open the document in a separate window) from the published PDF file. I found help information which suggested I could use the Import File with an icon which will be selectable, but FrameMaker 2022 doesn't give me this option. Only to pick one of the pages.
I have 600+ fm files that I want to save as a pdf. They are all in the same directory. This is the script I started with (though I currently have Frankencode doing other stuff that was added between me and things suggested by Claudet/Gemini/etc).#target framemaker (function () { // --- CONFIG --- var PDF_SETTINGS_NAME = ""; // Leave empty "" to use the document's default PDF settings // Or put the name of a PDF setup, e.g. "High Quality Print" // ---------------- function log(msg) { $.writeln(msg); var oFile = new File ("C:/Catalog/output/run.log" ); oFile.open("a"); oFile.writeln(msg); oFile.close(); } function saveAsPdf(doc, savePath) { // Get default save parameters var params = GetSaveDefaultParams(); var i; // Set the file type to PDF i = GetPropIndex(params, Constants.FS_FileType); params[i].propVal.ival = Constants.FV_SaveFmtPdf; // Optional: Co
Since yesterday I have not been able to open book files. Whenever I try, the program shuts down with an error. The other files open without problems.Has anybody else experienced this problem?I installed the latest patch, but this did not help.Thank you for your help!
I created a TOC yeasterday for a book with 12 chapters. Everting we fine in creating it. It sits at the top of my list and looks like it is attached. WHen I open the book and open all the chapters I get a error message the TOC does not exist. I can go int to my file and there it is and I can open it. I delete the file from the book, open it to check it and reattach it to the book. Save the book, close all the file, go to reopen and again the file does not exist.
It's 2025 and this "correct" advice no longer works. installed, repaired, uninstalled and re-installed. No. Does not work.
In several DITA-topics I've defined some <indexterm> elements: <indexterm>LEV1 <indexterm>LEV2 <indexterm>LEV3</indexterm> </indexterm> </indexterm> But sometimes, when saving a file, I get: <indexterm start=";;;"></indexterm> What am I doing wrong?
Hello:I am running into a repeated issue where publishing a structured document (DITA 1.3 Map with Topic files) causes FM to crash when "Save PDF via Book with components route" selected. It does not matter if none or all of the options are selected, the app crashes. However, the DITA map successfully publishes to PDF if "Save PDF via..." is not selected. The issue also occurs when trying to save the map as a Book 2022 with fm components. Any ideas on what may be causing this? I am using FM 17.0.8, Windows, and working with very basic DITA Topic files to test this out (they each have a single title and no graphics). So far, I have tried the following trouble-shooting steps:Remove all graphics.Import a Word document to DITA and then publish.Create a very basic ditamap with two one-liner (<TITLE> and single <P>) dita files mapped to it.Individually select the Save PDF via Book with Components Route options on and off to see if one of them is the culprit (none, indiv
FM 2022 (17.0.6.798)Structured I have a table footnote on a landscape page. In FM, when I view the page, the text for the table footnote appears correctly:QuintinSeegers_0-1765833073621.png When I rotate the page to work on it, it also appears correctly:QuintinSeegers_1-1765833105457.png However, when I Save as PDF/Publish to PDF, the text on the footnote is rotated:QuintinSeegers_2-1765833153228.png I've not used table footnotes before, but this behaviour seems a little odd to me. Any suggestions/thoughts?
I have a huge document which consists of 4 merged documents. When creating a chm-file of this I had the 4 sub-documents at top level, and then each sub-document had its chapter at the next level.But after upgrading FrameMaker this structure has been flattened, all of the chapters now are at top level.How do I get back to the previous structure. which I had using FM2019?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.