<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-4029</id>
	<title>Nabble - The LaTeX Beamer Class</title>
	<updated>2008-12-02T01:01:01Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/The-LaTeX-Beamer-Class-f4029.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/The-LaTeX-Beamer-Class-f4029.html" />
	<subtitle type="html">The beamer class is a LaTeX class for creating presentations using a video projector. It offers incremental display, prearranged themes, automatic table of contents, navigation bars, bibliographies, and other features. Can be used with pdflatex and LyX. The LaTeX Beamer Class home is &lt;a href=&quot;http://sourceforge.net/projects/latex-beamer/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20788613</id>
	<title>Re: pack'n'go beamer files</title>
	<published>2008-12-02T01:01:01Z</published>
	<updated>2008-12-02T01:01:01Z</updated>
	<author>
		<name>Herbert Voss-2</name>
	</author>
	<content type="html">Hans Meine schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dienstag 02 Dezember 2008, Steve Schwartz wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Today, after another request, I had a go at this by writing a script
&lt;br&gt;&amp;gt;&amp;gt; that searches through the log file, finds all the graphics (they are
&lt;br&gt;&amp;gt;&amp;gt; called out with a very specific form: &amp;lt;use /home/me/images/file.png&amp;gt;),
&lt;br&gt;&amp;gt;&amp;gt; generates a shell script that then copies these all, together with the
&lt;br&gt;&amp;gt;&amp;gt; latex source, to a target directory, and finally tar's it up. I append
&lt;br&gt;&amp;gt;&amp;gt; the script in case anyone finds it useful.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In the past, I have achieved the same goal but in a completely different way; 
&lt;br&gt;&amp;gt; I have written a &amp;quot;texdep&amp;quot; program which extracts all obvious dependencies 
&lt;br&gt;&amp;gt; from the LaTeX *source*:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://kogs-www.informatik.uni-hamburg.de/~meine/software/scripts/texdep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kogs-www.informatik.uni-hamburg.de/~meine/software/scripts/texdep&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is what I have used to pack all relevant files for some of my articles 
&lt;br&gt;&amp;gt; in .tar.gz bundles, but it is not its primary goal, so you may need some 
&lt;br&gt;&amp;gt; grep/sed on top of it, since it outputs Makefile syntax.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The parsing code could however be reused and a second output mode be added for 
&lt;br&gt;&amp;gt; bundling purposes.
&lt;/div&gt;&lt;a href=&quot;http://dante.ctan.org/CTAN/help/Catalogue/entries/mkjobtexmf.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dante.ctan.org/CTAN/help/Catalogue/entries/mkjobtexmf.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Herbert
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20788613&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/pack%27n%27go-beamer-files-tp20784114p20788613.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20788174</id>
	<title>Re: pack'n'go beamer files</title>
	<published>2008-12-02T00:45:15Z</published>
	<updated>2008-12-02T00:45:15Z</updated>
	<author>
		<name>Hans Meine-4</name>
	</author>
	<content type="html">On Dienstag 02 Dezember 2008, Steve Schwartz wrote:
&lt;br&gt;&amp;gt; Today, after another request, I had a go at this by writing a script
&lt;br&gt;&amp;gt; that searches through the log file, finds all the graphics (they are
&lt;br&gt;&amp;gt; called out with a very specific form: &amp;lt;use /home/me/images/file.png&amp;gt;),
&lt;br&gt;&amp;gt; generates a shell script that then copies these all, together with the
&lt;br&gt;&amp;gt; latex source, to a target directory, and finally tar's it up. I append
&lt;br&gt;&amp;gt; the script in case anyone finds it useful.
&lt;br&gt;&lt;br&gt;In the past, I have achieved the same goal but in a completely different way; 
&lt;br&gt;I have written a &amp;quot;texdep&amp;quot; program which extracts all obvious dependencies 
&lt;br&gt;from the LaTeX *source*:
&lt;br&gt;&lt;a href=&quot;http://kogs-www.informatik.uni-hamburg.de/~meine/software/scripts/texdep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kogs-www.informatik.uni-hamburg.de/~meine/software/scripts/texdep&lt;/a&gt;&lt;br&gt;&lt;br&gt;This is what I have used to pack all relevant files for some of my articles 
&lt;br&gt;in .tar.gz bundles, but it is not its primary goal, so you may need some 
&lt;br&gt;grep/sed on top of it, since it outputs Makefile syntax.
&lt;br&gt;&lt;br&gt;The parsing code could however be reused and a second output mode be added for 
&lt;br&gt;bundling purposes.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;&amp;nbsp; Hans
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20788174&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20788174/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/pack%27n%27go-beamer-files-tp20784114p20788174.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20784114</id>
	<title>pack'n'go beamer files</title>
	<published>2008-12-01T17:07:45Z</published>
	<updated>2008-12-01T17:07:45Z</updated>
	<author>
		<name>Steve Schwartz-2</name>
	</author>
	<content type="html">I have some requests for copies of my presentations over the years, and
