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

Make each pnote a paragraph in the beamer-notes #5

Closed
wants to merge 1 commit into from

Conversation

MaPePeR
Copy link

@MaPePeR MaPePeR commented Jan 21, 2014

No description provided.

@cebe
Copy link
Owner

cebe commented Jan 21, 2014

why? :) can you explain why you made this change?

@MaPePeR
Copy link
Author

MaPePeR commented Jan 21, 2014

Because when i use

\usepackage{pgfpages}
\setbeameroption{show notes on second screen}

and

\pnote{Line 1}
\pnote{Line 2}

All my notes end up in one line/paragraph on the 'second screen slide'.

@cebe
Copy link
Owner

cebe commented Jan 21, 2014

Okay, but when you use

\note{Line 1}
\note{Line 2}

it is fine?
If not you might need to add a newline between notes.

@ghost ghost assigned cebe Jan 21, 2014
@MaPePeR
Copy link
Author

MaPePeR commented Jan 21, 2014

No, when using the normal \note i need to write

\note{Line1\\}
\note{Line2}

But this does not work very well for pnotes (without using the sed-script).
When \pnote creates a paragraph (in the \note) the look of the notes-slide is more consistent with the pdfpc-note file.

@cebe
Copy link
Owner

cebe commented Jan 21, 2014

Note that \\(newline) is different from \par(paragraph). In general I'd like to keep the \pnote command to do nothing different than \note but safe the notes.

Can you try if

\pnote{Line 1}\\
\pnote{Line 2}

or

\pnote{Line 1}

\pnote{Line 2}

solves your issue?

Maybe even this works?

\pnote{Line 1

}
\pnote{Line 2}

whats the reason for having two different notes in one frame in general?

@MaPePeR
Copy link
Author

MaPePeR commented Jan 21, 2014

Number 1 does not compile, because 'there is no line to end here'. (That's the reason i used \par instead of \\)
Number 2 does not do anything.
Number 3 does create a paragraph on the beamer-note-slide. (Like \par)

I use several \pnote commands as a workaround for #2.
Code:

\pnote{Line1}%this linebreak is not needed
\pnote{Line2}

Generated pdfpc-notes:

Line1
Line2

Generated beamer-note-slide without this pull request:

Line1 Line2

With this pull request:

Line1
Line2

@cebe
Copy link
Owner

cebe commented May 18, 2014

closing this as pnote is intended to work exactly like note. you have to use the sed script for useful output of pnote notes anyway.

@cebe cebe closed this May 18, 2014
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

Successfully merging this pull request may close these issues.

2 participants