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] 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] 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