blob: 6bf29e4571f7bb1198702a8d58d2bf246005d5d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
EBONG VER 1.0 (Free : Public Domain software)
=============
[Intro]
EBONG is a preprocessor that writes bangtex files from a
file in "Rapid Roman Bangla" format.
bangtex, developed by Palas Baran PAl is the LaTeX way of generating
crisp bengali text (Read Publication Quality PDF) from a tex source.
EBONG, written by Shibaji Banerjee (hopefullY) makes the task
easier (It is more linear and easier to remember, even after a really
long break)
[How it works]: The comamnd
ebong.py xyz.b
Will produce xyz.tex. This xyz.tex file can be texified normally, if you
already have the bangtex package in your TeX setup. If you do not already
have it, you may obtain it from
http://tnp.saha.ernet.in/~pbpal/bangtex/bangtex.html
To preprocess the userguide, use
ebong.py eb.b
in ebong/doc. Alternately you can just read the PS / PDF files eb.ps / eb.pdf
[Usage Notes]
In MS you can just use
ebong eb.b
In *nix you can rename the file ebong.py to ebong and do a chmod +x ebong
to achive the same effect.
[Files]
ebong.py : The application
README.txt : Read this first
doc\eb.pdf : Userguide
doc\eb.ps : ditto
doc\src\eb.b : EBONG Source of the userguide
doc\src\eb_tex.tex : LaTeX Source of the userguide, converted using EBONG
[REQUIREMENTS]
Platform : Any platform that can make LaTeX and Python work.
A working TeX setup like MikTeX or TeTeX
bangtex
python > 2.3 (lesser will probably do)
[Author]
Shibaji Banerjee (shibaji_ban@yahoo.co.in)
Physics Dept.
St. Xavier's College, Kolkata, India
|