Displaying 3 results from an estimated 3 matches for "inbook".
Did you mean:
ibook
2006 Jan 29
1
Citation of R packages
The bibtex citations provided by citation() do not
work all that well in cases where there is no printed
document to reference:
(1) A version field is needed, as the note field is
required for other purposes, currently trying to
sort out nuances that cannot be sorted out in the
author list (author, compiler, implementor of R version,
contributor, ...) and maybe giving a cross-reference
to a book
2006 Jan 23
5
Bibtex database design
...lisher, :year
end
class Booklet < Publication
# A work that is printed and bound, but without a named publisher or
sponsoring institution.
# Required field: title. Optional fields: author, howpublished,
address, month, year, note.
validates_presence_of :title
end
class InBook < Publication
# A part of a book, which may be a chapter (or section or whatever)
and/or a range of pages.
# Required fields: author or editor, title, chapter and/or pages,
publisher, year.
# Optional fields: volume or number, series, type, address, edition,
month, not...
2001 May 01
1
encoder observation
Hello!
First of all a question:
When you make the encoder tables (ie: mode_e.h)
do you use the mapping0_forward function?
Because you made the encoder tables, and after this
you did a minor correction in the final beta4 ...
(this correction was:
additional[0]=fabs(additional[0]*scale);
in the mapping0_forward function)
(I see this was a bug, and the modification
was correct, but this correction