Re: [racket-users] Re: Using Scribble for Course Notes?

2020-12-08 Thread Enrique Comer
Hi Dave: The use of the scribble-math package is great for the kind of documents that you plan to write in Scribble. For embeddings I use the excellent package from Shriram, to include Google Forms and YouTube videos. You can check the link:  https://github.com/shriram/scribble-embedding. Cong

Re: [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 Enrique Comer
Thank you Sorawee and Yury, for the references and alternatives. The  https://cryptpad.fr , looks particularly promising option. Some background: I'm looking for a way to share code (mainly) in .rkt and/or .scrbl files in order to share with students of some of my courses. The code is not yet r

[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-users] Hi Racket Users: is there a possibility to add the Scribble PDF button under Windows?

2018-08-21 Thread Enrique Comer
Hi Racket users friends: Is there a possibility to add the Scribble PDF button under Windows, for the #lang scribble/manual? The current implementation only generates the Scribble HTML button. It would be nice, for example to use Preferences to choose which render to use. Thank you very much

[racket-users] Hi Racket Users: is there some example of Scribble manual with multi-page and search window?

2015-09-22 Thread comer
expertise. 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. For more options, visit https:/

[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] Auto Response

2014-10-20 Thread enrique comer
Gracias por su correo.  Este es solo un acuse de recibo. Que disfruten sus estudios e investigaciones. At³. ECB Racket Users list: http://lists.racket-lang.org/users

[racket] [->] How to render math formulas with LaTeX under Scribble [solved]

2014-08-27 Thread Enrique Comer
Hi Jens Axel: Really thank you very much. It work exactly as you said. Now I applied racket-poppler under scribble/manual with the following code, as a test: #lang scribble/manual @(require racket-poppler/render-tex pict) @(latex-path   (case (system-type)    [(macosx) "/usr/local/texlive/2013/

[racket] Auto Response

2014-08-26 Thread enrique comer
Gracias por su correo. Este es solo un acuse de recibo.Si procede, se enviara respuesta adicional. Que disfruten sus estudios e investigaciones. Racket Users list: http://lists.racket-lang.org/users

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

2014-08-26 Thread Enrique Comer
Hi Prof. Jens Axel: Under Windows 7 (32 bits) I installed again the racket-poppler package, for the current Racket snapshot version. Then I run the following shorter program #lang racket (require racket-poppler/render-tex) And the result of running that code was: ffi-lib: couldn't open "C:\\Pr

[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