<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>If the only show stopper for HTML is "typeset equations in native HTML" there's a workaround:</p>
<p><a href="https://www.mathjax.org/#gettingstarted" moz-do-not-send="true">https://www.mathjax.org/</a></p>
<p><a href="https://github.com/mathjax/MathJax" moz-do-not-send="true">https://github.com/mathjax/MathJax</a></p>
<p>the only gotcha is that the "typeset equations" wont render on an offline browser.</p>
<p>Works by just including :</p>
<p><script src='<a class="moz-txt-link-freetext" href="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML">https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML</a>' async></script></p>
<p>in the <head> of the document.</p>
<p>Its fully documented and looks it is going to be there.  (if for some reason we need the local files it takes 40Mb)<br>
</p>
<p>It might be just what we want.</p>
<p><br>
</p>
<p>?</p>
<p>IOhannes ?</p>
<p><br>
</p>
<p>Test code:</p>
<p>'''''''</p>
<p><!DOCTYPE html><br>
<html><br>
<head><br>
<script src='<a class="moz-txt-link-freetext" href="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML">https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML</a>' async></script><br>
<br>
<br>
</head><br>
<body><br>
<br>
<h1>big heading </h1><br>
<h2> h2 smaller heading </h2><br>
<br>
<p> paragraph ... when \( x < y \) we have ...<br>
<br>
<p> paragraph 2 .. \[ \sum a b \]<br>
<br>
<p> paragraph 3 .. \(\sum a b \)<br>
</body><br>
</html></p>
<p>''''''''<br>
</p>
<p><br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 7/2/2019 11:13 AM, Miller Puckette wrote:<br>
</div>
<blockquote type="cite" cite="mid:20190702141331.GG31976@ucsd.edu">
<pre class="moz-quote-pre" wrap="">Looks like the best thing will be to use either latex or markdown, and
include both the latex/markdown source and an HTML compiled version of
the doc in the git repo.  The doc will doubtless contain images of
patch fragments, taken from the help files, in a way similar to my
book (<a class="moz-txt-link-freetext" href="http://msp.ucsd.edu/techniques.htm">http://msp.ucsd.edu/techniques.htm</a>).

cheers
M

for the images.  (Unless it's feasible to unify that with the help
On Tue, Jul 02, 2019 at 07:11:35AM +0000, Lucas Cordiviola wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">
On 7/1/2019 5:46 AM, IOhannes m zmoelnig wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">i*strongly*  suggest to
- have **all** the sources (for*anything*  generated, including images)
in the git-repository
- allow to build all artifacts automatically?? (via the build-system)
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
I fail to see anything we can do to auto-generate single image files 
from 1 or more LaTex file/s. This should be carefully and manually 
handled by the author or the maintainer. There could be one master LaTex 
file containing the code for each image if the source is to be stored:

''
figure 0.1.0
$saras \$whatever ...
figure 0.1.1
$ssgdsdg \$whatever ...
''

Since this is not automatic Miller should probably be in favor (and I 
understand) of just writing everything on LaTex files instead of html.
Since I don't know how many "math formulas" are needed I don't know what 
to say.



:)


Mensaje telepatico asistido por maquinas.

_______________________________________________
Pd-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a>
<a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-dev">https://lists.puredata.info/listinfo/pd-dev</a>
</pre>
</blockquote>
</blockquote>
</body>
</html>