Search found 496 matches

by julien_lacour
Thu Oct 20, 2022 11:59 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Appendix to another topic
Replies: 5
Views: 695

Re: Appendix to another topic

Hello Dorian, You can already use DITA <appendices> and <appendix> elements in your bookmaps to obtain a specific display in PDF. You can also use <xref> elements to link appendix to chapter, something like this: <title>Appendix to <ph><xref href="snowdrop.dita"/></ph></title> And finally,...
by julien_lacour
Wed Oct 19, 2022 9:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Custom Note Formats in PDF via HTML/CSS
Replies: 8
Views: 1185

Re: Custom Note Formats in PDF via HTML/CSS

Hello Eileen, Your custom rules are not applied because of rule priority in CSS, to make it short: longer the CSS selector, higher the priority. You can use these selectors instead (matching with both @type and @othertype): *[class~="topic/note"][type="other"][othertype=Quality] ...
by julien_lacour
Tue Oct 18, 2022 9:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show/Hide Title and Subtitle in pdf target
Replies: 3
Views: 791

Re: Show/Hide Title and Subtitle in pdf target

Hello,

As susannecm mentioned, you just need to use the display: none CSS property, like this:

Code: Select all

*[class ~= "bookmap/mainbooktitle"] {
  display: none !important;
}
Regards,
Julien
by julien_lacour
Fri Oct 14, 2022 11:49 am
Forum: Common Problems
Topic: Horizontal tables keep several pages after in landscape mode
Replies: 2
Views: 2519

Re: Horizontal tables keep several pages after in landscape mode

Hello Veronica,

We just released the new version of Oxygen (25.0).
In this version the page remaining landscape problem should be resolved.

I hope you will enjoy this new version!

Regards,
Julien
by julien_lacour
Fri Oct 14, 2022 11:20 am
Forum: Common Problems
Topic: Debugging java.lang.OutOfMemoryError issues
Replies: 18
Views: 4627

Re: Debugging java.lang.OutOfMemoryError issues

Hi Chris,

Starting with Oxygen 25.0 you should have more information about memory consumption in the DITA Map PDF - based on HTML5 & CSS scenarios.

Regards,
Julien
by julien_lacour
Fri Oct 14, 2022 11:18 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Is there a plugin to show profiling attributes?
Replies: 4
Views: 1780

Re: Is there a plugin to show profiling attributes?

Hello, Oxygen 25.0 is now available! In this new version if you are generating PDFs using the DITA Map PDF - based on HTML5 & CSS transformation scenario you can use the args.css.param.show-profiling-attributes parameter in order to display the profiling attributes names and values in the output...
by julien_lacour
Tue Oct 11, 2022 12:01 pm
Forum: Common Problems
Topic: Pages Footer styling issues...
Replies: 3
Views: 521

Re: Pages Footer styling issues...

Hi Dan, For the total number of pages, the counter is simply called "pages", the CSS should be like this: @bottom-right { content: "Page " counter(page) "/" counter(pages); background-color: lightblue; } Here is a link to the topic related to the page counter . Regards,...
by julien_lacour
Mon Oct 10, 2022 10:12 am
Forum: Common Problems
Topic: Question about initial view
Replies: 3
Views: 1089

Re: Question about initial view

Hi Susanne,

There are also some examples available in the How to Control the PDF Viewer topic.

They are in the user-guide related to DITA transformations but they can be applied on all document types.

Regards,
Julien
by julien_lacour
Fri Oct 07, 2022 10:41 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Pdf file in dita map
Replies: 3
Views: 731

Re: Pdf file in dita map

Hello Mikael,

I added your vote into the feature request and I will notify this thread once it will be available.

Regards,
Julien
by julien_lacour
Thu Oct 06, 2022 12:02 pm
Forum: Common Problems
Topic: Problem with bold text
Replies: 8
Views: 1818

Re: Problem with bold text

