-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\pause inside an inline escape produces unexpected extra slides without the pause when breaklines=true #260
Comments
It might be possible to get this to work, but at the moment the only thing I can think of is trying to redefine |
Please do. I don't really particularly need the combination, I just ran into this because I defined |
@alexeyr As a manual workaround you could use
|
The underneath operations of For the example given in this issue, that means to use (oh @samcarter has commented with the same info) |
@muzimuzhi I wanted to comment earlier, but I could not get the code to work because of the escape inside problem. Thanks to your workaround |
And, to markup single backtick character as code span, you can use double backticks as delimiter
Output: See the Github Flavored Markdown Spec, sec. 6.3. PS: You can use other escape delimiter, for example |
@muzimuzhi Oh wow! Thanks a lot for this information! |
with command
pdflatex.exe -shell-escape -synctex=1 -interaction=nonstopmode filename.tex
produces two unnumbered slides with the full contents (as if it didn't have
\pause
) before the expected slides with pauses, which are numbered; removingbreaklines=true
fixes the problem.The text was updated successfully, but these errors were encountered: