TransWikia.com

Beamer - change position of a bullet

TeX - LaTeX Asked by Cygne on January 20, 2021

After writing


begin{LARGE}
begin{itemize}itemsep=1em
    
item Motivace
  
end{itemize}
end{LARGE}

end{frame} 

I got this in my presentaion:

enter image description here

But is there any way to it looks like this?

enter image description here

I don’t like the bullet being this down and I couldn’t find how to fix it. Thank you.

Full code:


usepackage[verbose,absolute,overlay]{textpos}
usepackage[utf8]{inputenc}
usepackage{amsfonts}
usepackage{graphicx}
%
usetheme{Warsaw}
usepackage[czech]{babel}

setbeamertemplate{footline}{%
  leavevmode%
  hbox{begin{beamercolorbox}[wd=.47paperwidth,ht=3ex,dp=1.5ex,leftskip=.3cm plus1fill,rightskip=.3cm]{author in head/foot}%
    usebeamerfont{author in head/foot}insertshortauthor
  end{beamercolorbox}%
  begin{beamercolorbox}[wd=.53paperwidth,ht=3ex,dp=1.5ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}%
    usebeamerfont{title in head/foot}
    parbox{.53paperwidth}{inserttitle}
  end{beamercolorbox}}%
  vskip0pt%
}


author{XX YY}
title[Název upřesním pak]{Název upřesním pak}
date{yx.,července 2020}
%
begin{document}
%


begin{frame}
   titlepage
end{frame}

begin{frame}{}
    
begin{LARGE}
    
begin{itemize}
    item Motivace
    item Další zajímavý věci
    item Závěr
end{itemize}

end{LARGE}

end{frame}


begin{frame}{}
    Děkuji za pozornost.
end{frame}

end{document}

One Answer

In order to improve the vertical position of the ball symbol with respect to the LARGE text, you could redefine the ball itemize styleas follows

I have copied the original definition from the file beamerbaseaustemplates.sty and changed the value of raise from its original value of 0.2pt to 3pt. Apart from that, I have also replaced the inexistent LARGE environment from your original example with the LARGE switch.

enter image description here

documentclass{beamer}
makeatletter
defbeamertemplate{itemize item}{myball}{raise3ptbeamer@usesphere{item projected}{bigsphere}}
makeatother
setbeamertemplate{items}[myball]
begin{document}
begin{frame}
LARGE
begin{itemize}
  item Motivace
end{itemize}
end{frame} 
end{document}

Side note: From the text in your MWE, I guess, this specific slide is supposed to be an outline/table of contents of your presentation. Why don't you use sections and the tableofcontents command to automatically create such a slide?

Correct answer by leandriis on January 20, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP