Re: beamer, pgf and anti-aliasing

2005-02-04 Thread Juan Luis Chulilla
 Dear all,
 
 I am a happy user of LyX and latex-beamer. I would like to ask you all
 if someone has experienced my problem:
 
 the last week I've tried to insert a graphic logo of my university
 into a presentation. The only way in which \logo works is with the
 \pgfuseimage command. I work with lyx for windows and miktex.
 
 The problem is that everytime you use a \pgfuseimage command, you lost
 antialiasing. Fonts look not exactly pixelized and hard, but...
 primitive, maybe, with minor but annoying deformations.
 
 I am going to include to files, the .tex one and a zipped pdf output
 for illustrating my point.
 
 Any hint or advice?
 
 It is really sad, because PGF is GREAT with transparencies and other
 effects. On the other hand, a presentation is LIMITED in scope if you
 cannot include a corporative logo in every slide. If there is a
 (surely arcane) way to overrun this XOR dilemma, I would be happier
 than before.
 
 Thank you all in advance


PS: the tex file is this:

\documentclass[10pt,landscape,english]{beamer}
\usepackage{helvet}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{color}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{pgf}
\usepackage[english]{babel}
\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]
\newcommand{\noun}[1]{\textsc{#1}}
\newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}

%\usepackage{colortbl}
%\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps}
\IfFileExists{url.sty}{\usepackage{url}}
  {\newcommand{\url}{\texttt}}
\newcommand{\nsid}{\texttt{NS(I+D)}}

%%%

%\usefonttheme{structurebold}
\setbeamertemplate{background canvas}[vertical
shading][bottom=blue!10,top=red!30]
\usetheme{PaloAlto}
\usecolortheme{crane}
\setbeamercovered{transparent}
\usefonttheme{default}

%%%


\pgfdeclareimage[mask=fpvimask,width=13mm]{logofpvi}{logo7}%logo fpvi
\pgfdeclareimage[mask=nsidmk,width=13mm]{nsidnano}{logonsid}%logo NSID pequeño
\pgfdeclareimage[mask=nsidmk,width=38mm]{nsid}{logonsid}%logo NSID
\pgfdeclareimage[mask=ruedamk,width=38mm]{rueda}{wheel2}%rueda
\pgfdeclareimage[mask=sinermk,width=38mm]{sinergia}{tente}%sinergia-tente
\pgfdeclareimage[mask=tikimk,width=38mm]{tiki}{tiki2}%logo tiki
\pgfdeclareimage[mask=atlasmk,width=38mm]{atlas}{atlogwin}%atlas ti
\pgfdeclareimage[mask=pdcamk,width=38mm]{pdca}{pdca01}%calidad
\pgfdeclareimage[mask=tabletmk,width=38mm]{tablet}{tablet}%tablet
\pgfdeclareimage[mask=camaramk,width=38mm]{camara}{sonydscv1}%visual
\pgfdeclareimage[mask=gnumk,width=38mm]{gnu}{meditatinggnu}%gnu
\pgfdeclareimage[mask=contextmk,width=38mm]{context}{contextresearch1}%context
\pgfdeclareimage[mask=dicemk,width=38mm]{dice}{dicelaredcom}%dicelared
\pgfdeclareimage[mask=cruce2mk,width=38mm]{cruce2}{crossroad1}%dicelared
\pgfdeclareimage[mask=upsamask,width=13mm]{logoupsa}{logouni}%logo UPSA
\pgfdeclareimage[width=38mm]{ciego}{blindfolded2}%ciegocalidad sin mascara
\pgfdeclareimage[width=38mm]{bpunto}{barrapunto}%barrapunto sin mascara
\pgfdeclareimage[width=38mm]{lyx}{lyxban}%lyx sin mascara
\pgfdeclareimage[width=3.7cm]{cruce1}{crossroad-wt}%cruce1 sin mascara

%\logo{\hbox{\pgfuseimage{logoupsa}}}
%\hbox to 1cm{\hfil\pgfuseimage{logofpvi}}\vskip0.1cm




%\logo{\pgfuseimage{logo}}


