I wrote an alternate config file. I can't seem to get the -C flag to work. I run the following command:
$html2latex -C myconfig.xml test.shtml
and get eactly the same output as if I ran:
$html2latex test.shtml
Here's an example of what's in myconfig.xml:
<conf> <tag name="h1" type="command"> <tex>section</tex> </tag> </conf>
Hopefully someone is still keeping up with this forum. Thanks, -Kathe
Log in to post a comment.
I wrote an alternate config file. I can't seem to get the -C flag to work. I run the following command:
$html2latex -C myconfig.xml test.shtml
and get eactly the same output as if I ran:
$html2latex test.shtml
Here's an example of what's in myconfig.xml:
<conf>
<tag name="h1" type="command">
<tex>section</tex>
</tag>
</conf>
Hopefully someone is still keeping up with this forum.
Thanks,
-Kathe