Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
eBookTools のパラメータと設定
設定
設定はキー値のペアを使用して Maple テーブルとして指定します。キーは設定名またはパラメータ名と値です。パラメータと値は convert,string を使用して変換可能な Maple 文字列または式でなければなりません。
DocBook パラメータ
デフォルトでは以下の DocBook パラメータが設定されます。
名前
値
body.font.master
10
body.font.family
Times New Roman,serif
double.sided
1
draft.mode
no
footer.rule
0
generate.section.toc.level
2
header.column.widths
0 0 1
headers.on.blank.pages
insert.xref.page.number
yes
line-height
1.2
l10n.gentext.default.language
ja
l10n.gentext.use.xref.language
l10n.gentext.language
marker.section.level
paper.type
B5
page.height
9.25in
page.height.portrait
page.width
7in
page.width.portrait
section.autolabel
section.autolabel.max.depth
section.label.includes.component.label
toc.indent.width
12
toc.section.depth
title.font.family
DejaVu Sans
title.margin.left
0pc
使用できる全パラメータの一覧については、http://docbook.sourceforge.net/release/xsl/1.75.2/doc/ を参照してください。
eBookTools 設定
タイプ
デフォルト値
説明
mpl.create_index
boolean
true
インデックスを生成
mpl.docbook.language
string
処理するドキュメントの言語
mpl.error.color
purple
Maple エラーの色
mpl.images.dpi
integer
1200
生成される画像 (2-D Math およびプロット) の解像度
mpl.images.line_breaking_width
600
2-D Math 画像の最大幅 (ピクセル)
mpl.max_table_size
テーブルの最大幅 (ピクセル)
mpl.output.color
blue
Maple 出力の色
mpl.mw.hyperlink
file
MW 出力での章をまたいだハイパーリンクのタイプ。file - ワークシートへのハイパーリンク、help - ヘルプページへのハイパーリンク
mpl.pdf.generator
fop
FO から PDF へのプロセスで使用されるツール。現在サポートされているのは fop および xep のみ
mpl.text.color
red
Maple 入力の色
mpl.warning.color
Maple 警告メッセージの色
mpl.mw.active
生成される MW ファイルのドキュメントのプロパティの Active 属性の値
mpl.mw.collapse_sections
false
最初の 2 セクション以外を折りたたむ
mpl.save.html
チャンク化されていないスタイルシートで使用するために、DocBook から HTML へのプロセスで生成される XML ドキュメントを保存
mpl.html.css
""
生成される HTML で使用される CSS スタイルシートのファイル名
mpl.html.style
生成される HTML に埋め込まれる CSS スタイル定義
例
with(eBookTools):
book := NewBook("eBookSample", "eBook Sample Book", "Maplesoft, a division of Waterloo Maple Inc.", "2012"):
AddChapter(book, "legal", cat(kernelopts('datadir'), "/eBookTools/Legal.mw")):
AddChapter(book, "preface", cat(kernelopts('datadir'), "/eBookTools/Preface.mw")):
AddChapter(book, 1, cat(kernelopts('datadir'), "/eBookTools/GettingStartedWithMaple.mw")):
カスタム CSS ファイルを使用
settings := table(["mpl.html.css" = "style/custom.css"]);
CreateHTML(book, settings);
関連項目
CreateEPUB、CreateHTML、CreateMW、CreatePDF、eBookTools
Download Help Document