I think TexLive 2012 is also still available. I find it easy to switch
between distributions too (on a mac). But it is a big download.
Robby
On Wed, Mar 12, 2014 at 9:01 PM, Neil Toronto wrote:
> You could in principle get the latest version of stabular from CTAN. I
> reported the TexLive incom
You could in principle get the latest version of stabular from CTAN. I
reported the TexLive incompatibility to the author and he has ostensibly
fixed it. (I haven't tested it.)
Neil ⊥
On 03/12/2014 07:56 PM, Eric Tanter wrote:
Thanks all, it's effectively a problem with stabular. (TexLive 201
Thanks all, it's effectively a problem with stabular. (TexLive 2013)
For now a fix "good enough" was to change \begin{stabular} with
\begin{tabular}.
Since it's not critical at this point, I'll wait until the workaround Robby
mentions ships into the main distrib.
Cheers,
-- Éric
On Mar 11,
cool, thanks for the note.
i wish i were filthy rich and could throw money at people to
"productize" these wonderful efforts. :-)
Racket Users list:
http://lists.racket-lang.org/users
Typed Racket doesn't have anything like linear types. There has been
some work on affine contracts in Racket, by Jesse Tov, you can find
the library and paper here:
http://www.eecs.harvard.edu/~tov/pubs/affine-contracts/
Sam
On Wed, Mar 12, 2014 at 7:00 PM, Raoul Duke wrote:
> (i bing'd but did
(i bing'd but didn't hit anything)
any experiments with doing "advanced" typing?
Racket Users list:
http://lists.racket-lang.org/users
>"ST" == Sam Tobin-Hochstadt writes:
ST> You mean that they display over the text, right?
Exactly
ST> > - Explain overlays the first line of the example-code
ST> This only happens when the first line also has a comment, right?
Yep, happens for comments and also "#lang web-server/insta"
--
See
http://docs.racket-lang.org/scribble/manual.html
Probably, you need to change "foo.scrbl" to start `#lang scribble/manual`,
but using `manual-doc-style` is also an option.
When a document is rendered via the `scribblings` field in "info.rkt",
`raco setup` effectively adds `manual-doc-style`
The new download pages include a 64-bit Debian Squeeze installer for v6.0.
At Mon, 10 Mar 2014 07:10:50 +0100, Manfred Lotz wrote:
> John Clements asked about a Debian version the other day. Robby Findler
> pointed him to: http://plt.eecs.northwestern.edu/snapshots/
>
> I suggest downloading the
Maybe change "Draw more pictures" to "Begin by drawing pictures"?
(I suspect many people will jump quickly to that paragraph, and "Draw
more pictures" is not only a little confusing, but that toy-looking
tutorial will be a letdown for a lot of people. I say "Begin" both to
introduce the parag
Everything looks great, good job.
It would be fantastic if there was a link somewhere in the docs pages (on each
page?) that allowed you to download PDF versions. Either that or have different
CSS for printing that used as much of the page as possible.
Thanks and regards,
--
Gonzalo Diethelm
On Wed, Mar 12, 2014 at 5:31 PM, gonzalo diethelm wrote:
> It would be fantastic if there was a link somewhere in the docs pages (on
> each page?) that allowed you to download PDF versions. Either that or have
> different CSS for printing that used as much of the page as possible.
There are PD
On Wed, Mar 12, 2014 at 4:59 PM, Helmut Dobretzberger
wrote:
Can you say a little more about what happens on each of these?
> A few errors I get on visiting the page on small devices:
> - The "<" and ">" to switch between the examples overlays "Start quickly"
You mean that they display over the
Nice new web page!
A few errors I get on visiting the page on small devices:
- The "<" and ">" to switch between the examples overlays "Start quickly"
- Explain overlays the first line of the example-code
- Clicking on "explain" also doesn't show the explanation
--
Heli
Hi all,
I recently installed DrRacket 6.0, and I am now doing some scribbling work.
However when I run scribble --html foo.scrbl I am getting the old css
instead of the newest one...
More strangely, when I install a package the documentation is "scribbled",
and the resulting files use the new sty
The new pages are very nice - congratulations and thanks to all involved!
Dave
Racket Users list:
http://lists.racket-lang.org/users
Very nice! Very clear to read while sufficiently compact.
(Just spotted a missing "." at the end of the second sentence of "Grow your
Program", and also in the first bullet of the "PLAI" section)
Laurent
On Wed, Mar 12, 2014 at 3:01 PM, Sam Tobin-Hochstadt
wrote:
> Racket now has a new look for
The new Web site design looks great.
Neil V.
Racket Users list:
http://lists.racket-lang.org/users
Thanks Matt.
I am up and running.
-Joe
On Sun, Mar 9, 2014 at 7:23 PM, Matthew Flatt wrote:
> At Wed, 5 Mar 2014 16:31:39 -0800, Joe Gilray wrote:
> > I've used dherman's memoize for years. To use it I added:
> >
> > (require (planet dherman/memoize:3:1))
> >
> > and changed "define" to "def
ELS'14 - 7th European Lisp Symposium
IRCAM, Paris, France
May 5-6, 2014
http://www.european-lisp-symposium.org/
Sponsored by IRCAM, CNRS, UPMC, EPITA, LispWorks, Franz Inc.
Latest News:
* SUBMISSION DEA
Great. I'll be running the normal tests and pushing it.
On Tue, Mar 11, 2014 at 10:45 AM, Guillaume Coré wrote:
> That works with both varnish and nginx!
>
> Guillaume
>
> On 03/11/2014 12:38 PM, Jay McCarthy wrote:
>> I agree with your interpretation of the spec Greg.
>>
>> Guillaume, would it b
Racket now has a new look for its web presence. You can see it at
http://racket-lang.org (modulo DNS propagation).
The new pages improve on the old in several ways:
* More information is now on the front page.
* The site works much better small devices, such as phones.
* It's easier to find im
You could use SRFI 19, but it is also somewhat low-level.
On Tue, 11 Mar 2014 16:32:18 -0300
Ismael Figueroa wrote:
> Working with a custom handin-server, I have a date value which
> represents a deadline, but I also want to allow late submission up to
> 3 days later than that (well, an arbitra
Hi,
R5RS "4.1.2 Literal expressions" says:
As noted in section 3.4, it is an error to alter a constant (i.e. the value of
a literal expression)
using a mutation procedure like set-car! or string-set!.
I test the expression (set-car! '(1 2 3) 4) is ok in several implementations
include DrSchem
24 matches
Mail list logo