Metadata-Version: 1.0
Name: rstex
Version: 0.11
Summary: An extension of docutils' rst2latex with inline math, equations, references, and raw latex
Home-page: http://muralab.org/rstex
Author: Marcin Cieslik
Author-email: mpc4p@virginia.edu
License: BSD License
Description: RsTeX
        =====
        
        RsTeX provides additional functionality over ``rst2latex``, which is a 
        ReStructuedText to latex translator. It is based on ideas found in ``sphinx``
        and provides a math role (``:math:``), reference role (``:ref:``), a math 
        directive and a pure LaTeX "environment" with ``uspackage`` injection.
        
          - a math role ``:math:`` e.g. ``:math:`\frac{\log 23}{\pi}```
          - a ref role ``:ref:`` e.g. ``:ref:`my_label```
          - a math directive ``.. math::`` e.g.::
          
              .. math::
                :label: my_label
              
                \pi \neq \sigma
                
          - a raw latex directive ``.. latex::`` e.g.::
          
              .. latex::
                :usepackage: url
                
                
                \emph{a link} \url{http://muralab.org/rstex}
                
        
        
        
        
Keywords: restructuredtext rst docutils latex tex math rst2latex
Platform: UNKNOWN
