
zornitzad80431241
Explorer
zornitzad80431241
Explorer
Activity
‎Jan 30, 2025
11:22 AM
1 Upvote
Hi Andy, I had this problem as well for a while. How I fixed it: 1. Made a change in the ditafm-output.ini such as shown below: [BookWithFM-TOC] Template=TOCTpl.fm ElementTags= ParaTags=title.0|title.1|title-index 2. I made the change in in AppData\Roaming\Adobe\FrameMaker\17\ditafm-output.ini, NOT in Program Files\Adobe\Adobe FrameMaker 2019\fminit\ditafm\ditafm-output.ini. Now I have only title 0 and title 1: I am running Structured FM 17.0.04 and Windows 11. I hope that this is helpfull. Regards, Zornitza Doneva
... View more
‎Jan 27, 2025
01:38 PM
Hi there, Ref: Structured FrameMaker I was asked to put the ditamap name in the header of my published document (for an internal customer, this a work instruction name). I opened the structured output template ChapterOutputTpl_WI_0104.fm and renamed it to ChapterOutputTpl_WI_test.fm. I tried 2 approaches: Entered a variable <filename short> Entered a fixed number in the header that is the work instruction name and my ditamap name My ditamap is as shown below. When I published, I got the following headers: On the title page: On the Caution page- why is not the layout on the title page, I don’t know On the Step_1_test file On the Step_2_test file – why the layout is not as this for Step_1_test file and doesn’t have file name, I have not idea. The fixed number shown as item 2 was shown everywhere. However, I would like to have the ditamap name in the header, so when I change the file name and the revision in it, it will be automatically reflected in the header. Does someone add a ditamap name in the header (or footer)? Any suggestions are greatly appreciated. My published pdf is attached. Regards, Zornitza Doneva
... View more
‎Jan 21, 2025
12:25 PM
1 Upvote
Hi Andy, I believe that <simpletable> can NOT be changed proportionally. See https://community.adobe.com/t5/framemaker-discussions/framemaker-dita-tables/m-p/10953831 I changed all my table elements to <table>. Regards, Zornitza Doneva
... View more
‎Jun 28, 2024
07:02 AM
Thanks a lot, Rick! The answer is posted in the width of table of concept file thread.
... View more
‎Jun 28, 2024
06:58 AM
Thanks a lot, Rick! Your help is greatly appreciated. It worked with flying colors. I will apply it also to reference.rules.txt - we have some reference type xml files with tables as well. Regards, Zornitza Doneva
... View more
‎Jun 28, 2024
05:41 AM
Hi everyone, I have a problem with Structured FrameMaker saving width of tables in a concept-type xml file. Has someone encountered this problem? I changed and saved many files xml type-task - e.g. when the xml file starts with <task id="id205ODK040HS" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">... </task>. I have done everything correctly. Commented the appropriate line in the task.rules.txt - /* writer use proportional widths:*/ In <FMInstallationPath>\fminit\ditafm, I changed ForceTGroupAlignmentToLeft=0 My code Is as follows: <concept id="id225PDG020XA"> <title>User Manual</title> <shortdesc>Describes for which documents this manual is valid.</shortdesc> <prolog> <author>Zornitza Doneva, P.Eng.</author> </prolog> <concept id="id225PDK003E8"> <title>Quick start guide for FL SWITCH EP72... network switch</title> <conbody> <p>UM QS EN EP72..., Revision A</p> <lines></lines> <p>This user manual is valid for:</p> <lines></lines> <table frame="all" colsep="1" rowsep="1"> <tgroup cols="2" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="3.92in"/> <colspec colnum="2" colname="2" colwidth="1.00in"/> <tbody> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-HV</entry> <entry colname="2">1688995</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-HV</entry> <entry colname="2">1688994</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-HV</entry> <entry colname="2">1688993</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-HV</entry> <entry colname="2">1688992</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-LV</entry> <entry colname="2">1688991</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-LV</entry> <entry colname="2">1688990</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-LV</entry> <entry colname="2">1688989</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-LV</entry> <entry colname="2">1688988</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-MV</entry> <entry colname="2">1688987</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-MV</entry> <entry colname="2">1688986</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">1688985</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-MV</entry> <entry colname="2">1688983</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">-</entry> </row> <row rowsep="0"> <entry colname="1">FL SWITCH EP7232-MV-LV</entry> <entry colname="2">-</entry> </row> </tbody> </tgroup> </table> </conbody> </concept> </concept> Then I saved and reopened the file. However, after that the file is back to proportional measures and the table fits the whole width of the page. The code is shown below. <concept id="id225PDG020XA"> <title>User Manual</title> <shortdesc>Describes for which documents this manual is valid.</shortdesc> <prolog> <author>Zornitza Doneva, P.Eng.</author> </prolog> <concept id="id225PDK003E8"> <title>Quick start guide for FL SWITCH EP72... network switch</title> <conbody> <p>UM QS EN EP72..., Revision A</p> <lines></lines> <p>This user manual is valid for:</p> <lines></lines> <table frame="all" colsep="1" rowsep="1"> <tgroup cols="2" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="80*"/> <colspec colnum="2" colname="2" colwidth="20*"/> <tbody> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-HV</entry> <entry colname="2">1688995</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-HV</entry> <entry colname="2">1688994</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-HV</entry> <entry colname="2">1688993</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-HV</entry> <entry colname="2">1688992</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-LV</entry> <entry colname="2">1688991</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-LV</entry> <entry colname="2">1688990</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-LV</entry> <entry colname="2">1688989</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-LV</entry> <entry colname="2">1688988</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-MV</entry> <entry colname="2">1688987</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-MV</entry> <entry colname="2">1688986</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">1688985</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-MV</entry> <entry colname="2">1688983</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">-</entry> </row> <row rowsep="0"> <entry colname="1">FL SWITCH EP7232-MV-LV</entry> <entry colname="2">-</entry> </row> </tbody> </tgroup> </table> </conbody> </concept> </concept> Regards, Zornitza Doneva
... View more
‎Jun 27, 2024
12:38 PM
Hi Rick, I changed and saved many files xml type task - e.g. when the xml file starts with <task id="id205ODK040HS" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">... </task>. However, I found that the solution does not work for <concept > type xml files. Here, I updated the colwidth in the file as shown below. <concept id="id225PDG020XA"> <title>User Manual</title> <shortdesc>Describes for which documents this manual is valid.</shortdesc> <prolog> <author>Zornitza Doneva, P.Eng.</author> </prolog> <concept id="id225PDK003E8"> <title>Quick start guide for FL SWITCH EP72... network switch</title> <conbody> <p>UM QS EN EP72..., Revision A</p> <lines></lines> <p>This user manual is valid for:</p> <lines></lines> <table frame="all" colsep="1" rowsep="1"> <tgroup cols="2" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="3.92in"/> <colspec colnum="2" colname="2" colwidth="1.00in"/> <tbody> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-HV</entry> <entry colname="2">1688995</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-HV</entry> <entry colname="2">1688994</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-HV</entry> <entry colname="2">1688993</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-HV</entry> <entry colname="2">1688992</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-LV</entry> <entry colname="2">1688991</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-LV</entry> <entry colname="2">1688990</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-LV</entry> <entry colname="2">1688989</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-LV</entry> <entry colname="2">1688988</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-MV</entry> <entry colname="2">1688987</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-MV</entry> <entry colname="2">1688986</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">1688985</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-MV</entry> <entry colname="2">1688983</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">-</entry> </row> <row rowsep="0"> <entry colname="1">FL SWITCH EP7232-MV-LV</entry> <entry colname="2">-</entry> </row> </tbody> </tgroup> </table> </conbody> </concept> </concept> Then I saved and reopened the file. The file is back to proportional measures and the table fits the whole width of the page. The code is shown below. <concept id="id225PDG020XA"> <title>User Manual</title> <shortdesc>Describes for which documents this manual is valid.</shortdesc> <prolog> <author>Zornitza Doneva, P.Eng.</author> </prolog> <concept id="id225PDK003E8"> <title>Quick start guide for FL SWITCH EP72... network switch</title> <conbody> <p>UM QS EN EP72..., Revision A</p> <lines></lines> <p>This user manual is valid for:</p> <lines></lines> <table frame="all" colsep="1" rowsep="1"> <tgroup cols="2" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="80*"/> <colspec colnum="2" colname="2" colwidth="20*"/> <tbody> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-HV</entry> <entry colname="2">1688995</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-HV</entry> <entry colname="2">1688994</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-HV</entry> <entry colname="2">1688993</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-HV</entry> <entry colname="2">1688992</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-LV</entry> <entry colname="2">1688991</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-LV</entry> <entry colname="2">1688990</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-LV</entry> <entry colname="2">1688989</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-LV</entry> <entry colname="2">1688988</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7232-MV</entry> <entry colname="2">1688987</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7200-32GSFP-MV</entry> <entry colname="2">1688986</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">1688985</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7224-RED-MV</entry> <entry colname="2">1688983</entry> </row> <row rowsep="1"> <entry colname="1">FL SWITCH EP7216-16GSFP-MV</entry> <entry colname="2">-</entry> </row> <row rowsep="0"> <entry colname="1">FL SWITCH EP7232-MV-LV</entry> <entry colname="2">-</entry> </row> </tbody> </tgroup> </table> </conbody> </concept> </concept> All your comments have been implemented and work for xml of task type. <task id="id205ODK040HS" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">... </task> Have you ever had issues with not saving the table width in concept-type xml files? Regards, Zornitza Doneva
... View more
‎Jun 18, 2024
07:43 AM
Thanks a lot, Rick. It works now! The XML file is saved with the specified values and after publishing, the table fits the specified layout. Thanks again! I really appreciate your help! Regards, Zornitza Doneva
... View more
‎Jun 17, 2024
12:59 PM
Hi Matt, Thanks for your answer. I started updating the templates and incorporating specific values and requirements this year and I am still learning, so I would like to ask for additional details refering to your answer. so: 1. either set your XML to come in with no values for the colwidth (which means you'll be setting column width via the table format) - I did set values for colwidth so this is not my case 2. use Read/Write Rules to set column width per the colwidth value on read/open file - what is the Read/Write Rule? Can you give me more details, please. I set a value for the colwidth, so this is my case. 3. to convert the column width to a colwidth attribute on write/save file - where I set up this attribute? What is the write/save file. Thanks a lot! Zornitza Doneva
... View more
‎Jun 17, 2024
11:53 AM
Hi again, I agree. I fixed that. Now the full code is: <task id="id205ODK040HS" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"> <title>Command Line: Upgrading the <keyword keyref="product_name"></keyword> using a USB </title> <shortdesc>This section will document how to upgrade the firmware on the <keyword keyref="product_name"></keyword>. This process takes approximately 5 minutes to execute. </shortdesc> <taskbody> <prereq> <p>To perform the tasks in this section, you will have already logged into the <keyword keyref="product_name"></keyword> via an <term keyref="SSH_dterm">SSH</term> connection or through the console port. For all upgrades it is recommended that user’s backup their current running configuration prior to commencing the upgrade process. <indexterm></indexterm> </p> <p> <b>Valid Upgrade Paths</b> <table frame="all" colsep="1" rowsep="1"> <title></title> <tgroup cols="3" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="1.64in"/> <colspec colnum="2" colname="2" colwidth="1.64in"/> <colspec colnum="3" colname="3" colwidth="1.64in"/> <thead> <row rowsep="1"> <entry colname="1"></entry> <entry colname="2"></entry> <entry colname="3"></entry> </row> </thead> <tbody valign="middle"> <row rowsep="0"> <entry colname="1"></entry> <entry colname="2"></entry> <entry colname="3"></entry> </row> </tbody> </tgroup> </table> </p> </prereq> </taskbody> </task> The file in FM shows the table as I want it. However, after saving I have for the table code: <table frame="all" colsep="1" rowsep="1"> <title></title> <tgroup cols="3" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="33*"/> <colspec colnum="2" colname="2" colwidth="33*"/> <colspec colnum="3" colname="3" colwidth="33*"/> <thead> <row rowsep="1"> <entry colname="1"></entry> <entry colname="2"></entry> <entry colname="3"></entry> </row> </thead> <tbody valign="middle"> <row rowsep="0"> <entry colname="1"></entry> <entry colname="2"></entry> <entry colname="3"></entry> </row> </tbody> </tgroup> </table> Or my colwidth="33*" or back to relative colwidth. That is exactly my problem.
... View more
‎Jun 17, 2024
11:20 AM
Hi Rick, Thanks for your response. The xml file with the table is as follows: <task id="id205ODK040HS" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"> <title>Command Line: Upgrading the <keyword keyref="product_name"></keyword> using a USB </title> <shortdesc>This section will document how to upgrade the firmware on the <keyword keyref="product_name"></keyword>. This process takes approximately 5 minutes to execute. </shortdesc> <taskbody> <prereq> <p>To perform the tasks in this section, you will have already logged into the <keyword keyref="product_name"></keyword> via an <term keyref="SSH_dterm">SSH</term> connection or through the console port. For all upgrades it is recommended that user’s backup their current running configuration prior to commencing the upgrade process. <indexterm></indexterm> </p> <p> <b>Valid Upgrade Paths</b> <table frame="all" colsep="1" rowsep="1"> <title></title> <tgroup cols="3" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="1.64in"/> <colspec colnum="2" colname="2" colwidth="1.64in"/> <colspec colnum="3" colname="3" colwidth="1.64in"/> <thead> <row rowsep="1"> <entry colname="1"></entry> <entry colname="2"></entry> <entry colname="3"></entry> </row> </thead> <tbody valign="middle"> <row rowsep="0"> <entry colname="1"></entry> <entry colname="2"></entry> </row> </tbody> </tgroup> </table> </p> </prereq> </taskbody> </task> I am publishing it as a part of a ditamap which I can also add to a post. regards, Zornitza Doneva
... View more
‎Jun 14, 2024
12:09 PM
Hi there, we got a new standard to comply with. The layout looks like I achieved that with a change in the Structured FM template, in Column Layout with Room for Side Heads checked and width of 40 mm. I also managed to have the images fit in the 125 mm working area of the layout. I have problem adjusting the tables, and this is a problem because one of my documents have a lot of tables. It looks as shown below. I tried a lot of changes: 1. in my structural FM template ChapterOutputTpl, I used Resize Table and the Table Designer (as per https://community.adobe.com/t5/framemaker-discussions/framemaker-dita-tables/m-p/10953831 ), and the table looks correct. I made sure that the updated template is imported in the DITA Template, in Publish Settings and saved before publishing. 2. To avoid the width not getting stored on saving and reopening, as per https://community.adobe.com/t5/framemaker-discussions/framemaker-dita-tables/m-p/10953831, I also made change to ForceTGroupAlignmentToLeft=0 in my in my ditafm.ini at location <FMInstallationPath>\fminit\ditafm. I looks as shown ;Aligns table to the left ForceTGroupAlignmentToLeft=0 3. In the xml file, I made changes in colwidth to be fixed: </tgroup></table><table frame="all" colsep="1" rowsep="1" product="EP7200"><title>Upgrade Paths</title> <tgroup cols="3" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="1.64in"/> <colspec colnum="2" colname="2" colwidth="1.64in"/> <colspec colnum="3" colname="3" colwidth="1.64in"/> The width is as needed: However, after saving and reopening, the width still fits to the page (see below). <table frame="all" colsep="1" rowsep="1" product="EP7200"><title>Upgrade Paths</title> <tgroup cols="3" colsep="1" rowsep="1" outputclass="FormatA"> <colspec colnum="1" colname="1" colwidth="33*"/> <colspec colnum="2" colname="2" colwidth="33*"/> <colspec colnum="3" colname="3" colwidth="33*"/> <thead> I am using <table> </table> not <simple table>. My Structural FM version is 17.04.628. Have you experienced not able to change the width of a table in Structural FM? Any ideas are welcome! Thanks a lot! Zornitza Doneva
... View more
‎Jun 05, 2024
05:20 PM
Thanks! I use Structured Framemaker and this problem is applicable only for crossreferenced images - when the conkeyref element is used (see below). <p..> </p> stands for paragraph in Structured FM. <fig id="ip_connectivity_figure"> <title>Save Configuration to TFTP</title> </fig> <p conkeyref="qg-graphics/save_TFTP"></p> The problem does't exist for images which are not crossreferenced (probably similar to anchored frames in Structured FM).
... View more
‎Jun 05, 2024
05:12 PM
Thanks! I am not aware of Pagination properties in Structured Framemaker but will try to look for that in the page template for Structured Framemaker.
... View more
‎Jun 05, 2024
01:30 PM
Hi there, As per the technical writing established practices, the caption of a figure and a figure must be on the same page. After publishing in Adobe FM, We have a customer’s complain about cross referenced images and their captions not being on the same page. I am running Structured FM ver 17.04.628. I have assembled a pdf file showing this not happening after using crossreferenced images – see Test_crossref_2.pdf, Chapter 2 (attached). The file with the detailed explanation is attached – see file Captions_dont_go_on the same Page_as images.pdf. I have all files compressed in a .7z file but this format of file is not supported. Xml files are also not supported. Upon request, I will send all missing files in an email. The list of the files needed is shown below. I was wondering if someone run in a similar situation, and if yes, what was the solution. Thanks a lot, Zornitza Doneva, Toronto, Canada
... View more
‎Jun 05, 2024
01:27 PM
Hi there,
As per the technical writing established practices, the caption of a figure and a figure must be on the same page.
After publishing in Adobe FM, We have a customer’s complain about cross referenced images and their captions not being on the same page. I am running Structured FM ver 17.04.628.
I have assembled a pdf file showing this not happening after using crossreferenced images – see Test_crossref_2.pdf, Chapter 2 (attached).
The file with the detailed explanation is attached – see file Captions_dont_go_on the same Page_as images.pdf.
I have all files compressed in a .7z file but this format of file is not supported. Also I reached the maximum number of attachments. I will attach the missing file in a next post. The list of the files needed is shown below.
I was wondering if someone run in a similar situation, and if yes, what was the solution.
Thanks a lot,
Zornitza Doneva,
Toronto, Canada
... View more
‎Dec 07, 2023
11:52 AM
Rick, Thanks for your time explaining me the solution. I outlined the steps taken to change the font properties of 3 elements. 1. Open the Reference file with elements to be changed. In my case, I opened the ChapterOutputTpl_PxC.fm output template. 2. Go to Structure > EDD > Export element Catalog as EDD A new file opens. Save it as CustomEDDCatalog.fm in C:\Users\<directory>\AppData\Roaming\Adobe\FrameMaker\17\CustomTemplates or another designated directory. Open it in Structural view. 3. in Structural view, Shift +click on the arrow of any Element to have all elements shown not in expanded form. 4. Open the reference file with the kwd and highlight it. 5. Go to Structure > Show Element Contest. The following screen appears. The following screen appears. Extend it to show all rules. 6. Find the element in the EDD Check in the TextFormatRules - the element is FormatChangeList Tag – programmingDomainSizeDown (see below) 7. Go to the bottom of the EDD file in Structure View – the FormatChangeList are typically at the bottom. programmingDomainSizeDown is shown at the bottom. We see that the rule just reduces the size with -0.5 pt. 8. Bring the Character Designer – Ctrl +D. Change to PxC Helvetica 9.5 pt – see below. Click Apply, Update Style and Remove Overrides after that. 9. To check if that is saved. Go to File > Import > Element Definition 10. Or, save ChapterOutputTpl_PxC.fm output template, upload the new template in the Publish Settings dialog box and publish the file. 11. The new pdf file shows the implemented PxC Helvetica font. 12. Repeat the same steps for the rest of the elements to be changed. In our case, prog.var and prog.codeph I am also attaching a pdf file showing also snapshots of screens and dialog boxes in FM.
... View more
‎Dec 05, 2023
01:41 PM
1 Upvote
Hi there, I had the same error 117 with Adobe Acrobat Standard 32 bit. I had very large file 17,497 KB generated from Framemaker and when I attempted to replace a picture, the error 117 appears. I did exactly as suggested :I went to Edit > Preferences > Security (Enhanced) and cleared Enable Protected Mode At Startup. Then, I restarted the application and the error did not appear anymore. Thanks for the post.
... View more
‎Dec 05, 2023
11:21 AM
Thanks again for the detailed answer! I updated successfully ChapterOutputTpl_PxC.fm and the other templates, and managed to publish my first large files with the new default font. However, I noticed that a few styles do not convert to my new default font. The styles and elements are as following: 1) Groupseq>kwd and groupchoice>var 2) codeph For both, the font becomes Courier New but the font size is also smaller that the rest (8.5 pt comparing to the minimum height of 9 pt). 3) ol.num.continue- it stays on the Adobe default style which is Calibri 4) after a sequence of stepxmp >p > menucascade > uicontrol , the default font remains unchanged (i.e. Calibri). I was wondering if someone has any experience with such styles / elements in Structured FM? I am attaching a pdf showing not changed font styles and to which elements this happen.
... View more
‎Nov 17, 2023
01:52 PM
1 Upvote
Hi Rick, When I updated the ini file with the following: [General Options] SavePDFViaBookRoute=0 ;template dir can be absolute path or appended with $STRUCTDIR or relative to installed directory TemplateDir=C:\Users\zornitzadoneva\AppData\Roaming\Adobe\FrameMaker\17\CustomTemplates [BookWithFM-Chapter] Template=concept.template.fm TemplateLwDITA=LwDITATopicOutputTpl.fm TitleTemplate=ChapterTitleTpl.fm With this change, FM was very slow to start and crushed when publishing. Solution 2: I kept: [General Options] SavePDFViaBookRoute=0 ;template dir can be absolute path or appended with $STRUCTDIR or relative to installed directory TemplateDir=C:\Users\zornitzadoneva\AppData\Roaming\Adobe\FrameMaker\17\CustomTemplates but returned to default the BookWithFM-Section: [BookWithFM-Section] Template=SectionOutputTpl.fm TemplateLwDITA=LwDITATopicOutputTpl.fm TitleTemplate=SectionTitleTpl.fm What else I did - this time I changed in the Publish Settings: Outputs replacing the default Output template for Chapter Output with concept.template.fm (see the attached file). Solution 2 worked with my test file and with one of my smallest book files. As a bonus, since the output template is the same file for concept and task, the published ditamap file changed the font in all xml files including these based on the task template. Thanks for your fast and detailed reply! Zornitz Doneva
... View more
‎Nov 16, 2023
11:51 AM
Hi Rick, Thanks for the super detailed video. I followed it word by word and everything worked with flying colors. I am attaching a snapshot of my xml file (introduction_purpose.xml) with the new Gill Sans MT font implemented and the published pdf. Then, I also published the ditamap (my ditamap file name is QG_test_1.ditamap) containing the xml file with the paragraph with changed font. When ditamap was published, the changes in the xml file were not implemented. I am attaching the pdf from the ditamap as well (see QG_test_1.pdf). I am wondering if I have to change somewhere else (maybe in another template?) as well. We always publish our xml files as parts of ditamaps since they all of them have crossreferences which work together with the ditamaps. Thanks again for the fast and detailed response! Zornitza Doneva
... View more
‎Nov 15, 2023
09:10 AM
Hi there, I want to change the default font in my Structured Output templates. C:\Program Files\Adobe\Adobe FrameMaker 2022\Structure\xml\DITA\outputTemplates. As per the answer from the Adobe TS: In order to use a default font in FM document, user can create a template(fm file) and define his fonts then use that template to create new documents. There is no maker flag that can be used to achieve this. So I opened the ChapterOutoutTpl output template and saved it as ChapterOutoutTpl_PxC. Changed the default font to PxC GillAltOneMT (the font has been added to C:\Program Files\Adobe\Adobe FrameMaker 2022\fminit\fonts\adobe directory). The new font appeared in the top Font menu. However, after I saved the file, the default font went back to Calibri. What I have to do to save a change to the output templates? I am running Structured Framamaker - 17.02. and have admistrators rights on my laptop where FM is loaded. Regards, Zornitza Doneva
... View more
‎Nov 03, 2023
05:28 PM
Hi Bob, Thanks for your reply. I don't know where I have to change the font in Framemaker: templates, Ini files or else. My project is to change the font of all our documents for our software with a specific one (we are part of another company now and we have to update to their proprietary fonts). This will apply to all existing and new documents. So, I started with the templates. Also a week ago I sent a request for support to the Adobe Technical Support and the TS representative is still searching for an answer. Should I ask him to provide me with permission to revise the templates? By background, I am a Mechanical Engineer/ Technical Writer using Structured Framemaker and don't have programming experience. Regards, Zornitza Doneva
... View more
‎Nov 03, 2023
01:42 PM
2 Upvotes
Hi Katherine, Please see below for an example of the answer that I got from Adobe Customer Support when I had a similar problem. 1. With FrameMaker closed, go to C:\Users\zornitzadoneva\AppData\ 2. In View, add a check mark to Hidden Items to see them. 3. Go to C:\Users\yourname\AppData\Roaming\Adobe\FrameMaker 4. Rename folder 16 to 16_old or else. 5 Restart FrameMaker and try to open a the files that were crushing during opening). It should be successful because FM has returned to the initial settings. I hope this helps. Regards, Zornitza Doneva
... View more
‎Nov 03, 2023
01:05 PM
Hi there, I am running Structured FM 17.0.2.431 and have a request to replace the default font used by Framemaker (which is Calibri) with a specific proprietary font. The new font is PxC GillAltOneMT, V2.000 and its format is .OTF. I tried to change the font type in the FrontMatterTpl.fm but the change is not implemeted after publishing. I reviewed the maker.ini file but I can't find where it can be changed. Would you please help me with some information about how to do it. Thanks a lot! Zornitza Doneva
... View more
‎Nov 03, 2023
12:32 PM
1 Upvote
Hi there, I would like to have a simplified TOC in my pdf documents. I am running Structured Fm 17.0.2. Right now, my TOC looks as below. I would like the TOC to looks like shown below. I modified my ditafm-output.ini in the section [BookWithFM-TOC]. My reference was: https://help.adobe.com/en_US/framemaker/using/using-framemaker/user-guide/frm_generating_output-multichannel-format-toc.html The mofified output is: ParaTags=title.0|title-index I updated the ditafm-output.ini in C:\Program Files\Adobe\Adobe FrameMaker 2022\fminit and C:\Program Files\Adobe\Adobe FrameMaker 2022\fminit\ditafm. I restarted FM and published my ditamap again. However, the published output in the TOC was not changed. Would you please help me to figure out what I am doing wrong. Thanks a lot! Zornitza Doneva
... View more
‎Jan 25, 2022
02:03 PM
Hi Adobe Support Community gals & guys, I have a problem with my index being published in HTML5 format but not in pdf output. I created an index in DITA and tested it publishing in HTML 5 and pdf. It appears as designed when published in HTML5 (see below): However, in the PDF output, I get only an empty index page (see below). I am using metadata and keywords elements in the prolog part: Or my my code is: <prolog> <metadata> <keywords> <indexterm>help</indexterm> </keywords> </metadata> </prolog> My test example is a simple ditamap file with 4 xml files containing metadata. I am running FM version 16.0.2.916 and using DITA / Structural FM. Tried testing also with the default.sts file and the result was the same (the empty index page). Maybe some update to the output template IndexTpl.fm should be done. When I opened in FM, it appears exactly as shown in the pdf output - an empty page with a title Index. Any assistance and ideas will be greatly appreciated. Regards, Zornitza Doneva P.S. So far, I sent 2 requests for technical support to Adobe but haven't got any responses, ticket numbers, etc.
... View more
‎Jan 25, 2022
12:22 PM
Hi there, It is a very good question. I would like to know the answer as well. As an workaround, in my <step> elements, I use the element <stepxmp> right after element </cmd>. We still include an element <p> before <title> and image elements but Framemaker includes the phrase "For example" after element <p>. So, it looks like that: as a XML code: <step> <cmd>The <uicontrol>Capturing from Ethernet (Wireshark)</uicontrol> screen appears - Scenario 1. </cmd> <stepxmp> <p>Scroll down until <term keyref="DHCP_dterm">DHCP</term> protocol process Discover Offer appears. </p> <fig> <title>DHCP Wireshark</title> </fig> <image href="DHCP - Figure Wireshark DORA.JPG" placement="break" scale="80" /> </stepxmp> </step> Or when published as pdf: I hope that this is helpful. I am attaching a copy of the filesfrom which I pasted screen captures. Regards, Z.Doneva
... View more