Search found 8 matches

by berkeley
Tue Aug 15, 2017 7:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Unhide draft comments?
Replies: 1
Views: 1061

Unhide draft comments?

Hi,
I found a way to hide draft comments in Author view. Now I want them back and I can't figure out how to do it! Can you help?

Thanks,
Justine
by berkeley
Mon Mar 06, 2017 9:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add javascript to a WYSIWYG pdf transform with Prince?
Replies: 5
Views: 2954

Re: Add javascript to a WYSIWYG pdf transform with Prince?

Hi Dan, Thanks for the code - the XSL method was easiest for me and worked just how I wanted it to with the color banding (I removed the red border). The only problem I'm running into is that the indentation of text within codeblocks is no longer being preserved. How do I get that back? Thanks, Just...
by berkeley
Fri Feb 17, 2017 8:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add javascript to a WYSIWYG pdf transform with Prince?
Replies: 5
Views: 2954

Re: Add javascript to a WYSIWYG pdf transform with Prince?

Thanks Dan! I'm excited to try this, and glad that it's possible!
by berkeley
Thu Feb 16, 2017 8:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add javascript to a WYSIWYG pdf transform with Prince?
Replies: 5
Views: 2954

Add javascript to a WYSIWYG pdf transform with Prince?

Hi, I've been exploring different ways to display codeblocks in pdf. We have some long lines of code that need to wrap but we want to show that the text is still all the same line. One of the more appealing options is adding zebra strips to codeblocks, such that the lines alternate colors. The instr...
by berkeley
Thu Feb 16, 2017 7:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to get pdf bookmarks in Prince pdf-WYSIWYG transformation?
Replies: 2
Views: 1504

Re: How to get pdf bookmarks in Prince pdf-WYSIWYG transformation?

Thanks, Dan. I hadn't put it in the @media {} container and that did the trick.
by berkeley
Wed Feb 15, 2017 10:41 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to get pdf bookmarks in Prince pdf-WYSIWYG transformation?
Replies: 2
Views: 1504

How to get pdf bookmarks in Prince pdf-WYSIWYG transformation?

I'm using Oxygen XML Author 18.1 build 2016112217 and I'm trying to configure the WYSIWYG transformation so that the pdf generated with the Prince CSS processor has bookmarks. I've tried adding: *[class~='topic/topic'] { prince-bookmark-level: 1 } *[class~='topic/topic'] > *[class~='topic/title'] { ...
by berkeley
Thu Sep 29, 2016 1:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Repeat table header rows across pages with WYSIWYG?
Replies: 1
Views: 1095

Repeat table header rows across pages with WYSIWYG?

Hi, I'm trying to use the WYSIWYG to PDF transformation and I've run into two problems: 1. Table header rows are not repeated if a table breaks across pages. The suggestions I've found online, like adding: @media print { thead { display: table-header-group; } } to the CSS, aren't working. Do you kno...