\title[Presentación de NS(I+D)]{\texttt{NS(I+D)}: Presentación de
resultados y condicionantes para
un plan Estratégico}
\date{Febrero 2005}

%\institute[]{%
%  \hbox{\pgfuseimage{logoupsa}} \hfill \hbox{\pgfuseimage{logofpvi}}
\hfill \hbox{\pgfuseimage{nsidnano}}}
%\date{Fundamentals of Computation Theory 2003}

\AtBeginSection[]
{
  \begin{frame}beamer
\frametitle{Índice}
\tableofcontents[currentsection,currentsubsection]
  \end{frame}
}

\makeatother
\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\begin{frame}
  \frametitle{Índice}
  \tableofcontents
\end{frame}



\section{Introducción}
\begin{frame}
  \frametitle{Introducción}

\begin{columns}%{}
\begin{column}{40mm}
\begin{center}

  \hbox{\pgfuseimage{nsid}}
  \end{center}

\end{column}

\begin{column}{6cm}

\begin{block}
{Introducción}
\begin{itemize}
\item 1-Con esta presentación se pretende exponer:

\begin{itemize}
\item 2-Las ventajas de nuestros desarrollos --- individuales y sinérgicas.
\item 3-La interpretación del momento presente como ventana de
oportunidad.
\end{itemize}
\item 4-Un contexto necesario para la toma de decisiones estratégicas.
\end{itemize}
\end{block}
\end{column}
\end{columns}%{}
\end{frame}

\begin{frame}
  \frametitle{Introducción}

\begin{columns}%{}
\begin{column}{40mm}
\begin{center}

  \hbox{\pgfuseimage{rueda}}
  \end{center}

\end{column}

\begin{column}{6cm}
\begin{block}
{¿Qué es desarrollo para \nsid?}
\begin{itemize}
\item 1-Nuestra función no es desarrollar software sino \textbf{aprovecharlo}.
\item 2-El estado actual de las \textsc{tic} permite dejar de reinventar
la rueda.
\item 3-$\Rightarrow$El examen 

Re: beamer, pgf and anti-aliasing

2005-02-04 Thread Juan Luis Chulilla
 Dear all,
 
 I am a happy user of LyX and latex-beamer. I would like to ask you all
 if someone has experienced my problem:
 
 the last week I've tried to insert a graphic logo of my university
 into a presentation. The only way in which \logo works is with the
 \pgfuseimage command. I work with lyx for windows and miktex.
 
 The problem is that everytime you use a \pgfuseimage command, you lost
 antialiasing. Fonts look not exactly pixelized and hard, but...
 primitive, maybe, with minor but annoying deformations.
 
 I am going to include to files, the .tex one and a zipped pdf output
 for illustrating my point.
 
 Any hint or advice?
 
 It is really sad, because PGF is GREAT with transparencies and other
 effects. On the other hand, a presentation is LIMITED in scope if you
 cannot include a corporative logo in every slide. If there is a
 (surely arcane) way to overrun this XOR dilemma, I would be happier
 than before.
 
 Thank you all in advance


PS: the tex file is this:

\documentclass[10pt,landscape,english]{beamer}
\usepackage{helvet}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{color}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{pgf}
\usepackage[english]{babel}
\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]
\newcommand{\noun}[1]{\textsc{#1}}
\newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}

%\usepackage{colortbl}
%\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps}
\IfFileExists{url.sty}{\usepackage{url}}
  {\newcommand{\url}{\texttt}}
\newcommand{\nsid}{\texttt{NS(I+D)}}

%%%

%\usefonttheme{structurebold}
\setbeamertemplate{background canvas}[vertical
shading][bottom=blue!10,top=red!30]
\usetheme{PaloAlto}
\usecolortheme{crane}
\setbeamercovered{transparent}
\usefonttheme{default}

%%%


