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 のパラメータと設定
設定
設定はキー値のペアを使用して 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