From: Pete S. <pst...@gm...> - 2008-06-02 13:36:56
|
PS = Pete Stieber PS>> Donald, PS>> PS>> Sorry I'm falling behind on the documentation PS>> patches you have been sending. I am having a PS>> problem applying them. Maybe you haven't PS>> updated recently? Could you do me the PS>> following favor... PS>> PS>> 1. Update your working copy. PS>> 2. Resolve any conflicts. PS>> 3. Send me a cumulative patch based on the PS>> resulting working copy. DM = D.B. Moore DM> Apologies for a troublesome couple of patches. I'm DM> not exactly sure how things got out of whack here, DM> but not to worry, all fixed now. This patch is DM> relative to Jazz++ svn Rev: 579 DM> DM> Pete, descriptions from the previous 2 patches DM> still hold + the following ; DM> DM> First major reorganization of jazz.tex itself DM> Lots of added text regarding Linux + Jazz++ DM> operations DM> DM> Something else I can't recall right now ;-) DM> DM> There's still lots of formatting to attend to, and DM> as I 'lock things down' sectionally they'll be DM> reannounced in forthcoming patches. After I did some hand merging of changes I made that were already in the Subversion repository, but not in the patch you sent me, I committed the FAQ patch. I built the HTML help based on the jazz.tex patch, but noticed that Tex2RTF was using the wrong HTML tag for underlined text. Tex2RTF inserted <UL></UL>, but this is used for indentation, not underlining. I generated and committed new Tex2RTF Visual Studio projects and solutions for Visual Studio .NET 2005 and 2008. When building Tex2RTF I noticed I didn't have wxUSE_STL set for the Visual Studio wxWidgets build, so I changed that along with the wxWidgets build instructions for wxWidgets on the web site. Next I went looking for the proper HTML tag for underlining. The deprecated version is <U></U>. The modern replacement is <span style="text-decoration:underline;"></span>, so I put this in then Tex2RTF source. Unfortunately, the wxWidgets HTML help controller doesn't understand this tag. I may have to fall back to <U></U>. I am looking at your patch, but this has caused a tangent development spiral. Pete |