koka-lang / madoko

Madoko is a fast markdown processor for high quality academic and technical articles
Other
393 stars 42 forks source link

[Question] Why does madoko HTML output include .sty files? #47

Closed mattpalermo closed 6 years ago

mattpalermo commented 6 years ago

Running madoko madoko.mdk produces the following files in the out dir:

ellipse.sty  longbox.sty  longfbox.sty  madoko2.sty  madoko.css  madoko.html  options.sty

I am curious to know why these are output. I tried to read the source code but I'm having trouble reading Koka without learning it.

zivbk1 commented 6 years ago

These are related to the LaTeX processor that would make the PDF file.

mattpalermo commented 6 years ago

I thought that might be why. So it wouldn't cause any harm if these were to be suppressed?

zivbk1 commented 6 years ago

For HTML output, you should only need madoko.css madoko.html

mattpalermo commented 6 years ago

Thankyou. I've read more of the user manual now and see that madoko can make use of LateX to produce some parts of the HTML output so I guess I shouldn't be too surprised to see LateX related files.