<$macro SUBTITLE TITLE:string/r>

<$exec command=('HSCCaps "' + TITLE + '" 5 4') include>

<$macro CAPS /CLOSE BIG:num=5 SMALL:num=4> <$exec command=('HSCCaps "' + Hsc.Content + '" ' + BIG + ' ' + SMALL) include> HSCCaps - Readme This little tool generates nice looking caps in HTML. Suppose you feed it with the following input:

HSCCaps "Example" 5 4

And it will produce:

<font size=5>E</font><font size=4>XAMPLE</font>

I can assure you that it will look nice in a HTML browser.

It is most convienient to use HSCCaps with conjunction with HSC by Thomas Aglassinger. If you have never heard of HSC then download it immediately from Aminet. Use the macro presented below:

<$macro CAPS /CLOSE BIG:num=5 SMALL:num=4>
<$exec command=('HSCCapitals "' + Hsc.Content + '" ' + BIG + ' ' + SMALL) include>
</$macro>

Have a good fun. This package is public domain. Do whatever you like with it and feel free to modify it. Source code is included. All improvements are welcome.