\pgfdeclareimage[mask=fpvimask,width=13mm]{logofpvi}{logo7}%logo fpvi
\pgfdeclareimage[mask=nsidmk,width=13mm]{nsidnano}{logonsid}%logo NSID pequeño
\pgfdeclareimage[mask=nsidmk,width=38mm]{nsid}{logonsid}%logo NSID
\pgfdeclareimage[mask=ruedamk,width=38mm]{rueda}{wheel2}%rueda
\pgfdeclareimage[mask=sinermk,width=38mm]{sinergia}{tente}%sinergia-tente
\pgfdeclareimage[mask=tikimk,width=38mm]{tiki}{tiki2}%logo tiki
\pgfdeclareimage[mask=atlasmk,width=38mm]{atlas}{atlogwin}%atlas ti
\pgfdeclareimage[mask=pdcamk,width=38mm]{pdca}{pdca01}%calidad
\pgfdeclareimage[mask=tabletmk,width=38mm]{tablet}{tablet}%tablet
\pgfdeclareimage[mask=camaramk,width=38mm]{camara}{sonydscv1}%visual
\pgfdeclareimage[mask=gnumk,width=38mm]{gnu}{meditatinggnu}%gnu
\pgfdeclareimage[mask=contextmk,width=38mm]{context}{contextresearch1}%context
\pgfdeclareimage[mask=dicemk,width=38mm]{dice}{dicelaredcom}%dicelared
\pgfdeclareimage[mask=cruce2mk,width=38mm]{cruce2}{crossroad1}%dicelared
\pgfdeclareimage[mask=upsamask,width=13mm]{logoupsa}{logouni}%logo UPSA
\pgfdeclareimage[width=38mm]{ciego}{blindfolded2}%ciegocalidad sin mascara
\pgfdeclareimage[width=38mm]{bpunto}{barrapunto}%barrapunto sin mascara
\pgfdeclareimage[width=38mm]{lyx}{lyxban}%lyx sin mascara
\pgfdeclareimage[width=3.7cm]{cruce1}{crossroad-wt}%cruce1 sin mascara

%\logo{\hbox{\pgfuseimage{logoupsa}}}
%\hbox to 1cm{\hfil\pgfuseimage{logofpvi}}\vskip0.1cm




%\logo{\pgfuseimage{logo}}


\title[Presentación de NS(I+D)]{\texttt{NS(I+D)}: Presentación de
resultados y condicionantes para
un plan Estratégico}
\date{Febrero 2005}

%\institute[]{%
%  \hbox{\pgfuseimage{logoupsa}} \hfill \hbox{\pgfuseimage{logofpvi}}
\hfill \hbox{\pgfuseimage{nsidnano}}}
%\date{Fundamentals of Computation Theory 2003}

\AtBeginSection[]
{
  \begin{frame}beamer
\frametitle{Índice}
\tableofcontents[currentsection,currentsubsection]
  \end{frame}
}

\makeatother
\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\begin{frame}
  \frametitle{Índice}
  \tableofcontents
\end{frame}



\section{Introducción}
\begin{frame}
  \frametitle{Introducción}

\begin{columns}%{}
\begin{column}{40mm}
\begin{center}

  \hbox{\pgfuseimage{nsid}}
  \end{center}

\end{column}

\begin{column}{6cm}

\begin{block}
{Introducción}
\begin{itemize}
\item 1-Con esta presentación se pretende exponer:

\begin{itemize}
\item 2-Las ventajas de nuestros desarrollos --- individuales y sinérgicas.
\item 3-La interpretación del momento presente como ventana de
oportunidad.
\end{itemize}
\item 4-Un contexto necesario para la toma de decisiones estratégicas.
\end{itemize}
\end{block}
\end{column}
\end{columns}%{}
\end{frame}

\begin{frame}
  \frametitle{Introducción}

\begin{columns}%{}
\begin{column}{40mm}
\begin{center}

  \hbox{\pgfuseimage{rueda}}
  \end{center}

\end{column}

\begin{column}{6cm}
\begin{block}
{¿Qué es desarrollo para \nsid?}
\begin{itemize}
\item 1-Nuestra función no es desarrollar software sino \textbf{aprovecharlo}.
\item 2-El estado actual de las \textsc{tic} permite dejar de reinventar
la rueda.
\item 3-$\Rightarrow$El examen 

