doc/ja_JP.eucJP/books/fdp-primer/stylesheets/chapter.sgml
Hiroki Sato fe0863579b Add new translations (but not activated yet):
Makefile
	book.sgml
	chapter.decl
	chapters.ent
	overview/chapter.sgml
	psgml-mode/chapter.sgml
	see-also/chapter.sgml
	structure/chapter.sgml
	stylesheets/chapter.sgml
	tools/chapter.sgml
	writing-style/chapter.sgml

Submitted by:	Kenji Sato <ken@ny.kdd.com>, hrs
2001-03-07 19:40:56 +00:00

89 lines
3.5 KiB
Text

<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
(SGML HTML, PDF, PostScript, RTF and so forth) with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code (SGML DocBook) must retain the above
copyright notice, this list of conditions and the following
disclaimer as the first lines of this file unmodified.
2. Redistributions in compiled form (transformed to other DTDs,
converted to PDF, PostScript, RTF and other formats) must reproduce
the above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other materials
provided with the distribution.
THIS DOCUMENTATION IS PROVIDED BY NIK CLAYTON "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL NIK CLAYTON BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
The FreeBSD Japanese Documentation Project
Original revision: 1.4
$FreeBSD$
-->
<chapter id="stylesheets">
<title>* スタイルシート</title>
<para>SGML は, 文書が利用者にどのように表示されるかということや,
紙の上にどう配置されるかということについては何も定義していません.
それらを行なうためにスタイルシートを記述するさまざまな言語が開発されています.
その言語には, DynaText, Panorama, SPICE, JSSS, FOSI, CSS, DSSSL
などがあります.
</para>
<para>わたしたちは, DocBook 文書用として DSSSL で書かれたスタイルシートを,
HTML 文書用として CSS を利用しています. </para>
<sect1>
<title>* DSSSL</title>
<para>ドキュメンテーションプロジェクトでは,
Norm Walsh 氏による Modular DocBook Stylesheets
を少しカスタマイズしたものを使っています. </para>
<para>このスタイルシートは,
<filename>textproc/dsssl-docbook-modular</filename>
から入手できます. </para>
<para>変更が加えられたスタイルシートは, ports システムに含まれていません.
それらはドキュメンテーションプロジェクトのソースリポジトリの一部であり,
<filename>doc/share/sgml/freebsd.dsl</filename> におかれています.
変更が加えられたスタイルシートには詳細なコメントが付けられていますので,
この章が完成するまで, 標準のスタイルシートにあるオプションが
どういった風に FreeBSD ドキュメンテーションプロジェクト用に
カスタマイズされているのか, このファイルを見て調べてみてください.
このファイルには FreeBSD 独自のエレメントを組版するために
スタイルシートを適用するエレメントを追加する方法の例も含まれています.
</para>
</sect1>
<sect1>
<title>* CSS</title>
<para></para>
</sect1>
</chapter>
<!--
Local Variables:
mode: sgml
sgml-declaration: "../chapter.decl"
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
sgml-parent-document: ("../book.sgml" "part" "chapter")
End:
-->