Re: LyX beamer with e.g. circles on top of text or images?

2009-08-22 Thread Paul A. Rubin

seb123 wrote:


In a LyX beamer presentation, I would like to draw circles, rectangles,
arrows on top of text or images.

How to do that? Do you guys happen to have LyX templates that can do that?



For images, I prefer to use a pgfpicture environment, load the image and 
then use TikZ/PGF commands to annotate.  Here's a sample:


\begin{center}
\begin{pgfpicture}{0mm}{0mm}{50mm}{50mm}
\pgfdeclareimage[height=30mm,width=40mm]{myImage}{path_to_image}
\pgfputat{\pgfpoint{25mm}{25mm}}{\pgfbox[center,center]{\pgfuseimage{myImage}}}
\color{red}\pgfsetlinewidth{5pt}
\pgfcircle[stroke]{\pgfpoint{25mm}{25mm}}{15mm}
\pgfline{\pgfpoint{14.4mm}{14.4mm}}{\pgfpoint{35.6mm}{35.6mm}}
\end{pgfpicture}
\end{center}

This loaded a JPEG or PNG file and drew a red circle around it with a 
diagonal slash through it (the international symbol for stop).


I imagine something similar would work with text -- perhaps putting the 
text in TikZ nodes (with or without visible borders). The tricky thing 
about annotating text is that the annotations tend to be static, so you 
can't afford to have the text shift around.  I tend to think that means 
write the text in as some sort of image, not just ordinary LaTeX text. 
But I'm no expert on things LaTeX.


/Paul



Re: LyX beamer with e.g. circles on top of text or images?

2009-08-22 Thread Paul A. Rubin

seb123 wrote:


In a LyX beamer presentation, I would like to draw circles, rectangles,
arrows on top of text or images.

How to do that? Do you guys happen to have LyX templates that can do that?



For images, I prefer to use a pgfpicture environment, load the image and 
then use TikZ/PGF commands to annotate.  Here's a sample:


\begin{center}
\begin{pgfpicture}{0mm}{0mm}{50mm}{50mm}
\pgfdeclareimage[height=30mm,width=40mm]{myImage}{path_to_image}
\pgfputat{\pgfpoint{25mm}{25mm}}{\pgfbox[center,center]{\pgfuseimage{myImage}}}
\color{red}\pgfsetlinewidth{5pt}
\pgfcircle[stroke]{\pgfpoint{25mm}{25mm}}{15mm}
\pgfline{\pgfpoint{14.4mm}{14.4mm}}{\pgfpoint{35.6mm}{35.6mm}}
\end{pgfpicture}
\end{center}

This loaded a JPEG or PNG file and drew a red circle around it with a 
diagonal slash through it (the international symbol for stop).


I imagine something similar would work with text -- perhaps putting the 
text in TikZ nodes (with or without visible borders). The tricky thing 
about annotating text is that the annotations tend to be static, so you 
can't afford to have the text shift around.  I tend to think that means 
write the text in as some sort of image, not just ordinary LaTeX text. 
But I'm no expert on things LaTeX.


/Paul



Re: LyX beamer with e.g. circles on top of text or images?

2009-08-22 Thread Paul A. Rubin

seb123 wrote:


In a LyX "beamer" presentation, I would like to draw circles, rectangles,
arrows on top of text or images.

How to do that? Do you guys happen to have LyX templates that can do that?



For images, I prefer to use a pgfpicture environment, load the image and 
then use TikZ/PGF commands to annotate.  Here's a sample:


\begin{center}
\begin{pgfpicture}{0mm}{0mm}{50mm}{50mm}
\pgfdeclareimage[height=30mm,width=40mm]{myImage}{path_to_image}
\pgfputat{\pgfpoint{25mm}{25mm}}{\pgfbox[center,center]{\pgfuseimage{myImage}}}
\color{red}\pgfsetlinewidth{5pt}
\pgfcircle[stroke]{\pgfpoint{25mm}{25mm}}{15mm}
\pgfline{\pgfpoint{14.4mm}{14.4mm}}{\pgfpoint{35.6mm}{35.6mm}}
\end{pgfpicture}
\end{center}

This loaded a JPEG or PNG file and drew a red circle around it with a 
diagonal slash through it (the international symbol for "stop").


I imagine something similar would work with text -- perhaps putting the 
text in TikZ nodes (with or without visible borders). The tricky thing 
about annotating text is that the annotations tend to be static, so you 
can't afford to have the text shift around.  I tend to think that means 
write the text in as some sort of image, not just ordinary LaTeX text. 
But I'm no expert on things LaTeX.


/Paul



LyX beamer with e.g. circles on top of text or images?

2009-08-19 Thread seb123

Dear All,

In a LyX beamer presentation, I would like to draw circles, rectangles,
arrows on top of text or images.

How to do that? Do you guys happen to have LyX templates that can do that?

Thank you,
Sebastian
-- 
View this message in context: 
http://n2.nabble.com/LyX-beamer-with-e.g.-circles-on-top-of-text-or-images--tp3475135p3475135.html
Sent from the LyX - Users mailing list archive at Nabble.com.


LyX beamer with e.g. circles on top of text or images?

2009-08-19 Thread seb123

Dear All,

In a LyX beamer presentation, I would like to draw circles, rectangles,
arrows on top of text or images.

How to do that? Do you guys happen to have LyX templates that can do that?

Thank you,
Sebastian
-- 
View this message in context: 
http://n2.nabble.com/LyX-beamer-with-e.g.-circles-on-top-of-text-or-images--tp3475135p3475135.html
Sent from the LyX - Users mailing list archive at Nabble.com.


LyX beamer with e.g. circles on top of text or images?

2009-08-19 Thread seb123

Dear All,

In a LyX "beamer" presentation, I would like to draw circles, rectangles,
arrows on top of text or images.

How to do that? Do you guys happen to have LyX templates that can do that?

Thank you,
Sebastian
-- 
View this message in context: 
http://n2.nabble.com/LyX-beamer-with-e.g.-circles-on-top-of-text-or-images--tp3475135p3475135.html
Sent from the LyX - Users mailing list archive at Nabble.com.