Re: beamer, pgf and anti-aliasing

2005-02-04 Thread Juan Luis Chulilla
 Dear all,
 
 I am a happy user of LyX and latex-beamer. I would like to ask you all
 if someone has experienced my problem:
 
 the last week I've tried to insert a graphic logo of my university
 into a presentation. The only way in which \logo works is with the
 \pgfuseimage command. I work with lyx for windows and miktex.
 
 The problem is that everytime you use a \pgfuseimage command, you lost
 antialiasing. Fonts look not exactly pixelized and hard, but...
 "primitive", maybe, with minor but annoying deformations.
 
 I am going to include to files, the .tex one and a zipped pdf output
 for illustrating my point.
 
 Any hint or advice?
 
 It is really sad, because PGF is GREAT with transparencies and other
 effects. On the other hand, a presentation is LIMITED in scope if you
 cannot include a corporative logo in every slide. If there is a
 (surely arcane) way to overrun this XOR dilemma, I would be happier
 than before.
 
 Thank you all in advance


PS: the tex file is this:

\documentclass[10pt,landscape,english]{beamer}
\usepackage{helvet}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{color}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{pgf}
\usepackage[english]{babel}
\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]
\newcommand{\noun}[1]{\textsc{#1}}
\newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}

%\usepackage{colortbl}
%\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps}
\IfFileExists{url.sty}{\usepackage{url}}
  {\newcommand{\url}{\texttt}}
\newcommand{\nsid}{\texttt{NS(I+D)}}

%%%

%\usefonttheme{structurebold}
\setbeamertemplate{background canvas}[vertical
shading][bottom=blue!10,top=red!30]
\usetheme{PaloAlto}
\usecolortheme{crane}
\setbeamercovered{transparent}
\usefonttheme{default}

%%%


\pgfdeclareimage[mask=fpvimask,width=13mm]{logofpvi}{logo7}%logo fpvi
\pgfdeclareimage[mask=nsidmk,width=13mm]{nsidnano}{logonsid}%logo NSID pequeño
\pgfdeclareimage[mask=nsidmk,width=38mm]{nsid}{logonsid}%logo NSID
\pgfdeclareimage[mask=ruedamk,width=38mm]{rueda}{wheel2}%rueda
\pgfdeclareimage[mask=sinermk,width=38mm]{sinergia}{tente}%sinergia-tente
\pgfdeclareimage[mask=tikimk,width=38mm]{tiki}{tiki2}%logo tiki
\pgfdeclareimage[mask=atlasmk,width=38mm]{atlas}{atlogwin}%atlas ti
\pgfdeclareimage[mask=pdcamk,width=38mm]{pdca}{pdca01}%calidad
\pgfdeclareimage[mask=tabletmk,width=38mm]{tablet}{tablet}%tablet
\pgfdeclareimage[mask=camaramk,width=38mm]{camara}{sonydscv1}%visual
\pgfdeclareimage[mask=gnumk,width=38mm]{gnu}{meditatinggnu}%gnu
\pgfdeclareimage[mask=contextmk,width=38mm]{context}{contextresearch1}%context
\pgfdeclareimage[mask=dicemk,width=38mm]{dice}{dicelaredcom}%dicelared
\pgfdeclareimage[mask=cruce2mk,width=38mm]{cruce2}{crossroad1}%dicelared
\pgfdeclareimage[mask=upsamask,width=13mm]{logoupsa}{logouni}%logo UPSA
\pgfdeclareimage[width=38mm]{ciego}{blindfolded2}%ciegocalidad sin mascara
\pgfdeclareimage[width=38mm]{bpunto}{barrapunto}%barrapunto sin mascara
\pgfdeclareimage[width=38mm]{lyx}{lyxban}%lyx sin mascara
\pgfdeclareimage[width=3.7cm]{cruce1}{crossroad-wt}%cruce1 sin mascara

%\logo{\hbox{\pgfuseimage{logoupsa}}}
%\hbox to 1cm{\hfil\pgfuseimage{logofpvi}}\vskip0.1cm




