Search found 841 matches

by Costin
Wed Jul 04, 2018 9:41 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: toc numbering alignment issue for two digit numbers
Replies: 18
Views: 5830

Re: toc numbering alignment issue for two digit numbers

When I pasted lines, it seems I made a typo and omitted the last part "';" of the import. Sorry for that. The closing single quote is missing at the import, as well as the semicolon, always needed to separate CSS rules. The correct CSS should look like: @import 'p-optional-numbering-deep.c...
by Costin
Tue Jul 03, 2018 2:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: toc numbering alignment issue for two digit numbers
Replies: 18
Views: 5830

Re: toc numbering alignment issue for two digit numbers

Please undo the changes performed to the "p-dita.css" (comment "@import 'p-optional-numbering-deep.css" and uncomment "@import 'p-numbering-shallow.css"), save the changes, then try the easy solution I provided in my last post. Please use a clean (new) .css file (drop t...
by Costin
Mon Jul 02, 2018 5:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: toc numbering alignment issue for two digit numbers
Replies: 18
Views: 5830

Re: toc numbering alignment issue for two digit numbers

I tested again the deep numbering behavior, using oXygen XML v20.1 (and even an older version - v20.0, build 2018042410 - however, you seem to be using even an older one) and a custom .css file that enables deep numbering, as per the instructions in this page from the User-Guide and all worked OK. T...
by Costin
Mon Jul 02, 2018 3:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: toc numbering alignment issue for two digit numbers
Replies: 18
Views: 5830

Re: toc numbering alignment issue for two digit numbers

Hi dpksaini8, Do you have an oXygen license, or are you using a trial? As I suggested, have you tried using oXygen XML v20 and see if numbering works fine? Is there a specific reason for which you need to stick with an older version (like an incompatible license key, in case you have a commercial li...
by Costin
Thu Jun 28, 2018 4:59 pm
Forum: Other Issues
Topic: Draft status available ?
Replies: 2
Views: 1941

Re: Draft status available ?

Hi jmanier, An easy approach to achieve what you wish is to use profiling conditions. More specific, you could declare profiling attributes which you could then set on the files you need to exclude and filter them from the published output through a DITAVAL file. Detailed information on creating/app...
by Costin
Thu Jun 28, 2018 11:10 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF Bookmarks - Bookmaptitlealt duplicated - DITA Map PDF - based on DITA & CSS (WYSIWYG)
Replies: 4
Views: 2318

Re: PDF Bookmarks - Bookmaptitlealt duplicated - DITA Map PDF - based on DITA & CSS (WYSIWYG)

Hi paulkhillier, In order to investigate this, we would appreciate if you could send (on our official support email address - support@oxygenxml.com) a sample DITA Map in a minimal form, on which you apply the CSS rules and reproduce the issue, together with the PDF output (or at least a screenshot d...
by Costin
Thu Jun 28, 2018 10:51 am
Forum: Common Problems
Topic: change-tracking display?
Replies: 1
Views: 2172

Re: change-tracking display?

Hi, As you may have already noticed, the change tracking support is already present in Chemistry, but it is not yet formatted (changes are rendered as plain text in the output). We are working on it and are getting close to improve this most probably in the next release so we will let you know when ...
by Costin
Thu Jun 28, 2018 10:46 am
Forum: Common Problems
Topic: Generate chapter minitoc
Replies: 8
Views: 6164

Re: Generate chapter minitoc

Hi, This is not possible in the current implementation of Chemistry. However, we already have an improvement request logged in our internal improvements tracking system, so our developers will try to implement this functionality in a future release. We will notify this thread as soon as this will ge...
by Costin
Wed Jun 27, 2018 10:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF from ditamap, force pagebreak between topics
Replies: 6
Views: 3291

Re: PDF from ditamap, force pagebreak between topics

Hi mdslup, Are you using the predefined general PDF transformation scenario (DITA Map PDF - based on XSL-FO), or one of the predefined CSS-based scenarios? However, breaking the page before new topics is possible in both cases. Depending on the specific transformation scenario, you should follow the...
by Costin
Wed Jun 27, 2018 9:37 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF: How do I implement a Last Page Footer different from other pages?
Replies: 5
Views: 2969

Re: PDF: How do I implement a Last Page Footer different from other pages?

I assume your using FOP to do the transformation and you already have some XSLT customization that overrides the standard one provided by DITA-OT. I prepared a static FO example showing a last page footer with a bottom margin of the last page different from the one applied to the rest of the pages. ...
by Costin
Tue Jun 26, 2018 1:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF: How do I implement a Last Page Footer different from other pages?
Replies: 5
Views: 2969

Re: PDF: How do I implement a Last Page Footer different from other pages?

Hi GregWait,

Could you please let us know what transformation scenario are you using?
Is it one of the scenarios that come predefined in oXygen? And if it is, which one specifically (DITA Map PDF / DITA Map PDF WYSIWYG / DITA Map PDF HTML 5 & CSS)?

Regards,
Costin
by Costin
Tue Jun 26, 2018 12:45 pm
Forum: Common Problems
Topic: Header / Footer equivalents from FO
Replies: 6
Views: 4477

Re: Header / Footer equivalents from FO

The XPath expressions should be modified to matche the HTML div elements, by using the class attributes. For clarity: :root { font-family: 'Helvetica Neue', sans-serif; font-size:10pt; string-set: prodname oxy_xpath("(//*[contains(@class, 'topic/prodname')]/text())[1]"), prodversion oxy_xp...
by Costin
Wed Jun 20, 2018 4:36 pm
Forum: Feature Request
Topic: Responsive Webhelp output: space between Logo and Title
Replies: 2
Views: 2383

Re: Responsive Webhelp output: space between Logo and Title

Hello, Thank you for your feedback! I have just logged your suggestion as an improvement request in our internal improvements tracking system. Unfortunately, as this is a thing of each user's preference, I can not guarantee this will be implemented. However, you can easily insert a space between the...
by Costin
Fri Jun 15, 2018 12:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using ditaval for different transformations
Replies: 3
Views: 2097

Re: Using ditaval for different transformations

Hi Anna, Indeed, the best way to achieve that is by specifying the profiling conditions in a DITAVAL file, which you could then pass to the transformation scenario. If you have already created your DITAVAL file, you should just edit the DITA Map PDF WYSIWYG transformation scenario, then, in the scen...
by Costin
Fri Jun 15, 2018 12:11 pm
Forum: XSLT and FOP
Topic: PDF output does not show -> separator for menu cascade element
Replies: 3
Views: 2636

Re: PDF output does not show -> separator for menu cascade element

Hi Amit, What specific version of oXygen v19 are you using (v19.0/v19.1)? What transformation scenario are you running? Is it the DITA Map PDF, or the DITA Map PDF WYSIWYG? Also, on what machine (which operating system)? I have just tested the behavior in oXygen XML Editor v19.1 (available for downl...
by Costin
Thu Jun 14, 2018 2:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: customize pdf css output
Replies: 6
Views: 3566

Re: customize pdf css output

Hello, What type of image are you using (jpeg/bmp/png/svg)? I just tried ta large png image and I noticed the image was automatically scaled to fit the page width. In fact, I noticed that at my side it was vice versa - while the DITA Map WYSIWYG transformation using Chemistry succesfully constrained...
by Costin
Thu Jun 14, 2018 11:25 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to generate <meta name="description" content="..."> in HTML output?
Replies: 5
Views: 1952

Re: How to generate <meta name="description" content="..."> in HTML output?

Hi roza, I tested this behavior with both 18.1 and 20.0 versions of oXygen, but could not reproduce the reported issue. As the short description is added in the meta information by the DITA OT, could you check if you are using an external/custom DITA OT? In case you are publishing your output from o...
by Costin
Tue Jun 12, 2018 4:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: toc numbering alignment issue for two digit numbers
Replies: 18
Views: 5830

Re: toc numbering alignment issue for two digit numbers

Hi, After we took a second look over the CSS snippet you provided in a previous post, it looks that you either copied the rules from an older forum thread, or might be still using an older version of oXygen. That's because we changed the structure of the "p-optional-numbering-deep.css", so...
by Costin
Tue Jun 12, 2018 1:44 pm
Forum: Common Problems
Topic: Tables border distort in pdf output
Replies: 11
Views: 5418

Re: Tables border distort in pdf output

Hello,

The issue is still open.
I can not know when exactly the development team will implement a fix, but, as I specified, we will notify this thread when this will occur.

Regards,
Costin
by Costin
Tue Jun 12, 2018 12:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to generate <meta name="description" content="..."> in HTML output?
Replies: 5
Views: 1952

Re: How to generate <meta name="description" content="..."> in HTML output?

Hi roza, The short description from the topics should be already present also in the meta information from the HTML files resulted as output for each of the corresponding topics, by default. To double check this, you should try open from the output the HTML file corresponding to the specific topic t...
by Costin
Tue Jun 12, 2018 10:57 am
Forum: Common Problems
Topic: TOC pages
Replies: 4
Views: 3367

Re: TOC pages

Hi,

Sure, feel free to send the zip containing the sample files to reproduce this behavior on our support email address: support@oxygenxml.com

Regards,
Costin
by Costin
Mon Jun 11, 2018 1:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp with multiple guides
Replies: 1
Views: 1317

Re: Webhelp with multiple guides

Hi Catherine, How to add a pdf download link in each Code: Select all wh_title div? There is no out-of-the-box support for that, but you could most probably achieve this by developing and using your own custom XSL to override the predefined XSL through an XSLT extension point. You can find more deta...
by Costin
Mon Jun 11, 2018 1:14 pm
Forum: Common Problems
Topic: TOC pages
Replies: 4
Views: 3367

Re: TOC pages

Hi bloodnok, We are not aware of such issues so, to investigate, we would first need to reproduce it at our side. However, it may be a side effect of an issue that could have been fixed in our internal development stream. As we are just preparing to release a new version of chemistry in a few days, ...
by Costin
Mon Jun 11, 2018 10:19 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Do not show shortdescriptions
Replies: 13
Views: 5508

Re: Do not show shortdescriptions

Hi Catherine, Yes, I understood your use case and I also tested the CSS rule before. However, it seems that, somehow, I tested this on a specific content from a file at my side, for which the rule worked, but I now tested this again against a general DITA Map that contains topics with short descript...
by Costin
Mon Jun 04, 2018 5:04 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using bookmaps and PDF2 transformation: how to enable continuous paging and stop chapters from starting on even page
Replies: 8
Views: 3405

Re: Using bookmaps and PDF2 transformation: how to enable continuous paging and stop chapters from starting on even page

Hello, The thread Exotic Hadron referred to is this one . He describes in the last post from that thread how he made it possible to migrate his DITA Map to the Book Map specialization. However, the suggestions may apply for that specific use-case. If you need thorough help to migrate or convert betw...
by Costin
Fri May 25, 2018 4:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add a <div> in each DITA topic
Replies: 3
Views: 1939

Re: Add a <div> in each DITA topic

Hi Catherine, As it is not clear what you mean by "customized <div>", could you please elaborate what exactly you need to achieve? The DITA 1.3 language makes it possible to use <div> elements to organize content . If you create a <div> element somewhere in the iris.dita topic from the flo...
by Costin
Fri May 25, 2018 9:43 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Hiding chapter number from selected topics
Replies: 3
Views: 1549

Re: Hiding chapter number from selected topics

Hi Jere, In order to think of an accurate and as easier as possible solution, we first need to identify what transformation scenario are you using to publish your bookmap. I guess you are publishing the bookmap to PDF, but could you please let me know if you are using the DITA Map PDF scenario, or t...
by Costin
Wed May 23, 2018 2:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Do not show shortdescriptions
Replies: 13
Views: 5508

Re: Do not show shortdescriptions

Hi Catherine, I think it's clear now. In a similar fashion, you could add a CSS rule for the specific selector matching the short descriptions in your childlinks. I.e, to hide the short descriptions for the childlinks in your custom .css, you should use something like: .wh_child_links > nav li div {...
by Costin
Wed May 23, 2018 1:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show parent topic or breadcrumb trail of a search result on the responsive webhelp search results page
Replies: 1
Views: 1253

Re: Show parent topic or breadcrumb trail of a search result on the responsive webhelp search results page

Hi Antti, Thank you for your feedback! I have logged an improvement request in our internal improvements tracking system, based on the use case you provided the feedback for. This will be analyzed by the development team for a possible implementation in a future version of oXygen and we will let you...
by Costin
Tue May 22, 2018 2:44 pm
Forum: Common Problems
Topic: WebHelp Responsive: Issue with unwanted topics being searchable in the output
Replies: 4
Views: 2590

Re: WebHelp Responsive: Issue with unwanted topics being searchable in the output

Hi Benjamin, Thank you for the additional details! Most probably, the container files (the files that hold the content you are then referencing) are referenced in other topics or maps/submaps of your main map. Either there were not referred before and a user may have referred them now, or they were ...