Please read:
https://docs.oasis-open.org/dita/v1.2/o ... xterm.html
Search found 476 matches
- Fri Apr 05, 2019 1:01 pm
- Forum: Common Problems
- Topic: Creating index entries
- Replies: 5
- Views: 2331
- Fri Apr 05, 2019 12:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Topic titles in a header
- Replies: 9
- Views: 1605
Re: Topic titles in a header
You need to reset that string on chapters of higher level. See that a string-set may define multiple values at once. For example in the default CSS we have a reset of the sectiontitle at each top level chapter title element: .. *[class ~= "topic/topic"][is-chapter]:not([is-part]) > *[class ~= "topic...
- Fri Apr 05, 2019 12:53 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Generation of Table of contents and index page
- Replies: 11
- Views: 1778
Re: Generation of Table of contents and index page
Any DITA map generates in the PDF output a table of contents.
If the topics contain indexterms, these are collected and added to an index page at the end of the publication.
Try transforming the DITA samples bundled in oXygen and see the output.
Many regards,
Dan
If the topics contain indexterms, these are collected and added to an index page at the end of the publication.
Try transforming the DITA samples bundled in oXygen and see the output.
Many regards,
Dan
- Thu Apr 04, 2019 3:40 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Picture titles formatting with CSS
- Replies: 4
- Views: 1161
Re: Picture titles formatting with CSS
Hello, First of all, you need to use the CSS inspector over the merged HTML file, as it explained here: https://www.oxygenxml.com/doc/versions/21.0/ug-pdf-css/topics/dcpp_debugging_the_css.html Next, read: https://www.oxygenxml.com/doc/versions/21.0/ug-pdf-css/topics/dcpp_images.html?hl=figures#aria...
- Mon Apr 01, 2019 9:15 am
- Forum: Common Problems
- Topic: Extra point dot in Warning
- Replies: 3
- Views: 690
Re: Extra point dot in Warning
Please specify the context. Is it a PDF transformation, a Webhelp one, or you get this when editing?
Regards,
Dan
Regards,
Dan
- Thu Mar 28, 2019 1:45 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Mathml in CSS based PDF output
- Replies: 7
- Views: 1257
Re: Mathml in CSS based PDF output
Are the mathML equations inline or are stored as separate files?
- Thu Mar 28, 2019 12:47 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Mathml in CSS based PDF output
- Replies: 7
- Views: 1257
Re: Mathml in CSS based PDF output
We will try to find a fix. Can you let us know what font do you want to use for the equations?
Many regards,
Dan
Many regards,
Dan
- Thu Mar 28, 2019 9:18 am
- Forum: Common Problems
- Topic: Positioning of content in footer in vertical alignment
- Replies: 6
- Views: 1249
Re: Positioning of content in footer in vertical alignment
Hello, Please note that the page margin boxes do not have margins. You can try to use padding to obtain a similar effect: @page{ @bottom-center{ padding:1em; /* or: */ vertical-align:bottom; } } If you need to style the page margin boxes with some colors/graphics, you may consider creating an SVG as...
- Fri Mar 22, 2019 1:26 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Tables with split rows have extra padding in the second row
- Replies: 1
- Views: 492
Re: Tables with split rows have extra padding in the second row
Hello, What scenario are you using? The one based on HTML? I tested with: *[class ~= 'topic/entry'] { padding-top:0.5em; padding-bottom:0.25em; color:green; } and I see that the text is aligned correctly on the baseline of the table row. I recommend to try a transformation without a CSS customizatio...
- Fri Mar 22, 2019 10:58 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: How to leverage the rev attribute to put change bars in the output
- Replies: 7
- Views: 1586
- Wed Mar 20, 2019 4:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Named pages for Appendix and Glossary
- Replies: 4
- Views: 889
Re: Named pages for Appendix and Glossary
Make sure you set a navtitle on your appendix in the DITA map:
Many regards,
Dan
Code: Select all
<appendix navtitle="The appendix title that shows in the TOC and content.">
<topicref href="first.dita"/>
<topicref href="second.dita"/>
<topicref href="third.dita"/>
</appendix>
Dan
- Tue Mar 19, 2019 4:19 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Named pages for Appendix and Glossary
- Replies: 4
- Views: 889
Re: Named pages for Appendix and Glossary
Is it the PDF CSS based on HTML transformation?
Regards,
Dan
Regards,
Dan
- Tue Mar 19, 2019 4:17 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: How to customize appendix titles
- Replies: 4
- Views: 960
Re: How to customize appendix titles
Hello, There are some counters that are managed already by the builtin CSS: toc-section1, section1. You can use them like this: @namespace oxy "http://www.oxygenxml.com/extensions/author"; /* TOC */ /* * Start with a cleanup: remove all befores for all topicrefs in the appendix, no matter the depth....
- Tue Mar 19, 2019 3:34 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: How to leverage the rev attribute to put change bars in the output
- Replies: 7
- Views: 1586
Re: How to leverage the rev attribute to put change bars in the output
Hello,
Chemistry does not support PDF change bars - yet.
Can you post a screenshot with what you want to obtain? Maybe we can help.
Many regards,
Dan
Chemistry does not support PDF change bars - yet.
Can you post a screenshot with what you want to obtain? Maybe we can help.
Many regards,
Dan
- Tue Mar 19, 2019 3:32 pm
- Forum: Common Problems
- Topic: Cannot render the ⌥ symbol
- Replies: 5
- Views: 1557
Re: Cannot render the ⌥ symbol
Hello,
Please try:
Many regards,
Dan
Please try:
Code: Select all
*[class ~= "ui-d/uicontrol"], .uicontrol {
font-family: "Cambria Math", Symbol;
}
Dan
- Tue Mar 19, 2019 3:21 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Formatting for Index
- Replies: 4
- Views: 880
Re: Formatting for Index
If you are using the PDF CSS based on HTML, in the output folder you will find a HTML file representing the merged map. You can open it in a browser (Chrome for instance) and use the browser development tools to inspect the elements and styles. Please read: https://www.oxygenxml.com/doc/versions/21....
- Tue Mar 19, 2019 3:15 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA map PDF – based on HTML5 & CSS transformation
- Replies: 14
- Views: 2562
Re: DITA map PDF – based on HTML5 & CSS transformation
Ok, I see now you are using the HTML5 based transformation. The fix I gave earlier is for the direct transformation, where the CSS is applied on the merged map. As a workaround, you can hide the "Note: " label: *[class ~= "glossentry/glossUsage"] > .note__title { display: none; } If you want to show...
- Mon Mar 18, 2019 3:26 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA map PDF – based on HTML5 & CSS transformation
- Replies: 14
- Views: 2562
Re: DITA map PDF – based on HTML5 & CSS transformation
Hello, Thank you for the feedback! Indeed, this is a bug. The "glossary" CSS selectors in the -i18n.css should be after the "note" ones. We will fix this in the new version. As a workaround, copy the selector in your customization CSS: *[class ~= "glossentry/glossUsage"]:before { content: "Usage: ";...
- Mon Mar 18, 2019 3:01 pm
- Forum: Common Problems
- Topic: Border has unneccesaty padding
- Replies: 4
- Views: 1325
Re: Border has unneccesaty padding
Hello, This thread is about the CSS PDF customization (oXygen Specific), not about the standard transformation provided by the PDF2 DITA-OT plugin. If you have problems with the PDF2 plugin you can: - request details on the DITA users list: https://groups.google.com/forum/#!forum/dita-ot-users - fil...
- Fri Mar 15, 2019 12:21 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: extra margins by empty elements
- Replies: 3
- Views: 701
Re: extra margins by empty elements
Hello, Yes, this is a bug, i will record it. The IDs are generating anchor elements that separate the adjacent margins of the siblings. For instance, the empty context element will generate an inline that inhibits the automatic collapse of the margins of the prereq (the element before) and steps (th...
- Wed Mar 06, 2019 5:08 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Overflow Wrap in Tables Overriding Hyphenation Rules
- Replies: 12
- Views: 2534
Re: Overflow Wrap in Tables Overriding Hyphenation Rules
Hello, Thank you for the examples. First, make sure you remove the quotes from the hyphenation properties: -oxy-hyphenation-push-character-count: 6 !important; /* Minimum 3 characters pushed to next line */ -oxy-hyphenation-remain-character-count: 2 !important; /* Minimum 4 characters remain on prev...
- Tue Mar 05, 2019 4:50 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Figures in steps and substeps
- Replies: 1
- Views: 464
Re: Figures in steps and substeps
Do you mean a background image for the task? Set an outputclass on the tasks you want to have that background and write a CSS rule to match it and set the background to the element. Another way would be to have a special page and associate it to the tasks class. Read about page backgrounds here: htt...
- Tue Mar 05, 2019 4:16 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Overflow Wrap in Tables Overriding Hyphenation Rules
- Replies: 12
- Views: 2534
Re: Overflow Wrap in Tables Overriding Hyphenation Rules
Can you send us to support some sample API words that are not hyphenated?
Many regards,
Dan
Many regards,
Dan
- Fri Mar 01, 2019 3:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Overflow Wrap in Tables Overriding Hyphenation Rules
- Replies: 12
- Views: 2534
Re: Overflow Wrap in Tables Overriding Hyphenation Rules
I verified the current implementation (from oXygen 21) and it does hyphenation at the case change. Do you use oXygen 20.1? If running with oXygen 21 and you still have problems, please send us using the transformation console log: https://www.oxygenxml.com/techSupport.html You can also download and ...
- Fri Mar 01, 2019 1:52 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Overflow Wrap in Tables Overriding Hyphenation Rules
- Replies: 12
- Views: 2534
Re: Overflow Wrap in Tables Overriding Hyphenation Rules
Hello,
Ok. We will send you a download link when we will have the fix ready.
Many regards,
Dan
Ok. We will send you a download link when we will have the fix ready.
Many regards,
Dan
- Thu Feb 28, 2019 4:47 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: PDF - CSS (DITA) Transform Creates a Duplicate Blank First Page
- Replies: 3
- Views: 1012
Re: PDF - CSS (DITA) Transform Creates a Duplicate Blank First Page
I think you can safely remove them from your customization.
Many regards,
Dan
Many regards,
Dan
- Thu Feb 28, 2019 12:08 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Overflow Wrap in Tables Overriding Hyphenation Rules
- Replies: 12
- Views: 2534
Re: Overflow Wrap in Tables Overriding Hyphenation Rules
Another idea: If your API names are wrapped in an element, like a codeph, you can set overflow-wrap: break-word; on this element, and leave the parent table with the hyphenation settings.
Many regards,
Dan
Many regards,
Dan
- Thu Feb 28, 2019 12:02 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Overflow Wrap in Tables Overriding Hyphenation Rules
- Replies: 12
- Views: 2534
Re: Overflow Wrap in Tables Overriding Hyphenation Rules
The problem is that we implemented overflow wrap using hyphenation. Anyway, is not a good idea to mix both of them, as there is no priority defined in the standard. Your situation is like this: - Some of the table cells contain API names, that are long, without dashes or underscores, but having a ca...
- Tue Feb 26, 2019 1:19 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Differences in PDF Output Between 20.1 and 21.0
- Replies: 2
- Views: 697
Re: Differences in PDF Output Between 20.1 and 21.0
Hello Carl, Starting with version 21.0 the DITA publishing respects the DITA specification for the bookmaps. A bookmap will have the frontmatter and backmatter shown in the table of contents, bookmarks tree, etc.. To avoid the frontmatter and backmatter topics being listed in the TOC, you need to se...
- Fri Dec 28, 2018 10:29 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Glossary term referenced with <abbreviated-form> not appearing in PDF
- Replies: 7
- Views: 2543
Re: Glossary term referenced with <abbreviated-form> not appearing in PDF
Please open a new post for the WebHelp problems.
Thank you,
Dan
Thank you,
Dan