[PD-dev] formatting HTML doc in Pd distro?

Miller Puckette msp at ucsd.edu
Mon Jul 1 03:41:56 CEST 2019


The gotcha is that I can't find a way to typeset equations in native HTML...
and properly documenting even osc~ is going to require some.

Perhaps it would work to have basic doc in HTML and detailed doc (theory of
operation level stuff) in either markdown or latex.

cheers
M

On Mon, Jul 01, 2019 at 01:22:40AM +0000, Lucas Cordiviola wrote:
> On 6/30/2019 1:05 AM, Miller Puckette wrote:
> 
> > Any advice would be very helpful!
> 
> 
> Stay in the HTML format.
> 
> Following https://www.w3schools.com/html/html_basic.asp anyone can come 
> up with an object documentation.
> 
> HTML is the way to go. No need for latex, md, or whatever. HTML is 
> really simple and works on any computer and is very straightforward to 
> maintain and enhance. Most importantly it does not add compiling dependency.
> 
> *************************************
> 
> <!DOCTYPE html>
> <html>
> <head>
> </head>
> <body>
> 
> <h1> big heading </h1>
> <h2> h2 smaller heading </h2>
> 
> <p> paragraph
> 
> <p> paragraph 2
> 
> </body>
> </html>
> 
> *********************************
> 
> 
> Having the ability to open local or remote URLs?? is a total Pd enhancer.
> 
> 
> :)
> 
> 
> Mensaje telepatico asistido por maquinas.
> 





More information about the Pd-dev mailing list