%\logo{\pgfuseimage{logo}}


\title[Presentación de NS(I+D)]{\texttt{NS(I+D)}: Presentación de
resultados y condicionantes para
un plan Estratégico}
\date{Febrero 2005}

%\institute[]{%
%  \hbox{\pgfuseimage{logoupsa}} \hfill \hbox{\pgfuseimage{logofpvi}}
\hfill \hbox{\pgfuseimage{nsidnano}}}
%\date{Fundamentals of Computation Theory 2003}

\AtBeginSection[]
{
  \begin{frame}
\frametitle{Índice}
\tableofcontents[currentsection,currentsubsection]
  \end{frame}
}

\makeatother
\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\begin{frame}
  \frametitle{Índice}
  \tableofcontents
\end{frame}



\section{Introducción}
\begin{frame}
  \frametitle{Introducción}

\begin{columns}%{}
\begin{column}{40mm}
\begin{center}

  \hbox{\pgfuseimage{nsid}}
  \end{center}

\end{column}

\begin{column}{6cm}

\begin{block}
{Introducción}
\begin{itemize}
\item <1->Con esta presentación se pretende exponer:

\begin{itemize}
\item <2->Las ventajas de nuestros desarrollos --- individuales y sinérgicas.
\item <3->La interpretación del momento presente como <>.
\end{itemize}
\item <4->Un contexto necesario para la toma de decisiones estratégicas.
\end{itemize}
\end{block}
\end{column}
\end{columns}%{}
\end{frame}

\begin{frame}
  \frametitle{Introducción}

\begin{columns}%{}
\begin{column}{40mm}
\begin{center}

  \hbox{\pgfuseimage{rueda}}
  \end{center}

\end{column}

\begin{column}{6cm}
\begin{block}
{¿Qué es desarrollo para \nsid?}
\begin{itemize}
\item <1->Nuestra función no es desarrollar software sino \textbf{aprovecharlo}.
\item <2->El estado actual de las \textsc{tic} permite dejar de <>.
\item <3->$\Rightarrow$El examen permanente y atento de 

bug in reconfigure (windows port)