&lt;br&gt;some people would obviously prefer ppt files so they can edit them, copy
&lt;br&gt;the graphics in full resolution, etc. Of course, I can't give them that,
&lt;br&gt;so I offer my latex source.
&lt;br&gt;&lt;br&gt;This isn't always easy, as I leave the graphics files in sensible
&lt;br&gt;locations (for me) and just set the GraphicsPath to find them all. With
&lt;br&gt;a big presentation this can be lots of files scattered all over my
&lt;br&gt;hard-drive, and I often thought about trying to automate the process.
&lt;br&gt;&lt;br&gt;Today, after another request, I had a go at this by writing a script
&lt;br&gt;that searches through the log file, finds all the graphics (they are
&lt;br&gt;called out with a very specific form: &amp;lt;use /home/me/images/file.png&amp;gt;),
&lt;br&gt;generates a shell script that then copies these all, together with the
&lt;br&gt;latex source, to a target directory, and finally tar's it up. I append
&lt;br&gt;the script in case anyone finds it useful.
&lt;br&gt;&lt;br&gt;But it is a quick hack and far from perfect, so I'm wondering if someone
&lt;br&gt;has done a better job, or has the interest in improving mine. Here are
&lt;br&gt;some of the deficiencies:
&lt;br&gt;&lt;br&gt;1 It doesn't find the graphics files that are in folders specified by my
&lt;br&gt;TEXINPUTS environment (nor I presume in tex's default paths) as these
&lt;br&gt;don't have a full path hierarchy in the log, i.e., they look like: &amp;lt;use
&lt;br&gt;mylogo.png&amp;gt;
&lt;br&gt;&lt;br&gt;2 &amp;nbsp;As written it only packs the top level latex document (that matches
&lt;br&gt;the stem of the logfile name), so any included or inputted files don't
&lt;br&gt;end up in my archive (I haven't tried to solve this, so maybe it's easy
&lt;br&gt;to likewise spot them)
&lt;br&gt;&lt;br&gt;3 &amp;nbsp;It also doesn't add any custom .sty files, though distinguishing
&lt;br&gt;these from the plethora of packages loaded by beamer and available in
&lt;br&gt;the standard distribution is probably a nightmare.
&lt;br&gt;&lt;br&gt;4 &amp;nbsp;It's probably very inelegant - I'm not really a script writer, more
&lt;br&gt;of a hacker, in particular:
&lt;br&gt;&lt;br&gt;5 &amp;nbsp;It will fail if the graphics file extends over three lines :-). I hit
&lt;br&gt;this one because the log file wraps lines with a newline character after
&lt;br&gt;79 characters.
&lt;br&gt;&lt;br&gt;6 &amp;nbsp;To be more universal, it would be better to be written in a portable
&lt;br&gt;scripting language, e.g., perl, rather than as a C-script
&lt;br&gt;&lt;br&gt;This is not at all pressing, but any thoughts, improvements, or
&lt;br&gt;alternatives would satisfy some curiosity. I'll send this also to the
&lt;br&gt;texhax mailing list, but I think it is probably more likely to be of
&lt;br&gt;interest to the beamer community.
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;============================ cut here =============================
&lt;br&gt;&lt;br&gt;#!/bin/csh
&lt;br&gt;#
&lt;br&gt;# Script to pack up a latex doc and graphics.
&lt;br&gt;#
&lt;br&gt;# Packs: graphics, latex source and, if found, final pdf
&lt;br&gt;#
&lt;br&gt;# Limitations (would be possible to enhance):
&lt;br&gt;# &amp;nbsp; &amp;nbsp;Doesn't find graphics that are stored in standard latex path,
&lt;br&gt;# &amp;nbsp; &amp;nbsp; i.e., that don't have &amp;lt;use /...&amp;gt; with full path in .log file
&lt;br&gt;# &amp;nbsp; &amp;nbsp;Only picks up parent tex file, no included/input files
&lt;br&gt;#
&lt;br&gt;# history
&lt;br&gt;#
&lt;br&gt;# &amp;nbsp;SJS Dec 2008
&lt;br&gt;&lt;br&gt;if ($#argv &amp;lt; 2) then
&lt;br&gt;&amp;nbsp; &amp;nbsp;echo &amp;quot;Usage: packtex.sh &amp;lt;file_stem&amp;gt; &amp;lt;target directory&amp;gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;exit
&lt;br&gt;endif
&lt;br&gt;&lt;br&gt;if (-d $2) then
&lt;br&gt;&amp;nbsp; &amp;nbsp;echo $2 &amp;quot;already exists - exiting&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;exit
&lt;br&gt;endif
&lt;br&gt;&lt;br&gt;# put temporary files in /tmp to be sure user can execute
&lt;br&gt;# (in my system, I keep .tex files on a fat32 partition, which
&lt;br&gt;# is not executable
&lt;br&gt;&lt;br&gt;if (-e /tmp/packtex_cp.sh) then
&lt;br&gt;&amp;nbsp; &amp;nbsp;rm -f /tmp/packtex_cp.sh
&lt;br&gt;endif
&lt;br&gt;&lt;br&gt;mkdir $2
&lt;br&gt;&lt;br&gt;# sed script below:
&lt;br&gt;# Finds lines with &amp;lt;use...
&lt;br&gt;# Appends the next line (N) in case file names extend to two lines
&lt;br&gt;# Replaces &amp;lt;use by cp -u to set up copy command
&lt;br&gt;# Replaces closing &amp;gt; by $1 and new line
&lt;br&gt;# grep's only these lines and puts them in file in /tmp
&lt;br&gt;&lt;br&gt;sed &amp;nbsp;-e '/&amp;lt;use /N;s/\n//;s/&amp;lt;use /\ncp -u /g;s/&amp;gt;/ $1\n/g' $1.log | grep
&lt;br&gt;&amp;quot;cp -u&amp;quot; &amp;gt; /tmp/packtex_cp.sh
&lt;br&gt;&lt;br&gt;# now make that file executable and execute it. Pass target directory as
&lt;br&gt;argument
&lt;br&gt;chmod u+x /tmp/packtex_cp.sh
&lt;br&gt;/bin/csh /tmp/packtex_cp.sh $2
&lt;br&gt;&lt;br&gt;# clean up
&lt;br&gt;rm /tmp/packtex_cp.sh
&lt;br&gt;&lt;br&gt;# copy latex source and final pdf
&lt;br&gt;cp $1.tex $2
&lt;br&gt;if (-e $1.pdf) then
&lt;br&gt;&amp;nbsp; &amp;nbsp;cp $1.pdf $2
&lt;br&gt;endif
&lt;br&gt;&lt;br&gt;# bundle
&lt;br&gt;tar -cvzf $1.tgz $2
&lt;br&gt;exit
&lt;br&gt;&lt;br&gt;=================================== cut here ==========================
&lt;br&gt;-- 
&lt;br&gt;+-------------------------------------------------------------------+
&lt;br&gt;Professor Steven J Schwartz &amp;nbsp; &amp;nbsp; &amp;nbsp;Phone: +44-(0)20-7594-7660
&lt;br&gt;Space and Atmospheric Physics &amp;nbsp; &amp;nbsp;Fax: &amp;nbsp; +44-(0)20-7594-7772
&lt;br&gt;The Blackett Laboratory &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;E-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20784114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;s.schwartz@...&lt;/a&gt;
&lt;br&gt;Imperial College London &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Office: Huxley 6M70 
&lt;br&gt;London SW7 2AZ, U.K. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Web: &lt;a href=&quot;http://www.sp.ph.ic.ac.uk/~sjs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sp.ph.ic.ac.uk/~sjs&lt;/a&gt;&lt;br&gt;+-------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20784114&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/pack%27n%27go-beamer-files-tp20784114p20784114.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20747009</id>
	<title>theme customization problem.</title>
	<published>2008-11-29T05:11:23Z</published>
	<updated>2008-11-29T05:11:23Z</updated>
	<author>
		<name>jyang-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I used an image as the background for the title page, and the right and
&lt;br&gt;bottom of the image contains organizational information, so I want to
&lt;br&gt;restrict the text to the left and up part in the title page while keep the
&lt;br&gt;rest of the slides intact. How can I do that in a theme file? Thank you in
&lt;br&gt;advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;&lt;br&gt;Jun Yang
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20747009&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/theme-customization-problem.-tp20747009p20747009.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20734005</id>
	<title>href problems with beamer with shrink option</title>
	<published>2008-11-28T02:13:19Z</published>
	<updated>2008-11-28T02:13:19Z</updated>
	<author>
		<name>Eric S Fraga</name>
	</author>
	<content type="html">&lt;br&gt;I use beamer (version 3.07-1 on Debian Lenny) and it's an excellent
&lt;br&gt;tool. &amp;nbsp;I have a small problem which I cannot seem to fix or even
&lt;br&gt;isolate. &amp;nbsp;I use href to provide links to external material (mostly web
&lt;br&gt;links), of the form
&lt;br&gt;&lt;br&gt;&amp;nbsp; \href{&lt;a href=&quot;http://some.where/blah&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://some.where/blah&lt;/a&gt;}{\fbox{text}}
&lt;br&gt;&lt;br&gt;and this works like a charm *almost* everywhere. &amp;nbsp;The one slide where
&lt;br&gt;I just cannot get this to work (with xpdf as the viewer) is one in
&lt;br&gt;which I have the option [shrink=20] for the particular frame. &amp;nbsp;The
&lt;br&gt;links are simply not active -- xpdf doesn't indicate the presence of a
&lt;br&gt;link anywhere on the frame.
&lt;br&gt;&lt;br&gt;Has anybody observed this behaviour before? &amp;nbsp;Any hints on how to solve
&lt;br&gt;this (other than to remove the shrink option please ;-).
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;eric
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Eric S Fraga, UCL
&lt;br&gt;BF &amp;gt;++++++++++[&amp;gt;++++++++++&amp;gt;+++++++++++[&amp;lt;]&amp;gt;-]&amp;gt;++.&amp;gt;++++.&amp;lt;-----.++++++.------.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20734005&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/href-problems-with-beamer-with-shrink-option-tp20734005p20734005.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20720485</id>
	<title>change of size (beamer)</title>
	<published>2008-11-27T06:46:35Z</published>
	<updated>2008-11-27T06:46:35Z</updated>
	<author>
		<name>samuelsamuel</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;&lt;br&gt;I make a presentation(display) with Beamer 
&lt;br&gt;I use the following theme \usetheme { Warsaw} 
&lt;br&gt;In every slide we have a bar displaying at the page head where there is the name of the section and a bar at the page foot where there is the name of the author the title and the date.
&lt;br&gt;&lt;br&gt;My question is the following one:
&lt;br&gt;&lt;br&gt;How to change the size of these two bars. In fact I want to change the height of these two bars
&lt;br&gt;&lt;br&gt;with kind regards
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/change-of-size-%28beamer%29-tp20720485p20720485.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20672946</id>
	<title>Re: How to suppress &quot;References&quot; in the table of contents on top of the slides?</title>
	<published>2008-11-24T16:25:10Z</published>
	<updated>2008-11-24T16:25:10Z</updated>
	<author>
		<name>John Tdk</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Jean-Pierre Chrétien wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;\begin{frame}
&lt;br&gt;&amp;gt;&amp;gt;\frametitle{References}
&lt;br&gt;&amp;gt;&amp;gt;\bibliographystyle{apacite}
&lt;br&gt;&amp;gt;&amp;gt;\bibliography{BertoltsLib}
&lt;br&gt;&amp;gt;&amp;gt;\end{frame}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;This somehow adds an entry &amp;quot;References&amp;quot; to the table of content at the 
&lt;br&gt;&amp;gt;&amp;gt;top of the slides (I'm using the Warsaw style) although I have no 
&lt;br&gt;&amp;gt;&amp;gt;\section{References}. Is there any way to suppress/disable this?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
This answer comes rather late, but when using apacite you can say:
&lt;br&gt;&lt;br&gt;\usepackage[notocbib]{apacite} % This does not put the bibliography in the table of contents if it is an unnumbered section or chapter.
&lt;br&gt;&lt;br&gt;John T.&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-suppress-%22References%22-in-the-table-of-contents-on-top-of-the-slides--tp19312035p20672946.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20657097</id>
	<title>Re: Keeping columns aligned</title>
	<published>2008-11-24T01:04:34Z</published>
	<updated>2008-11-24T01:04:34Z</updated>
	<author>
		<name>tl017</name>
	</author>
	<content type="html">Hello Michael,
&lt;br&gt;&lt;br&gt;I don't know if your problem has been fixed already? But if you have problems with the positioning of frame content, then the textpos-package could be interesting for you.
&lt;br&gt;Contrary to what the name suggest's it will also place pictures. The big advantage of it is, that the content of every textblock-environment is positioned independently from any other (textblock)-environment. Together with the \only-command you can finetune when the content should appear/disappear.
&lt;br&gt;I give you an example of usage:
&lt;br&gt;&lt;br&gt;---start---
&lt;br&gt;&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\usepackage{graphicx,animate,color,pgf}
&lt;br&gt;\usepackage[absolute,overlay]{textpos}
&lt;br&gt;\usepackage{amssymb,eurosym}
&lt;br&gt;\usepackage[T1]{fontenc}
&lt;br&gt;\graphicspath{{Bilder/}}
&lt;br&gt;\DeclareGraphicsRule{*}{pdf}{*}{}
&lt;br&gt;\setlength{\TPHorizModule}{12.0cm}
&lt;br&gt;\setlength{\TPVertModule}{8.0cm}
&lt;br&gt;\textblockorigin{1.0cm}{1.0cm}
&lt;br&gt;&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{frame}
&lt;br&gt;&amp;nbsp;\frametitle{some title}
&lt;br&gt;&amp;nbsp;\begin{textblock*}{1.0cm}(0.0cm,8.0cm)
&lt;br&gt;&amp;nbsp;\insertframenumber\ | \inserttotalframenumber
&lt;br&gt;\end{textblock*} %page number is always placed at the same position,
&lt;br&gt;%irrespectively of the frame content
&lt;br&gt;\only&amp;lt;2-&amp;gt;{%
&lt;br&gt;\begin{textblock*}{6.0cm}(2.50cm,2.5cm)
&lt;br&gt;\includegraphics&amp;lt;2-&amp;gt;[width=6.0cm,keepaspectratio]{picture2}
&lt;br&gt;\end{textblock*}
&lt;br&gt;}
&lt;br&gt;\only&amp;lt;1-&amp;gt;{%
&lt;br&gt;\begin{textblock*}{11.0cm}(0.0cm,0.0cm)
&lt;br&gt;&amp;nbsp;Some text, shown on slides 1+2
&lt;br&gt;\end{textblock*}
&lt;br&gt;}
&lt;br&gt;\only&amp;lt;1-&amp;gt;{%
&lt;br&gt;\begin{textblock*}{11.0cm}(0.0cm,1.0cm)
&lt;br&gt;\includegraphics&amp;lt;1-&amp;gt;[width=11.0cm,keepaspectratio]{picture1}
&lt;br&gt;\end{textblock*}
&lt;br&gt;}
&lt;br&gt;\end{frame} 
&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;&lt;br&gt;---end---
&lt;br&gt;&lt;br&gt;Notice: Layer 1 is on top in beamer, layer 2 is below layer 1, layer 3 is below layer 2, and so on. The numbers ,,X'' in the command \only&amp;lt;X&amp;gt; only specify, in which order the content of the textblock-environment is to be shown. On which layer this content is attached to is determined on the order in which it appears in the source code!
&lt;br&gt;Therefore in this example picture2, which will be displayed atop (e.g. on layer 1) of picture1, has to be mentioned first.
&lt;br&gt;&lt;br&gt;Good luck,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tl017&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Keeping-columns-aligned-tp20636634p20657097.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20650803</id>
	<title>Proposition Environment</title>
	<published>2008-11-23T11:57:49Z</published>
	<updated>2008-11-23T11:57:49Z</updated>
	<author>
		<name>npierre</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&amp;nbsp; &amp;nbsp; I'm using the document class Presentation(beamer) in Lyx 1.5.6. I 
&lt;br&gt;notice that there are Theorem and Lemma environments but no Proposition 
&lt;br&gt;environment. Does &amp;quot;Proposition&amp;quot; exist in beamer? Is this something I can 
&lt;br&gt;do? If so, how? Thanks.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Norbert Pierre
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20650803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Proposition-Environment-tp20650803p20650803.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20638007</id>
	<title>Re: Keeping columns aligned</title>
	<published>2008-11-22T08:09:13Z</published>
	<updated>2008-11-22T08:09:13Z</updated>
	<author>
		<name>Michael Schutte-2</name>
	</author>
	<content type="html">Hi Steve,
&lt;br&gt;&lt;br&gt;On Sat, Nov 22, 2008 at 03:07:23PM +0000, Steve Schwartz wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, 2008-11-22 at 13:51 +0000, Michael Schutte wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; This code:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 	\begin{columns}
&lt;br&gt;&amp;gt; &amp;gt; 	\column{.5\linewidth}
&lt;br&gt;&amp;gt; &amp;gt; 		\pgfimage&amp;lt;1&amp;gt;[width=\linewidth]{first}
&lt;br&gt;&amp;gt; &amp;gt; 		\pgfimage&amp;lt;2&amp;gt;[width=\linewidth]{second}
&lt;br&gt;&amp;gt; &amp;gt; 	\column{.5\linewidth}
&lt;br&gt;&amp;gt; &amp;gt; 		some text
&lt;br&gt;&amp;gt; &amp;gt; 	\end{columns}
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; causes the text column to jump around between the first and the second
&lt;br&gt;&amp;gt; &amp;gt; slide if the two images have different heights. &amp;nbsp;I tried to fix this by
&lt;br&gt;&amp;gt; &amp;gt; adding crazy things such as \rule{0pt}{some height}, minipages with
&lt;br&gt;&amp;gt; &amp;gt; constant heights and even \smash to the left column, but none of them do
&lt;br&gt;&amp;gt; &amp;gt; what I intend.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Any ideas on how to make the text stay where it isare greatly
&lt;br&gt;&amp;gt; &amp;gt; appreciated.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is a real FAQ, and I've compiled a list of remedies I've got from
&lt;br&gt;&amp;gt; asking it myself to this list over the years. The problem, as you've
&lt;br&gt;&amp;gt; deduced, relates to different heights of material on different slides. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm surprised your experiments with minipages with constant height
&lt;br&gt;&amp;gt; didn't work. I tried in vain to get overprint to do this job;
&lt;br&gt;&amp;gt; overlayarea is better but not perfect. But there are better solutions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I append below an example based on your code with the various
&lt;br&gt;&amp;gt; alternatives that do work, and one which works sometimes but not always.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Briefly, the pgf way is to centre the graphics in a pgfpicture that has
&lt;br&gt;&amp;gt; zero dimensions, so the heights from one transition to the next are
&lt;br&gt;&amp;gt; always the same. (I'll confess I don't know much about pgf, and I
&lt;br&gt;&amp;gt; couldn't find anything in the manual that matches the construct in the
&lt;br&gt;&amp;gt; code below, which is based on a reply I got from Till Tantau, the beamer
&lt;br&gt;&amp;gt; and pgf author). The parbox way is to put them all in a parbox that is
&lt;br&gt;&amp;gt; centred on the line (the [c] option) AND has a prescribed height (the
&lt;br&gt;&amp;gt; second [...] optional argument). Minipage has similar incantations and
&lt;br&gt;&amp;gt; should also work. Finally, specifying a [t] option to the frame should
&lt;br&gt;&amp;gt; align the contents along the top, but this doesn't always work.
&lt;/div&gt;&lt;/div&gt;Thanks a lot for your elaborate reply. &amp;nbsp;The minipages would have worked
&lt;br&gt;indeed, I just missed the [c] option!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Michael Schutte &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20638007&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;michi@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20638007&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (500 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20638007/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Keeping-columns-aligned-tp20636634p20638007.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20637690</id>
	<title>Re: Beamer, href{run:}, and Linux vs. Windows</title>
	<published>2008-11-22T07:55:45Z</published>
	<updated>2008-11-22T07:55:45Z</updated>
	<author>
		<name>Bill Harris</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hans Meine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20637690&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meine@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Did I say that sf.net's forums (and bugtrackers) suck? ;-)
&lt;br&gt;&lt;br&gt;:-)
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; I'm probably staring right at it and missing it, but I don't see it.
&lt;br&gt;&amp;gt;&amp;gt; Can you give me a URL?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I re-attached it; maybe I'll start a webpage on that some day, but not now.
&lt;br&gt;&lt;br&gt;Vielen Dank; das hilft sehr!
&lt;br&gt;&lt;br&gt;&amp;gt; It's the whole point of my script *not* to be forced to fiddle with file 
&lt;br&gt;&amp;gt; associations.
&lt;br&gt;&amp;gt; Use prefs -&amp;gt; &amp;quot;Internet&amp;quot; -&amp;gt; &amp;quot;Select Browser&amp;quot; -&amp;gt; &amp;quot;Browser Executable&amp;quot;.
&lt;br&gt;&lt;br&gt;_Now_ I see the two missing pieces. &amp;nbsp;I don't know why I didn't figure
&lt;br&gt;that out before. &amp;nbsp;I had been looking at all the links in all the
&lt;br&gt;conversations related to movies in sf.net as well as the documentation
&lt;br&gt;for movie15, just in case it was a special use of that package.
&lt;br&gt;&lt;br&gt;I'll take a look at modifying your script to make it work for my
&lt;br&gt;situation.
&lt;br&gt;&lt;br&gt;Many thanks,
&lt;br&gt;&lt;br&gt;Bill
&lt;br&gt;- -- 
&lt;br&gt;Bill Harris &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://facilitatedsystems.com/weblog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facilitatedsystems.com/weblog/&lt;/a&gt;&lt;br&gt;Facilitated Systems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Everett, WA 98208 USA
&lt;br&gt;&lt;a href=&quot;http://facilitatedsystems.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facilitatedsystems.com/&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; phone: +1 425 337-5541
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iD8DBQFJKCuG3J3HaQTDvd8RAk9CAJ928esyw8lnlfwyGq6LOc9MKaMcOQCeOEZ5
&lt;br&gt;548AcwZ1dd/Qh2Z2xmc7Lx0=
&lt;br&gt;=PZiy
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20637690&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Beamer%2C-href%7Brun%3A%7D%2C-and-Linux-vs.-Windows-tp20445117p20637690.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20637265</id>
	<title>Re: Keeping columns aligned</title>
	<published>2008-11-22T07:07:23Z</published>
	<updated>2008-11-22T07:07:23Z</updated>
	<author>
		<name>Steve Schwartz-2</name>
	</author>
	<content type="html">Hi Michael,
&lt;br&gt;&lt;br&gt;On Sat, 2008-11-22 at 13:51 +0000, Michael Schutte wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This code:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	\begin{columns}
&lt;br&gt;&amp;gt; 	\column{.5\linewidth}
&lt;br&gt;&amp;gt; 		\pgfimage&amp;lt;1&amp;gt;[width=\linewidth]{first}
&lt;br&gt;&amp;gt; 		\pgfimage&amp;lt;2&amp;gt;[width=\linewidth]{second}
&lt;br&gt;&amp;gt; 	\column{.5\linewidth}
&lt;br&gt;&amp;gt; 		some text
&lt;br&gt;&amp;gt; 	\end{columns}
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; causes the text column to jump around between the first and the second
&lt;br&gt;&amp;gt; slide if the two images have different heights. &amp;nbsp;I tried to fix this by
&lt;br&gt;&amp;gt; adding crazy things such as \rule{0pt}{some height}, minipages with
&lt;br&gt;&amp;gt; constant heights and even \smash to the left column, but none of them do
&lt;br&gt;&amp;gt; what I intend.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any ideas on how to make the text stay where it isare greatly
&lt;br&gt;&amp;gt; appreciated.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;This is a real FAQ, and I've compiled a list of remedies I've got from
&lt;br&gt;asking it myself to this list over the years. The problem, as you've
&lt;br&gt;deduced, relates to different heights of material on different slides. 
&lt;br&gt;&lt;br&gt;I'm surprised your experiments with minipages with constant height
&lt;br&gt;didn't work. I tried in vain to get overprint to do this job;
&lt;br&gt;overlayarea is better but not perfect. But there are better solutions.
&lt;br&gt;&lt;br&gt;I append below an example based on your code with the various
&lt;br&gt;alternatives that do work, and one which works sometimes but not always.
&lt;br&gt;&lt;br&gt;Briefly, the pgf way is to centre the graphics in a pgfpicture that has
&lt;br&gt;zero dimensions, so the heights from one transition to the next are
&lt;br&gt;always the same. (I'll confess I don't know much about pgf, and I
&lt;br&gt;couldn't find anything in the manual that matches the construct in the
&lt;br&gt;code below, which is based on a reply I got from Till Tantau, the beamer
&lt;br&gt;and pgf author). The parbox way is to put them all in a parbox that is
&lt;br&gt;centred on the line (the [c] option) AND has a prescribed height (the
&lt;br&gt;second [...] optional argument). Minipage has similar incantations and
&lt;br&gt;should also work. Finally, specifying a [t] option to the frame should
&lt;br&gt;align the contents along the top, but this doesn't always work.
&lt;br&gt;&lt;br&gt;HTH
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;==================== snip ==========================
&lt;br&gt;&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\usepackage{pgf} &amp;nbsp;% for pfgpicture
&lt;br&gt;&lt;br&gt;\newcommand\tall{\Huge{$\displaystyle\frac{A}{B}$}} &amp;nbsp;%something tall
&lt;br&gt;&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\frame{\frametitle{Original}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\begin{columns}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \centering
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \only&amp;lt;1&amp;gt;{\fbox{first}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \only&amp;lt;2&amp;gt;{\fbox{\tall}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; some text
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \end{columns}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;\frame{\frametitle{Better the pgf way?}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\begin{columns}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \centering
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \begin{pgfpicture}{0cm}{0cm}{0cm}{0cm}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \pgfbox[center,center]{\only&amp;lt;1&amp;gt;{\fbox{first}}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \pgfbox[center,center]{\only&amp;lt;2&amp;gt;{\fbox{\tall}}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \end{pgfpicture}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; some text
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \end{columns}
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;\frame{\frametitle{Better the parbox way?}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\begin{columns}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \parbox[c][0.5\textheight]{\linewidth}{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \centering
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \only&amp;lt;1&amp;gt;{\fbox{first}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \only&amp;lt;2&amp;gt;{\fbox{\tall}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; some text
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \end{columns}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;\begin{frame}[t] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;% this doesn't actually work here
&lt;br&gt;\frametitle{Top-aligned}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\begin{columns}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \centering
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \only&amp;lt;1&amp;gt;{\fbox{first}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \only&amp;lt;2&amp;gt;{\fbox{\tall}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; some text
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \end{columns}
&lt;br&gt;\end{frame}
&lt;br&gt;&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;============================= snip ====================================
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________ Latex-beamer-users mailing list &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20637265&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;+-------------------------------------------------------------------+
&lt;br&gt;Professor Steven J Schwartz &amp;nbsp; &amp;nbsp; &amp;nbsp;Phone: +44-(0)20-7594-7660
&lt;br&gt;Space and Atmospheric Physics &amp;nbsp; &amp;nbsp;Fax: &amp;nbsp; +44-(0)20-7594-7772
&lt;br&gt;The Blackett Laboratory &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;E-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20637265&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;s.schwartz@...&lt;/a&gt;
&lt;br&gt;Imperial College London &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Office: Huxley 6M70 
&lt;br&gt;London SW7 2AZ, U.K. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Web: &lt;a href=&quot;http://www.sp.ph.ic.ac.uk/~sjs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sp.ph.ic.ac.uk/~sjs&lt;/a&gt;&lt;br&gt;+-------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20637265&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Keeping-columns-aligned-tp20636634p20637265.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20636634</id>
	<title>Keeping columns aligned</title>
	<published>2008-11-22T05:51:30Z</published>
	<updated>2008-11-22T05:51:30Z</updated>
	<author>
		<name>Michael Schutte-2</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;[Please Cc me on replies, I’m not subscribed]
&lt;br&gt;&lt;br&gt;This code:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \begin{columns}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \pgfimage&amp;lt;1&amp;gt;[width=\linewidth]{first}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \pgfimage&amp;lt;2&amp;gt;[width=\linewidth]{second}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \column{.5\linewidth}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; some text
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \end{columns}
&lt;br&gt;&lt;br&gt;causes the text column to jump around between the first and the second
&lt;br&gt;slide if the two images have different heights. &amp;nbsp;I tried to fix this by
&lt;br&gt;adding crazy things such as \rule{0pt}{some height}, minipages with
&lt;br&gt;constant heights and even \smash to the left column, but none of them do
&lt;br&gt;what I intend.
&lt;br&gt;&lt;br&gt;Any ideas on how to make the text stay where it isare greatly
&lt;br&gt;appreciated.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- 
&lt;br&gt;Michael Schutte &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20636634&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;michi@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20636634&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (500 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20636634/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Keeping-columns-aligned-tp20636634p20636634.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20634765</id>
	<title>Re: Beamer, href{run:}, and Linux vs. Windows</title>
	<published>2008-11-22T01:41:47Z</published>
	<updated>2008-11-22T01:41:47Z</updated>
	<author>
		<name>Hans Meine-4</name>
	</author>
	<content type="html">On Samstag 22 November 2008, Bill Harris wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hans Meine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20634765&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meine@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; &amp;gt; See my initial post; it is a *single* script that *automatically* (i.e.
&lt;br&gt;&amp;gt; &amp;gt; by a fixed, but extensible set of rules) determines what is to be done. 
&lt;br&gt;&amp;gt; &amp;gt; It is to be put into acroread's preferences as &amp;quot;browser&amp;quot;, that's why I
&lt;br&gt;&amp;gt; &amp;gt; keep calling it that way.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess I can't find that script. &amp;nbsp;I see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceforge.net/mailarchive/message.php?msg_id=200809251051.12020.me&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mailarchive/message.php?msg_id=200809251051.12020.me&lt;/a&gt;&lt;br&gt;&amp;gt;ine%40informatik.uni-hamburg.de, and I see that you write, &amp;quot;Instead, I put
&lt;br&gt;&amp;gt; the attached script into my $PATH,&amp;quot; but I don't see any attached script.
&lt;/div&gt;&lt;/div&gt;Did I say that sf.net's forums (and bugtrackers) suck? ;-)
&lt;br&gt;&lt;br&gt;&amp;gt; I'm probably staring right at it and missing it, but I don't see it.
&lt;br&gt;&amp;gt; Can you give me a URL?
&lt;br&gt;&lt;br&gt;I re-attached it; maybe I'll start a webpage on that some day, but not now.
&lt;br&gt;&lt;br&gt;&amp;gt; That's my second problem. &amp;nbsp;I'm running Acroread 8.1.3. &amp;nbsp;The closest I
&lt;br&gt;&amp;gt; see to the ability to set preferences is the Edit &amp;gt; Preferences menu
&lt;br&gt;&amp;gt; selection, but I don't see a way to associate a command line argument
&lt;br&gt;&amp;gt; (e.g., a file name extension) with an app.
&lt;br&gt;&lt;br&gt;It's the whole point of my script *not* to be forced to fiddle with file 
&lt;br&gt;associations.
&lt;br&gt;Use prefs -&amp;gt; &amp;quot;Internet&amp;quot; -&amp;gt; &amp;quot;Select Browser&amp;quot; -&amp;gt; &amp;quot;Browser Executable&amp;quot;.
&lt;br&gt;&lt;br&gt;HTH, 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Hans
&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20634765&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;acroread-browser&lt;/strong&gt; (851 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20634765/0/acroread-browser&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20634765/1/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Beamer%2C-href%7Brun%3A%7D%2C-and-Linux-vs.-Windows-tp20445117p20634765.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20632629</id>
	<title>Re: Beamer, href{run:}, and Linux vs. Windows</title>
	<published>2008-11-21T18:05:16Z</published>
	<updated>2008-11-21T18:05:16Z</updated>
	<author>
		<name>Bill Harris</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hans Meine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20632629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meine@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Freitag 21 November 2008, you wrote:
&lt;br&gt;&amp;gt;&amp;gt; I keep getting confused by your idea of a &amp;quot;browser&amp;quot; executable:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - Is it a script per model or movie (I might have 5-20 models in a
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; beamer presentation, so I'd need 5-20 scripts per 4-hour class
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; session)?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; See my initial post; it is a *single* script that *automatically* (i.e. by a
&lt;br&gt;&amp;gt; fixed, but extensible set of rules) determines what is to be done. &amp;nbsp;It is to
&lt;br&gt;&amp;gt; be put into acroread's preferences as &amp;quot;browser&amp;quot;, that's why I keep calling it
&lt;br&gt;&amp;gt; that way.
&lt;/div&gt;&lt;br&gt;I guess I can't find that script. &amp;nbsp;I see
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/mailarchive/message.php?msg_id=200809251051.12020.meine%40informatik.uni-hamburg.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mailarchive/message.php?msg_id=200809251051.12020.meine%40informatik.uni-hamburg.de&lt;/a&gt;,
&lt;br&gt;and I see that you write, &amp;quot;Instead, I put the attached script into my
&lt;br&gt;$PATH,&amp;quot; but I don't see any attached script.
&lt;br&gt;&lt;br&gt;I'm probably staring right at it and missing it, but I don't see it.
&lt;br&gt;Can you give me a URL?
&lt;br&gt;&lt;br&gt;I do see in your first response to me that you said
&lt;br&gt;&lt;br&gt;&amp;gt;Then, IIRC you simply use the windows way and link to the file with \href.
&lt;br&gt;&amp;gt;(I used: \newcommand{\linkmovie}[2]{\href{#1.avi}{#2}} )
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Then, Windows already works and in Linux you need a wrapper script that will
&lt;br&gt;&amp;gt;have to be configured as browser and which detects the file ending .mdl and
&lt;br&gt;&amp;gt;calls wine properly. &amp;nbsp;(For other files, it would fall back to e.g. firefox or
&lt;br&gt;&amp;gt;a warning message, see my simple script.)
&lt;br&gt;&lt;br&gt;So I think it's that script that I'm missing.
&lt;br&gt;&lt;br&gt;&amp;gt; You would take my template and change it so that it basically does &amp;quot;if the
&lt;br&gt;&amp;gt; cmdline argument ends with .mdl, start wine etc.; if it ends with .avi, call
&lt;br&gt;&amp;gt; my favorite movie player, otherwise call firefox, which would have been
&lt;br&gt;&amp;gt; called by acroread in the first place, if I wasn't intercepting the browser
&lt;br&gt;&amp;gt; call&amp;quot;. &amp;nbsp;Then tell your Linux users to
&lt;br&gt;&amp;gt; 1) put the script into their $PATH,
&lt;br&gt;&amp;gt; 2) use acroread if they want to view the full presentation on Linux, and
&lt;br&gt;&amp;gt; 3) put the script name into its preferences (once).
&lt;br&gt;&lt;br&gt;That's my second problem. &amp;nbsp;I'm running Acroread 8.1.3. &amp;nbsp;The closest I
&lt;br&gt;see to the ability to set preferences is the Edit &amp;gt; Preferences menu
&lt;br&gt;selection, but I don't see a way to associate a command line argument
&lt;br&gt;(e.g., a file name extension) with an app. &amp;nbsp;I do see is the ability to
&lt;br&gt;set the Preferred Media Player under Multimedia, but the only option it
&lt;br&gt;gives me is RealOne(tm) Player -- no way to set alternatives.
&lt;br&gt;&lt;br&gt;Again, I realize I'm probably staring right at it and not seeing it,
&lt;br&gt;but, if you can make it more explicit, I'd appreciate it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Bill
&lt;br&gt;- --
&lt;br&gt;Bill Harris &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://facilitatedsystems.com/weblog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facilitatedsystems.com/weblog/&lt;/a&gt;&lt;br&gt;Facilitated Systems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Everett, WA 98208 USA
&lt;br&gt;&lt;a href=&quot;http://facilitatedsystems.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facilitatedsystems.com/&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; phone: +1 425 337-5541
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iD8DBQFJJ2jh3J3HaQTDvd8RAlIXAJ4kcYoLAGlx1wixWpBTA607GxnKPgCeMTXK
&lt;br&gt;vT69auXgC/1lykqBEAK0NDI=
&lt;br&gt;=kMCg
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20632629&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Beamer%2C-href%7Brun%3A%7D%2C-and-Linux-vs.-Windows-tp20445117p20632629.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20630574</id>
	<title>Re: Beamer, href{run:}, and Linux vs. Windows</title>
	<published>2008-11-21T14:26:04Z</published>
	<updated>2008-11-21T14:26:04Z</updated>
	<author>
		<name>Bill Harris</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hans Meine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20630574&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meine@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Friday 14 November 2008 09:09:11 you wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hans Meine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20630574&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meine@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; No; there's no run: in my (current, posted) code.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I took out the run in mine, too, but it didn't work in any of the three
&lt;br&gt;&amp;gt;&amp;gt; PDF readers I have. &amp;nbsp;Two of them wanted to load it in a browser.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That's the point.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; The disadvantage of using a script with &amp;quot;run:&amp;quot; is that you need one
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; script per file (since e.g. acroread does not support arguments - BTW:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I consider xpdfs behavior to be wrong here, it cannot run scripts with
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; spaces in their path), but I solved that by not using &amp;quot;run:&amp;quot; but
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; configuring a &amp;quot;browser&amp;quot; executable in acroread. &amp;nbsp;So my solution is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; easier to configure with acroread IMO.
&lt;/div&gt;&lt;br&gt;Now I'm beginning to understand your concern. &amp;nbsp;I'm not a fan of spaces
&lt;br&gt;in a path, but I recognize they are increasingly present, especially in
&lt;br&gt;a largely Windows world.
&lt;br&gt;&lt;br&gt;I keep getting confused by your idea of a &amp;quot;browser&amp;quot; executable: 
&lt;br&gt;&lt;br&gt;- - Is it a script per model or movie (I might have 5-20 models in a
&lt;br&gt;&amp;nbsp; beamer presentation, so I'd need 5-20 scripts per 4-hour class
&lt;br&gt;&amp;nbsp; session)?
&lt;br&gt;&lt;br&gt;- - Is it a script that starts a file &amp;gt; open dialog to let you find the
&lt;br&gt;&amp;nbsp; model or movie you want manually?
&lt;br&gt;&lt;br&gt;- - Is it a script that takes a filename as an argument and opens it
&lt;br&gt;&amp;nbsp; properly, escaping spaces correctly while not mixing up a command and
&lt;br&gt;&amp;nbsp; a file name?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I appreciate your help. &amp;nbsp;I've spent enough time on this so that I think
&lt;br&gt;&amp;gt;&amp;gt; I should just use the two link approach: everytime I want to be able to
&lt;br&gt;&amp;gt;&amp;gt; launch a .mdl file, I'll put both the \href{run:model.mdl}{Windows} and
&lt;br&gt;&amp;gt;&amp;gt; \href{run:see model.mdl}{Linux} commands and pick the right one when I'm
&lt;br&gt;&amp;gt;&amp;gt; doing the presentation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But the latter (&amp;quot;run:see model.mdl&amp;quot;) is invalid AFAICS. &amp;nbsp;It only works
&lt;br&gt;&amp;gt; in xpdf because xpdf does not properly escape the space. &amp;nbsp;As soon as
&lt;br&gt;&amp;gt; xpdf is &amp;quot;fixed&amp;quot; to behave like other viewers (especially acroread), it
&lt;br&gt;&amp;gt; will stop working. &amp;nbsp;I still think that my approach (using a &amp;quot;browser&amp;quot;)
&lt;br&gt;&amp;gt; is a lot easier to set up / maintain.
&lt;/div&gt;&lt;br&gt;Are you saying that you think xpdf should accept spaces in file names,
&lt;br&gt;that it likely will one day, and that such a change would make xpdf
&lt;br&gt;think &amp;quot;see model.mdl&amp;quot; is the file (command) to run?
&lt;br&gt;&lt;br&gt;&amp;gt; Anyhow, I propose that you use a command definition like my \linkmovie, then 
&lt;br&gt;&amp;gt; you can change the approach and only have to change your preamble (or 
&lt;br&gt;&amp;gt; .cls/.sty file, if used).
&lt;br&gt;&lt;br&gt;That makes much sense; I don't know why I didn't do that without your
&lt;br&gt;prompting. &amp;nbsp;I've done that, and it works. &amp;nbsp;Now I can change the command
&lt;br&gt;later when I get time and more insight (including perhaps what you mean
&lt;br&gt;by &amp;quot;browser function&amp;quot;).
&lt;br&gt;&lt;br&gt;Many thanks,
&lt;br&gt;&lt;br&gt;Bill
&lt;br&gt;- -- 
&lt;br&gt;Bill Harris &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://facilitatedsystems.com/weblog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facilitatedsystems.com/weblog/&lt;/a&gt;&lt;br&gt;Facilitated Systems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Everett, WA 98208 USA
&lt;br&gt;&lt;a href=&quot;http://facilitatedsystems.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://facilitatedsystems.com/&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; phone: +1 425 337-5541
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iD8DBQFJJzWB3J3HaQTDvd8RArjUAJ4ppaxM/8nb5iWDz2En+G5azWdwjACeKjvl
&lt;br&gt;dT0VCB6zU24XOMmmOkIATf8=
&lt;br&gt;=zMzb
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20630574&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Beamer%2C-href%7Brun%3A%7D%2C-and-Linux-vs.-Windows-tp20445117p20630574.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20631143</id>
	<title>Re: Beamer, href{run:}, and Linux vs. Windows</title>
	<published>2008-11-21T14:19:15Z</published>
	<updated>2008-11-21T14:19:15Z</updated>
	<author>
		<name>Hans Meine-4</name>
	</author>
	<content type="html">On Freitag 21 November 2008, you wrote:
&lt;br&gt;&amp;gt; I keep getting confused by your idea of a &amp;quot;browser&amp;quot; executable:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Is it a script per model or movie (I might have 5-20 models in a
&lt;br&gt;&amp;gt; &amp;nbsp; beamer presentation, so I'd need 5-20 scripts per 4-hour class
&lt;br&gt;&amp;gt; &amp;nbsp; session)?
&lt;br&gt;&lt;br&gt;See my initial post; it is a *single* script that *automatically* (i.e. by a 
&lt;br&gt;fixed, but extensible set of rules) determines what is to be done. &amp;nbsp;It is to 
&lt;br&gt;be put into acroread's preferences as &amp;quot;browser&amp;quot;, that's why I keep calling it 
&lt;br&gt;that way.
&lt;br&gt;&lt;br&gt;You would take my template and change it so that it basically does &amp;quot;if the 
&lt;br&gt;cmdline argument ends with .mdl, start wine etc.; if it ends with .avi, call 
&lt;br&gt;my favorite movie player, otherwise call firefox, which would have been 
&lt;br&gt;called by acroread in the first place, if I wasn't intercepting the browser 
&lt;br&gt;call&amp;quot;. &amp;nbsp;Then tell your Linux users to
&lt;br&gt;1) put the script into their $PATH,
&lt;br&gt;2) use acroread if they want to view the full presentation on Linux, and
&lt;br&gt;3) put the script name into its preferences (once).
&lt;br&gt;&lt;br&gt;If you have an installer for the mdl-stuff anyway, you could try to add 1) and 
&lt;br&gt;possibly even 3) to it. &amp;nbsp;And the script could be updated any day to include 
&lt;br&gt;future wishes.
&lt;br&gt;&lt;br&gt;+ No separate links for Windows/Linux needed.
&lt;br&gt;&lt;br&gt;&amp;gt; - Is it a script that takes a filename as an argument and opens it
&lt;br&gt;&amp;gt; &amp;nbsp; properly, escaping spaces correctly while not mixing up a command and
&lt;br&gt;&amp;gt; &amp;nbsp; a file name?
&lt;br&gt;&lt;br&gt;You cannot escape spaces retroactively; IMO *all* programs should escape 
&lt;br&gt;*all* arguments properly *everywhere*, so that I can call my files and 
&lt;br&gt;directories any way I like, be it with spaces, quotes, exclamation marks or 
&lt;br&gt;any strange characters which happen to occur in my mother language (after 
&lt;br&gt;all, we have 2008!). &amp;nbsp;This is not hard at all, yet quite some programs (and 
&lt;br&gt;many shell scripts) fail. :-(
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; But the latter (&amp;quot;run:see model.mdl&amp;quot;) is invalid AFAICS. &amp;nbsp;It only works
&lt;br&gt;&amp;gt; &amp;gt; in xpdf because xpdf does not properly escape the space. &amp;nbsp;As soon as
&lt;br&gt;&amp;gt; &amp;gt; xpdf is &amp;quot;fixed&amp;quot; to behave like other viewers (especially acroread), it
&lt;br&gt;&amp;gt; &amp;gt; will stop working. &amp;nbsp;I still think that my approach (using a &amp;quot;browser&amp;quot;)
&lt;br&gt;&amp;gt; &amp;gt; is a lot easier to set up / maintain.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Are you saying that you think xpdf should accept spaces in file names,
&lt;br&gt;&amp;gt; that it likely will one day, and that such a change would make xpdf
&lt;br&gt;&amp;gt; think &amp;quot;see model.mdl&amp;quot; is the file (command) to run?
&lt;br&gt;&lt;br&gt;Exactly.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;&amp;nbsp; Hans
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20631143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20631143/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Beamer%2C-href%7Brun%3A%7D%2C-and-Linux-vs.-Windows-tp20445117p20631143.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20630291</id>
	<title>Is Prof. Dr. Till Tantau still involved with the Beamer?</title>
	<published>2008-11-21T14:04:03Z</published>
	<updated>2008-11-21T14:04:03Z</updated>
	<author>
		<name>Leo Razoumov</name>
	</author>
	<content type="html">Hi List,
&lt;br&gt;I just noticed that the last message posted to this list from the
&lt;br&gt;Beamer's author Prof. Dr. Till Tantau was on 2008-07-03. The last
&lt;br&gt;Beamer release 3.07 was on 2007-03-11.
&lt;br&gt;If someone on this list knows what is the current status of the Beamer
&lt;br&gt;development, please, share.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;--Leo--
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20630291&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Is-Prof.-Dr.-Till-Tantau-still-involved-with-the-Beamer--tp20630291p20630291.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20617546</id>
	<title>Re: How to let an image fill a frame entirely?</title>
	<published>2008-11-21T01:11:58Z</published>
	<updated>2008-11-21T01:11:58Z</updated>
	<author>
		<name>Sivaram Neelakantan</name>
	</author>
	<content type="html">Hans Ekbrand &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20617546&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Would the aspect ratio be maintained in such a case?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't understand why you ask that. The whole point was to avoid
&lt;br&gt;&amp;gt; scaling of screenshots which contained bitmapped text. I explicitly
&lt;br&gt;&amp;gt; mentioned that I prepared a screenshot with exactly the same
&lt;br&gt;&amp;gt; resolution as the intended beamer (800x600). &amp;quot;Maintaining aspect
&lt;br&gt;&amp;gt; ratio&amp;quot; is only relevant when there is digital scaling happening, right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;sorry, didn't mean to hijack your thread. &amp;nbsp;I saw it as a generic
&lt;br&gt;method to fill a frame with an image and asked. &amp;nbsp;Didn't notice your
&lt;br&gt;specifics about BMPs and such.
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;nbsp;sivaram
&lt;br&gt;&amp;nbsp;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20617546&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-let-an-image-fill-a-frame-entirely--tp20579502p20617546.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20615778</id>
	<title>Re: transparent does not work</title>
	<published>2008-11-20T22:19:32Z</published>
	<updated>2008-11-20T22:19:32Z</updated>
	<author>
		<name>Christoph Hanck</name>
	</author>
	<content type="html">thanks! but I'd rather uncover the equations line by line. if I replace \setbeamercovered{transparent} with \setbeamercovered{invisible} it does uncover line by line, but without grey (which I'd prefer). isn't it strange it works for one option but not the other?
&lt;br&gt;&lt;br&gt;thank you for your help
&lt;br&gt;&lt;br&gt;christoph
&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;abacus&quot;&gt;&lt;br&gt;From the user guide, pg.74:
&lt;br&gt;&lt;br&gt;... This command does not work inside amsmath environments like align, since these do really wicked
&lt;br&gt;things. ...
&lt;br&gt;&lt;br&gt;Best you can do is this:
&lt;br&gt;&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\setbeamercovered{transparent}
&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{frame}
&lt;br&gt;This is transparent. \pause But the lines are not, in spite of the pause command.
&lt;br&gt;\pause
&lt;br&gt;\begin{eqnarray*}
&lt;br&gt;f(x|\theta)&amp;=&amp;\Pr_\theta(X=x)\\
&lt;br&gt;&amp;=&amp;g(T(x)|\theta)h(x)
&lt;br&gt;\end{eqnarray*}
&lt;br&gt;\pause
&lt;br&gt;\begin{align}
&lt;br&gt;f(x|\theta)&amp;=\Pr_\theta(X=x)\\
&lt;br&gt;&amp;=g(T(x)|\theta)h(x)
&lt;br&gt;\end{align}
&lt;br&gt;&lt;br&gt;\end{frame}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;&lt;br&gt;HTH.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Christoph Hanck wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;I have a problem with transparent overlays. They used to work, also in eqnarray, but here they don't:
&lt;br&gt;&lt;br&gt;can somebody explain the problem/suggest a fix to me (yes, I know eqnarray is not popular ;-) )
&lt;br&gt;&lt;br&gt;best wishes
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\setbeamercovered{transparent}
&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{frame}
&lt;br&gt;This is transparent. \pause But the lines are not, in spite of the pause command.
&lt;br&gt;\begin{eqnarray*}
&lt;br&gt;f(x|\theta)&amp;=&amp;\Pr_\theta(X=x)\pause\\
&lt;br&gt;&amp;=&amp;g(T(x)|\theta)h(x)
&lt;br&gt;\end{eqnarray*}
&lt;br&gt;&lt;br&gt;\begin{align}
&lt;br&gt;f(x|\theta)&amp;=\Pr_\theta(X=x)\pause\\
&lt;br&gt;&amp;=g(T(x)|\theta)h(x)
&lt;br&gt;\end{align}
&lt;br&gt;&lt;br&gt;\end{frame}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/transparent-does-not-work-tp20600684p20615778.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20611753</id>
	<title>Re: How to let an image fill a frame entirely?</title>
	<published>2008-11-20T14:51:41Z</published>
	<updated>2008-11-20T14:51:41Z</updated>
	<author>
		<name>Hans Ekbrand</name>
	</author>
	<content type="html">On Thu, Nov 20, 2008 at 08:46:40PM +0530, Sivaram Neelakantan wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;quot;Kjell Magne Fauske&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20611753&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjellmf@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On Wed, Nov 19, 2008 at 1:58 PM, Hans Ekbrand &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20611753&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Try this:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; %%%
&lt;br&gt;&amp;gt; &amp;gt; \documentclass{beamer}
&lt;br&gt;&amp;gt; &amp;gt; \begin{document}
&lt;br&gt;&amp;gt; &amp;gt; {
&lt;br&gt;&amp;gt; &amp;gt; \setbeamertemplate{background
&lt;br&gt;&amp;gt; &amp;gt; canvas}{\includegraphics[height=\paperheight,width=\paperwidth]{listor}}
&lt;br&gt;&amp;gt; &amp;gt; \begin{frame}[plain]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; \end{frame}
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt; \end{document}
&lt;br&gt;&amp;gt; &amp;gt; %%%
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Would the aspect ratio be maintained in such a case?
&lt;/div&gt;&lt;/div&gt;I don't understand why you ask that. The whole point was to avoid
&lt;br&gt;scaling of screenshots which contained bitmapped text. I explicitly
&lt;br&gt;mentioned that I prepared a screenshot with exactly the same
&lt;br&gt;resolution as the intended beamer (800x600). &amp;quot;Maintaining aspect
&lt;br&gt;ratio&amp;quot; is only relevant when there is digital scaling happening, right?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hans Ekbrand (&lt;a href=&quot;http://sociologi.cjb.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sociologi.cjb.net&lt;/a&gt;) &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20611753&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Signature generated by Signify v1.14. &amp;nbsp;For this and more, visit &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20611753&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20611753/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-let-an-image-fill-a-frame-entirely--tp20579502p20611753.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20607264</id>
	<title>Re: transparent does not work</title>
	<published>2008-11-20T10:25:42Z</published>
	<updated>2008-11-20T10:25:42Z</updated>
	<author>
		<name>abacus</name>
	</author>
	<content type="html">From the user guide, pg.74:
&lt;br&gt;&lt;br&gt;... This command does not work inside amsmath environments like align, since these do really wicked
&lt;br&gt;things. ...
&lt;br&gt;&lt;br&gt;Best you can do is this:
&lt;br&gt;&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\setbeamercovered{transparent}
&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{frame}
&lt;br&gt;This is transparent. \pause But the lines are not, in spite of the pause command.
&lt;br&gt;\pause
&lt;br&gt;\begin{eqnarray*}
&lt;br&gt;f(x|\theta)&amp;=&amp;\Pr_\theta(X=x)\\
&lt;br&gt;&amp;=&amp;g(T(x)|\theta)h(x)
&lt;br&gt;\end{eqnarray*}
&lt;br&gt;\pause
&lt;br&gt;\begin{align}
&lt;br&gt;f(x|\theta)&amp;=\Pr_\theta(X=x)\\
&lt;br&gt;&amp;=g(T(x)|\theta)h(x)
&lt;br&gt;\end{align}
&lt;br&gt;&lt;br&gt;\end{frame}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;&lt;br&gt;HTH.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Christoph Hanck wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;I have a problem with transparent overlays. They used to work, also in eqnarray, but here they don't:
&lt;br&gt;&lt;br&gt;can somebody explain the problem/suggest a fix to me (yes, I know eqnarray is not popular ;-) )
&lt;br&gt;&lt;br&gt;best wishes
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\setbeamercovered{transparent}
&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{frame}
&lt;br&gt;This is transparent. \pause But the lines are not, in spite of the pause command.
&lt;br&gt;\begin{eqnarray*}
&lt;br&gt;f(x|\theta)&amp;=&amp;\Pr_\theta(X=x)\pause\\
&lt;br&gt;&amp;=&amp;g(T(x)|\theta)h(x)
&lt;br&gt;\end{eqnarray*}
&lt;br&gt;&lt;br&gt;\begin{align}
&lt;br&gt;f(x|\theta)&amp;=\Pr_\theta(X=x)\pause\\
&lt;br&gt;&amp;=g(T(x)|\theta)h(x)
&lt;br&gt;\end{align}
&lt;br&gt;&lt;br&gt;\end{frame}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/transparent-does-not-work-tp20600684p20607264.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20603821</id>
	<title>Re: How to let an image fill a frame entirely?</title>
	<published>2008-11-20T07:31:22Z</published>
	<updated>2008-11-20T07:31:22Z</updated>
	<author>
		<name>Kjell Magne Fauske</name>
	</author>
	<content type="html">On Thu, Nov 20, 2008 at 4:16 PM, Sivaram Neelakantan
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20603821&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nsivaram.net@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;quot;Kjell Magne Fauske&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20603821&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjellmf@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wed, Nov 19, 2008 at 1:58 PM, Hans Ekbrand &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20603821&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Try this:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; %%%
&lt;br&gt;&amp;gt;&amp;gt; \documentclass{beamer}
&lt;br&gt;&amp;gt;&amp;gt; \begin{document}
&lt;br&gt;&amp;gt;&amp;gt; {
&lt;br&gt;&amp;gt;&amp;gt; \setbeamertemplate{background
&lt;br&gt;&amp;gt;&amp;gt; canvas}{\includegraphics[height=\paperheight,width=\paperwidth]{listor}}
&lt;br&gt;&amp;gt;&amp;gt; \begin{frame}[plain]
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; \end{frame}
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt; \end{document}
&lt;br&gt;&amp;gt;&amp;gt; %%%
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Would the aspect ratio be maintained in such a case?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;No. Not unless the included image has the same aspect ratio as the
&lt;br&gt;frame. If you only set the height or width the aspect ratio will be
&lt;br&gt;maintained, but the image may not fit the slide . You can also use the
&lt;br&gt;keepaspectratio option like this:
&lt;br&gt;&lt;br&gt;\includegraphics[height=\paperheight,width=\paperwidth,keepaspectratio]{listor}
&lt;br&gt;&lt;br&gt;That will ensure that the image fits inside the frame. See the
&lt;br&gt;documentation of the graphicx package for details:
&lt;br&gt;&lt;a href=&quot;http://www.ctan.org/tex-archive/help/Catalogue/entries/graphicx.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ctan.org/tex-archive/help/Catalogue/entries/graphicx.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;- Kjell Magne Fauske
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20603821&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-let-an-image-fill-a-frame-entirely--tp20579502p20603821.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20603513</id>
	<title>Re: How to let an image fill a frame entirely?</title>
	<published>2008-11-20T07:16:40Z</published>
	<updated>2008-11-20T07:16:40Z</updated>
	<author>
		<name>Sivaram Neelakantan</name>
	</author>
	<content type="html">&amp;quot;Kjell Magne Fauske&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20603513&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjellmf@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; On Wed, Nov 19, 2008 at 1:58 PM, Hans Ekbrand &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20603513&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Try this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; %%%
&lt;br&gt;&amp;gt; \documentclass{beamer}
&lt;br&gt;&amp;gt; \begin{document}
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; \setbeamertemplate{background
&lt;br&gt;&amp;gt; canvas}{\includegraphics[height=\paperheight,width=\paperwidth]{listor}}
&lt;br&gt;&amp;gt; \begin{frame}[plain]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; \end{frame}
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; \end{document}
&lt;br&gt;&amp;gt; %%%
&lt;/div&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;Would the aspect ratio be maintained in such a case?
&lt;br&gt;&lt;br&gt;&amp;nbsp;sivaram
&lt;br&gt;&amp;nbsp;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20603513&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-let-an-image-fill-a-frame-entirely--tp20579502p20603513.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20600684</id>
	<title>transparent does not work</title>
	<published>2008-11-20T05:03:22Z</published>
	<updated>2008-11-20T05:03:22Z</updated>
	<author>
		<name>Christoph Hanck</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have a problem with transparent overlays. They used to work, also in eqnarray, but here they don't:
&lt;br&gt;&lt;br&gt;can somebody explain the problem/suggest a fix to me (yes, I know eqnarray is not popular ;-) )
&lt;br&gt;&lt;br&gt;best wishes
&lt;br&gt;&lt;br&gt;Christoph
&lt;br&gt;&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\setbeamercovered{transparent}
&lt;br&gt;\begin{document}
&lt;br&gt;&lt;br&gt;\begin{frame}
&lt;br&gt;This is transparent. \pause But the lines are not, in spite of the pause command.
&lt;br&gt;\begin{eqnarray*}
&lt;br&gt;f(x|\theta)&amp;=&amp;\Pr_\theta(X=x)\pause\\
&lt;br&gt;&amp;=&amp;g(T(x)|\theta)h(x)
&lt;br&gt;\end{eqnarray*}
&lt;br&gt;&lt;br&gt;\begin{align}
&lt;br&gt;f(x|\theta)&amp;=\Pr_\theta(X=x)\pause\\
&lt;br&gt;&amp;=g(T(x)|\theta)h(x)
&lt;br&gt;\end{align}
&lt;br&gt;&lt;br&gt;\end{frame}
&lt;br&gt;&lt;br&gt;\end{document}
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/transparent-does-not-work-tp20600684p20600684.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20595778</id>
	<title>How to split long proofs into multiple slides</title>
	<published>2008-11-19T22:06:14Z</published>
	<updated>2008-11-19T22:06:14Z</updated>
	<author>
		<name>Christoph Hanck</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi,&lt;br&gt;
&lt;br&gt;
here is a workaround I use:&lt;br&gt;
&lt;br&gt;
\begin{frame}&lt;br&gt;
\begin{proof}[Beweis von Lemma \ref{vardecomp}]&lt;br&gt;
Dann ist $\E(\hat{\vbeta})$, $\vd=\va-\vc$ und daher
$\vd\vd'=\va\va'-\va\vc'-\vc\va'+\vc\vc'$.&lt;br&gt;
\renewcommand{\qedsymbol}{}&lt;br&gt;
\end{proof}&lt;br&gt;
\end{frame}&lt;br&gt;
&lt;br&gt;
\begin{frame}&lt;br&gt;
\begin{proof}[Fortsetzung Beweis]&lt;br&gt;
Bilden des Erwartungswerts liefert&lt;br&gt;
\begin{equation}\E(\vd\vd')=\E(\va\va')-\E(\va\vc')-\E(\vc\va')+\E(\vc\vc')&lt;br&gt;
\end{equation}This is it.
\makebox[0pt][l]{\qquad\qquad\qquad\qquad\qedhere}&lt;br&gt;
\end{proof}&lt;br&gt;
\end{frame}&lt;br&gt;
&lt;br&gt;
Best wishes&lt;br&gt;
&lt;br&gt;
Christoph&lt;br&gt;
&lt;div class=&quot;moz-signature&quot;&gt;-- &lt;br&gt;
&lt;small&gt;Dr. Christoph Hanck&lt;br&gt;
Post Doctoral Researcher&lt;/small&gt;
&lt;p&gt;&lt;small&gt; Faculty of Economics and Business Administration&lt;br&gt;
Department of Quantitative Economics&lt;br&gt;
Universiteit Maastricht&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;(+31)(0)43-3883815&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20595778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;c.hanck@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.personeel.unimaas.nl/c.hanck/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.personeel.unimaas.nl/c.hanck&lt;/a&gt;
&lt;/small&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20595778&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-split-long-proofs-into-multiple-slides-tp20595778p20595778.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20590031</id>
	<title>Re: How to let an image fill a frame entirely?</title>
	<published>2008-11-19T13:50:35Z</published>
	<updated>2008-11-19T13:50:35Z</updated>
	<author>
		<name>Hans Ekbrand</name>
	</author>
	<content type="html">On Wed, Nov 19, 2008 at 07:37:53PM +0100, Kjell Magne Fauske wrote:
&lt;br&gt;&amp;gt; On Wed, Nov 19, 2008 at 1:58 PM, Hans Ekbrand &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20590031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;[...]
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; When I create a frame with such a pdf-image, there is an annoying top
&lt;br&gt;&amp;gt; &amp;gt; margin. How can that margin be eliminated?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Try this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; %%%
&lt;br&gt;&amp;gt; \documentclass{beamer}
&lt;br&gt;&amp;gt; \begin{document}
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; \setbeamertemplate{background
&lt;br&gt;&amp;gt; canvas}{\includegraphics[height=\paperheight,width=\paperwidth]{listor}}
&lt;br&gt;&amp;gt; \begin{frame}[plain]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; \end{frame}
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; \end{document}
&lt;br&gt;&amp;gt; %%%
&lt;/div&gt;&lt;/div&gt;Works lovely! Thanks!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Hans Ekbrand (&lt;a href=&quot;http://sociologi.cjb.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sociologi.cjb.net&lt;/a&gt;) &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20590031&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt;
&lt;br&gt;GPG Fingerprint: 1408 C8D5 1E7D 4C9C C27E 014F 7C2C 872A 7050 614E
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20590031&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20590031/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-let-an-image-fill-a-frame-entirely--tp20579502p20590031.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20586364</id>
	<title>Re: How to let an image fill a frame entirely?</title>
	<published>2008-11-19T10:37:53Z</published>
	<updated>2008-11-19T10:37:53Z</updated>
	<author>
		<name>Kjell Magne Fauske</name>
	</author>
	<content type="html">On Wed, Nov 19, 2008 at 1:58 PM, Hans Ekbrand &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20586364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi list!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When presenting screenshots (bitmapped) with text, I would like to
&lt;br&gt;&amp;gt; avoid any scaling since that makes text very ugly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have created screenshots in PDF which renders nicely in the
&lt;br&gt;&amp;gt; resolution that the beamer use (800x600) (when viewed in full-screen
&lt;br&gt;&amp;gt; mode).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I create a frame with such a pdf-image, there is an annoying top
&lt;br&gt;&amp;gt; margin. How can that margin be eliminated?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Try this:
&lt;br&gt;&lt;br&gt;%%%
&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\begin{document}
&lt;br&gt;{
&lt;br&gt;\setbeamertemplate{background
&lt;br&gt;canvas}{\includegraphics[height=\paperheight,width=\paperwidth]{listor}}
&lt;br&gt;\begin{frame}[plain]
&lt;br&gt;&lt;br&gt;\end{frame}
&lt;br&gt;}
&lt;br&gt;\end{document}
&lt;br&gt;%%%
&lt;br&gt;&lt;br&gt;Hope this helps.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Kjell Magne Fauske
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20586364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-let-an-image-fill-a-frame-entirely--tp20579502p20586364.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20579502</id>
	<title>How to let an image fill a frame entirely?</title>
	<published>2008-11-19T04:58:49Z</published>
	<updated>2008-11-19T04:58:49Z</updated>
	<author>
		<name>Hans Ekbrand</name>
	</author>
	<content type="html">Hi list!
&lt;br&gt;&lt;br&gt;When presenting screenshots (bitmapped) with text, I would like to
&lt;br&gt;avoid any scaling since that makes text very ugly.
&lt;br&gt;&lt;br&gt;I have created screenshots in PDF which renders nicely in the
&lt;br&gt;resolution that the beamer use (800x600) (when viewed in full-screen
&lt;br&gt;mode).
&lt;br&gt;&lt;br&gt;When I create a frame with such a pdf-image, there is an annoying top
&lt;br&gt;margin. How can that margin be eliminated?
&lt;br&gt;&lt;br&gt;The resulting presentation can be seen here: &lt;a href=&quot;http://sociologi.cjb.net/temp/test.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sociologi.cjb.net/temp/test.pdf&lt;/a&gt;&lt;br&gt;And the image that is to be included in the presentation is here: &lt;a href=&quot;http://sociologi.cjb.net/temp/listor.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sociologi.cjb.net/temp/listor.pdf&lt;/a&gt;&lt;br&gt;Below is the tex-file I used (also available here: &lt;a href=&quot;http://sociologi.cjb.net/temp/test.tex&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sociologi.cjb.net/temp/test.tex&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;--- test.tex ---
&lt;br&gt;\documentclass{beamer}
&lt;br&gt;\mode&amp;lt;presentation&amp;gt;
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; \setbeamercovered{transparent}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;\newenvironment{changemargin}[2]{%
&lt;br&gt;\begin{list}{}{%
&lt;br&gt;\setlength{\topsep}{0pt}%
&lt;br&gt;\setlength{\leftmargin}{#1}%
&lt;br&gt;\setlength{\rightmargin}{#2}%
&lt;br&gt;\setlength{\listparindent}{\parindent}%
&lt;br&gt;\setlength{\itemindent}{\parindent}%
&lt;br&gt;\setlength{\parsep}{\parskip}%
&lt;br&gt;}%
&lt;br&gt;\item[]}{\end{list}}
&lt;br&gt;&lt;br&gt;\begin{document}
&lt;br&gt;\begin{frame}[plain]
&lt;br&gt;\begin{changemargin}{-1cm}{+0cm}
&lt;br&gt;&amp;nbsp; \begin{centering}
&lt;br&gt;&amp;nbsp; &amp;nbsp;\pgfimage[height=\paperheight]{listor}
&lt;br&gt;&amp;nbsp; &amp;nbsp; \par
&lt;br&gt;&amp;nbsp; \end{centering}
&lt;br&gt;\end{changemargin}
&lt;br&gt;\end{frame}
&lt;br&gt;\end{document}
&lt;br&gt;--- test.tex ---
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Hans Ekbrand (&lt;a href=&quot;http://sociologi.cjb.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sociologi.cjb.net&lt;/a&gt;) &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20579502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Q. What is that strange attachment in this mail?
&lt;br&gt;A. My digital signature, see www.gnupg.org for info on how you could
&lt;br&gt;&amp;nbsp; &amp;nbsp;use it to ensure that this mail is from me and has not been
&lt;br&gt;&amp;nbsp; &amp;nbsp;altered on the way to you.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20579502&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20579502/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-let-an-image-fill-a-frame-entirely--tp20579502p20579502.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20527642</id>
	<title>How to split long proofs into multiple slides</title>
	<published>2008-11-16T09:23:58Z</published>
	<updated>2008-11-16T09:23:58Z</updated>
	<author>
		<name>Con Guy</name>
	</author>
	<content type="html">I am using LaTeX Beamer class to create slides. there is a long proof
&lt;br&gt;in one slide and i need to break the proof into multiple slides. How
&lt;br&gt;can I do this?
&lt;br&gt;&lt;br&gt;&amp;nbsp;\frame[allowframebreaks,allowdisplaybreaks] did not work. everything
&lt;br&gt;between \begin{proof} and \end{proof} is still in one slide and
&lt;br&gt;overflows down the bottom.
&lt;br&gt;&lt;br&gt;Please help me in doing this.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20527642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-split-long-proofs-into-multiple-slides-tp20527642p20527642.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20508331</id>
	<title>Re: Keeping movie size when the presentation is projected</title>
	<published>2008-11-14T13:08:43Z</published>
	<updated>2008-11-14T13:08:43Z</updated>
	<author>
		<name>jfblais</name>
	</author>
	<content type="html">Ok, I fixed my own problem, it was a video driver option that had to be set at &amp;quot;Same on both screens&amp;quot; instead of Theater mode in the Overlays thumbnail.
&lt;br&gt;&lt;br&gt;J-F&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Keeping-movie-size-when-the-presentation-is-projected-tp20507828p20508331.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20507828</id>
	<title>Keeping movie size when the presentation is projected</title>
	<published>2008-11-14T12:31:48Z</published>
	<updated>2008-11-14T12:31:48Z</updated>
	<author>
		<name>jfblais</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I will present my master thesis next week and I have two .avi videos that I included using the \movie command. I don't want these videos to be full screen since I have other figures beside them. When I connect a projector to my laptop, the movie keeps its size on my laptop but becomes full screen on the projection screen. Moreover there is a delay and we don't see the beginning of the movie on the projection screen.
&lt;br&gt;&lt;br&gt;I heard that this problem may come from the external viewer configuration when I use a projector, even if the movie is played within my pdf file.
&lt;br&gt;&lt;br&gt;Any suggestions?
&lt;br&gt;&lt;br&gt;Thanks a lot
&lt;br&gt;&lt;br&gt;J-F&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Keeping-movie-size-when-the-presentation-is-projected-tp20507828p20507828.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20496828</id>
	<title>Re: Beamer, href{run:}, and Linux vs. Windows</title>
	<published>2008-11-14T00:51:52Z</published>
	<updated>2008-11-14T00:51:52Z</updated>
	<author>
		<name>Hans Meine-4</name>
	</author>
	<content type="html">On Friday 14 November 2008 09:09:11 you wrote:
&lt;br&gt;&amp;gt; Hans Meine &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20496828&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meine@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; &amp;gt; No; there's no run: in my (current, posted) code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I took out the run in mine, too, but it didn't work in any of the three
&lt;br&gt;&amp;gt; PDF readers I have. &amp;nbsp;Two of them wanted to load it in a browser.
&lt;br&gt;&lt;br&gt;That's the point.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; The disadvantage of using a script with &amp;quot;run:&amp;quot; is that you need one
&lt;br&gt;&amp;gt; &amp;gt; script per file (since e.g. acroread does not support arguments - BTW:
&lt;br&gt;&amp;gt; &amp;gt; I consider xpdfs behavior to be wrong here, it cannot run scripts with
&lt;br&gt;&amp;gt; &amp;gt; spaces in their path), but I solved that by not using &amp;quot;run:&amp;quot; but
&lt;br&gt;&amp;gt; &amp;gt; configuring a &amp;quot;browser&amp;quot; executable in acroread. &amp;nbsp;So my solution is
&lt;br&gt;&amp;gt; &amp;gt; easier to configure with acroread IMO.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With the mimetypes approach, you only need one script. &amp;nbsp;All one has to
&lt;br&gt;&amp;gt; do is make it work. :-)
&lt;br&gt;&lt;br&gt;Exactly. &amp;nbsp;The point is how difficult it is to make it work.
&lt;br&gt;&lt;br&gt;&amp;gt; I appreciate your help. &amp;nbsp;I've spent enough time on this so that I think
&lt;br&gt;&amp;gt; I should just use the two link approach: everytime I want to be able to
&lt;br&gt;&amp;gt; launch a .mdl file, I'll put both the \href{run:model.mdl}{Windows} and
&lt;br&gt;&amp;gt; \href{run:see model.mdl}{Linux} commands and pick the right one when I'm
&lt;br&gt;&amp;gt; doing the presentation.
&lt;br&gt;&lt;br&gt;But the latter (&amp;quot;run:see model.mdl&amp;quot;) is invalid AFAICS. &amp;nbsp;It only works in xpdf 
&lt;br&gt;because xpdf does not properly escape the space. &amp;nbsp;As soon as xpdf is &amp;quot;fixed&amp;quot; 
&lt;br&gt;to behave like other viewers (especially acroread), it will stop working.
&lt;br&gt;I still think that my approach (using a &amp;quot;browser&amp;quot;) is a lot easier to set up / 
&lt;br&gt;maintain.
&lt;br&gt;&lt;br&gt;Anyhow, I propose that you use a command definition like my \linkmovie, then 
&lt;br&gt;you can change the approach and only have to change your preamble (or 
&lt;br&gt;.cls/.sty file, if used).
&lt;br&gt;&lt;br&gt;Best wishes,
&lt;br&gt;&amp;nbsp; Hans
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Latex-beamer-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20496828&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Latex-beamer-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/latex-beamer-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/latex-beamer-users-f4031.html&quot; embed=&quot;fixTarget[4031]&quot; target=&quot;_top&quot; &gt;latex-beamer-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Beamer%2C-href%7Brun%3A%7D%2C-and-Linux-vs.-Windows-tp20445117p20496828.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20480149</id>
	<title>Re: bad spacing when using math environment (align, gather) within a block</title>
	<published>2008-11-13T04:46:53Z</published>
	<updated>2008-11-13T04:46:53Z</updated>
	<author>
		<name>abacus</name>
	</author>
	<content type="html">I have been puzzled by this behavior also. Found the answer when reading Herbert Voss’s Maths tutorial:
&lt;br&gt;&lt;a href=&quot;ftp://cam.ctan.org/tex-archive/info/math/voss/mathmode/Mathmode.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ftp://cam.ctan.org/tex-archive/info/math/voss/mathmode/Mathmode.pdf&lt;/a&gt;&lt;br&gt;11.5.1 Before/after math expressions, pg 24.
&lt;br&gt;&lt;br&gt;Add this in the document:
&lt;br&gt;\abovedisplayskip=0pt
&lt;br&gt;\abovedisplayshortskip=0pt
&lt;br&gt;&lt;br&gt;Attached files for the changes and results.
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p20480149/block-space-mod.tex&quot; target=&quot;_top&quot;&gt;block-space-mod.tex&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p20480149/block-space-mod.pdf&quot; target=&quot;_top&quot;&gt;block-space-mod.pdf&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p20480149/wide-mod.tex&quot; target=&quot;_top&quot;&gt;wide-mod.tex&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p20480149/wide-mod.pdf&quot; target=&quot;_top&quot;&gt;wide-mod.pdf&lt;/a&gt;&lt;br&gt;&lt;br&gt;Note that it is not good to use eqnarray and disaplymath environments when using amsmath:
&lt;br&gt;&lt;a href=&quot;ftp://ftp.tex.ac.uk/tex-archive/info/l2tabu/english/l2tabuen.pdf &quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ftp://ftp.tex.ac.uk/tex-archive/info/l2tabu/english/l2tabuen.pdf
&lt;br&gt;&lt;/a&gt;&lt;br&gt;HTH.
&lt;br&gt;abacus
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Sébastien Barthélemy-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello,
&lt;br&gt;&lt;br&gt;I noted another surprising behavior: a vertical space is added in the
&lt;br&gt;block when using a displaymath environment and if the block width is
&lt;br&gt;too narrow (for instance if it is in a column).
&lt;br&gt;&lt;br&gt;See the attached example, the second block height is larger, for no good reason.
&lt;br&gt;&lt;br&gt;Does anybody understand what is happening here ? Maybe this new fact
&lt;br&gt;may help understanding the previous examples.
&lt;br&gt;&lt;br&gt;Thanks for any help
&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sébastien Barthélemy
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;