Code

f68e970ae5a582d70b4042f00fa2f6715d55d343
[pkg-src2tex.git] / debian / control
1 Source: src2tex
2 Section: tex
3 Priority: optional
4 Maintainer: Sebastian Harl <tokkee@debian.org>
5 Build-Depends: debhelper (>= 5)
6 Standards-Version: 3.7.2
8 Package: src2tex
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Recommends: texlive
12 Description: A converter from source program files to TeX format files
13  src2tex [resp. src2latex] is a sort of text converter from BASIC, C,
14  C++, OBJECTIVE-C, COBOL, FORTRAN, HTML, JAVA, LISP, MAKE, PASCAL,
15  PERL, SCHEME, SHELL, TCL/TK and ASIR, MACSYMA, MAPLE, MATHEMATICA,
16  MATLAB, MAXIMA, MuPAD, OCTAVE, REDUCE to TeX [resp. LaTeX]. However,
17  it is not a simple pretty-printer; actually, it is designed to
18  fulfill the following desires:
19  .
20   (1) We want to write mathematical formulae in comment area of source
21       program.
22   (2) We would like to patch PS or EPS figures upon source program. 
23   (3) We need a simple and easy-to-use tool which enables to combine
24       documentation and manual with source program.
25   (4) We often have to translate our program from text format to TeX
26       format when we want to quote our own program in research report,
27       lecture note, etc. That is quite time consuming, so it should be
28       automated.