Hi Susanne, We are aware of this issue and a fix is planned, until then you will need to follow these steps: Unzip styles.zip in a "styles" folder for example (if you didn't already unzipped it). Open the styles.css file and replace the SecondaryBrandingFont declaration by this one (there ...
by julien_lacour
Thu Oct 06, 2022 10:31 am
Forum: Common Problems
Topic: Fast way to make and work with unordered lists in different levels. How?
Replies: 7
Views: 1077

Re: Fast way to make and work with unordered lists in different levels. How?

Hello, If you are using DITA, you can surround the text by either codeph or codeblock element. For the other document types, a equivalent should be available. You just need to select the text, press Enter, the content completion will propose those elements for surrounding the text. Just make sure th...
by julien_lacour
Thu Oct 06, 2022 10:21 am
Forum: Common Problems
Topic: Problem with bold text
Replies: 8
Views: 1818

Re: Problem with bold text

Hello Susanne,

Could you indicate which version of Oxygen you are using?
Are you using a custom font in your PDF output? If yes, which font are you using?

Regards,
Julien
by julien_lacour
Tue Oct 04, 2022 4:40 pm
Forum: Common Problems
Topic: How to style fragment of a text in another styled text?
Replies: 17
Views: 1743

Re: How to style fragment of a text in another styled text?

Hi Dan and Chris, Regarding the "operation to a table column" one possibility could be to create a custom operation that will appear in the XML Refactoring dialog. Depending on your operation you can maybe use an already available operation (as Chris mentioned). The idea is to search for t...
by julien_lacour
Tue Oct 04, 2022 4:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Pdf file in dita map
Replies: 3
Views: 731

Re: Pdf file in dita map

Hello, Currently it isn't possible to merge a PDF into the currently generating ditamap. The only available solution at this moment are the following: Refer the PDF as a link, it will appear in the TOC and the link will open the PDF in another tab of the PDF Viewer <topicref href="flowers.pdf&q...
by julien_lacour
Tue Oct 04, 2022 9:22 am
Forum: Common Problems
Topic: Fast way to make and work with unordered lists in different levels. How?
Replies: 7
Views: 1077

Re: Fast way to make and work with unordered lists in different levels. How?

Hello, If you are in Author mode, after adding the first item in a list, clicking again the button should create a nested list. After each item, pressing Enter will open the content completion dialog that will propose, between others, if you want to insert another item or another list, this is anoth...
by julien_lacour
Mon Oct 03, 2022 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Different footers or headers in the same output
Replies: 3
Views: 583

Re: Different footers or headers in the same output

Hello Veronica,

In addition to what Chris said, you can take a look at this topic: How to Change Header Text for Each Topic.

Regards,
Julien
by julien_lacour
Thu Sep 29, 2022 9:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Suppress Page Number in CrossRef
Replies: 2
Views: 625

Re: Suppress Page Number in CrossRef

Hello, If you want to remove the "on page X" label for all the links you can directly use the 'args.css.param.show-onpage-lbl' DITA parameter (available when editing DITA scenario). If you want to remove the label only for a few links you can mark them with an outputclass, for example <xre...
by julien_lacour
Thu Sep 29, 2022 9:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: page numbering
Replies: 7
Views: 1332

Re: page numbering

Hello, You can reset the numbering at the first chapter by using a custom CSS rule. The full explanation is available in the How to Reset Page Numbering at First Chapter topic from our user-guide. Make sure to use the adapted rule depending on your numbering scheme (shallow or deep). Regards, Julien
by julien_lacour
Tue Sep 27, 2022 10:03 am
Forum: Common Problems
Topic: Issue with docbook listitem/para
Replies: 4
Views: 1305

Re: Issue with docbook listitem/para

Hello,

It was an old workaround that fixed a display problem: list items bullets and text were not aligned perfectly but this has been fixed since.

Regards,
Julien
by julien_lacour
Tue Sep 27, 2022 10:00 am
Forum: Common Problems
Topic: One Item Bolded Bolds Entire Paragraph
Replies: 5
Views: 1625

Re: One Item Bolded Bolds Entire Paragraph

Hello Pat,

The new Oxygen maintenance build for 24.1 is available!
The bolding problem is fixed in this version.

Regards,
Julien
by julien_lacour
Tue Sep 27, 2022 9:45 am
Forum: Common Problems
Topic: How to style fragment of a text in another styled text?
Replies: 17
Views: 1743

Re: How to style fragment of a text in another styled text?

Hi Dan,

There's also a topic in our user-guide explaining how to set fonts in Oxygen:
- https://www.oxygenxml.com/doc/versions/ ... fonts.html

Regards,
Julien
by julien_lacour
Mon Sep 26, 2022 2:38 pm
Forum: Common Problems
Topic: Issue with docbook listitem/para
Replies: 4
Views: 1305

Re: Issue with docbook listitem/para

Hello Franck, There's a default rule for print that override the default display for para (in frameworks\docbook\css\print.css): listitem > para { display:inline; } I added an issue on our side to see if this rule is still necessary. Until then you can override it in your custom CSS. Regards, Julien
by julien_lacour
Mon Sep 26, 2022 10:45 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: page numbering
Replies: 7
Views: 1332

Re: page numbering

Hello, By default only pages in the Table of Contents, Front and Back Matter use the lower roman numbering. You can check the Default Page Definitions topic from our user-guide for more information. You can find some examples of headers/footers customization in the Page Headers and Footers topic. Re...
by julien_lacour
Mon Sep 26, 2022 10:39 am
Forum: Common Problems
Topic: Issue with @top-right formatting on @page :first - Chemistry 24
Replies: 2
Views: 1548

Re: Issue with @top-right formatting on @page :first - Chemistry 24

Hello, You need to override the default rules in order to make the content appear: /*TITLE PAGE */ @page front-page:first, table-of-contents:left:right:first, matter-page:left:right:first, chapter:left:right:first, index:first { /*Header */ @top-left { content: oxy_xpath('//*[contains(@class, "...
by julien_lacour
Tue Sep 20, 2022 10:42 am
Forum: Common Problems
Topic: How to style fragment of a text in another styled text?
Replies: 17
Views: 1743

Re: How to style fragment of a text in another styled text?

Hi Dan, In addition to what Chris said, here are some more links to our documentation and to some webinars that will surely help you: How to Set Fonts in Titles and Content Webinars They are for PDFs but as Chris mentioned you can customize both WebHelp Responsive and PDF using HTML5&CSS using c...
by julien_lacour
Thu Sep 15, 2022 1:56 pm
Forum: General XML Questions
Topic: More templates?
Replies: 2
Views: 805

Re: More templates?

Hello, There's not other predefined templates than those already present in the Templates tab of the transformation dialog. However, you can create you own publishing templates by using Oxygen Styles Basket . Once your publishing template is created, you simply need to download and refer it by using...
by julien_lacour
Wed Sep 14, 2022 5:27 pm
Forum: Common Problems
Topic: How to hide dictionary items from TOC if they are inserted into content as a abbreviated form?
Replies: 5
Views: 843

Re: How to hide dictionary items from TOC if they are inserted into content as a abbreviated form?

Hello,

If you just want to remove the <glossAcronym> element from the bookmarks you can use the following CSS rule:

Code: Select all

*[class ~= "glossentry/glossAcronym"] {
  bookmark-label: none !important;  
}
Regards,
Julien
by julien_lacour
Wed Sep 14, 2022 10:20 am
Forum: Common Problems
Topic: How to hide dictionary items from TOC if they are inserted into content as a abbreviated form?
Replies: 5
Views: 843

Re: How to hide dictionary items from TOC if they are inserted into content as a abbreviated form?

Hello,

Could you give us more information:
  • Which version of Oxygen are you using?
  • Which transformation scenario are you using? (DITA Map PDF - based on XSL-FO or DITA Map PDF - based on HTML5 & CSS)
Regards,
Julien
by julien_lacour
Wed Sep 07, 2022 1:34 pm
Forum: Common Problems
Topic: Table link labelling
Replies: 5
Views: 1607

Re: Table link labelling

Hello,

My mistake, the modification I gave you works in fact for both XSL-FO and HTML5 & CSS PDF transformations.
The "Table.title" text is used for link to tables too.

Regards,
Julien
by julien_lacour
Tue Sep 06, 2022 2:23 pm
Forum: Common Problems
Topic: Table link labelling
Replies: 5
Views: 1607

Re: Table link labelling

Hello,

If you are using the DITA Map PDF - based on XSL-FO transformation scenario, you need to change the value of the <variable id="Table.title"> in org.dita.pdf2/cfg/common/vars/ru.xml.

Regards,
Julien