/[3dldf]/3dldf/Group/ANIMATNS/TITLES/titles_2.ldf
ViewVC logotype

Diff of /3dldf/Group/ANIMATNS/TITLES/titles_2.ldf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by lfinsto1, Mon Aug 15 13:08:20 2005 UTC revision 1.6 by lfinsto1, Mon Jan 4 16:11:39 2010 UTC
# Line 1  Line 1 
1  %%%% titles_2.ldf.  %%%% titles_2.ldf
2  %%%% Created by Laurence D. Finston (LDF) So Aug 14 18:45:55 CEST 2005  %%%% Created by Laurence D. Finston (LDF) So Aug 14 18:45:55 CEST 2005
3    
4    % $Id$
5    
6  %% * (1) Copyright and License.  %% * (1) Copyright and License.
7    
8  %%%% This file is part of GNU 3DLDF, a package for three-dimensional drawing.  %%%% This file is part of GNU 3DLDF, a package for three-dimensional drawing.  
9  %%%% Copyright (C) 2003, 2004, 2005 The Free Software Foundation  %%%% Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The Free Software Foundation  
10    
11  %%%% GNU 3DLDF is free software; you can redistribute it and/or modify  %%%% GNU 3DLDF is free software; you can redistribute it and/or modify
12  %%%% it under the terms of the GNU General Public License as published by  %%%% it under the terms of the GNU General Public License as published by
13  %%%% the Free Software Foundation; either version 2 of the License, or  %%%% the Free Software Foundation; either version 3 of the License, or
14  %%%% (at your option) any later version.  %%%% (at your option) any later version.  
15    
16  %%%% GNU 3DLDF is distributed in the hope that it will be useful,  %%%% GNU 3DLDF is distributed in the hope that it will be useful,
17  %%%% but WITHOUT ANY WARRANTY; without even the implied warranty of  %%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
18  %%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  %%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  %%%% GNU General Public License for more details.  %%%% GNU General Public License for more details.  
20    
21  %%%% You should have received a copy of the GNU General Public License  %%%% You should have received a copy of the GNU General Public License
22  %%%% along with GNU 3DLDF; if not, write to the Free Software  %%%% along with GNU 3DLDF; if not, write to the Free Software
23  %%%% Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA  %%%% Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
24    
25  %%%% GNU 3DLDF is a GNU package.    %%%% GNU 3DLDF is a GNU package.  
26  %%%% It is part of the GNU Project of the    %%%% It is part of the GNU Project of the  
# Line 27  Line 29 
29  %%%% See the website http://www.gnu.org  %%%% See the website http://www.gnu.org
30  %%%% for more information.    %%%% for more information.  
31  %%%% GNU 3DLDF is available for downloading from  %%%% GNU 3DLDF is available for downloading from
32  %%%% http://www.gnu.org/software/3dldf/LDF.html.  %%%% http://www.gnu.org/software/3dldf/LDF.html.
33  %%%% It is also available from  %%%% It is also available from
34  %%%% http://www.dante.de/software/ctan/, the Dante www-server    %%%% http://www.dante.de/software/ctan/, the Dante www-server  
35  %%%% and from http://wwwuser.gwdg.de/~lfinsto1,  %%%% and from http://wwwuser.gwdg.de/~lfinsto1,
36  %%%% the author's website.    %%%% the author's website.  
37    
38  %%%% Please send bug reports to bug-3dldf@gnu.org  %%%% Please send bug reports to lfinsto1@gwdg.de
39  %%%% The mailing list help-3dldf@gnu.org is available for people to  %%%% The mailing list help-3dldf@gnu.org is available for people to
40  %%%% ask other users for help.    %%%% ask other users for help.  
41  %%%% The mailing list info-3dldf@gnu.org is for the maintainer of  %%%% The mailing list info-3dldf@gnu.org is for sending
42  %%%% GNU 3DLDF to send announcements to users.  %%%% announcements to users. To subscribe to these mailing lists, send an
 %%%% To subscribe to these mailing lists, send an  
43  %%%% email with ``subscribe <email-address>'' as the subject.    %%%% email with ``subscribe <email-address>'' as the subject.  
44    
45  %%%% The author can be contacted at:  %%%% The author can be contacted at:
46    
47  %%%% Laurence D. Finston  %%%% Laurence D. Finston
48  %%%% Kreuzbergring 41  %%%% c/o Free Software Foundation, Inc.
49  %%%% D-37075 Goettingen  %%%% 51 Franklin St, Fifth Floor
50  %%%% Germany  %%%% Boston, MA  02110-1301  
51    %%%% USA
52    
53  %%%% lfinsto1@gwdg.de  %%%% lfinsto1@gwdg.de
54  %%%% s246794@stud.uni-goettingen.de  %%%% s246794@stud.uni-goettingen.de
55    
56    
 % $Id$  
   
57  %% * (1) Beginning of 3DLDF code.  %% * (1) Beginning of 3DLDF code.
58    
59  %% ** (2) Run these commands:  %% ** (2) Run these commands:
# Line 96  shift frame (-.5frame_w, -.5frame_h); Line 96  shift frame (-.5frame_w, -.5frame_h);
96    
97  picture frame_picture;  picture frame_picture;
98    
 %% ** (2)  
99    
100  %% *** (3)  %% ** (2) Set up frame.
101    
102  for i = 0 upto 4:  beginfig(0);
 beginfig(i);  
103  draw frame with_pen pensquare scaled (pen_width, pen_width, pen_width);  draw frame with_pen pensquare scaled (pen_width, pen_width, pen_width);
104  frame_picture := current_picture;  frame_picture := current_picture;
105  endfig with_projection parallel_x_y;    endfig with_projection parallel_x_y;  
106  endfor;  endfor;
107    
108    for i = 1 upto 4:
109    beginfig(i);
110    current_picture := frame_picture;
111    endfig with_projection parallel_x_y;  
112    endfor;
113    
114  %% *** (3)  %% *** (3)
115    
116  j := 0;  j := 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26