Search found 3 matches

by TimeMen
Sun May 13, 2018 8:51 pm
Forum: Others
Topic: Commandline tool for installing CTAN packages (Linux only)
Replies: 0
Views: 23435

Commandline tool for installing CTAN packages (Linux only)

Hey there,
may you are annoyed to install packages manually from the CTAN FTP server.
Then you can use the ctan package installer, available from GitHub.
Created it the last days and set the finish commit some hours ago.

It is working for me well, but now I need your opinion to this tool.
It's a ...
by TimeMen
Sun May 06, 2018 12:43 pm
Forum: Others
Topic: Animation (animate) in Beamer not working
Replies: 3
Views: 26823

Animation (animate) in Beamer not working

Hey Stefan,
I'm from Germany too.
Is there any good German forum to use?
I'm still new to LaTeX and my English isn't that good.

I fixed the issue by placing the pictures all in one row, which is much better for the audience.

But thanks for the answer and for advising me to send the .tex and .pdf ...
by TimeMen
Sun May 06, 2018 12:01 pm
Forum: Others
Topic: Animation (animate) in Beamer not working
Replies: 3
Views: 26823

Animation (animate) in Beamer not working

Hey there,
wanna use animate in beamer to show my audience an animation about kochs' snowflace.
Have splitted the .gif file into 7 .png files and tried to include them with the following line:

\usepackage{animate}
...
\animategraphics[loop,autoplay,scale=0.5]{1}{Koch-}{0}{6}
After a quick ...