fedora-presentation-template icon indicating copy to clipboard operation
fedora-presentation-template copied to clipboard

Create templates for Beamer and LaTeX.

Open lruzicka opened this issue 5 years ago • 7 comments

Creating the PR as discussed in https://pagure.io/design/issue/629.

lruzicka avatar May 02 '19 07:05 lruzicka

For some reason, this does not work for me:

! Undefined control sequence.                                                                                 
\beamerorig@set@color ...tack push{\current@color                                                             
                                                  }\aftergroup \reset@color                                   
l.11 \end{frame}                                                                                              

ignatenkobrain avatar May 22 '19 05:05 ignatenkobrain

Oh, that is my issue not using begin{document}.

FTR, I had to install also texlive-times, texlive-beamer, texlive-collection-langcyrillic, texlive-latex.

ignatenkobrain avatar May 22 '19 05:05 ignatenkobrain

So I have tried it and I think there are few problems with 16:9 template.

image

  • I would expect that text could go more to the right and not be limited as it would be in 4:3.
  • There are small white lines on the left and bottom

ignatenkobrain avatar May 22 '19 05:05 ignatenkobrain

I have fixed the white spaces, it seems that the background image was a little too small, so I made it bigger and now it can stretch over the entire area. As far as the first problem is concerned, the width of the title is handled by LaTeX itself, so I believe it follows the system rules for typesetting titles. Could you try using some default template in this 16:9 mode, using the same font, and see how the title behaves?

lruzicka avatar May 22 '19 08:05 lruzicka

beamer

lruzicka avatar May 22 '19 08:05 lruzicka

I think the name/date should go a bit more to the right.

ignatenkobrain avatar May 22 '19 08:05 ignatenkobrain

I moved the name/date to the right by 1cm, but we risk linebreaking issues, if the name is longer. The size of the titleslide is not the entire screen, but it is probably calculated as the entire screen minus the right side bar, which only is not visible on the title page. Moving the textual items can be done in beamerinnertheme.sty, so you can adjust it to suit your needs better.

lruzicka avatar May 22 '19 08:05 lruzicka