Skip to content
/ marktex Public

Markdown風の文書をtexコードに変換するプログラム

Notifications You must be signed in to change notification settings

iwate/marktex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

marktex

Markdown風の文書をtexコードに変換するプログラム

##使い方 以下の命令を実行します.

% python src/marktex.py test/test.md

するとout.texが生成されます.この時エンコーディングはUTF-8ですのでtex環境にあわせてエンコーディングを変更します

例 to Shift JIS

% nkf --overwrite -Ws test/out.tex

About

Markdown風の文書をtexコードに変換するプログラム

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages