Re: Irregularity with CambridgeUS theme in Beamer

2018-02-19 Thread Sam Lewis
Solved!
Updating TexLive solved the issue. Thanks everyone. 
Cheers!Sam

On Monday, 19 February 2018, 10:05, Sam Lewis 
 wrote:
 

 Hi Jean-Pierre,
Thanks for this. I'm using Debian Stretch's own distribution of TexLive which 
is basically a snapshot from 2017-01-23.
The problem occurs with the follow pdf outputs in LyX: LuaTex, ps2pdf, 
pdflatex.Everything works as expected with XeTex in LyX.
I suspect the problem is NOT in LyX because, exporting Tex formats from LyX and 
then compiling directly, produces to the same results.

 I might have to move over to a direct TexLive installation. I wish we would 
have a proper flatpak (https://flatpak.org) bundle of LyX+TexLive-full for all 
Linux users.
I'll report back if I have some success here.
Cheers,Sam


On Saturday, 17 February 2018, 5:07, Jean-Pierre Chrétien 
 wrote:
 

 Le 16/02/2018 à 13:14, Jean-Pierre Chrétien a écrit :
> Le 16/02/2018 à 10:29, Sam Lewis a écrit :

>> In a beamer frame, two boxes (minipages, drop shadow) are place in columns 
>> next to each other. Everything works fine, except in the first frame one of 
>> the boxes including text is always red.
> 
> The box is OK here (lyx-2.3.0rc2, Debian Stretch, TeXLive 2017).
> I'm updating TeXLive (beamer has changed), I'll test again when it is over 
> (528 
> files to update).
> 

Same beahviour with updated TeXLive, the color of the X box is OK.
What could we check next? the exported .tex file? Attached.

-- 
Jean-Pierre




   

   

Re: Irregularity with CambridgeUS theme in Beamer

2018-02-18 Thread Sam Lewis
Hi Jean-Pierre,
Thanks for this. I'm using Debian Stretch's own distribution of TexLive which 
is basically a snapshot from 2017-01-23.
The problem occurs with the follow pdf outputs in LyX: LuaTex, ps2pdf, 
pdflatex.Everything works as expected with XeTex in LyX.
I suspect the problem is NOT in LyX because, exporting Tex formats from LyX and 
then compiling directly, produces to the same results.

 I might have to move over to a direct TexLive installation. I wish we would 
have a proper flatpak (https://flatpak.org) bundle of LyX+TexLive-full for all 
Linux users.
I'll report back if I have some success here.
Cheers,Sam


On Saturday, 17 February 2018, 5:07, Jean-Pierre Chrétien 
 wrote:
 

 Le 16/02/2018 à 13:14, Jean-Pierre Chrétien a écrit :
> Le 16/02/2018 à 10:29, Sam Lewis a écrit :

>> In a beamer frame, two boxes (minipages, drop shadow) are place in columns 
>> next to each other. Everything works fine, except in the first frame one of 
>> the boxes including text is always red.
> 
> The box is OK here (lyx-2.3.0rc2, Debian Stretch, TeXLive 2017).
> I'm updating TeXLive (beamer has changed), I'll test again when it is over 
> (528 
> files to update).
> 

Same beahviour with updated TeXLive, the color of the X box is OK.
What could we check next? the exported .tex file? Attached.

-- 
Jean-Pierre




   

Re: Irregularity with CambridgeUS theme in Beamer

2018-02-16 Thread Jean-Pierre Chrétien

Le 16/02/2018 à 13:14, Jean-Pierre Chrétien a écrit :

Le 16/02/2018 à 10:29, Sam Lewis a écrit :


In a beamer frame, two boxes (minipages, drop shadow) are place in columns 
next to each other. Everything works fine, except in the first frame one of 
the boxes including text is always red.


The box is OK here (lyx-2.3.0rc2, Debian Stretch, TeXLive 2017).
I'm updating TeXLive (beamer has changed), I'll test again when it is over (528 
files to update).




Same beahviour with updated TeXLive, the color of the X box is OK.
What could we check next? the exported .tex file? Attached.

--
Jean-Pierre


%% LyX 2.3.0rc2 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[british]{beamer}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{fancybox}
\usepackage{calc}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%% Textclass specific LaTeX commands.
% this default might be overridden by plain title style
\newcommand\makebeamertitle{\frame{\maketitle}}%
% (ERT) argument for the TOC
\AtBeginDocument{%
  \let\origtableofcontents=\tableofcontents
  \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
  \def\gobbletableofcontents#1{\origtableofcontents}
}

%% User specified LaTeX commands.
\usetheme{CambridgeUS}
\setbeamercovered{transparent}
% or whatever (possibly just delete it)

\setbeamertemplate{navigation symbols}{}
\usepackage{lmodern}
\usepackage{tikz}

%%
%\usepackage{handoutWithNotes}
%\pgfpagesuselayout{4 on 1 with notes}[a4paper,border shrink=5mm]

\makeatother

\usepackage{babel}
\begin{document}

\title{Title }

\institute[Institute]{Institute long}

\date{21 February 2018}

\makebeamertitle
\AtBeginSubsection[]{

  \frame{ 

\frametitle{Outline}   

\tableofcontents[currentsection,currentsubsection] 

  }

}

%\beamerdefaultoverlayspecification{<+->}
\begin{frame}{X and Y}

\begin{columns}[t]

\column{5cm}
\begin{center}
\noindent\shadowbox{\begin{minipage}[t]{1\columnwidth - 2\fboxsep - 2\fboxrule - \shadowsize}%
~
\begin{center}
\emph{X}
\par\end{center}
~%
\end{minipage}}
\par\end{center}

\column{5cm}
\begin{center}
\noindent\shadowbox{\begin{minipage}[t]{1\columnwidth - 2\fboxsep - 2\fboxrule - \shadowsize}%
~
\begin{center}
\emph{Y}
\par\end{center}
~%
\end{minipage}}
\par\end{center}

\end{columns}

\end{frame}
%
\begin{frame}{A and B}

\begin{columns}[t]

\column{5cm}
\begin{center}
\noindent\shadowbox{\begin{minipage}[t]{1\columnwidth - 2\fboxsep - 2\fboxrule - \shadowsize}%
~
\begin{center}
\emph{A}
\par\end{center}
~%
\end{minipage}}
\par\end{center}

\column{5cm}
\begin{center}
\noindent\shadowbox{\begin{minipage}[t]{1\columnwidth - 2\fboxsep - 2\fboxrule - \shadowsize}%
~
\begin{center}
\emph{B}
\par\end{center}
~%
\end{minipage}}
\par\end{center}

\end{columns}

\end{frame}
%

\end{document}


Re: Irregularity with CambridgeUS theme in Beamer

2018-02-16 Thread Jean-Pierre Chrétien

Le 16/02/2018 à 10:29, Sam Lewis a écrit :

Hi,

This is a persistent irregularity with beamer when using CambridgeUS theme that 
I noticed since  2.2.x. Currently I'm using 2.3.0dev.


In a beamer frame, two boxes (minipages, drop shadow) are place in columns next 
to each other. Everything works fine, except in the first frame one of the boxes 
including text is always red.


The box is OK here (lyx-2.3.0rc2, Debian Stretch, TeXLive 2017).
I'm updating TeXLive (beamer has changed), I'll test again when it is over (528 
files to update).


--
Jean-Pierre




Test.pdf
Description: Adobe PDF document


Re: Irregularity with CambridgeUS theme in Beamer

2018-02-16 Thread Sam Lewis
Thanks for your swift reply Baris!
I'll do some further testing on my site. I'm using TexLive
Cheers!Sam

 

On Friday, 16 February 2018, 17:36, Baris Erkus  
wrote:
 

 #yiv7916278218 #yiv7916278218 -- _filtered #yiv7916278218 
{font-family:Helvetica;panose-1:2 11 5 4 2 2 2 2 2 4;} _filtered #yiv7916278218 
{panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv7916278218 
{font-family:DengXian;panose-1:2 1 6 0 3 1 1 1 1 1;} _filtered #yiv7916278218 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv7916278218 
{panose-1:2 1 6 0 3 1 1 1 1 1;}#yiv7916278218 #yiv7916278218 
p.yiv7916278218MsoNormal, #yiv7916278218 li.yiv7916278218MsoNormal, 
#yiv7916278218 div.yiv7916278218MsoNormal 
{margin:0cm;margin-bottom:.0001pt;font-size:11.0pt;}#yiv7916278218 a:link, 
#yiv7916278218 span.yiv7916278218MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv7916278218 a:visited, #yiv7916278218 
span.yiv7916278218MsoHyperlinkFollowed 
{color:#954F72;text-decoration:underline;}#yiv7916278218 
.yiv7916278218MsoChpDefault {} _filtered #yiv7916278218 {margin:72.0pt 72.0pt 
72.0pt 72.0pt;}#yiv7916278218 div.yiv7916278218WordSection1 {}#yiv7916278218 
Both boxes are black in my case. ? I am using Lyx 2.3.0rc2 Win edition and 
MikTeX.   Sent from Mail for Windows 10   From: Sam Lewis
Sent: Friday, February 16, 2018 12:29 PM
To: LyX Developers
Cc: LyX Users
Subject: Irregularity with CambridgeUS theme in Beamer   Hi,    This is a 
persistent irregularity with beamer when using CambridgeUS theme that I noticed 
since  2.2.x. Currently I'm using 2.3.0dev.    In a beamer frame, two boxes 
(minipages, drop shadow) are place in columns next to each other. Everything 
works fine, except in the first frame one of the boxes including text is always 
red.    Please see test file for more details.    What could this be? Many 
thank!    Cheers, Sam    

   

Test.pdf
Description: Adobe PDF document