Page 1 of 1

Blank Page after TOC

Posted: Wed May 16, 2018 5:40 pm
by mrpaultracey
Hi there
The empty page that appears after my TOC shows a header and a Footer. I do not want a header and a footer on this page. How can I refference this page to have no content?

the given methods below do not appear to work:

@page: blank {
@top-left { content: none; }
}


@page chapter:blank, table-of-contents:blank {
@top-left { content: none; }
}

Re: Blank Page after TOC

Posted: Thu May 17, 2018 3:53 pm
by Dan
I think this situation was already solved.

You can try to install a new snapshot Chemistry build from: http://mirror.oxygenxml.com/maven-night ... ackage.zip
See the installation instructions from: https://www.oxygenxml.com/doc/versions/ ... lling.html
Set your transformation scenario parameter "css.processor.path.chemistry" to the full path of the "chemistry.bat" script file in the extracted directory.

If you still have problems, please send us the output from the transformation console using the technical support form .

Many regards,
Dan

Re: Blank Page after TOC

Posted: Thu May 17, 2018 6:21 pm
by mrpaultracey
This problem is solved. I completely forgot to update the Chemistry engine!

However, it does seem like I have an old problem returned:

<xref href="mailto:mySupport@mySupport.com" format="html" scope="external"
>mySupport@,mySupport.com</xref>(China) <p><xref



Outputs::

mailto:mySupport.com (page ) (China)

Why is the (page ) appearing now?

Re: Blank Page after TOC

Posted: Fri May 18, 2018 9:20 am
by Dan
Hello,
I am not sure why they appear, I did not reproduce it. But you should try using:

Code: Select all


 *[class ~= "topic/xref"][href][scope='external']:after,
*[class ~= "topic/link"][href][scope='external']:after {
display:none !important;
}
It should solve the problem.
Best regards,
Dan

Re: Blank Page after TOC

Posted: Fri May 18, 2018 10:30 am
by mrpaultracey
tremendous! works like a charm. Thanks alot!