Merge the following from the English version:
1.38 -> 1.42 books/fdp-primer/writing-style/chapter.sgml Submitted by: Hiroo Ono <hiroo at oikumene dot gcd dot org> Reviewed by: TAOKA Fumiyoshi <fmysh at iijmio-mail dot jp> Reference: [doc-jp-work 1048, 1049, 1052, 1054]
This commit is contained in:
parent
512b056aad
commit
56e80eeb26
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23687
1 changed files with 19 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.38
|
||||
Original revision: 1.42
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -208,6 +208,22 @@
|
|||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>頭字語</title>
|
||||
|
||||
<para>一般的に、頭字語が文書中に最初に表れた時は "Network Time Protocol
|
||||
(<acronym role="Network Time Protocol">NTP</acronym>)"
|
||||
のように略さずに書くべきです。頭字語が定義されたら、以後は一般的には
|
||||
(文脈上完全な表現を用いることに意義がなければ、完全な表現ではなく)
|
||||
その頭字語のみを使用すべきです。通常は頭字語は文書全体で
|
||||
1 回だけ定義します。ただし、好みに応じて各章で最初に現れる時に
|
||||
定義してもよいでしょう。</para>
|
||||
|
||||
<para>頭字語を使う最初の 3 回は、<literal>role</literal> 属性に
|
||||
完全な表現を定義した <acronym> タグで括ってください。
|
||||
こうすると用語解説へのリンクが作成され、マウスポインタを上に
|
||||
もってくると完全な表現が表示されます。</para> </sect2>
|
||||
|
||||
<sect2>
|
||||
<title>»ú²¼¤²</title>
|
||||
|
||||
|
@ -256,7 +272,7 @@ V
|
|||
|
||||
<programlisting>augroup sgmledit
|
||||
autocmd FileType sgml set formatoptions=cq2l " Special formatting options
|
||||
autocmd FileType sgml set textwidth=70 " Wrap lines at 70 spaces
|
||||
autocmd FileType sgml set textwidth=70 " Wrap lines at 70 columns
|
||||
autocmd FileType sgml set shiftwidth=2 " Automatically indent
|
||||
autocmd FileType sgml set softtabstop=2 " Tab key indents 2 spaces
|
||||
autocmd FileType sgml set tabstop=8 " Replace 8 spaces with a tab
|
||||
|
@ -464,7 +480,7 @@ GB. Hardware compression …</literallayout>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>manual page(s)</para>
|
||||
<para>manual page</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue