[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Image file formats



	���������� ����������� �� ���������� �� ���������� ���� ������ 
	TEItools, � ������ �� � entity declaration ��������
	�������. ��������� ������ �������� ������� �� ���������
	�������, � ������ ���� �� ������������ ������ (tei2tex � � ��� 
	-style pdf; tei2rtf � � ��� -style external_figs), �� ������
	��� ������� ��� ���:

<!doctype tei.2 public '-//TEI//DTD TEI Tools 0.1//EN' [
<!ENTITY % html "IGNORE">
<!ENTITY % tex "IGNORE">
<!ENTITY % rtf "IGNORE">
<!ENTITY % pdf "IGNORE">
<!ENTITY % externalfigs "IGNORE">
<![ %pdf; [
<!ENTITY logo SYSTEM "image.pdf" NDATA PDF>
]]>
<![ %tex; [
<!ENTITY logo SYSTEM "image.eps" NDATA EPS>
]]>
<![ %html; [
<!ENTITY logo SYSTEM "image.jpeg" NDATA JPEG>
]]>
<![ %externalfigs; [
<!ENTITY logo SYSTEM "image.wmf" NDATA WMF>
]]>
<![ %rtf; [
<!ENTITY logo SYSTEM "image.rtfdata" NDATA RTFDATA>
]]>
]>

	TEItools ����������� parameter entities � ������ ������������� 
	��������� ������� (html, tex, rtf) � � ������� ����
	������������ ������. ������������� � ������
	�������������. �� ��������� SGML ������������ ������
	����������� ����������� entity, ��� ��� ������,
	��������������� ������, ������ ������ ����� ��������,
	��������������� �������� (� ���� ������� -- pdf ����� �����
	tex, ��� ��� ��� tei2tex -style pdf ���������� ����� ��� %pdf, 
	��� � %tex, � ������������ ����� ������ PDF. ���������� --
	externalfigs ����� ����� rtf, ��� ������ tei2tex -style
	external_figs). 

	��� ������������� ����, ���� ��������� � entity declaration
	��� ����� �� �������, ��������� ��� �� � ��������� ��
	���������. �� ����� ������ ��� ���.
--
	Best regargs, -- Boris.