Skip to content
/ src2tex Public
forked from ueokande/src2tex

Src2teX is a script that bind source codes to a document file such as PDF, DVI, and HTML.

License

Notifications You must be signed in to change notification settings

joken/src2tex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SrC2TeX

Src2teX is a script that bind source codes to a document file such as PDF, DVI, and HTML.

Usage

To generate a tex file, run a command like the following:

$ src2tex /path/to/source_tree/

then a tex file source_tree.txt is generated. You can create a document file from .tex file. For example, PDF is created as following command:

$ pdflatex source_tree.txt

License and copylight

Copyright (c) 2012 Shin'ya Ueoka. Src2TeX is licensed under MIT lisence.

About

Src2teX is a script that bind source codes to a document file such as PDF, DVI, and HTML.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%