On Mar 4, 12:40 am, Jenny Qing Qian <[email protected]> wrote:

> I wouldn't mind helping if you could show me how.

The markup itself is very simple, basically it is a text file where
for example putting = sign under words makes them render a section
title etc. For example this page:

http://pygr.atlas.bx.psu.edu/recipes/pygrdata_recipes.html

is created from a text file that looks like this:

http://pygr.atlas.bx.psu.edu/_sources/recipes/pygrdata_recipes.txt

The easiest way to start is to install docutils:

http://docutils.sourceforge.net/README.html#quick-start

then run the rst2html tool, on your text file. While this will not
render in the same HTML style that is shown above it is all we need as
the rest is automatized, what we need is the translation from latex to
rst. Any file that rst2html can process would be a huge help.
Basically what I did end up doing for latex is went through and
changed

\section{This is a section}

to

This is a section
============

and so on using this markup:

http://docutils.sourceforge.net/docs/user/rst/quickref.html

hope this helps.

Istvan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pygr-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to