octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: citation()


From: Júlio Hoffimann
Subject: Re: citation()
Date: Mon, 21 Jan 2013 21:58:01 -0300


> When you write this, can you add a register and unregister option for
> packages and functions? Similar to what colormap() does. This would
> allow users to type "citation optim" to get a citation for the optim
> package if it exists, or "citation nonlin_residmin" to get a citation
> for that function.
>
> citation # get citation for octave
> citation octave # get citation for octave (default)
> citation optim # gets nothing, optim package not registered
> citation ("register", "optim") # registers optim
> citation optim # get citation for optim
> citation ("unregister", "optim") # unregisters optim
> citation optim # gets nothing again

Hi Carnë,

Maybe citing functions is too much of granularity? IMHO, being able to cite Octave itself or a specific package covers all use cases in a technical document.

Anyways, the implementation will be open and quite easy to extend. ;)

Best,
Júlio.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]