-
Notifications
You must be signed in to change notification settings - Fork 0
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
Basic objects report (part II) ... OK #6
Comments
In which way do these fail for you? (On my system they "work", they are just very slow (~30 seconds each) and they somehow break the linearc example (not quite sure yet how this can happen).) |
Ohh...I really didn't wait that long :) ...it just kept waiting and didn't finish. |
Not the slow performance, but the weird "affects future drawing commands" issue with the penrose fillstyle can be reproduced even without LuaTeX with
I'll add a workaround, but I guess a proper fix should come from upstream. (Update: Herbert agreed that this should be fixed in pstricks directly) |
That's great!!! (recent update modifies the font for
It does compile (with the wrong image of course), but the text on page 5 is no longer selectable (at least not with evince/atril). Separate question, can you explain me what is the role of these two lines (I have seen them in several codes in the TeXSX chat). \RequirePackage{pdfmanagement-testphase}
\DeclareDocumentMetadata{uncompress} I know it creates a non-compressed pdf, but what's the use of that? (I've never been able to look inside the structure of a PDF, other than using Acrobat DC pro to see something). |
As a typical user you shouldn't need this, it's mostly necessary when you write code which generates PDF literals and you need to find errors with them (or just want to see the context they appear in). E.g. More generally useful, you can use the two lines without specifying
This provides package authors a new unified interface to add some stuff to PDF files which is used e.g. by |
Thank you very much for the explanation! |
I have updated the example file by adding Question, why does the layout of the images on the pages change when using |
The "colors available" table places the color name purple in a column of type |
With today's update works OK |
I am pleased to be able to present this second file, testing the parameters that (basic) using it, compiles without problems.
The text was updated successfully, but these errors were encountered: