On Sun, Mar 11, 2001 at 01:42:14PM -0400, German Poo Caaman~o wrote:
> Writting \theslideheading on the header could be the solution, but
> I modify the heading locating it over the frame.  Furthermore, th
> \theslideheading sould be appear inside of the slide.  Here is
> the problem, the slide text is written over the heading name.
> 
> Any suggestion?

While it is probably possible to do what you want automatically,
I think it might be better to break the slides yourself, and put the desired
headings (you need to put \extraslideheight{10in} to prevent automatic
breaking).

If you don't want to type the same heading twice, put the following in the
preamble
\newcommand{\mynewslide}{%
 \let\tmp=\theslideheading
 \newslide
 \slideheading{\tmp}}

and then put \mynewslide (in latex mode) in the place you want to break the
slide (see attached file).
#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass seminar
\begin_preamble
\usepackage[dvips]{pstcol} 
\usepackage{semcolor}
\input{seminar.bug}
\usepackage{fancybox}

\centerslidesfalse

%
% Variables de los recuadros del frame
%
\def\Titulo{Sistemas Ditribuidos / Universidad del Bío--Bío}
\def\FrameDerecha{Hola}
\def\FrameIzquierda{\emph{Relator: Germán Poo Caamaño}}

% Se modifica el espacio ocupado por la transparencia. Como el header el y el
% footer se alojaran dentro del marco, se amplia dicho marco para aprovechar
% mejor la hoja
\addtolength{\slidewidth}{1.9cm}   %% for portrait mode
\addtolength{\slideheight}{2cm}    %% for landscape mode
%\extraslideheight{-1.8cm}
%\setlength{\slideframewidth}{1cm}  %% ancho de la linea del frame

\newslideframe{Titulo}{%
  \boxput*(0,1){%
  \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny \Titulo}}%
  {#1}%
}

\newslideframe{FooterRight}{
  \boxput*(0.82,-1){
    \makebox[0cm][r]{
      \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny Página \theslide}
    }
  }
  {#1}
}

\newslideframe{FooterLeft}{%
  \boxput*(-0.82,-1){%
    \makebox[0cm][l]{%
      \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny \FrameIzquierda}%
    }%
  }%
  {#1}%
}

\slideframe*{Titulo}
\slideframe*{FooterRight}
\slideframe*{FooterLeft}

\slidepagestyle{empty}

\newcommand{\mynewslide}{%
 \let\tmp=\theslideheading
 \newslide
 \slideheading{\tmp}}

\extraslideheight{10in}
\end_preamble
\options slidesec,portrait
\language spanish
\inputencoding auto
\fontscheme pslatex
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default
\bullet 1
        0
        15
        -1
\end_bullet

\layout PortraitSlide

Conceptos
\layout SlideHeading

Conceptos
\layout Description

Modelo\SpecialChar ~
de\SpecialChar ~
comunicaciones
\begin_deeper 
\layout Itemize

El propósito fundamental de la comunicación de datos es intercambiar información
 entre dos agentes
\end_deeper 
\layout Description

Red\SpecialChar ~
de\SpecialChar ~
computadores 
\begin_deeper 
\layout Itemize

Colección interconectada de computadores autónomos por medio de comunicación
 (software y hardware) 
\layout Itemize

Realizar trabajo cooperativo 
\layout Itemize

Compartir recursos 
\end_deeper 
\layout Description

Sistema\SpecialChar ~
Distribuido 
\begin_deeper 
\layout Itemize

Sistema de software que distribuye las tareas de los usuarios empleando
 el hardware de la red 
\layout Itemize

Utiliza servicios de la red 
\layout Itemize

El software del sistema distribuido da transparencia al usuario acerca del
 lugar en que se efectúan las tareas 
\end_deeper 
\layout Itemize

Compartir recursos.
 
\begin_deeper 
\layout Itemize

Carga de procesamiento 
\layout Itemize

Periféricos.
 
\end_deeper 
\layout Standard


\latex latex 

\backslash 
mynewslide
\layout Itemize

Alta confiabilidad.
 
\begin_deeper 
\layout Itemize

Tolerancia a fallas 
\layout Itemize

Duplicación de archivos 
\layout Itemize

Duplicación de dispositivos 
\end_deeper 
\layout Itemize

Ahorro.
 
\begin_deeper 
\layout Itemize

Razón precio/rendimiento de los computadores personales ha aumentado 
\layout Itemize

Servidores de archivos 
\layout Itemize

Servidores de impresoras 
\layout Itemize

Medio de comunicación entre personas
\end_deeper 
\layout PortraitSlide

Clasificación de las redes
\layout SlideHeading

Clasificación de las redes
\layout Itemize

LAN (Local Area Network) 
\begin_deeper 
\layout Itemize

Sala, edificio, campus universitario 
\layout Itemize

Propiedad de los usuarios 
\end_deeper 
\layout Itemize

MAN (Metropolitan Area Network) 
\begin_deeper 
\layout Itemize

Area urbana 
\layout Itemize

Propiedad de empresa de comunicaciones 
\end_deeper 
\layout Itemize

WAN (Wide Area Network) 
\begin_deeper 
\layout Itemize

Países, continentes 
\layout Itemize

Propiedad de empresas de comunicaciones 
\end_deeper 
\layout Itemize

Interconexión de WAN
\layout Itemize

En un ...
\the_end

Reply via email to