Search found 37 matches

by chrizzbee
Thu Aug 31, 2017 10:05 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Non-breaking hyphen comes as # in PDF output
Replies: 2
Views: 2262

Re: Non-breaking hyphen comes as # in PDF output

Hi Radu I don't use any odd font. Just Arial. But I realized that the non-breaking hyphen is only supported in Arial Unicode MS, which was deactivated in the Windows fonts. After activating it I thought, this might be it, but still same result. However, I now used the zero-width no-break space entit...
by chrizzbee
Tue Aug 29, 2017 11:15 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Non-breaking hyphen comes as # in PDF output
Replies: 2
Views: 2262

Non-breaking hyphen comes as # in PDF output

I want to use the non-breaking hyphen, but when publishing my DITA content to PDF, the hyphen is rendered as #. This is the case if I insert the hyphen via oXygen's character map, or as decimal ‑ or as hex ‑

Any clues here? Thanks a lot.
Chris.
by chrizzbee
Fri Jun 30, 2017 9:33 am
Forum: Feature Request
Topic: New ID when duplicating topic
Replies: 2
Views: 2302

New ID when duplicating topic

Feature request:
When duplicating a topic from within a map, a new ID on the root element should be generated at the same time. If this is somehow not intended, you could provide a checkbox for the ID creation (default = new) in the following dialog which prompts for the new file name.
by chrizzbee
Tue Jun 20, 2017 5:20 pm
Forum: XSLT and FOP
Topic: Setting up headers and footers for preface topics
Replies: 1
Views: 2134

Re: Setting up headers and footers for preface topics

After some fiddling with the code, I realized i can set in "generate-page-sequence-master" first and last to false: <xsl:param name="first" select="false()"/> <xsl:param name="last" select="false()"/> Now my preface-pages pick up the headers and foot...
by chrizzbee
Mon Jun 12, 2017 6:18 pm
Forum: XSLT and FOP
Topic: Setting up headers and footers for preface topics
Replies: 1
Views: 2134

Setting up headers and footers for preface topics

I struggle with headers and footers for my preface topics. I use the latest OT 2.5. Consider this bookmap structure: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd"> <bookmap> <booktitle> <mainbook...
by chrizzbee
Mon May 08, 2017 4:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita.temp.dir not working in integrator.xml
Replies: 2
Views: 1461

Re: dita.temp.dir not working in integrator.xml

Thanks for clarification Radu. I'll use the project settings in this case to store the path.
by chrizzbee
Mon May 08, 2017 10:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita.temp.dir not working in integrator.xml
Replies: 2
Views: 1461

dita.temp.dir not working in integrator.xml

Hi

I am trying to set dita.temp.dir in integrator.xml of my PDF plugin. When setting it in oXygen it has the desired effect, but not in integrator.xml. I set it like this:

Code: Select all

<property name="dita.temp.dir" value="c:/temp" />
Is there something to consider?

Thanks
Chris.
by chrizzbee
Thu Jun 09, 2016 12:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Flagging using specialized conditional attributes
Replies: 4
Views: 2190

Re: Flagging using specialized conditional attributes

Not directly related to specializations of @props but somehow related. According to the spec, @props is a conditional processing attribute. Whether in OT1.8 nor in OT2.x I could flag content by just using the @props attribute. @platform, @audience, @product and @otherprops all work, but not @props. ...
by chrizzbee
Mon Nov 09, 2015 4:45 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Define standard parameter for transformation scenarios
Replies: 4
Views: 2707

Re: Define standard parameter for transformation scenarios

hi radu

thanks for sharing your ideas. your first solution came to my mind too. we probably go with this. maybe you could think of an enhancement here? define these standard settings in an XML ...?

bye bye and thanks again.
chris.
by chrizzbee
Wed Nov 04, 2015 7:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Define standard parameter for transformation scenarios
Replies: 4
Views: 2707

Define standard parameter for transformation scenarios

Hi

Is it possible (in oXygen 17/Eclipse) to set fix.external.ref.com.oxygenxml = true and generate.copy.outer = 3 as a default for all transformation scenarios? This means, even when I create a new one, that these two parameters are already set correctly?

Thanks.
by chrizzbee
Wed Oct 28, 2015 5:02 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8421

Re: Best way to deploy Global Options?

hi radu

now it becomes clearer! thanks for these pointers.

regards
chris.
by chrizzbee
Tue Oct 27, 2015 5:40 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8421

Re: Best way to deploy Global Options?

not sure, but in my eclipse environment only this seems to work: com.oxygenxml.default.options=file\:@config.dir/../default.xml or com.oxygenxml.default.options=file\:@config.dir/../some_folder/default.xml what does not work is: com.oxygenxml.default.options=default.xml or com.oxygenxml.default.opti...
by chrizzbee
Tue Oct 27, 2015 5:03 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8421

Re: Best way to deploy Global Options?

Hi Radu i tried to configure the default.xml into the configuration directory with this: com.oxygenxml.default.options=file\:@config.dir/default.xml so this does not work. if i use the example from your docu: com.oxygenxml.default.options=file\:@config.dir/../default.xml this works. so the default.x...
by chrizzbee
Mon Oct 26, 2015 6:57 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8421

Re: Best way to deploy Global Options?

