Search found 9 matches

by santhudev123
Thu Jan 23, 2020 2:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: for empty page layout
Replies: 3
Views: 1699

Re: for empty page layout

Hello Costin, We are getting the "empty page" but not as we required. chapters/sub-chapters should always start at an odd page (right side page of the book) in this case the " empty page" should be on even page (left side page of the book). so can we able to get the empty page au...
by santhudev123
Thu Jan 23, 2020 1:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to reset chapter number for the first topic?
Replies: 2
Views: 919

Re: How to reset chapter number for the first topic?

Hello Costin,

Thank you for the reply, it worked :D

Regards
Santhosh M
by santhudev123
Thu Jan 23, 2020 10:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Spaceing and Alignment for Step tag
Replies: 1
Views: 761

Spaceing and Alignment for Step tag

We have defined the line height for step tag in CSS we used and its given below. *[class~="task/step"], *[class~="task/steps-unordered"]{ line-height: 18pt; } *[class~="steps/step"], *[class~="steps-unordered/step"]{ line-height: 10pt; } But the content extend...
by santhudev123
Thu Jan 23, 2020 9:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to reset chapter number for the first topic?
Replies: 2
Views: 919

How to reset chapter number for the first topic?

We want the first chapter number as "Chapter 4" in the project, as we are splitting the whole project of 8 chapters into three parts as requested by customer. How to reset the chapter number by using CSS, Below is the code that we are using. * [class ~= "map/map"] { counter-reset...
by santhudev123
Thu Jun 20, 2019 4:30 pm
Forum: Common Problems
Topic: Resetting the Figure Numbering
Replies: 9
Views: 3477

Resetting the Figure Numbering

Hi, Just want to reset figure numbering on each sub-topic/sub-chapter. we used the code which is available at help files, but we are not getting output as required. Here is the code *[class ~= "topic/topic"][is-chapter] { counter-reset: figcount; } .fig--title-label{ display:none; } *[clas...
by santhudev123
Thu Jun 20, 2019 4:25 pm
Forum: Common Problems
Topic: Adding Additional Info in Footer
Replies: 1
Views: 959

Adding Additional Info in Footer

Hi, We have different documentation number for each sub-topic/sub-chapter and it should be mentioned in the footer(bottom -center). How can we achieve this. The document number is as follow: 3EHW 411401 3EHW 411402 3EHW 411403 3EHW 411404 Here's my code @bottom-center { content: oxy_label(text, &quo...
by santhudev123
Tue Apr 23, 2019 3:30 pm
Forum: Common Problems
Topic: Preface
Replies: 5
Views: 2093

Re: Preface

Hi again, Thanks for your support, I started working on new manual where i found below issues: 1. How to reset the page numbers(Footer) at each sub-chapters. Note: I have used the below rule in CSS to reset the page numbers at chapter level and i have achieved it accordingly, But now the project req...
by santhudev123
Mon Apr 22, 2019 2:15 pm
Forum: Common Problems
Topic: Preface
Replies: 5
Views: 2093

Re: Preface

Hello Costin, Thanks for that, i have created the Headers and Footers for Preface using outputclass="preface" . But i didn't got the answer for roman page numbering. One more query, how to get page numbering in footer for chapters as " Page 1 / 20 " in place of " Page 1 &quo...
by santhudev123
Fri Apr 19, 2019 12:59 pm
Forum: Common Problems
Topic: Preface
Replies: 5
Views: 2093

Preface

Hello,

I am working on oxygen XML 21.0 for the current project, I am customizing a new plugin for PDF output. how to add headers and footers for the preface and roman page numbers for the same in TOC through CSS.

Thanks and Regards,
Santhosh M