Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
beamer in miktex and texlive
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mathf...@gmail.com  
View profile  
 More options Jun 10 2007, 2:33 am
Newsgroups: comp.text.tex
From: mathf...@gmail.com
Date: Sun, 10 Jun 2007 06:33:40 -0000
Local: Sun, Jun 10 2007 2:33 am
Subject: beamer in miktex and texlive
This is really odd. I wrote a slide show in beamer. It basically has
the following structure:

\documentclass[11pt,noamsthm]{beamer}

\usepackage{beamerthemesplit}
\usepackage{type1cm}
\usepackage{cancel}
\usepackage{amsmath}
\usepackage{amssymb,amsfonts}
\usetheme{default}
\useinnertheme{rounded}
\usecolortheme{crane}
\usefonttheme{professionalfonts}

\newcommand{\utext}[1]{\qquad\text{(#1)}}  % unit in equation
\newcommand{\unitv}[1]{\mathbf{\hat{#1}}} % unit vector

\title{Practice Exam}
\author{Physics}
\date{\today}

\begin{document}

\frame{\frametitle{Problem 1}
Solve this problem...
\begin{block}{Solution}
  Solution goes in here
\end{block}

}

\frame{\frametitle{Problem 2}
Solve this problem...
\begin{block}{Solution}
  Solution goes in here
\end{block}

}

% repeat for the rest of the exam...
\end{document}

Here's my problem. In Windows, with MikTeX, everything works as
expected.

In linux, using texlive2007, The first page displays correctly,
however, From page 2 on, all the part that's not in "block"
environment shows up yellowish instead of black.. This is true for
both the DVI file and the pdf file created by pdflatex. There are no
relevant warning/error during compile.

Here's a xpdf screenshot:

http://www.zpzstudio.com/beamertrouble.png

Anyone know what' going on?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ralf Stubner  
View profile  
 More options Jun 10 2007, 3:24 pm
Newsgroups: comp.text.tex
From: Ralf Stubner <ralf.stub...@web.de>
Date: Sun, 10 Jun 2007 21:24:41 +0200
Local: Sun, Jun 10 2007 3:24 pm
Subject: Re: beamer in miktex and texlive
mathf...@gmail.com writes:

[...]

> In linux, using texlive2007, The first page displays correctly,
> however, From page 2 on, all the part that's not in "block"
> environment shows up yellowish instead of black.. This is true for
> both the DVI file and the pdf file created by pdflatex. There are no
> relevant warning/error during compile.

I can reporduce your problem with the following (simplified) example:

\documentclass{beamer}

\useinnertheme{rounded}
\usecolortheme{crane}

\begin{document}

\begin{frame}{Problem 4}
  asd
  \begin{block}{Solution}
    Solution goes in here
  \end{block}
  asd
  \color{fg}
  asd
\end{frame}

\end{document}

If one removes the inner theme rounded, then the problem goes away. I
am using beamer 3.06, which is most likely also in TL 2007. What
version does MikTeX use?

cheerio
ralf


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Žarko F. Čučej  
View profile  
 More options Jun 10 2007, 4:55 pm
Newsgroups: comp.text.tex
From: "Žarko F. Čučej" <zarko.cu...@uni-mb.si>
Date: Sun, 10 Jun 2007 22:55:32 +0200
Local: Sun, Jun 10 2007 4:55 pm
Subject: Re: beamer in miktex and texlive

Hi,
recent Beamer is 3.07. It has fixed problems with text color after (any)
boxes. I belive that it is worth to upgrade it and see if than you still
have yours problems.

regards,        Zarko


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mathf...@gmail.com  
View profile  
 More options Jun 10 2007, 9:32 pm
Newsgroups: comp.text.tex
From: mathf...@gmail.com
Date: Mon, 11 Jun 2007 01:32:53 -0000
Local: Sun, Jun 10 2007 9:32 pm
Subject: Re: beamer in miktex and texlive
On Jun 10, 1:55 pm, "Žarko F.  u ej" <zarko.cu...@uni-mb.si> wrote:

Indeed, upgrade works. :-)

It's unfortunate that texlive does not offer incremental changes like
miktex does.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »