Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
create a presentation via command line
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Sun Jan 26, 2014 8:09 pm    Post subject: create a presentation via command line Reply with quote

Hello Everyone

I have about 60 images that I would like to make a simple presentation. It's quite annoying to use libreoffice and add one by one. Is there an easy way to do this via command line?

Any input will be appreciated.
Back to top
View user's profile Send private message
N8Fear
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2013
Posts: 140
Location: Berlin (Germany)

PostPosted: Sun Jan 26, 2014 8:38 pm    Post subject: Reply with quote

What about naming them in a sensible way (like presentation-01 to presentation-60) and use the slideshow feature that most image viewers offer?
Back to top
View user's profile Send private message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Sun Jan 26, 2014 9:41 pm    Post subject: Reply with quote

N8Fear wrote:
What about naming them in a sensible way (like presentation-01 to presentation-60) and use the slideshow feature that most image viewers offer?



Actually they are in this way. National Geographic Wallpapers 001.jpg National Geographic Wallpapers 002.jpg ....
Back to top
View user's profile Send private message
BitJam
Advocate
Advocate


Joined: 12 Aug 2003
Posts: 2508
Location: Silver City, NM

PostPosted: Mon Jan 27, 2014 9:56 am    Post subject: Reply with quote

I did something like this using the LaTeX Beamer package. It is designed to create slide shows in pdf format which is the best format for presentations IMO.

I actually automated it so starting from a list of images, the presentation would get created automatically. The .tex file mostly consisted of frames like this:
Code:
\begin{frame}
\mytransition
\color{captioncolor}
\begin{columns}[c]
\column{2.5in}
\centering \label{St John of the Cross:\Type} St John of the Cross, \Type

\includegraphics[width=2.5in]{\IDir/st_john_of_the_cross-1.jpg}

\column{2.5in}

\includegraphics[width=2.5in]{\IDir/st_john_of_the_cross-2.jpg}

\end{columns}
\end{frame}


Edit: added link to Wikipedia Beamer entry.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum