Search found 30 matches
- Mon Nov 11, 2019 8:10 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: PDF-CSS issues
- Replies: 5
- Views: 265
Re: PDF-CSS issues
Hi Dan, Thanks for your answers. 1. Here is the snippet <table colsep="0" frame="none" id="table_csg_5dy_tcb"> <title>Apps</title> <tgroup align="left" cols="2"> <colspec colname="c1" colnum="1" colwidth="1*" rowheader="headers"/> <colspec colname="c2" colnum="2" colwidth="2.72*" rowheader="headers"...
- Thu Nov 07, 2019 1:08 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: PDF-CSS issues
- Replies: 5
- Views: 265
PDF-CSS issues
Hello, I use PDF-WYSIWYG scenario with CSS, and there are several formatting issues I cannot overcome. 1. I need my table to have borders like this chrome_2019-11-06_17-59-10.png but all I could get is this AcroRd32_2019-11-06_18-00-59.png The style I use *[class~="topic/entry"] { color: #4c4545; te...
- Thu Jan 17, 2019 12:58 pm
- Forum: Common Problems
- Topic: Border has unneccesaty padding
- Replies: 4
- Views: 805
Border has unneccesaty padding
Hi, I'm using DITA-PDF WYSIWYG transformation with custom CSS. I want to add a border around an image, this is what I do *[class ~= "topic/fig"] > [class ~= "topic/image"][placement = 'break'] { border: 1px solid #EFF1F2; } The border is added but in some cases, it is far out the picture - like in t...
- Mon Dec 24, 2018 2:03 pm
- Forum: Common Problems
- Topic: Automatic list of reused topics
- Replies: 1
- Views: 514
Automatic list of reused topics
Hello, I have a topic with several other topics reused inside it, like this: <topic id="main-topic"> <title>Main topic</title> <body> </body> <topic id="id_gpf_vcq_fgd" conref="topic1.dita#topic1"> <title/> </topic> <topic id="id_gpf_vcq_fdb" conref="topic2.dita#topic2"> <title/> </topic> </topic> C...
- Mon Dec 24, 2018 1:10 pm
- Forum: Common Problems
- Topic: Adding ID to topicref navtitle
- Replies: 1
- Views: 549
Adding ID to topicref navtitle
Hi, I have a map with nested maps that are divided by topichead navtitles regarding their purpose. Then I use DITA -> HTML5 transformation to generate index.html with map structure. Example: <map> <topichead navtitle="Feature documentation"> <topicref href="map1.ditamap" format="ditamap"/> <topicref...
- Fri Nov 23, 2018 11:36 am
- Forum: Common Problems
- Topic: Sort topics by the last change
- Replies: 3
- Views: 837
Re: Sort topics by the last change
Andrei, thanks for making a request for such a feature. Though I still need somehow understand when a topic has been changed. Probably, I can add some sort of tag or artifact to each one of them that will indicate the date of change? For now, my only idea is to turn on the tracking of changes but pr...
- Mon Nov 12, 2018 11:08 am
- Forum: Common Problems
- Topic: Sort topics by the last change
- Replies: 3
- Views: 837
Sort topics by the last change
Hi!
I want to automatically sort topics in the map during transformation by the last change (meaning the most recently updated topics are at the beginning of the map). Is there any way to do so in OxygenXML?
I want to automatically sort topics in the map during transformation by the last change (meaning the most recently updated topics are at the beginning of the map). Is there any way to do so in OxygenXML?
- Tue Aug 14, 2018 4:42 pm
- Forum: Common Problems
- Topic: Topic re-use in multiple maps
- Replies: 1
- Views: 731
Topic re-use in multiple maps
Hello, I have one map that includes several submaps. These submaps include the same topics A and B that are cross-referenced, like this: Main map Submap 1 Topic A (link to -> B) Topic B Topic C Submap 2 Topic D Topic A (link to -> B) Topic E Topic B When I click reference to topic B inside topic A i...
- Mon Jul 02, 2018 3:53 pm
- Forum: Common Problems
- Topic: Related information in the HTML output
- Replies: 4
- Views: 1193
Re: Related information in the HTML output
Radu,
If I remove linking="sourceonly", my topics become like this again:
Related Tasks
Topic 1
Topic 2
Related Concepts
Topic 3
Related References
Topic 4
Topic 5
If I remove linking="sourceonly", my topics become like this again:
Related Tasks
Topic 1
Topic 2
Related Concepts
Topic 3
Related References
Topic 4
Topic 5
- Mon Jul 02, 2018 2:33 pm
- Forum: Common Problems
- Topic: Related information in the HTML output
- Replies: 4
- Views: 1193
Related information in the HTML output
When using a relationship table to create links, by default links are organized by topic type and contain heading such as Related tasks, Related references, Related Concepts. I want all the topics to be grouped together under "Related information" title. Example of Default Behavior: Related Tasks To...
- Fri Jun 15, 2018 12:56 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Using ditaval for different transformations
- Replies: 3
- Views: 1028
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 sce...
- Thu Jun 14, 2018 5:47 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Using ditaval for different transformations
- Replies: 3
- Views: 1028
Using ditaval for different transformations
Hi. I'm in need to adjust my .dita output depending on transformation scenario. To be more specific - I transform DITA to PDF WYSIWYG (with custom CSS) and HTML5 (default) . Depending on the output format I want to Exclude entire topics Exclude or add some content inside the topics As far as I'm con...
- Wed May 30, 2018 3:49 pm
- Forum: Common Problems
- Topic: Page breaks in Glossary
- Replies: 4
- Views: 1244
Re: Page breaks in Glossary
Dan,
I think I should specify that I use DITA -> PDF WYSIWYG transformation. A default one as well as with my srtles does not work.
Though DITA -> PDF produces the correct result.
I think I should specify that I use DITA -> PDF WYSIWYG transformation. A default one as well as with my srtles does not work.
Though DITA -> PDF produces the correct result.
- Wed May 30, 2018 3:43 pm
- Forum: Common Problems
- Topic: Map title in index
- Replies: 1
- Views: 797
Map title in index
Hi! I have a map with several submaps. The structure is the following <map title="Main map" toc="yes"> <topicref href="map1.ditamap" format="ditamap" collection-type="sequence"/> <topicref href="map2.ditamap" format="ditamap" collection-type="sequence"/> </map> I run standard transformation DITA -> ...
- Tue May 29, 2018 6:00 pm
- Forum: Common Problems
- Topic: Page breaks in Glossary
- Replies: 4
- Views: 1244
Page breaks in Glossary
Hi,
I'm using DITA -> PDF with custom CSS transformation.
I have ditamap for Glossary with glossrefs.
When I generate PDF, all terms are at separate pages (with page breaks).
I have tried adding outputclass="page-break-avoid" but it does not work.
How can I avoid page breaks in any other way?
I'm using DITA -> PDF with custom CSS transformation.
I have ditamap for Glossary with glossrefs.
When I generate PDF, all terms are at separate pages (with page breaks).
I have tried adding outputclass="page-break-avoid" but it does not work.
How can I avoid page breaks in any other way?
- Thu May 17, 2018 10:44 am
- Forum: Common Problems
- Topic: Numbering titles
- Replies: 1
- Views: 764
Numbering titles
Hi, I have a .ditamap (not a .bookmap) file with several topics and transform it via PDF Chemistry with custom CSS. I want to add numbering to some of them but omit them for other. Being more specific, I would like to skip numbers for my introduction (topicref in the main map), glossary (mapref in t...
- Wed May 16, 2018 6:42 pm
- Forum: Common Problems
- Topic: Styling titles
- Replies: 1
- Views: 708
Styling titles
Hi, I use CSS for DITA-PDF transformation and would like to add different spacing between topics of different levels. I was thinking about adding margin-top property prior the title but it does not work. Please help e out with this one. Attach a picture to clarify what exactly a need to do. https://...
- Wed May 16, 2018 6:24 pm
- Forum: Common Problems
- Topic: Place caption below image
- Replies: 1
- Views: 985
Place caption below image
Hi, I use CSS for my DITA->PDF transformation and would like to place image caption within the <fig> element below the image itself. I tried it this way but it does not work. /* This centers the title text and the image if the image has the placement attribute set to inline. The inline placement is ...
- Wed May 16, 2018 6:22 pm
- Forum: General XML Questions
- Topic: SVG obhect centering issue
- Replies: 2
- Views: 1333
Re: SVG object centering issue
Hi,
Thanks for the tip. First way works okay with small images (<300 px) but is not applicable for the bigger ones.
Thanks for the tip. First way works okay with small images (<300 px) but is not applicable for the bigger ones.
- Tue May 08, 2018 7:41 pm
- Forum: General XML Questions
- Topic: SVG obhect centering issue
- Replies: 2
- Views: 1333
SVG obhect centering issue
Hi, I'm using DITA-PDF (WYSISYG) transformation with CSS via PDF chemistry. I want my logo to be at the top center of the front page. For better quality I want to use .svg object, not a regular image. The issue is that it does not work for svg, object is always at the top-left position: @page front-...
- Wed Apr 11, 2018 12:25 pm
- Forum: General XML Questions
- Topic: Center image in PDF output by CSS
- Replies: 3
- Views: 1628
Re: Center image in PDF output by CSS
But did not work for me.
I have sent an issue to tech support on Thursday (5th April), but no answer so far.
I have sent an issue to tech support on Thursday (5th April), but no answer so far.

- Wed Apr 04, 2018 2:44 pm
- Forum: General XML Questions
- Topic: Sort glossary in alphabetical order
- Replies: 8
- Views: 1302
Sort glossary in alphabetical order
I have created ditamap for my glossterms <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd"> <map id="glossary"> <title>A Glossary of Terms used in <ph keyref="product"/></title> <topicmeta> <shortdesc>Definitions for terms used in <ph keyref="product"...
- Wed Apr 04, 2018 12:48 pm
- Forum: General XML Questions
- Topic: Center image in PDF output by CSS
- Replies: 3
- Views: 1628
Center image in PDF output by CSS
Hi, I use CSS to format images. Here are my styles: /* ================================================== * * <fig> * * The fig element is a figure (sometimes called an * "exhibit") with an optional title for a wide variety * of content. */ *[class ~= "topic/fig"] { display: block; font-style: itali...
- Tue Mar 20, 2018 3:48 pm
- Forum: Common Problems
- Topic: Tracking changes in PDF Output
- Replies: 5
- Views: 1393
Re: Tracking changes in PDF Output
Dan,
Thanks a lot, that helped.
I have spotted one more strange thing about tracking changes in PDF - when I add several paragraphs of text with lists and sections, huge indents are added. This also happens when I highlight text. Is there any parameter(s) in CSS to remove indents?
Thanks a lot, that helped.
I have spotted one more strange thing about tracking changes in PDF - when I add several paragraphs of text with lists and sections, huge indents are added. This also happens when I highlight text. Is there any parameter(s) in CSS to remove indents?
- Mon Mar 19, 2018 12:45 pm
- Forum: Common Problems
- Topic: Tracking changes in PDF Output
- Replies: 5
- Views: 1393
Re: Tracking changes in PDF Output
Hi Dan,
It works fine when I build my doc with in-built Oxygen plugin, but the property is ignored when I use this one. It also ignored changes in footnotes colors, etc.
Could you point me, why this may happen?
It works fine when I build my doc with in-built Oxygen plugin, but the property is ignored when I use this one. It also ignored changes in footnotes colors, etc.
Could you point me, why this may happen?
- Wed Mar 14, 2018 11:15 am
- Forum: Common Problems
- Topic: Tracking changes in PDF Output
- Replies: 5
- Views: 1393
Tracking changes in PDF Output
Hi! I'm using DITA Map PDF - WYSIWYG transformation scenario with "show.changes.and.comments = yes" to show changes in my PDF. It works fine, but there're some things that may confuse my readers: 1. Deleted content is displayed with all tags applied (like <uicontrol>, <i>, etc.). Can it be shown wit...
- Thu Mar 01, 2018 4:31 pm
- Forum: General XML Questions
- Topic: Example style and count
- Replies: 1
- Views: 1363
Example style and count
Hi, I use PDF Chemistry and CSS styling to format my PDFs. I would like to change my border look for example element, but it doesn't work if I use common CSS border style. Code looks like this: *[class~="topic/example"] { /*See -colors.css*/ display: block; margin:10px 0; padding:0.2em; border: 1px;...
- Thu Feb 22, 2018 12:04 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: PDF-CSS Plugin and DITA OT
- Replies: 1
- Views: 719
PDF-CSS Plugin and DITA OT
Hello! I am using Oxygen XML Editor 19.1 (trial) with PDF chemistry for PDF with CSS transformation. It works perfectly fine when I do the transformation by means of Oxygen, but does not function as expected when I build with DITA OT. This is the error I get: Fatal Error! Cannot find a 1-argument fu...
- Tue Feb 20, 2018 8:19 pm
- Forum: General XML Questions
- Topic: Table styles in CSS (last child)
- Replies: 3
- Views: 1563
Re: Table styles in CSS (last child)
Hi Anna, And are you using the CSS to style how the content looks like in the Author visual editing mode or are you using it to style the PDF output obtained from DITA content using the CSS-based DITA Map PDF - WYSIWYG transformation scenario? Regards, Radu Hi Radu, I'm using CSS-based DITA Map PDF...
- Tue Feb 20, 2018 2:56 pm
- Forum: General XML Questions
- Topic: Table styles in CSS (last child)
- Replies: 3
- Views: 1563
Table styles in CSS (last child)
Hi all, It's been a week since I started using CSS for Oxygen XML and I face problems with styling last row of my tables. That's how they look now. But no padding is applied to the last row. /* * Deal with @rowsep and @colsep. * * These attributes can be set on "table", "tgroup", "row", and * "entry...