~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcdocs/tex4ht.env

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
2
% tex4ht.env  / .tex4ht                   %
 
3
%                                         %
 
4
% Notes:                                  %
 
5
%  1. empty lines are harmful             %
 
6
%  2. place this file in your work        %
 
7
%     directory and/or root directory     %
 
8
%     and/or in directory `xxx' of your   %
 
9
%     choice. In the latest case, compile %
 
10
%     tex4ht.c with `#define HTFDIR xxx', %
 
11
%     or provide the address of the file  %
 
12
%     to tex4ht throught the -e switch    %
 
13
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
14
% * Replace `path' and `tfmpath/...'      %
 
15
% * A ! requests recursive search into    %
 
16
%   subdirectories                        %
 
17
% * Multiple entries of each type are     %
 
18
%   allowed                               %
 
19
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
20
t/usr/share/texmf/fonts/tfm/!
 
21
i/usr/share/texmf/tex/generic/tex4ht/ht-fonts/iso8859/!
 
22
i/usr/share/texmf/tex/generic/tex4ht/ht-fonts/alias/!
 
23
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
24
% Replace `path'                          %
 
25
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
26
% bookkeeping for searched files
 
27
i/usr/share/texmf/tex/generic/tex4ht/tex4ht.fls
 
28
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
29
% Default scripts
 
30
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
31
 s--- needs --- %%1.idv[%%2] ==> %%3 ---
 
32
 b--- characters ---
 
33
 g.gif
 
34
% remove protection
 
35
S*
 
36
% dvi-to-gif
 
37
Gdvips -Pcmz -Pamz -mode ibmvga -D 110 -f %%1 -pp %%2  > zz%%4.ps
 
38
% Ggs -sDEVICE=ppm -sOutputFile=zz%%4.ppm -q -dbatch -dNOPAUSE zz%%4.ps -c quit
 
39
Gconvert -crop 0x0 -density 220x220 -geometry 60% -transparent '#FFFFFF' zz%%4.ps %%3
 
40
Grm zz%%4.ps
 
41
% Grm zz%%4.ppm
 
42
% t4ht -d%%2
 
43
Mmv %%1 %%2%%3
 
44
Ccp %%1 %%2%%3
 
45
% t4ht -d%%2 -m%%1
 
46
Achmod %%1 %%2%%3
 
47
% empty gifs
 
48
 Ecp  empty.pic %%1%%2
 
49
% validations, XSTL tranformations,...
 
50
 Xmake -f NSGMLS name=%%1  ext=%%2
 
51
% end of file
 
52