Oh sorry. What you have done is what I would do.
Robby
On Sun, Mar 5, 2017 at 9:58 AM David Van Horn wrote:
> That's what I'm doing.
>
> On Sun, Mar 5, 2017 at 10:48 AM, Robby Findler
> wrote:
> > Define two different commands at the latex level?
> >
> > Robby
> >
> > On Sun, Mar 5, 2017 at 9:
That's what I'm doing.
On Sun, Mar 5, 2017 at 10:48 AM, Robby Findler
wrote:
> Define two different commands at the latex level?
>
> Robby
>
> On Sun, Mar 5, 2017 at 9:39 AM David Van Horn wrote:
>>
>> I'm trying to make a wrapper for a latex command that has an optional
>> argument. My current
Define two different commands at the latex level?
Robby
On Sun, Mar 5, 2017 at 9:39 AM David Van Horn wrote:
> I'm trying to make a wrapper for a latex command that has an optional
> argument. My current solution is to do the following to wrap a
> command called `\foo`:
>
> (define (foo #:opt
I'm trying to make a wrapper for a latex command that has an optional
argument. My current solution is to do the following to wrap a
command called `\foo`:
(define (foo #:opt [o #f] x)
(if o
(make-multiarg-element (make-style "SfooOpt" '(multicommand))
(list (
4 matches
Mail list logo