1 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80 foldmethod=marker:
2 -------------------------------------------------------------------------------
3 Ministerio de EconomÃa
5 -------------------------------------------------------------------------------
6 This file is part of meconlib.
8 meconlib is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 2 of the License, or (at your option)
13 meconlib is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License; if not,
18 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
19 Boston, MA 02111-1307 USA
20 -------------------------------------------------------------------------------
21 Creado: mar abr 27 12:44:27 ART 2004
22 Autor: Martin Marrese <mmarre@mecon.gov.ar>
23 -------------------------------------------------------------------------------
25 -----------------------------------------------------------------------------*/
28 * Este archivo contiene las coordenadas y estilos de los diferentes componentes
29 * de MECON_PDF_Marco. Las cordenadas Arrancan en (0,0)
41 0 +------------+----->
47 * Medidas para cada formato de pagina.
55 'encabezado' => array ( //Encabezado de cada pagina
59 'Yf' => 700, //Siempre debe representar la altura maxima de la pagina
64 '/var/www/meconlib/www/images/pdf_logo_portrait.jpg',
80 'font' => 'Helvetica-Bold',
83 'subseccion' => array (
85 'font' => 'Helvetica',
88 'paginador' => array (
90 'font' => 'Helvetica',
95 'font' => 'Helvetica',
103 'landscape' => array (
105 'encabezado' => array ( //Encabezado de cada pagina
114 '/var/www/meconlib/www/images/pdf_logo_portrait.jpg',
130 'font' => 'Helvetica-Bold',
133 'subseccion' => array (
135 'font' => 'Helvetica',
138 'paginador' => array (
140 'font' => 'Helvetica',
145 'font' => 'Helvetica',
157 'portrait' => array (
159 'encabezado' => array ( //Encabezado de cada pagina
163 'Yf' => 864, //Siempre debe representar la altura maxima de la pagina
168 '/var/www/meconlib/www/images/pdf_logo_portrait.jpg',
184 'font' => 'Helvetica-Bold',
187 'subseccion' => array (
189 'font' => 'Helvetica',
192 'paginador' => array (
194 'font' => 'Helvetica',
199 'font' => 'Helvetica',
207 'landscape' => array (
209 'encabezado' => array ( //Encabezado de cada pagina
218 '/var/www/meconlib/www/images/pdf_logo_portrait.jpg',
234 'font' => 'Helvetica-Bold',
237 'subseccion' => array (
239 'font' => 'Helvetica',
242 'paginador' => array (
244 'font' => 'Helvetica',
249 'font' => 'Helvetica',