Are package animate and beamer still compatible? [closed]
A minimal example below
documentclass{beamer}
usepackage{animate}
begin{document}
frame{
Hello, world.
}
end{document}
Gives me:
! Undefined control sequence.
<argument> ...g_pbs_bop_seq {##1}}box_use_drop:N
@outputbox hbox_overlap_...
l.7 }
beamer animate
closed as off-topic by samcarter, AlexG, Zarko, jfbu, Phelype Oleinik Jan 14 at 11:25
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 3 more comments
A minimal example below
documentclass{beamer}
usepackage{animate}
begin{document}
frame{
Hello, world.
}
end{document}
Gives me:
! Undefined control sequence.
<argument> ...g_pbs_bop_seq {##1}}box_use_drop:N
@outputbox hbox_overlap_...
l.7 }
beamer animate
closed as off-topic by samcarter, AlexG, Zarko, jfbu, Phelype Oleinik Jan 14 at 11:25
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
4
That error suggests yourexpl3
version doesn't matchanimate
: what TeX system do you have?
– Joseph Wright♦
Jan 13 at 9:56
3
update your TeX system and try a again
– Herbert
Jan 13 at 9:56
4
The example compiles without error for me. What versions ofbeamer
,animate
andexpl3
are you using? I havebeamer 2018/12/02 v3.55
,animate.sty 2018/12/19
andexpl3.sty 2019-01-01
. You can find out your package versions easily if you addlistfiles
to the start of your MWE file, the versions will then be listed in a convenient table in the.log
file.
– moewe
Jan 13 at 9:56
4
animate
depends onexpl3
viapdfbase.sty
contained inmedia9
. A full package update of the TeX distribution should fix everything.
– AlexG
Jan 13 at 11:07
4
I'm voting to close this question as solved by update
– samcarter
Jan 14 at 11:04
|
show 3 more comments
A minimal example below
documentclass{beamer}
usepackage{animate}
begin{document}
frame{
Hello, world.
}
end{document}
Gives me:
! Undefined control sequence.
<argument> ...g_pbs_bop_seq {##1}}box_use_drop:N
@outputbox hbox_overlap_...
l.7 }
beamer animate
A minimal example below
documentclass{beamer}
usepackage{animate}
begin{document}
frame{
Hello, world.
}
end{document}
Gives me:
! Undefined control sequence.
<argument> ...g_pbs_bop_seq {##1}}box_use_drop:N
@outputbox hbox_overlap_...
l.7 }
beamer animate
beamer animate
asked Jan 13 at 9:48
ArnaudArnaud
1163
1163
closed as off-topic by samcarter, AlexG, Zarko, jfbu, Phelype Oleinik Jan 14 at 11:25
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by samcarter, AlexG, Zarko, jfbu, Phelype Oleinik Jan 14 at 11:25
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
4
That error suggests yourexpl3
version doesn't matchanimate
: what TeX system do you have?
– Joseph Wright♦
Jan 13 at 9:56
3
update your TeX system and try a again
– Herbert
Jan 13 at 9:56
4
The example compiles without error for me. What versions ofbeamer
,animate
andexpl3
are you using? I havebeamer 2018/12/02 v3.55
,animate.sty 2018/12/19
andexpl3.sty 2019-01-01
. You can find out your package versions easily if you addlistfiles
to the start of your MWE file, the versions will then be listed in a convenient table in the.log
file.
– moewe
Jan 13 at 9:56
4
animate
depends onexpl3
viapdfbase.sty
contained inmedia9
. A full package update of the TeX distribution should fix everything.
– AlexG
Jan 13 at 11:07
4
I'm voting to close this question as solved by update
– samcarter
Jan 14 at 11:04
|
show 3 more comments
4
That error suggests yourexpl3
version doesn't matchanimate
: what TeX system do you have?
– Joseph Wright♦
Jan 13 at 9:56
3
update your TeX system and try a again
– Herbert
Jan 13 at 9:56
4
The example compiles without error for me. What versions ofbeamer
,animate
andexpl3
are you using? I havebeamer 2018/12/02 v3.55
,animate.sty 2018/12/19
andexpl3.sty 2019-01-01
. You can find out your package versions easily if you addlistfiles
to the start of your MWE file, the versions will then be listed in a convenient table in the.log
file.
– moewe
Jan 13 at 9:56
4
animate
depends onexpl3
viapdfbase.sty
contained inmedia9
. A full package update of the TeX distribution should fix everything.
– AlexG
Jan 13 at 11:07
4
I'm voting to close this question as solved by update
– samcarter
Jan 14 at 11:04
4
4
That error suggests your
expl3
version doesn't match animate
: what TeX system do you have?– Joseph Wright♦
Jan 13 at 9:56
That error suggests your
expl3
version doesn't match animate
: what TeX system do you have?– Joseph Wright♦
Jan 13 at 9:56
3
3
update your TeX system and try a again
– Herbert
Jan 13 at 9:56
update your TeX system and try a again
– Herbert
Jan 13 at 9:56
4
4
The example compiles without error for me. What versions of
beamer
, animate
and expl3
are you using? I have beamer 2018/12/02 v3.55
, animate.sty 2018/12/19
and expl3.sty 2019-01-01
. You can find out your package versions easily if you add listfiles
to the start of your MWE file, the versions will then be listed in a convenient table in the .log
file.– moewe
Jan 13 at 9:56
The example compiles without error for me. What versions of
beamer
, animate
and expl3
are you using? I have beamer 2018/12/02 v3.55
, animate.sty 2018/12/19
and expl3.sty 2019-01-01
. You can find out your package versions easily if you add listfiles
to the start of your MWE file, the versions will then be listed in a convenient table in the .log
file.– moewe
Jan 13 at 9:56
4
4
animate
depends on expl3
via pdfbase.sty
contained in media9
. A full package update of the TeX distribution should fix everything.– AlexG
Jan 13 at 11:07
animate
depends on expl3
via pdfbase.sty
contained in media9
. A full package update of the TeX distribution should fix everything.– AlexG
Jan 13 at 11:07
4
4
I'm voting to close this question as solved by update
– samcarter
Jan 14 at 11:04
I'm voting to close this question as solved by update
– samcarter
Jan 14 at 11:04
|
show 3 more comments
1 Answer
1
active
oldest
votes
Oops, the TeX distribution was not up to date. Updating it solved the problem, sorry for polluting StackExchange with my silly question.
New contributor
1
So, I think we can close this question. This is the standard procedure for problems that can be solved by package updates.
– AlexG
Jan 14 at 11:03
(Don't feel offended by the close reason in the box below the question. It was automatically generated.)
– AlexG
Jan 14 at 21:08
That's OK, my mistake
– Arnaud
Jan 15 at 12:18
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Oops, the TeX distribution was not up to date. Updating it solved the problem, sorry for polluting StackExchange with my silly question.
New contributor
1
So, I think we can close this question. This is the standard procedure for problems that can be solved by package updates.
– AlexG
Jan 14 at 11:03
(Don't feel offended by the close reason in the box below the question. It was automatically generated.)
– AlexG
Jan 14 at 21:08
That's OK, my mistake
– Arnaud
Jan 15 at 12:18
add a comment |
Oops, the TeX distribution was not up to date. Updating it solved the problem, sorry for polluting StackExchange with my silly question.
New contributor
1
So, I think we can close this question. This is the standard procedure for problems that can be solved by package updates.
– AlexG
Jan 14 at 11:03
(Don't feel offended by the close reason in the box below the question. It was automatically generated.)
– AlexG
Jan 14 at 21:08
That's OK, my mistake
– Arnaud
Jan 15 at 12:18
add a comment |
Oops, the TeX distribution was not up to date. Updating it solved the problem, sorry for polluting StackExchange with my silly question.
New contributor
Oops, the TeX distribution was not up to date. Updating it solved the problem, sorry for polluting StackExchange with my silly question.
New contributor
New contributor
answered Jan 14 at 11:01
ArnaudArnaud
1163
1163
New contributor
New contributor
1
So, I think we can close this question. This is the standard procedure for problems that can be solved by package updates.
– AlexG
Jan 14 at 11:03
(Don't feel offended by the close reason in the box below the question. It was automatically generated.)
– AlexG
Jan 14 at 21:08
That's OK, my mistake
– Arnaud
Jan 15 at 12:18
add a comment |
1
So, I think we can close this question. This is the standard procedure for problems that can be solved by package updates.
– AlexG
Jan 14 at 11:03
(Don't feel offended by the close reason in the box below the question. It was automatically generated.)
– AlexG
Jan 14 at 21:08
That's OK, my mistake
– Arnaud
Jan 15 at 12:18
1
1
So, I think we can close this question. This is the standard procedure for problems that can be solved by package updates.
– AlexG
Jan 14 at 11:03
So, I think we can close this question. This is the standard procedure for problems that can be solved by package updates.
– AlexG
Jan 14 at 11:03
(Don't feel offended by the close reason in the box below the question. It was automatically generated.)
– AlexG
Jan 14 at 21:08
(Don't feel offended by the close reason in the box below the question. It was automatically generated.)
– AlexG
Jan 14 at 21:08
That's OK, my mistake
– Arnaud
Jan 15 at 12:18
That's OK, my mistake
– Arnaud
Jan 15 at 12:18
add a comment |
4
That error suggests your
expl3
version doesn't matchanimate
: what TeX system do you have?– Joseph Wright♦
Jan 13 at 9:56
3
update your TeX system and try a again
– Herbert
Jan 13 at 9:56
4
The example compiles without error for me. What versions of
beamer
,animate
andexpl3
are you using? I havebeamer 2018/12/02 v3.55
,animate.sty 2018/12/19
andexpl3.sty 2019-01-01
. You can find out your package versions easily if you addlistfiles
to the start of your MWE file, the versions will then be listed in a convenient table in the.log
file.– moewe
Jan 13 at 9:56
4
animate
depends onexpl3
viapdfbase.sty
contained inmedia9
. A full package update of the TeX distribution should fix everything.– AlexG
Jan 13 at 11:07
4
I'm voting to close this question as solved by update
– samcarter
Jan 14 at 11:04