Hi Rob,
Yep, I have read that before. And I'm sure the human-generated doc is better than AI but I (a human reader) am not.
In the doc, it said a "child element" (of what) then gave and example:
<stringparams author.tools="yes" html.css.extra="external/custom-style.css" />
So I suppose mine would be <stringparams author.deprecations.all="yes"/> and should be put somewhere in project.ptx
I tried
<project ptx-version="2">
<targets>
<target name="web" format="html" source="calbook.ptx"
<stringparams author.deprecations.all="yes"/>
/>
<target name="print" format="pdf" source="calbook.ptx"/>
<target name="latex" format="latex" source="calbook.ptx"/>
</targets>
</project>
and also put it outside the <target>'s but neither of them works.
Can you show me an working example?
Thanks,
Pong