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

Code Listings in PDF broken #55

Closed
ChristianSauer opened this issue Oct 31, 2017 · 5 comments
Closed

Code Listings in PDF broken #55

ChristianSauer opened this issue Oct 31, 2017 · 5 comments

Comments

@ChristianSauer
Copy link

When copy-pasting code from the PDF, most examples are broken.
For example Listing 2.4 becomes this:

var s t o r e = new DocumentStore
{
Urls = { ” http :// l o c a l h o s t :8080” } ,
Database = ” Tasks ”
} ;
s t o r e . I n i t i a l i z e ( ) ;

@ayende
Copy link
Member

ayende commented Oct 31, 2017

How did you get this? Using the latest version, and in Acrobat Reader, I'm able to properly copy/paste.

@ChristianSauer
Copy link
Author

ChristianSauer commented Oct 31, 2017 via email

@ayende
Copy link
Member

ayende commented Oct 31, 2017

Okay, managed to reproduced this in 4.6 release, doesn't happen on the current build.
I'll make a release once I'm done with chapter 9 that would resolve this.

@ChristianSauer
Copy link
Author

ChristianSauer commented Nov 1, 2017

Thx!

@ayende
Copy link
Member

ayende commented Nov 2, 2017

A new release was made, this should fix the issue
This also has much of the book actually professionally edited, so you might want to read back, it should make more sense now :-)

@ayende ayende closed this as completed Nov 2, 2017
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