:raw still processes characters
Brought to you by:
dirkhillbrecht
The raw command still results in some characters being
passed.
For example to write a subscript 2 I tried
:raw &sub2;
but the result is
&sub2;
which obviously won't achieve the desired result.
As such it isn't possible to get special characters
into the HTML. Same happens with <>
(PS. I tried rebuilding the source to try to modify
this but it complains that it cannot find the Hotkeys
class. Am I missing something?)
Logged In: YES
user_id=1117739
(Update: The problem with the Hotkeys is that the qjcc on
sourceforge doesn't include it, so I went back to an earlier
version of HelpSetMaker to compile it. I've tried several
other programs but HelpSetMaker, in my opinion, is the
easiest to use.
Logged In: YES
user_id=576689
RAW handling is more or less broken as its semantics has been
different earlier. I will investigate into this, suggestions are
welcome (but remember that output can also be LaTeX...)
QJCC: My fault! I do not update the packaged version of QJCC
frequently enough, I know. In such cases, download the CVS
content. We use it in-house to synchronize between different
developers, so it is almost always (a) current and (b)
compilable.
Best regards,
Dirk
Logged In: YES
user_id=1724427
Originator: NO
The Hotkeys class is part of the qjcc-2006-12-11.jar file (of the quaterback library). You need this jar file to build HelpSetMaker.
I don't immediately see where to fix this (when STMLEditor finds the RAW element it just adds the text so I guess it is somewhere in the STML -> HTML transformation engine?) but then again, I just started working with it =)
Logged In: YES
user_id=1724427
Originator: NO
Ah sorry I missed the rest of the comments...