background-color: inherit;
}
+.shortcontents {
+ background-color: #DDF;
+ border: 4px double #000;
+ }
+
+.shortcontents h2{
+ display: none;
+}
+
+.shortcontents a {
+ margin-right: 1em;
+}
+
h3, h4, h5 {
color: navy;
margin-left: -1em;
<div class="node">
<a name="Top"></a>
<p><hr>
-Next: <a rel="next" accesskey="n" href="#About">About</a>,
-Previous: <a rel="previous" accesskey="p" href="#dir">(dir)</a>,
-Up: <a rel="up" accesskey="u" href="#dir">(dir)</a>
+Next: <a rel="next" accesskey="n" href="#About">About</a>
</div>
<li><a accesskey="5" href="#Template-dir">Template dir</a>: テンプレートディレクトリー マニュアル
<li><a accesskey="6" href="#Group-dir">Group dir</a>: グループディレクトリー マニュアル
<li><a accesskey="7" href="#Test-dir">Test dir</a>: テストディレクトリー マニュアル
-
- </ul>
+</ul>
<div class="contents">
<h2>Table of Contents</h2>
@end ifnottex
@setfilename autotest_mk.info
@documentencoding UTF-8
-@settitle Autotest.mk - ソフトウェアテスト自動化のために
+@settitle Autotest.mk - ソフトウェアテストの自動化
@firstparagraphindent insert
@paragraphindent 1
@ifhtml
@insertcopying
@end titlepage
+@ifinfo
@node Top, About, (dir), (dir)
@menu
* Group dir:: グループディレクトリー マニュアル
* Test dir:: テストディレクトリー マニュアル
-@ifinfo
@detailmenu
--- The Detailed Node Listing ---
* Test Files:: テストディレクトリーのファイル
@end detailmenu
-@end ifinfo
@end menu
+@end ifinfo
@ifnotinfo
+@node Top, About
+
+@menu
+* About:: Autotest.mk 概要
+* Install:: Autotest.mk インストール
+* Tutorial triangle:: Autotest.mk チュートリアルI - 三角形判定プログラムのテスト
+* Tutorial sort:: Autotest.mk チュートリアルII - C言語@code{sort}関数のテスト
+* Template dir:: テンプレートディレクトリー マニュアル
+* Group dir:: グループディレクトリー マニュアル
+* Test dir:: テストディレクトリー マニュアル
+@end menu
+
@contents
@end ifnotinfo
.contents h2 {
margin-left: 0;
- color: inherit;
- background-color: inherit;
+ color: black;
+ background-color: #DDF;
+}
+
+.shortcontents {
+ background-color: #DDF;
+ border: 4px double #000;
+ }
+
+.shortcontents h2{
+ display: none;
+}
+
+.shortcontents a {
+ margin-right: 1em;
}
h3, h4, h5 {