Skip to content
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

Beamer: [fragile] in frames started by horizontal rule #649

Closed
lqhl opened this issue Oct 30, 2012 · 3 comments
Closed

Beamer: [fragile] in frames started by horizontal rule #649

lqhl opened this issue Oct 30, 2012 · 3 comments

Comments

@lqhl
Copy link

lqhl commented Oct 30, 2012

When I use a horizontal rule to start a new frame,
Pandoc makes the frame fragile.
I think it is not for the standard slide according to #385.

@jgm
Copy link
Owner

jgm commented Nov 1, 2012

Either you are using an old version of pandoc (in which case,
upgrade), or you have code on the slide, in which
case it needs to be fragile, or verbatim will break...

+++ Qin Liu [Oct 30 12 07:08 ]:

When I use a horizontal rule to start a new frame,
Pandoc makes the frame fragile.
I think it is not for the standard slide according to [1]#385.

--
Reply to this email directly or [2]view it on GitHub.
[xJAuenYDiIoVt3LF3y6848DAslDCyjnQ6q-QyN4VMN9qwFszzF-KgkCgbhJNsK1H.gif]

References

  1. Beamer: [fragile] by default disables global defaults #385
  2. Beamer: [fragile] in frames started by horizontal rule #649

@lqhl
Copy link
Author

lqhl commented Nov 1, 2012

Oh, I use backticks to get inline verbatims. It is
converted to \texttt{..} in latex.
I think [fragile] is not necessary in this case?

On Thu, Nov 1, 2012 at 12:32 PM, John MacFarlane
notifications@github.comwrote:

Either you are using an old version of pandoc (in which case,
upgrade), or you have code on the slide, in which
case it needs to be fragile, or verbatim will break...

+++ Qin Liu [Oct 30 12 07:08 ]:

When I use a horizontal rule to start a new frame,
Pandoc makes the frame fragile.
I think it is not for the standard slide according to [1]#385.

Reply to this email directly or [2]view it on GitHub.
[xJAuenYDiIoVt3LF3y6848DAslDCyjnQ6q-QyN4VMN9qwFszzF-KgkCgbhJNsK1H.gif]

References

  1. Beamer: [fragile] by default disables global defaults #385
  2. Beamer: [fragile] in frames started by horizontal rule #649


Reply to this email directly or view it on GitHubhttps://github.com//issues/649#issuecomment-9970755.

Qin Liu (劉勤)
Department of Computer Science & Engineering,
The Chinese University of Hong Kong

http://www.cse.cuhk.edu.hk/~qliu

@jgm
Copy link
Owner

jgm commented Nov 4, 2012

I think it may still be necessary when using listings. However, I can check for listings and disable the [fragile] when it isn't being used.

@jgm jgm closed this as completed in a2cb536 Nov 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants