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: lun oct 27 12:17:32 ART 2003
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 'font' => 'Helvetica-Bold',
106 'subtitulo' => array (
108 'font' => 'Helvetica',
115 'landscape' => array (
117 'encabezado' => array ( //Encabezado de cada pagina
126 '/var/www/meconlib/www/images/pdf_logo_landscape.jpg',
142 'font' => 'Helvetica-Bold',
145 'subseccion' => array (
147 'font' => 'Helvetica',
150 'paginador' => array (
152 'font' => 'Helvetica',
157 'font' => 'Helvetica',
165 'font' => 'Helvetica-Bold',
168 'subtitulo' => array (
170 'font' => 'Helvetica',
181 'portrait' => array (
183 'encabezado' => array ( //Encabezado de cada pagina
187 'Yf' => 864, //Siempre debe representar la altura maxima de la pagina
192 '/var/www/meconlib/www/images/pdf_logo_portrait.jpg',
208 'font' => 'Helvetica-Bold',
211 'subseccion' => array (
213 'font' => 'Helvetica',
216 'paginador' => array (
218 'font' => 'Helvetica',
223 'font' => 'Helvetica',
231 'font' => 'Helvetica-Bold',
234 'subtitulo' => array (
236 'font' => 'Helvetica',
243 'landscape' => array (
245 'encabezado' => array ( //Encabezado de cada pagina
254 '/var/www/meconlib/www/images/pdf_logo_landscape.jpg',
270 'font' => 'Helvetica-Bold',
273 'subseccion' => array (
275 'font' => 'Helvetica',
278 'paginador' => array (
280 'font' => 'Helvetica',
285 'font' => 'Helvetica',
293 'font' => 'Helvetica-Bold',
296 'subtitulo' => array (
298 'font' => 'Helvetica',