2004-10-14 Thread Juan Luis Chulilla
I use lyx port in a windows xp. After some itchy corrections (like
learn the precise version of imagemagick that works, avoiding spaces
in directory names and the like), I found an almost terminal problem.
Lyx worked QUITE fine -- we built a monography just with it -- but I
was not able to add any more latex class to lyx using the unix
procedure (add class to tetex, add .layout file to lyx, Edit/
Reconfigure. Finally today I have found that executing configure.bat
and then configure in a console of windows, lyx reconfigure its latex
entry (which has let me use beamer, i.e.)

Do you people know if it is really a bug for windows port? I mean, I'm
starting to be a lyx apostle, but if, hum, a luser has to do a lot of
tricks like the one I mentioned above, it sounds to be hard to achieve
conversions.


bug in reconfigure (windows port)

2004-10-14 Thread Juan Luis Chulilla
I use lyx port in a windows xp. After some itchy corrections (like
learn the precise version of imagemagick that works, avoiding spaces
in directory names and the like), I found an almost terminal problem.
Lyx worked QUITE fine -- we built a monography just with it -- but I
was not able to add any more latex class to lyx using the unix
procedure (add class to tetex, add .layout file to lyx, Edit/
Reconfigure. Finally today I have found that executing configure.bat
and then configure in a console of windows, lyx reconfigure its latex
entry (which has let me use beamer, i.e.)

Do you people know if it is really a bug for windows port? I mean, I'm
starting to be a lyx apostle, but if, hum, a luser has to do a lot of
tricks like the one I mentioned above, it sounds to be hard to achieve
conversions.


bug in reconfigure (windows port)

2004-10-14 Thread Juan Luis Chulilla
I use lyx port in a windows xp. After some itchy corrections (like
learn the precise version of imagemagick that works, avoiding spaces
in directory names and the like), I found an almost terminal problem.
Lyx worked QUITE fine -- we built a monography just with it -- but I
was not able to add any more latex class to lyx using the unix
procedure (add class to tetex, add .layout file to lyx, Edit/
Reconfigure. Finally today I have found that executing configure.bat
and then configure in a console of windows, lyx reconfigure its latex
entry (which has let me use beamer, i.e.)

Do you people know if it is really a bug for windows port? I mean, I'm
starting to be a lyx apostle, but if, hum, a luser has to do a lot of
tricks like the one I mentioned above, it sounds to be hard to achieve
conversions.


Re: KDE upgrade + accents

2004-10-05 Thread Juan Luis Chulilla
I had that problem with suse 9.1 and KDE 3.2. My solution was to use
this language specification:in /etc/sysconfig/language , I use RC_LANG
= es_ES.ISO-8859-15 instead of UTF-8 used as default.

Hope this helps


On Tue, 5 Oct 2004 18:30:48 +0100, José Abílio Oliveira Matos
[EMAIL PROTECTED] wrote:
 On Mon, Oct 04, 2004 at 06:07:49PM +0200, Alfonso Gazo wrote:
  I'm also having this problem. I'm using Fedora Core 2 + KDE 3.3.0
  (packages from http://kde-redhat.sourceforge.net/).
 
  I've tested lyx -dbg4 from a machine before upgrading. I've wrote an á
  (i.e., an accent and and a). The following output was produced.
  Everything was ok:
 ...
 
   I now have that problem, but I didn't had it before even running kde 3.3.0
 from kde-redhat.
 
   I think that I will ask in the users list there, as the maintainer is a
 helpful guy. He does a wonderful job. :-)
 
 --
 José Abílio Matos
 LyX and docbook a perfect match. :-)



Re: KDE upgrade + accents

2004-10-05 Thread Juan Luis Chulilla
I had that problem with suse 9.1 and KDE 3.2. My solution was to use
this language specification:in /etc/sysconfig/language , I use RC_LANG
= es_ES.ISO-8859-15 instead of UTF-8 used as default.

Hope this helps


On Tue, 5 Oct 2004 18:30:48 +0100, José Abílio Oliveira Matos
[EMAIL PROTECTED] wrote:
 On Mon, Oct 04, 2004 at 06:07:49PM +0200, Alfonso Gazo wrote:
  I'm also having this problem. I'm using Fedora Core 2 + KDE 3.3.0
  (packages from http://kde-redhat.sourceforge.net/).
 
  I've tested lyx -dbg4 from a machine before upgrading. I've wrote an á
  (i.e., an accent and and a). The following output was produced.
  Everything was ok:
 ...
 
   I now have that problem, but I didn't had it before even running kde 3.3.0
 from kde-redhat.
 
   I think that I will ask in the users list there, as the maintainer is a
 helpful guy. He does a wonderful job. :-)
 
 --
 José Abílio Matos
 LyX and docbook a perfect match. :-)



Re: KDE upgrade + accents

2004-10-05 Thread Juan Luis Chulilla
I had that problem with suse 9.1 and KDE 3.2. My solution was to use
this language specification:in /etc/sysconfig/language , I use RC_LANG
= "es_ES.ISO-8859-15" instead of UTF-8 used as default.

Hope this helps


On Tue, 5 Oct 2004 18:30:48 +0100, José Abílio Oliveira Matos
<[EMAIL PROTECTED]> wrote:
> On Mon, Oct 04, 2004 at 06:07:49PM +0200, Alfonso Gazo wrote:
> > I'm also having this problem. I'm using Fedora Core 2 + KDE 3.3.0
> > (packages from http://kde-redhat.sourceforge.net/).
> >
> > I've tested lyx -dbg4 from a machine before upgrading. I've wrote an "á"
> > (i.e., an accent and and "a"). The following output was produced.
> > Everything was ok:
> ...
> 
>   I now have that problem, but I didn't had it before even running kde 3.3.0
> from kde-redhat.
> 
>   I think that I will ask in the users list there, as the maintainer is a
> helpful guy. He does a wonderful job. :-)
> 
> --
> José Abílio Matos
> LyX and docbook a perfect match. :-)
>