Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.tex via latexml ? #898

Closed
dginev opened this issue Jun 6, 2016 · 5 comments
Closed

README.tex via latexml ? #898

dginev opened this issue Jun 6, 2016 · 5 comments

Comments

@dginev
Copy link

dginev commented Jun 6, 2016

This is mostly a question, and I'm asking knowing that it may be considered a fringe idea from the get go. But I'm still curious.

During a recent GitHub issue debate on what syntax to use for a project's README file, we came up with an idea to think about supporting a README.tex file rendered as HTML, just as the .md, .pod and other extensions do.

We've recently released a ruby wrapper for LaTeXML, which could make this possible with minimal effort. The main challenge is that there is a need to setup latexml on the rendering machine, as reimplementing that in Ruby may be too much of a hassle. Sadly reimplementing the entire renderer in Ruby would be too much work, and I would imagine that would be the biggest technical issue here.

Some benefits:

Thoughts?

@AaronNGray
Copy link

AaronNGray commented Jun 25, 2016

I am working on a deconstruction of TeX as a side project so maybe I might yield something that can be used within markdown as an alternative that might will hopefully able to be deemed secure to be used as an online service which was the main stumbling block for getting TeX adopted for GitHub .

I am also looking at whether I can either add TeX as a plugin or do a conversion of the Knuth's code to JavaScript or maybe Ruby. The only thing that seems to be in the way of doing that is the bitfields used in the Pascal web code. These get converted over to C seamlessly. I am thinking I might be able to replace the bitfield references with assessors that do the same job.

Once I get the livetex code deconstructed into separate projects I will open it up in a separate GitHub organization.

@AaronNGray
Copy link

README.tex would be great, but also inline

```tex and
```rawtex

image rendering would be great

@AaronNGray
Copy link

AaronNGray commented Jun 25, 2016

wow LaTeXML is in Perl and looks very well programmed so will most likely be secure as a web service !

@AaronNGray
Copy link

I have found a stop gap solution :- #897 (comment)

@kivikakk
Copy link
Contributor

Closing this as we won't be adding new formats to github-markup presently (see #897 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@kivikakk @AaronNGray @dginev and others