Viewing profile — kiwi0fruit
kiwi0fruit
HN member- Joined
- Sun, May 27, 2018, 6:29 AM UTC
- HN karma
- 29
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About kiwi0fruit
No profile information was provided.
Recent public activity
-
comment
Comment #22921857
I'm interested in research direction of using code-data dual algothms that modify each other and form natural selection process to formally abstract notion of evolutional open-ende…
- story
- story
-
comment
Comment #17256268
Examples of input to output conversion see in this PDF: https://github.com/kiwi0fruit/sugartex/blob/master/examples/...
-
comment
Comment #17178644
Looks like it already have been implemented: https://tex.stackexchange.com/a/28033/133525 I mean having any macros name you want, even Unicode. So you can even have \γ macros. But …
- comment
-
comment
Comment #17178212
SugarTeX is tweakable. You can write your own Panflute Pandoc filter that additionally defines new non-standard replacements alike yet defined in SugarTeX. But I dont know if you n…
-
comment
Comment #17178154
Is it that bad? Have you tried to debug Markdown + LaTeX MathJax? Is it the same of differs? As for me it seems enough easy to debug each single math object. But I only used Markdo…
-
comment
Comment #17177677
NEW EXAMPLES ADDED ================== Examples of input to output conversion see in this PDF: https://github.com/kiwi0fruit/sugartex/blob/master/examples/...
-
comment
Comment #17177013
I meant extension in sence that it's a LaTeX language extension to it's superset. There's no LaTeX package and I myself will not port it. SugarTeX is Pandoc/Markdown oriented proje…
- comment
-
comment
Comment #17176605
Yep, this initially started as Pandoc filter that iterates over math elements and applies regex replacing. Then I switched to Panflute to iterate over math easier. And eventually a…
-
comment
Comment #17176557
Yep, such examples are needed... BTW: `mc\^2` gives mc²
-
comment
Comment #17176452
I'd better call it 'TeX-Sugarer', though. And yes it's possible to create it to import LaTeX to SugarTeX. SugarTeX completions is forked from latex-completions Atom package. I have…
-
comment
Comment #17176431
Not really. With that package you can type in LaTeX. But it's inherited behavior. I myself prefer type `\^:` to get vector superscript symbol, type `\^->` to get another vector sup…
-
comment
Comment #17176055
My bad: I forget to tell about SugarTeX completions package for Atom. With it writing Unicode is lot faster and simple enough. https://atom.io/packages/sugartex-completions
-
comment
Comment #17175867
SugarTeX completions: https://atom.io/packages/sugartex-completions
-
comment
Comment #17175858
You are completely right. But I thought ``Both Python and Markdown are very readable languages. Unfortunately LaTeX is not like this. So I wrote SugaTeX extension+transpiler that i…
-
comment
Comment #17175821
It needs indeed... I guess Unicode Math is a part of SugarTeX as every valid LaTeX is a valid SugarTeX (unless it has new SugarTeX meaning, otherwise it's a bug). Or maybe there's …
-
comment
Comment #17172957
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Designed to be used instead of $formula$ insertions to Markdown. I use Markdown with Python code bl…
- story
-
comment
Comment #17172876
Convenient and easily tweakable Atom+Markdown+Pandoc+Jupyter experience (can export to ipynb) ======================== (R Markdown alternative) Assume you want Jupyter notebook exp…
- story
-
story
SugarTeX – more readable LaTeX language extension and transcompiler to LaTeX
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Designed to be used instead of $formula$ insertions to markdown. SugarTeX repo with description: ht…
-
story
Convenient and tweakable Atom+Markdown+Pandoc+Jupyter experience, export2ipynb
In the proposed tool chain you: * Write Markdown in Atom (with all available packages that help much), * Insert Jupyter code cells and deploy via Hydrogen, * Apply any Pandoc or te…