On Wednesday 03 October 2001 14:12, you wrote: > �� 1 �������� 2001 (����������) � 08:29 ���� Valentin Valchev ����: > > > > > ������ ��� � ���-����� �� �������� �������� �������, ����� �� > > ��������� ������ ��� �� ������� ���� 3 ������, ������ 2�� ���� �� ����� > > �� �� �������� �� ����������� �����. > > > ��� ���� �������� �� � ����� ������. ������ ���� ���� �� ������ ���� > ������ 2-3 ������, ��� ����� ������ �� ���������� ������������. > > > > � ���� ������ �� �������� ����� ����? - ������ �� ������� � �� � > > ����������� ��� ���� ���� �� ����, � ��� �������� �� ���� ���� > > ����������� �� ������ �� �� ������� �� ���� � ������� ����� �� �� ������ > > ����� ��������� - �� �� ���� ����� ������. > > > ��� ���� �������� �� �������� �� � �����, ������ ���� ���� ���� ������ > �� ������ �� �������� ������ �� ��������, � �� �� ������� �����������, > ������� � �� � ��. ������ �� � ���� � ������ ���� �� � ����� �� ���� > ��������. ������ � �� ���� ������� ����� � ����� ������� � ���� ��������� ����� �� ���� �� �� ������� � ����� ������� �� ������� ������� ������� ..... ����� �� ���� �� ����� �� ����� ����, � � ������� �� ���������� ����� (������ �� ��� ;) ����� ���� ��������� ������� �� RUTE � �����,�� ���� ������ ��� ����� ���� ����� ��������� �� ���� �������� � �������� ��� �������� (online �������� ���� �������, �� hardcopy ���� � �� ��� �������). ��� ��� �� ���� ������ �� � �������� 100%. ��������� �� ������������ �� HTML �� LaTeX ������� l�tex2html, � ����� ������� ���� ������������ .htlm's � ���� (����� �� �����) ������ �� �� ����� charset-a � ������ <META> � �� �� ������ �������� ����������� ��� ��� ����������, ������ l�tex2html �� ����� �� �� ������� �� ������� ����. #!/bin/bash files=`ls |grep html` for file in $files; do #backup: cp $file $file.bak #verbose: dialog --infobox "Fixing file $file" 3 30 cat $file |sed s/charset=iso-8859-1/charset=windows-1251/ > $file.1 cat $file.1 |sed s/[/]absolute[/]path[/]to[/]linux-book[/]//g > $file rm $file.1 done � ������ �������� �� � ������ browseable html ������� �� ������� ����, ���� �� ������ ��� �������� ������� � ����� ������ ���: http://elemag.virtualave.net/docs/linux/linux-book/index.html (���� �� ������ � ����������) ���� �� ������ LaTeX � ������ � ���� ... �� ���� �� ��� ���������� LaTeX ����� ���� �� �������� ����� � ������� �������� ����� ����� �� ������, ���� �� ��� ����� �� ����� �� ����, ���� ����� ����� �� �������� ������� ����� ����. -- Greets, fr33zb1 =========================================================================== A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers) http://www.linux-bulgaria.org/ Hosted by Internet Group Ltd. - Stara Zagora
