
extending textile toward (to_)latex?
Reported by emime | March 16th, 2009 @ 08:55 AM
Hello, may be RedCloth does not require such extension...anyway
As RedCloth provides the "to_latex" ability starting from simple and clean textile markup, I think that would be nice to extend textile markup in order to include features that one would like to have in latex...
For example, consider the newtheorem latex command:
\newtheorem{th}{Theorem}
\begin{th}
My theorem.
end{th}
In textile we could have the following:
th. My theorem.
Where, "th" is a newthorem recognized by latex in some way (may be by an ad hoc package)...
Emi
Comments and changes to this ticket
-
Bil Kleb March 17th, 2009 @ 09:02 AM
- Tag changed from latex to latex, standard
- State changed from new to invalid
Let's continue this discussion in #111 for the time being.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML
Referenced by
-
111 mathtextile support? Given this last thought, maybe we create a math option an...