pause does not work in a customized document class (using beamer) [on hold]
up vote
1
down vote
favorite
I've written my own class file from beamer to avoid repeating all the preamble I'm used to use. Nothing complicated.
I'm facing a (simple) issue : the pause
command does not work.
Here is a MWE
documentclass{perso}
begin{document}
begin{frame}{Title}
blablabla
pause
blablabla
end{frame}
end{document}
with the MWE of the perso class
NeedsTeXFormat{LaTeX2e}[1995/12/01]%
ProvidesClass{perso}[2018/06/19 Mise en forme des diapositives 2018]
LoadClass{beamer}
RequirePackage{multirow}
beamer overlays documentclass-writing
put on hold as unclear what you're asking by samcarter, Stefan Pinnow, Kurt, TeXnician, Phelype Oleinik yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
1
down vote
favorite
I've written my own class file from beamer to avoid repeating all the preamble I'm used to use. Nothing complicated.
I'm facing a (simple) issue : the pause
command does not work.
Here is a MWE
documentclass{perso}
begin{document}
begin{frame}{Title}
blablabla
pause
blablabla
end{frame}
end{document}
with the MWE of the perso class
NeedsTeXFormat{LaTeX2e}[1995/12/01]%
ProvidesClass{perso}[2018/06/19 Mise en forme des diapositives 2018]
LoadClass{beamer}
RequirePackage{multirow}
beamer overlays documentclass-writing
put on hold as unclear what you're asking by samcarter, Stefan Pinnow, Kurt, TeXnician, Phelype Oleinik yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
As things are, your example throws critical errors. It does seem though you forgot to rename the class internally. TryProvidesClass{perso}
instead. It does work here with it.
– gusbrs
2 days ago
of course, essai_classe is the real name I use. but it still does not work. I modified the typp
– Guillaume
2 days ago
1
I have no problem here.pause
does what it should do: waiting forEnter
. Up-to-date TL2018. What viewer are you using?
– Herbert
2 days ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I've written my own class file from beamer to avoid repeating all the preamble I'm used to use. Nothing complicated.
I'm facing a (simple) issue : the pause
command does not work.
Here is a MWE
documentclass{perso}
begin{document}
begin{frame}{Title}
blablabla
pause
blablabla
end{frame}
end{document}
with the MWE of the perso class
NeedsTeXFormat{LaTeX2e}[1995/12/01]%
ProvidesClass{perso}[2018/06/19 Mise en forme des diapositives 2018]
LoadClass{beamer}
RequirePackage{multirow}
beamer overlays documentclass-writing
I've written my own class file from beamer to avoid repeating all the preamble I'm used to use. Nothing complicated.
I'm facing a (simple) issue : the pause
command does not work.
Here is a MWE
documentclass{perso}
begin{document}
begin{frame}{Title}
blablabla
pause
blablabla
end{frame}
end{document}
with the MWE of the perso class
NeedsTeXFormat{LaTeX2e}[1995/12/01]%
ProvidesClass{perso}[2018/06/19 Mise en forme des diapositives 2018]
LoadClass{beamer}
RequirePackage{multirow}
beamer overlays documentclass-writing
beamer overlays documentclass-writing
edited 2 days ago
asked 2 days ago
Guillaume
547
547
put on hold as unclear what you're asking by samcarter, Stefan Pinnow, Kurt, TeXnician, Phelype Oleinik yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by samcarter, Stefan Pinnow, Kurt, TeXnician, Phelype Oleinik yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
As things are, your example throws critical errors. It does seem though you forgot to rename the class internally. TryProvidesClass{perso}
instead. It does work here with it.
– gusbrs
2 days ago
of course, essai_classe is the real name I use. but it still does not work. I modified the typp
– Guillaume
2 days ago
1
I have no problem here.pause
does what it should do: waiting forEnter
. Up-to-date TL2018. What viewer are you using?
– Herbert
2 days ago
add a comment |
1
As things are, your example throws critical errors. It does seem though you forgot to rename the class internally. TryProvidesClass{perso}
instead. It does work here with it.
– gusbrs
2 days ago
of course, essai_classe is the real name I use. but it still does not work. I modified the typp
– Guillaume
2 days ago
1
I have no problem here.pause
does what it should do: waiting forEnter
. Up-to-date TL2018. What viewer are you using?
– Herbert
2 days ago
1
1
As things are, your example throws critical errors. It does seem though you forgot to rename the class internally. Try
ProvidesClass{perso}
instead. It does work here with it.– gusbrs
2 days ago
As things are, your example throws critical errors. It does seem though you forgot to rename the class internally. Try
ProvidesClass{perso}
instead. It does work here with it.– gusbrs
2 days ago
of course, essai_classe is the real name I use. but it still does not work. I modified the typp
– Guillaume
2 days ago
of course, essai_classe is the real name I use. but it still does not work. I modified the typp
– Guillaume
2 days ago
1
1
I have no problem here.
pause
does what it should do: waiting for Enter
. Up-to-date TL2018. What viewer are you using?– Herbert
2 days ago
I have no problem here.
pause
does what it should do: waiting for Enter
. Up-to-date TL2018. What viewer are you using?– Herbert
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
OK I misidentified the problem. My MWE works indeed.
My problem was when I use pause
and a textblock
environment...
I solved my problem including the textblock
inside an only<2->
macro.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
OK I misidentified the problem. My MWE works indeed.
My problem was when I use pause
and a textblock
environment...
I solved my problem including the textblock
inside an only<2->
macro.
add a comment |
up vote
0
down vote
OK I misidentified the problem. My MWE works indeed.
My problem was when I use pause
and a textblock
environment...
I solved my problem including the textblock
inside an only<2->
macro.
add a comment |
up vote
0
down vote
up vote
0
down vote
OK I misidentified the problem. My MWE works indeed.
My problem was when I use pause
and a textblock
environment...
I solved my problem including the textblock
inside an only<2->
macro.
OK I misidentified the problem. My MWE works indeed.
My problem was when I use pause
and a textblock
environment...
I solved my problem including the textblock
inside an only<2->
macro.
answered yesterday
Guillaume
547
547
add a comment |
add a comment |
1
As things are, your example throws critical errors. It does seem though you forgot to rename the class internally. Try
ProvidesClass{perso}
instead. It does work here with it.– gusbrs
2 days ago
of course, essai_classe is the real name I use. but it still does not work. I modified the typp
– Guillaume
2 days ago
1
I have no problem here.
pause
does what it should do: waiting forEnter
. Up-to-date TL2018. What viewer are you using?– Herbert
2 days ago