On Tue, Feb 4, 2014 at 5:03 PM, Brian Schott <[email protected]> wrote:
> I think the problem is the following. > > `jhbs_jhs_ HBS` calls `jhbs_jhs_''`, which uses `formtmpl_jhs_`, which I > have listed below. > > As HBS is the recommended noun for J sentences that produce html body, I am > not sure how to circumvent this problem. Ideas? > > Hi Brian - If you are seeking to have more control over the HTML so that it mimics the book you are reading, then you might find it easier to work outside of the JHS helper functions and instead use jev_get and jev_post_raw. I did this in the vocabulary flash card example I wrote up: https://github.com/joebo/vocflash/blob/master/flash.ijs and http://jsoftware.com/pipermail/chat/2014-January/005606.html . I'm happy to help on-list or off-list further. This approach give complete control over the HTML output. I would then recommend advancing that learning by learning how to make it work within the JHS framework. Also, I agree that the source maps shouldn't cause a problem ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
