On 11/18/2009 03:47 PM, Daniel Hofmann wrote:
Richard, if I understand you right then I need to know some LaTeX to
create a module file? Is that correct? If it is then I'm stuck on the
module idea due to a complete lack of knowledge about LaTeX.
You don't necessarily have to know any LaTeX. You do need to know which
LaTeX commands or enviroments you want to implement. Let's say that
limap.sty provides the command \wowwee. Then you'd need to do something
like this:
Style Wowwee
CopyStyle Standard
LatexType command
LatexName wowwee
LabelType Static
LabelString Wowwee
EndStyle
No LaTeX there, and this will be pretty basic, but you do, as I said,
have to know which commands you're implementing. Presumably, this will
be in the docs for limap somewhere.
rh