prko

Results 141 comments of prko

@cdbzb >OK I think we should change this behavior - I'm going to make a PR to set .thisProcess.nowExecutingPath to PathName(pathname).fullPath instead of pathname in Interpreter: executeFile Ok, then this...

I think the part this PR touches should be improved, but there seems to be little interest. Should this PR stay open or should I close it? @cdbzb Is there...

Converted PDF from the corresponding reference in SCDoc included in this PR: [LaTeX and MathML Support via MathJax _ SuperCollider 3.14.0-dev Help.pdf](https://github.com/supercollider/supercollider/files/15052844/LaTeX.and.MathML.Support.via.MathJax._.SuperCollider.3.14.0-dev.Help.pdf)

> In the doc renderer, *renderSubTree, is there a reason to parse maths in most modal tags? In the original PR (#6254), the maths parsing was in `*renderToFile': https://github.com/prko/supercollider/blob/288a1c80bd9ee09793c9ffa5969c17dadddb858c/SCClassLibrary/SCDoc/SCDocRenderer.sc#L1193-L1269 As...

@nhthn I followed your feedback on https://github.com/supercollider/supercollider/pull/6254: > Not a good idea -- this makes SCDoc connect to the Internet. So I included MathJax.... Now you say again that including...

@nhthn @JordanHendersonMusic Thank you for your advice. I had previously considered switching to different tools such as LaTeX, GitHub, Sigil, InDesign or InCopy. However, I ultimately decided to stick with...

@redFrik There are a few reasons. At least for me: #### 1. The use of various mathematical symbols in sclang is currently very limited. The pi symbol can be used...

## On the MathJax version of this PR @smoge >I quickly checked the documentation, there are two versions. Version 2 is divided into several js files. Version 3 is just...

@smoge > @prko You need to implement a clean`math:: ::`as close as possible to the SCDoc code conventions. Yes, ideally! However, I do not think I can do it at...