mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
Credit for ImageOnly
This commit is contained in:
parent
ffe637de0e
commit
2a53fd63e3
2 changed files with 4 additions and 15 deletions
4
presentations/ImageOnly/README.md
Normal file
4
presentations/ImageOnly/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
## Credit
|
||||
|
||||
This was asked as a [question on StackExchange](http://tex.stackexchange.com/a/287054/5645).
|
||||
[Ignasi](http://tex.stackexchange.com/users/1952/ignasi) aswered it.
|
|
@ -9,20 +9,6 @@
|
|||
\usepackage{tikz}
|
||||
\usepackage{incgraph}
|
||||
|
||||
\newcommand {\framedgraphiconly}[1] {
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
\begin{frame}[plain]
|
||||
\begin{center}
|
||||
\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{#1}
|
||||
\end{center}
|
||||
%\begin{tikzpicture}[remember picture,overlay]
|
||||
%\node[at=(current page.center)] {
|
||||
%\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{#1}
|
||||
%};
|
||||
%\end{tikzpicture}
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\beamertemplatenavigationsymbolsempty
|
||||
|
||||
% Begin:Move navigation from top to bottom
|
||||
|
@ -64,7 +50,6 @@
|
|||
|
||||
\section{Examples}
|
||||
\subsection{Examples}
|
||||
%\framedgraphiconly{0099.jpg}
|
||||
|
||||
\incgraph{0099.jpg}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue