Hi Everybody!
I need to put a graphic (image) on the my table's entry background. Can I do it using the styler?
Hi Everybody!
I need to put a graphic (image) on the my table's entry background. Can I do it using the styler?
Hi everybody!
I've one more doubt... I put in my document a 'change bar', but I can't change it's height. Actually, I've to decrease the height of the change bar, because there's a little space above the modified text.
Someone can help me?
Dear all,
We are using Arbortext Editor 6.0 M080. We are using the _newline tag to create the new line inside the step. When it get publish to PDF and we are absolutely no publishing error in this. But, when we use the same _newline tag inside the hazardstatement tag we are receving the publishing error (NULL message). Could you please anyone help me if we should not use the _newline tag inside hazardstatement tag, then which tag need to be used to split the line.
Thank you in advance,
Rajesh
Dear Arbortext users,
I constructed a form in the arbortext editor and I need to do a validation in a field. The only one caractere the user may type is "X" or leave empty. How can I do this validation?
Hi everybody!
Anyone knows how to modify the font size of the element using any its attribute?
Example:
In my DTD, I've this element:
<!ELEMENT para EMPTY>
<!ATTLIST para
font-size NUMBER #IMPLIED
>
How to use this attribute 'font-size' to set the font size?
This appear a easy case, but I haven't seen this function in Arbortext.
I am using a customized axdocbook as a MIL-STD technical bulletin.
I need the header/footer to populate the classification level of the individual pdf page. If any element has the attribute classification=secret, I need SECRET to appear in the header/footer. If no elements on the page are secret (meaning they do not have a classification attribute or have classification=unclassified), I need SECRET<newline/>(THIS PAGE IS UNCLASSIFIED) to appear in the header footer.
I have been able to conditionalize the gentext for the individual elements based on this attribute (to apply (S) or (U) before the element's content and so on). However, I do not know how to conditionalize the content in a header or footer.
I am a new user of 38784. How do I get more than an 8.5X11 area of a schematic (foldout pages) to appear correctly?
Is there a way to run an xsl on multiple xml files with Publishing Engine?
I am attempting to customize the stylesheet for axdocbook for delivering a MIL-STD technical bulletin.
The sect1-sect 5 titles need to appear as follows:
1.1 Section Title. First para element's content.
In Styler, no matter what modifications I made to the para or title elements, the para will not render on the same line as the title. Even as an inline structure type.
Does anyone have an suggestions for what I can try to make these section titles run-in or inline in Styler being output to pdf?
Refer to CASE 11850699.
We have a software security vulnerability with JAVA. We are running 6.0 M080. Since we cannot use the environment variable JAVA_HOME to redirect Arbortext to use the current version of JAVA, we will have to upgrade.
Is there a way to update the HELP feature to use the current version of JAVA? Can the software be modified in the future to use the JAVA_HOME to use the latest version of JAVA?
Is there a way to set your foldout to publish duplex.
Bryon
Dear all,
We are using Arbortext Editor 6.0 M080. We are using the _newline tag to create the new line inside the step. When it get publish to PDF and we are absolutely no publishing error in this. But, when we use the same _newline tag inside the hazardstatement tag we are receving the publishing error (NULL message). Could you please anyone help me if we should not use the _newline tag inside hazardstatement tag, then which tag need to be used to split the line.
Thank you in advance,
Rajesh
Hi,
I am having a weird problem, as described below, while issuing some data module.
1) I was able to issue some data module and not be able to issue on a majority of the DMs within a publication module
2) No error message or error log is displayed after I selected Set Verification to ISSUE. The Issue number didn't roll up and the status didn't update to ISSUED. There was no indication of failure after I performed the operation.
I'm drawing blank right now and really need help to get my work going. I'm really appreciated if you could guide me to a direction where I can troubleshoot this problem.
Thanks
How do you load a font for styler to use?
Bryon
We are currently creating an .idr file in Isodraw. We then export it to jpg and to cgm. The jpg is so you can see what the end result looks like and the cgm is put in a different folder where the manual is located. We then create a link in editor to the cgm, so it can be used in the manual. It seems that when you publish, every cgm is then converted to eps. Would we be better off using the idr files, instead of creating cgms??
thanks
Bryon
In a drawing sheet, I have different views from different Reps for the same assembly. Also I have a BOM Table for the Master Rep. How can I put same BOM Baloon number for the same part in different views in a same sheet?
I can do crating BOM table for each view and corresponding Baloon for that part. So in different views, same parts have different BOM number for that Reps BOM table. Which is not proper way to do... so please suggest...
in the image above you can see different views with different Reps for the same assembly....
Hello
I have an issue with filters in my map that I do not understand. I applied a filter on a part in my map as in the following example, in order to get this part only for product A, B and C when I publish my PDF documentation.
<bookmap>
<part navtitle="Lifting capacities" product="A B C">
<chapter navtitle="A" product="A"></chapter>
<chapter navtitle="B" product="B"></chapter>
<chapter navtitle="C" product="C"></chapter>
</part>
</bookmap>
But when I publish my PDF for any product I get the 3 chapters A,B and C even with the product that are not included in the filter...
Does someone have an explanation?
Thanks,
Hi all,
In a TOC, is showed the first page where each title starts. I need to know the last page where the content of this title appears. Someone knows how can I do it?
Is Korean language supported in Arbortext Editor, CSDB and Publisher for S1000D?
Which functionality are supported in Korean ?
I found another problem, there was no xsl:template match for <superScript> or <subScript> so I wasn't getting the correct formatting in my PDF output. So I added some statements at the very end of foPara.xsl right before the last </xsl:stylesheet> to fix this:
<!-- ===================================================================== -->
<!--L3 Modification for markup superScript and subScript-->
<xsl:template match="superScript">
<fo:inline baseline-shift="super" font-size="smaller">
<xsl:apply-templates />
</fo:inline>
</xsl:template>
<xsl:template match="subScript">
<fo:inline baseline-shift="sub" font-size="smaller">
<xsl:apply-templates />
</fo:inline>
</xsl:template>
<!--End L3 Modification-->
<!-- ===================================================================== -->
</xsl:stylesheet> <!--this is the last closing tag-->
I'm not sure if anyone else has run into this at the same version I'm using (Editor 5.3, CSDB 4.3 M060), but it might prove useful.
Greg
:-)