dear alex thanks for the pointer to the eclipse-plugin help. have a little trouble here ... what i did so far: i exported the global options as default.xml and put them in a folder preferences in [eclipse_install_dir]\plugins\com.oxygenxml.author_17.0.0.v2015072912. this worked nicely. job done. now...
by chrizzbee
Mon Oct 26, 2015 12:47 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8421

Re: Best way to deploy Global Options?

good morning

i also look for an option to define the location for the options file. how and where do i specifiy this for the oxygen eclipse plugin? couldn't quite figure it out from the docu and what was posted here ...

many thanks.
chris.
by chrizzbee
Wed Oct 21, 2015 3:19 pm
Forum: Other Issues
Topic: external DITA OT not working
Replies: 5
Views: 2418

Re: external DITA OT not working

hi radu

perfect. the full-easy did the job. had downloaded the minimal version only. thanks a lot!
by chrizzbee
Wed Oct 21, 2015 3:08 pm
Forum: Other Issues
Topic: external DITA OT not working
Replies: 5
Views: 2418

Re: external DITA OT not working

sorry, yes it's oxygen 17
by chrizzbee
Wed Oct 21, 2015 3:04 pm
Forum: Other Issues
Topic: external DITA OT not working
Replies: 5
Views: 2418

Re: external DITA OT not working

BUILD FAILED C:\Users\sinteg\Desktop\demo\DITA-OT1.8.5\build.xml:44: The following error occurred while executing this line: C:\Users\sinteg\Desktop\demo\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:150: The following error occurred while executing this line: C:\Users\sinteg\Desktop\demo\DITA-OT1.8...
by chrizzbee
Wed Oct 21, 2015 2:41 pm
Forum: Other Issues
Topic: external DITA OT not working
Replies: 5
Views: 2418

external DITA OT not working

hi i tried to integrate an external DITA OT into oxygen. i downloaded the 1.8.5 version and placed it in a folder. then i changed the preferences in oxygen to point to this folder. when i execute a transformation scenario, it fails. no further info in the log. however, if i change the preferences ba...
by chrizzbee
Tue Oct 20, 2015 12:27 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9170

Re: Ditaval Flagging Request

sounds like a good plan to me!
by chrizzbee
Mon Oct 19, 2015 6:02 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9170

Re: Ditaval Flagging Request

dear radu i don't have an urgent use case to solve right now. i was just wondering why there is no option to include the defined colours and styles for the editor also in the profiling sets or transformation scenarios. so i searched the forum and found this thread. the way you describe the possible ...
by chrizzbee
Fri Oct 16, 2015 1:52 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9170

Re: Ditaval Flagging Request

hi radu yes i know that and i am aware of this "workaround". but as sorin has quoted: Hi kirkilj, We will consider adding this improvement for flagging actions and setting content colors (background and foreground colors) in these actions. I cannot tell you a precise future version number ...
by chrizzbee
Fri Oct 16, 2015 12:53 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9170

Re: Ditaval Flagging Request

hi radu may i ask how far flagging of content in the output (pdf!!) has progressed? will there be options to include all this nice colour styling for the editor also in transformations? it would be very handy to have in the conditional profiling sets also the options to flag content and not just to ...
by chrizzbee
Tue Jul 28, 2015 12:09 pm
Forum: Common Problems
Topic: No related links output in PDF
Replies: 4
Views: 2629

Re: No related links output in PDF

I find it a bit strange that I must set for PDF output "args_rellinks" specifically to show related link information. Whereas for web publications, it seems to be enabled by default, as soon as I set either collection-type = family on a parent or I insert a relationship table. What puzzles...
by chrizzbee
Mon Jul 27, 2015 1:01 pm
Forum: Common Problems
Topic: No related links output in PDF
Replies: 4
Views: 2629

Re: No related links output in PDF

"args.rellinks = all" did the trick.
by chrizzbee
Mon Jul 27, 2015 11:07 am
Forum: Common Problems
Topic: No related links output in PDF
Replies: 4
Views: 2629

No related links output in PDF

Good day! I am a little confused. In Oxy 17, when I publish a map which contains reltable information, the related links do not appear in PDF. Not even collection-type = family creates any links. If I publish to webhelp or other web format, it works all nice. What do I do wrong here? Here's my map: ...
by chrizzbee
Thu Jun 11, 2015 4:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Override sample DITA attribute values
Replies: 8
Views: 3577

Re: Override sample DITA attribute values

Radu,

One other thing that goes in the same direction:
I would like to define all block elements to have automatic ID generation and would like to define this as default for my Eclipse-Oxy. Are the ID-options entries for DITA also configurable as global attributes to export?
by chrizzbee
Thu Jun 11, 2015 10:59 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Override sample DITA attribute values
Replies: 8
Views: 3577

Re: Override sample DITA attribute values

Hi Radu

I figured it out how it works! Cool stuff with the global options. I created a preferences folder in the Oxy-DIR and copied the exported XML to this location.

Thanks for help!
Chris.
by chrizzbee
Thu Jun 11, 2015 10:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Override sample DITA attribute values
Replies: 8
Views: 3577

Re: Override sample DITA attribute values

Sorry, should have mentioned: yes, we use the Eclipse version of Oxygen.