[racket-users] Is there a way to open (and just view) a Racket file (e. g. .rkt or .scrbl extensions) from Google Drive?

2020-07-07 Thread E Comer
Keep Safe. E. Comer (P.S. Thank you for the outstanding Racket related tools: DrRacket is great, particularly in conjunction with Scribble). -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiv

[racket-users] embedding Google Forms/YouTube/… in Scribble

2020-03-24 Thread E Comer
health for you all. Sincerely, E. Comer -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this dis

Re: [racket-users] Question regarding use of Scribble PDF button (and scribble-math) under Windows

2019-11-26 Thread E Comer
ate latex-prefix.rkt in a more practical way, in order to include \\usepackage{amsmath}, considering that there is no direct relation with the string named: **unicode-encoding-packages. Thanks again for your support.* *Sincerely, E. Comer* On Tuesday, November 26, 2019 at 4:25:56 AM UTC-8, Jens Axe

Re: [racket-users] Question regarding use of Scribble PDF button (and scribble-math) under Windows

2019-11-25 Thread E Comer
On Monday, November 25, 2019 at 4:28:58 PM UTC-8, Jens Axel Søgaard wrote: > > Den tir. 26. nov. 2019 kl. 01.18 skrev E Comer >: > >> Hi Racket friends: >> >> The running of the following code produce an error under Windows, when I >> try to generate a PD

[racket-users] Question regarding use of Scribble PDF button (and scribble-math) under Windows

2019-11-25 Thread E Comer
}{2}}*, then there is no error. I'm using MiKTeX 2.9. *Thank you very much in advance for any help concerning this issue*. Congratulations also for all the excellent work. Sincerely, E. Comer -- You received this message because you are subscribed to the Google Groups "Racket Us

[racket] About rendering to PDF under Scribble but from DrRacket IDE

2015-01-20 Thread E Comer
Hi friends: Could someone share a basic example of how to render to PDF a document under Scribble, but not using the command line, but from a program under DrRacket IDE? Thank you very much in advance for your support, and congratulations to the Scribble designers: its really a great environment

[racket] How to display math formulas using LaTeX in Scribble?

2014-08-23 Thread E Comer
Hi dear friends: What is the recommended way to display math formulas using LaTeX in Scribble? After installing the racket-poppler package under Windows, I try: #lang slideshow (require racket-poppler/render-tex) (latex-path "C:/Program Files/MiKTeX 2.9             /miktex/bin/pdflatex") (defin

Re: [racket] How to call a Julia function from DrRacket?

2014-01-31 Thread E Comer
s like Julia doesn't provide a foreign interface (e.g., to call > Julia from C). So, I think that you'll have to run Julia in a separate > process via `process` or `subprocess` and communicate with the process > through stdin and stdout. > > At Wed, 29 Jan 2014 16:58:29 -

[racket] How to call a Julia function from DrRacket?

2014-01-30 Thread E Comer
Hi Racket developers, programmers and users: Is there a way to call a Julia function from DrRacket? [I'm trying to integrate the number crunching capabilities of Julia with the nice graphics of the Plot module in Racket, to study some properties of particular dynamical systems] Thank you very m