Metadata-Version: 1.1
Name: md2tex
Version: 0.0.10
Summary: `md2tex` is a package which convert markdown to TeX.
Home-page: https://pypi.python.org/pypi/md2tex
Author: Saito Tsutomu
Author-email: tsutomu.saito@beproud.jp
License: PSFL
Description: `nb2md` is a package which convert Jupyter Notebook to markdown.
        `md2tex` is a package which convert markdown to TeX.
        `md2tex --delete` delete no linked images.
        ::
        
           $ ls
           00.ipynb 01.ipynb
           $ nb2md
           Output 00.md
           Output 01.md
        
           $ ls *.md
           00.md 01.md
           $ md2tex
           Output 00.tex
           Output 01.tex
        
        Requirements
        ------------
        * Python 3
        
        Features
        --------
        * nothing
        
        Rule
        --------
        * Chapter: `# [-]title[*|+][#label]`
        * Introduction: `# はじめに`
        * Bibliography: `# 参考文献`
        * Section: `## title[*][#label]`
        * Subsection: `**title[*]**`
        * Figure `![caption#fig:label~width](URI)`
        * Index: `<#keyword｜ruby>`
        * Reference: `<@label>`
        * Raw text: `<=text>`
        * Footnote: `<%contents>`
        * Column width: `<~width>`
        
        Setup
        -----
        ::
        
           $ pip install md2tex
        
        History
        -------
        0.0.1 (2018-4-21)
        ~~~~~~~~~~~~~~~~~~
        * first release
        
        
Keywords: md2tex
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
