Search found 496 matches

by julien_lacour
Thu Jan 04, 2024 11:25 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Difficulty styling TOC content using CSS
Replies: 9
Views: 816

Re: Difficulty styling TOC content using CSS

Hello, I added your CSS to my sample, and using <oXygen/> XML Editor 26.0, build 2023100905 I still obtain aligned numbers in TOC. I tried to debug my CSS and opened the merged.html file in Author mode: *[class~='map/topicref'] > *[class~='map/topicmeta'] > *[class~='topic/navtitle']:after { backgro...
by julien_lacour
Wed Jan 03, 2024 11:20 am
Forum: Common Problems
Topic: Footer text overlapping on Image in PDF
Replies: 2
Views: 495

Re: Footer text overlapping on Image in PDF

Hello, Usually this happens when you have a page break avoid property set in your custom CSS stylesheet. You should debug the CSS to see if there is such rule set on images, and if it exists, remove it and see if the problem disappears. Search for any of these properties: page-break-after / page-bre...
by julien_lacour
Fri Dec 22, 2023 5:56 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Difficulty styling TOC content using CSS
Replies: 9
Views: 816

Re: Difficulty styling TOC content using CSS

Hello,

I don't have <oXygen/> XML Editor 25.1, build 2023042509, only the last maintenance build 2023070306 but the problem doesn't seems to be present on this version.
Maybe you could try to update to this last maintenance build and see if the page numbers align.

Regards,
Julien
by julien_lacour
Fri Dec 22, 2023 4:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Difficulty styling TOC content using CSS
Replies: 9
Views: 816

Re: Difficulty styling TOC content using CSS

Hello,

I tested on my side using <oXygen/> XML Editor 26.0, build 2023100905, the CSS I gave you previously and deep numbering, the result is the following:
deep_toc.png
deep_toc.png (45.43 KiB) Viewed 692 times
Maybe you have other rules disrupting the TOC display: different fonts, margins, paddings, etc.

Regards,
Julien
by julien_lacour
Wed Dec 20, 2023 12:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Difficulty styling TOC content using CSS
Replies: 9
Views: 816

Re: Difficulty styling TOC content using CSS

Hello, In this case you need to set the args.css.param.title-layout parameter value to "table". Then, you can set a width for each cell containing the chapter numbering: *[class ~= "map/map"][title-layout='table'] *[class ~= "map/topicref"][is-part] > *[class ~= "m...
by julien_lacour
Tue Dec 19, 2023 11:30 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Difficulty styling TOC content using CSS
Replies: 9
Views: 816

Re: Difficulty styling TOC content using CSS

Hello, You're right the <topicref> element includes both chapter number and title, to add a space you should use an deeper element in the structure, for example navtitle: *[class ~= "map/topicref"] *[class ~= "topic/navtitle"] { margin-left: 1em; } You can use your favorite brows...
by julien_lacour
Thu Dec 14, 2023 12:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Formatting a glossary like an index...?
Replies: 1
Views: 326

Re: Formatting a glossary like an index...?

Hi David, By default glossentries are displayed following the ditamap apparition order. You can group them in a <glossgroup> element (as a separate file), this element can contains multiple <glossentry>, this could be easier to sort. If you are using a bookmap, you can also wrap them in a <glossaryl...
by julien_lacour
Wed Dec 13, 2023 4:53 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Glossary List in BookMap
Replies: 2
Views: 334

Re: Glossary List in BookMap

Hello, You can hide entries from the WebHelp menu by setting some metadata on the topicref: <backmatter> <booklists> <indexlist/> <glossarylist> <topicref keys="COG" href="glossary/glossaryCOG.dita"> <topicmeta> <data name="wh-menu"> <data name="hide" value=&q...
by julien_lacour
Wed Dec 13, 2023 2:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can't get z-index to work
Replies: 5
Views: 612

Re: Can't get z-index to work

Hello, I'm not sure I fully understood the "last in chain" part, you need to have the image inside the DITA topic? Basically you can directly refer the combined image in the CSS and keep it close to it to make this works. Maybe you could send us a small sample with the topic, the images an...
by julien_lacour
Tue Dec 12, 2023 12:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Xpath epressions in SVG not expanding
Replies: 5
Views: 406

Re: Xpath epressions in SVG not expanding

I've also seen the broken link on this page, we will correct it.
Thank you for the report!

Regards,
Julien
by julien_lacour
Tue Dec 12, 2023 12:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Xpath epressions in SVG not expanding
Replies: 5
Views: 406

Re: Xpath epressions in SVG not expanding

Hello David,

The file extension must be .template.svg for the processor to use it as a template. Default SVGs with classic extensions aren't processed.
You can find more details here: https://www.oxygenxml.com/doc/versions/ ... lates.html

Regards,
Julien
by julien_lacour
Tue Dec 12, 2023 11:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Xpath epressions in SVG not expanding
Replies: 5
Views: 406

Re: Xpath epressions in SVG not expanding

Hello,

Could you provide a sample with the SVG template and the CSS you are using?
You can share it here or you can send it to support@oxygenxml.com for analysis.

Regards,
Julien
by julien_lacour
Mon Dec 11, 2023 5:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can't get z-index to work
Replies: 5
Views: 612

Re: Can't get z-index to work

Hello, Oxygen PDF Chemistry doesn't support z-index yet, I added your vote to the feature request and I will notify this thread once the support will be available. The only workaround could be to merge both images in a single one (an SVG for example) and position the final result in the PDF. Regards...
by julien_lacour
Wed Dec 06, 2023 4:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF Output: equations are not displayed
Replies: 3
Views: 407

Re: PDF Output: equations are not displayed

Hello,

Basically there's no difference between the Preferences > DITA option and the dita.dir parameter except the scope: the option is set globally when the parameter is only for the edited scenario.

Regards,
Julien
by julien_lacour
Mon Dec 04, 2023 6:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF Output: equations are not displayed
Replies: 3
Views: 407

Re: PDF Output: equations are not displayed

Hello, Is your colleague using the default DITA-OT from oXygen XML Editor 24.1? This can be checked from Preferences > DITA, the radio selector should be on the Built-in option (not Custom). You can also try to run the default DITA Map PDF - based on XSL-FO scenario, are you obtaining the same resul...
by julien_lacour
Fri Nov 24, 2023 11:21 am
Forum: Feature Request
Topic: Automatic extraction of language layers in an SVG
Replies: 1
Views: 340

Re: Automatic extraction of language layers in an SVG

Hello Sergio_7,

I created the feature request on our tracking system. We will analyze it.
I will notify this thread with every step of the analysis and if something become available.
Thank you for your request.

Regards,
Julien
by julien_lacour
Fri Nov 24, 2023 10:01 am
Forum: Common Problems
Topic: Page counter reset woes (again) in deep mode
Replies: 2
Views: 636

Re: Page counter reset woes (again) in deep mode

Hello, You will find all the information into the Reset Page Numbering in Deep Context topic from our user-guide: *[class ~= "map/map"][numbering ^= 'deep'] > *:not([class ~= "topic/topic"][is-chapter]) + *[class ~= "topic/topic"][is-chapter] { counter-reset: page 1 sec...
by julien_lacour
Thu Nov 23, 2023 6:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive custom plugin outputting extra note icon
Replies: 3
Views: 412

Re: WebHelp Responsive custom plugin outputting extra note icon

Hello Matt,

Could you send us a small non-working sample to support@oxygenxml.com for analysis?

Regards,
Julien
by julien_lacour
Mon Nov 20, 2023 12:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: alignment of elements on the cover page (custom)
Replies: 2
Views: 351

Re: alignment of elements on the cover page (custom)

Hello,

Could this problem be considered as solved? If yes maybe you could share the updated CSS in case other people want to realize a similar output.

Regards,
Julien
by julien_lacour
Thu Nov 16, 2023 12:01 pm
Forum: Common Problems
Topic: "!" in topic title and linktext cannot be recognized
Replies: 5
Views: 586

Re: "!" in topic title and linktext cannot be recognized

Hello,

We tested on our side and cannot reproduce the problem.
If you still want us to analyze this issue, could you send us a small sample at support@oxygenxml.com?

Regards,
Julien
by julien_lacour
Wed Nov 15, 2023 11:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Vertical spans and page breaks
Replies: 1
Views: 235

Re: Vertical spans and page breaks

Hello, XPath queries aren't supported in CSS selectors, you can only use the oxy_xpath() function as properties values. Instead of using XPath, why not simply apply the rule on table cells having the rowspan attribute set? *[class ~= "topic/entry"][rowspan] { page-break-before: avoid; } Re...
by julien_lacour
Wed Nov 08, 2023 1:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: add a table to the cover page?
Replies: 1
Views: 240

Re: add a table to the cover page?

Hello, Currently the only solution is to use an SVG file as background-image for the cover page. You can check the following topics from our user-guide for more information: How to Add a Background Image for the Cover How to Use SVG Templates for Creating Dynamic Cover Pages if you want to display d...
by julien_lacour
Thu Nov 02, 2023 12:53 pm
Forum: Feature Request
Topic: Questions about images
Replies: 4
Views: 1224

Re: Questions about images

Hello Steffi, I tested using <oXygen/> XML Editor 26.0, build 2023100905, if the SVG is scaled (using @width, @height or @scale attribute), the image can be clicked. Here are some code examples: <image placement="break" href="cover.svg" width="400px"/> <image placement=...
by julien_lacour
Thu Oct 26, 2023 9:33 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Incorrect section number in TOC
Replies: 2
Views: 327

Re: Incorrect section number in TOC

Hello Kaylee,

Could you indicate which Oxygen version you are using and which PDF scenario you are running? (DITA Map PDF - based on HTML5 & CSS or DITA Map PDF - based on XSL-FO)

Regards,
Julien
by julien_lacour
Mon Oct 23, 2023 10:23 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Available fonts
Replies: 3
Views: 420

Re: Available fonts

Hello Mikael, For DITA Map PDF - based on HTML5 & CSS the default fonts are basically those installed on your machine. You can check How to Set Fonts in Titles and Content topic from our user-guide for more details. You can also read the Fonts chapter to learn how to use WebFonts or refer files ...
by julien_lacour
Tue Oct 17, 2023 3:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Footer with three text colums (CSS based PDF transform)
Replies: 3
Views: 1126

Re: Footer with three text colums (CSS based PDF transform)

Hello,

Starting with Oxygen 26.0 (already available on our website) it is possible to set a specific width to page margin-boxes.
For more details, check https://www.oxygenxml.com/doc/versions/ ... boxes.html

Regards,
Julien
by julien_lacour
Tue Oct 17, 2023 3:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error messages when using rotated table headings
Replies: 2
Views: 412

Re: Error messages when using rotated table headings

Hello,

You can upgrade to Oxygen 26.0, in this version the Unknown function: "rotate" message will not appear.

Regards,
Julien
by julien_lacour
Tue Oct 17, 2023 3:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Open toolkit 4.0
Replies: 4
Views: 833

Re: DITA Open toolkit 4.0

Hello everyone,

Oxygen 26.0 is out! This version uses Oxygen Publishing Engine based on DITA-OT to 4.x.

Regards,
Julien
by julien_lacour
Tue Oct 10, 2023 9:07 am
Forum: Feature Request
Topic: Multiple PDFs from a single bookmap
Replies: 3
Views: 508

Re: Multiple PDFs from a single bookmap

Hello Garima,

I think you should directly ask Astoria then. I don't know how the publishing part works within the CCMS.

Regards,
Julien
by julien_lacour
Mon Oct 09, 2023 4:16 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: side-by-side
Replies: 2
Views: 336

Re: side-by-side

Hi Wojtek, You can align the marker and the content by setting the line-height property on the paragraph: *[outputclass ~= "side-by-side"] > *[class ~= "topic/p"] { display: inline-block; width: 40%; vertical-align: top; line-height: 1.25em; } *[outputclass ~= "side-by-side&...