Search found 4 matches

by FliegenderZirkus
Sat Jun 29, 2013 9:25 pm
Forum: Graphics, Figures & Tables
Topic: Flickering Mouse Cursor in Fullscreen during Animations
Replies: 4
Views: 5578

Flickering Mouse Cursor in Fullscreen during Animations

And you are sure that this problem is related to LaTeX and not to the used viewer?

You are right, even the example animations in the manual exhibit this cursor-flikering behaviour in full-screen, so there is probably nothing I can improve about my LaTeX code. :(

The package is specifically ...
by FliegenderZirkus
Fri Jun 28, 2013 10:42 am
Forum: Graphics, Figures & Tables
Topic: Flickering Mouse Cursor in Fullscreen during Animations
Replies: 4
Views: 5578

Flickering Mouse Cursor in Fullscreen during Animations

Hello everyone,

I have created the following presentation (file size 4.5MB) :

http://www.cirkus.tode.cz/wp-content/uploads/BP_Prezentace_Kolda.pdf

On slides 8, 14 and 15 there are animations created by the animate package, e.g. like this.
\animategraphics[scale=0.8, loop, controls, buttonsize ...
by FliegenderZirkus
Wed Jun 05, 2013 1:51 pm
Forum: Math & Science
Topic: Column Vector in Array too wide
Replies: 2
Views: 7555

Re: Column Vector in Array too wide

I see, both solutions offer just what I need, thank you. Next time I'll try to look for existing answers better!
by FliegenderZirkus
Wed Jun 05, 2013 11:30 am
Forum: Math & Science
Topic: Column Vector in Array too wide
Replies: 2
Views: 7555

Column Vector in Array too wide

Hello community,

I am trying to obtain a column vector with left aligned elements.
\left\{\begin{array}{l}
x_{abc}\\
y_d
\end{array}\right\}

\begin{Bmatrix}
x_{abc}\\
y_d
\end{Bmatrix}
I would like to either
get rid of the white space in the array solution or
left align the Bmatrix ...