Search found 5 matches

by kozimodo
Wed May 29, 2024 4:01 pm
Forum: Presentations and Posters
Topic: [solved] Layout shifting with overlays in slide
Replies: 1
Views: 12249

[solved] Layout shifting with overlays in slide

I found the solution on stackexchange - for anyone else seeing something similar, add %'s after your includegraphics statements.
by kozimodo
Thu May 23, 2024 4:56 pm
Forum: Presentations and Posters
Topic: [solved] Layout shifting with overlays in slide
Replies: 1
Views: 12249

[solved] Layout shifting with overlays in slide

I have a frame as follows:

\begin{frame}
\frametitle{My title}

\begin{minipage}{6cm}
Some content
\end{minipage}
\begin{minipage}{6cm}
\includegraphics<1>[scale=.4]{overlay1.pdf}
\includegraphics<2>[scale=.4]{overlay2.pdf}
\end{minipage}

\invisible<1>{Some text}
\end{frame}

and the ...
by kozimodo
Thu Mar 03, 2022 12:53 am
Forum: General
Topic: {SOLVED] cleveref issue
Replies: 1
Views: 1550

cleveref issue

Never mind. It seems to be a problem with a configuration snippet that I found somewhere.
by kozimodo
Thu Mar 03, 2022 12:45 am
Forum: General
Topic: {SOLVED] cleveref issue
Replies: 1
Views: 1550

{SOLVED] cleveref issue

Does Toby Cubitt frequent these forums? Emails to toby-cleveref@dr-qubit.org automatically bounce. I'm finding that \Cref (not \cref ) works inconsistently in a document. Even within a single paragraph, one instance might work while the other throws an error. An example error is:

Missing control ...
by kozimodo
Fri Jul 17, 2020 10:28 pm
Forum: Presentations and Posters
Topic: Beamer, aspectratio and footline position
Replies: 0
Views: 12222

Beamer, aspectratio and footline position

Hi,

I'm using an institutional template designed by someone else and there is page numbering that overlays a background image that has the institution name at the bottom. With the standard aspect ratio, the page numbers appear to the left of the institution name. With a widescreen aspect ratio (169 ...