-
Notifications
You must be signed in to change notification settings - Fork 6
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
raco setup fails #4
Comments
I have fixed the symptom: raco setup no longer complains there is a missing main.scrbl. There are some examples though: An example of rendering tex: Other: Wilbers documentation of the old api is here: |
2014-08-23 15:05 GMT+02:00 Matthias Felleisen notifications@github.com:
https://github.com/soegaard/racket-poppler/blob/master/test-render-tex.rkt /Jens Axel |
No. Here is the output: Language: racket. (Nothing urgent on my side. I use my own library for latexing inside of Scribble.) |
I got the same error that @mfelleisen was getting... |
I think I found the problem. The generated LaTeX has the following line:
However, this will not generate any page (see http://tex.stackexchange.com/questions/146511/using-usepackageactive-tightpagepreview-does-not-generate-any-page). Changing the line to
will generate the file properly, although I'm not sure if this is what you actually want or not. |
Hi @sorawee and @mfelleisen I have committed a fix. Note: I tested on a newly installed version of TexLive 2015 on OS X El Capitan.
|
The issue with empty PDFs still persists. Configuration: Windows 10, TeX Live 2022. |
That's surprising to me. I am using TexLive 2019 on my current system. What's the contents of the generated TeX file? |
After booting my Windows computer, I got the following working on Racket 8.4 and with TexLive 2020.
when you run into an empty pdf. If Finally, if you are using DrRacket: convert the picts to bitmap to see them in the repl.
|
This works indeed, and produces the following tex:
This:
As I understood after some investigation, TeX package P.S. Obviously at certain point |
I tried to install your package and got this:
% raco pkg install racket-poppler
.....
.....
raco setup: 0 running: /racket-poppler/racket-poppler/main.scrbl
default-load-handler: cannot open module file
module path: (lib "main.scrbl" "racket-poppler")
path: /Users/matthias/plt/racket/share/pkgs/racket-poppler/racket-poppler/main.scrbl
system error: No such file or directory; errno=2
context...:
standard-module-name-resolver
/Users/matthias/plt/pkgs/racket-pkgs/racket-index/setup/scribble.rkt:895:0: load-doc/ensure-prefix
/Users/matthias/plt/pkgs/racket-pkgs/racket-index/setup/scribble.rkt:1146:13
/Users/matthias/plt/racket/collects/setup/parallel-do.rkt:420:20: loop
raco setup: --- installing collections ---
I am on Mac OS X 10.7+++. Let me know whether you need anything else.
The text was updated successfully, but these errors were encountered: