itemize environment within beamerposter

1,945 views
Skip to first unread message

Paul Z

unread,
Aug 28, 2012, 5:37:05 AM8/28/12
to beamer...@googlegroups.com
Hi all,

I'm using the beamerposter package with great joy. However, I've encountered a problem using the the itemize environment ... using

\begin{block}{Test}
\begin{itemize}
    \item Bla bla
\end{itemize}
\end{block}

Gives me the following error which I can not really interpret myself (the poster itself however looks good):

! Undefined control sequence.
\\itemize ...ix item}##1}}}}} \fi \beamer@cramped
                                                  \raggedright \beamer@first...
l.143     \item
             Bla Bla
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

LaTeX Font Info:    Try loading font information for OMS+cmss on input line 143
.
LaTeX Font Info:    No file OMScmss.fd. on input line 143.

LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined
(Font)              using `OMS/cmsy/m/n' instead
(Font)              for symbol `textbullet' on input line 143.


Does anybody has any solution for this?

Thanks and cheers, Paul.

acimmarusti

unread,
Aug 28, 2012, 4:50:59 PM8/28/12
to beamer...@googlegroups.com

Can you send more code? there's nothing wrong in how you are using the block and itemize environment

Andres

Piotrek

unread,
Aug 29, 2012, 3:24:35 AM8/29/12
to beamer...@googlegroups.com
It looks like you have some fonts problem.

LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined

Paula Ormando

unread,
Aug 29, 2012, 11:23:31 AM8/29/12
to beamer...@googlegroups.com
hello my name is Paula  and I leave this help for you. Good luck!

Paula

%%%%%%\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}

 \documentclass[final, 12pt]{beamer}
\usepackage[size=custom,width=80,height=100,scale=1.7,orientation=portrait]{beamerposter} 
\usepackage{grffile}
\mode<presentation>{\usetheme{I6pd2}}
%\mode<presentation>{\usetheme{Icy}}

\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amsmath,amsthm, amssymb, latexsym}
%\usepackage{times}\usefonttheme{professionalfonts}  % obsolete
%\usefonttheme[onlymath]{serif}
\boldmath
%%%%%%%%\usepackage[orientation=portrait,size=a0,scale=1.4,debug]{beamerposter}
% change list indention level
% \setdefaultleftmargin{3em}{}{}{}{}{}


%\usepackage{snapshot} % will write a .dep file with all dependencies, allows for easy bundling

\usepackage{array,booktabs,tabularx}
\newcolumntype{Z}{>{\centering\arraybackslash}X} % centered tabularx columns
\newcommand{\pphantom}{\textcolor{ta3aluminium}} % phantom introduces a vertical space in p formatted table columns??!!
\newcolumntype{f}[1]{D{+}{\,\pm\,}{#1}}
\listfiles

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{figures/}}
 
\title{\large Stress Relaxation  (HHP) }
\author{Paula \inst{1,2};Claudio \inst{1};Yanina \inst{2,4};Ma.Laura \inst{1,3};Sergio \inst{1,2,4}.}
\institute[]
{
  \inst{1}%
  \\
  \inst{2}%
  \\
  \inst{3}%
  \\
  \inst{4}%
 
}
  
\date[Aug. 5-9th, 2012]{Aug. 5-9th, 2012}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newlength{\columnheight}
\setlength{\columnheight}{105cm}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{frame}
  \begin{columns}
    % ---------------------------------------------------------%
    % Set up a column 
    \begin{column}{.49\textwidth}
      \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
        \begin{minipage}[T]{.95\textwidth}  % tweaks the width, makes a new \textwidth
          \parbox[t][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
            % Since all columns are the same length, it is all nice and tidy.  You have to get the height empirically
            % ---------------------------------------------------------%
            % fill each column with content            
            \begin{block}{Introduction}
              \begin{itemize}
                            \item (HHP)  is  an alternative and  novel  method of food preservation in which elevated pressure (100- 800 MPa) is applied in a quasi-instantaneous manner throughout the food, and their application is independent of the size, shape or composition of products
                            \item \textbf{The benefits of HHP process are:}
                              
\begin{itemize}
\item  Can  \textbf{inactivate enzymes or microorganisms}. 
         \item  Can \textbf{ preserve texture, colour, flavor, aroma and nutritional value}.
\end{itemize}
             \item The  stress relaxation test can be used  as a tool to determine viscoelastic properties from the material. A constant strain is applied and the stress required maintaining the deformation is measured as a function of time \alert{(Steffe, 1996)}. 
              
               \item We analyzed:
                \begin{itemize}
                \item  Rheological parameters:  initial stress, equilibrium stress and relaxation time of cured beef \textit{Carpaccio} treated with HHP. 
                \end{itemize}
              \end{itemize}              
            \end{block}
\end{frame}
\end{columns}

\end{document}

2012/8/29 Piotrek <mindr...@gmail.com>
--
 
 



--
Fly me to the moon......
´¯`•.¸¸.•´¯`•.¸ ><((((((º>´¯`•.¸¸.•´¯`•.¸ ><((((((º>
`•.¸¸.•´¯`•.¸¸.•´¯`•.¸ ><((((º>
.¸¸.•´¯`•.¸ ><((((((º> ´¯`•.¸¸.•´¯`•.¸ ><((((((º>
`•.¸¸.•´¯`•.¸¸.•´¯`•.¸ ><((((º>´¯`•.¸¸.•´¯`•.¸ ><((((((º>
`•.¸¸.•´¯`•.¸¸.•´¯`•.¸ ><((((º>  


Paula Ormando

unread,
Aug 29, 2012, 11:24:00 AM8/29/12
to beamer...@googlegroups.com
Paula

2012/8/29 Piotrek <mindr...@gmail.com>
It looks like you have some fonts problem.
--
 
 

Philippe Dreuw

unread,
Aug 30, 2012, 3:18:49 PM8/30/12
to beamer...@googlegroups.com

There are 3 begin itemize but only 2 end

--
Philippe Dreuw

Sent from my Nexus S

--
 
 
Reply all
Reply to author
Forward
0 new messages