Stephen De Gabrielle writes:
> You can use the FFI to pull in more Gtk, Win32, or Cocoa widgets
> on the
> corresponding platform. The `get-handle' and `get-client-handle'
> methods of a `window<%>' provide access to the underlying GUI
> toolkit's
> object, which lets you
> thoroughly enough and didn't realize it does not work outside its own module.
> I've since fixed this and added the documentation in markdown format
> (Scribble does some weird extra ```racket additions with markdown that I had
> to manually remove, too. Dunno what that's about).
I'm sorry, t
i have a working cgi script in racket which accesses a sqlite3 db:
#lang racket
(require net/cgi)
(require db/base db/sqlite3)
(define cn (sqlite3-connect #:database "tmp.db"))
; (query-rows cn "select nm from tbl")
(query-exec cn "insert into tbl (nm) values ('hello')")
if i do the:
Thanks, unnumbered will be good enough for now.
On Wed, Mar 27, 2013 at 9:03 AM, Sam Tobin-Hochstadt wrote:
> For this, I've just used explicit escapes to Latex. You'd probably
> need to explicitly escape the section references as well.
>
> Sam
>
> On Tue, Mar 26, 2013 at 5:17 PM, Joe Gibbs Pol
For this, I've just used explicit escapes to Latex. You'd probably
need to explicitly escape the section references as well.
Sam
On Tue, Mar 26, 2013 at 5:17 PM, Joe Gibbs Politz wrote:
> Hi!
>
> Is there an easy way to add a latex-style appendix in scribble? I'm writing
> in scribble/sigplan
Hi,
(Comments/questions below)
On Monday, 25 March 2013, Matthew Flatt wrote:
> At Sun, 24 Mar 2013 21:21:28 -0700, Дмитрий Шевелёв wrote:
> > 1. In the library are very few widgets. Is there more widgets?
>
> The `mrlib' libraries provide a few more, including the `hierlist%'
> widget for hierar
At Tue, 26 Mar 2013 17:17:51 -0400, Joe Gibbs Politz wrote:
> Is there an easy way to add a latex-style appendix in scribble? I'm
> writing in scribble/sigplan and don't see any obvious appendix options
> searching the docs.
>
> I can just put a section after the bibliography, but it gets numbere
7 matches
Mail list logo