Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
eBookTools[SetAuthor] - ブックの著者情報を設定
使い方
SetAuthor(book, author)
パラメータ
book
-
NewBook コマンドを使用して作成されたブック
author
ブックの著者リスト
説明
SetAuthor コマンドは著者情報を設定します。それぞれの著者は author リストに firstname と surname をキーとしたテーブルとして表されます。
互換性
eBookTools[SetAuthor] コマンドは Maple 16 で導入されました。
Maple 16 における変更点についての詳細は、Maple 16 の新機能 を参照してください。
例
with(eBookTools):
book := NewBook("ProgrammingGuide", "Maple Programming Guide", "Maplesoft, a division of Waterloo Maple Inc.", "2011"):
authors := [ table(["firstname" = "L.", "surname" = "Bernardin"]), table(["firstname" = "P.", "surname" = "Chin"]), table(["firstname" = "P.", "surname" = "DeMarco"]), table(["firstname" = "K. O.", "surname" = "Geddes"]), table(["firstname" = "D. E. G.", "surname" = "Hare"]), table(["firstname" = "K. M.", "surname" = "Heal"]), table(["firstname" = "G.", "surname" = "Labahn"]), table(["firstname" = "J. P.", "surname" = "May"]), table(["firstname" = "J.", "surname" = "McCarron"]), table(["firstname" = "M. B.", "surname" = "Monagan"]), table(["firstname" = "D.", "surname" = "Ohashi"]), table(["firstname" = "S. M.", "surname" = "Vorkoetter"]) ]:
SetAuthor(book, authors):
関連項目
eBookTools、eBookTools[NewBook]、eBookTools[SetCopyrightHolder]、eBookTools[SetCopyrightYear]
Download Help Document