mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
107 lines
2.0 KiB
Plaintext
107 lines
2.0 KiB
Plaintext
// Test for lang-it.conf language file.
|
|
:lang: it
|
|
|
|
Languages Test
|
|
==============
|
|
:revnumber: v1.0
|
|
:revdate: 2003-12-21
|
|
|
|
ifdef::doctype-article[]
|
|
Abstract
|
|
--------
|
|
Abstract special section.
|
|
|
|
endif::doctype-article[]
|
|
|
|
|
|
ifdef::doctype-book[]
|
|
Dedica
|
|
------
|
|
Dedication special section.
|
|
|
|
|
|
Prefazione
|
|
----------
|
|
Preface special section.
|
|
|
|
|
|
Colofone
|
|
--------
|
|
Colophon special section.
|
|
|
|
endif::doctype-book[]
|
|
|
|
|
|
The First Section
|
|
-----------------
|
|
Admonishments
|
|
~~~~~~~~~~~~~
|
|
Do not translate in the source file -- they are translated to the
|
|
output file
|
|
|
|
NOTE: Lorum ipsum.
|
|
|
|
TIP: Lorum ipsum.
|
|
|
|
WARNING: Lorum ipsum.
|
|
|
|
CAUTION: Lorum ipsum.
|
|
|
|
IMPORTANT: Lorum ipsum.
|
|
|
|
.Tiger
|
|
image::../../images/tiger.png[Tiger image]
|
|
|
|
Followed by an example table:
|
|
|
|
.Table
|
|
[width="60%",options="header"]
|
|
|==============================================
|
|
| Option | Description
|
|
| -a 'USER GROUP' | Add 'USER' to 'GROUP'.
|
|
| -R 'GROUP' | Disables access to 'GROUP'.
|
|
|==============================================
|
|
|
|
And now for something completely different: ((monkeys)), lions and
|
|
tigers.
|
|
|
|
|
|
Appendice A: Example Appendix
|
|
-----------------------------
|
|
Appendix special section.
|
|
|
|
|
|
Bibliografia
|
|
------------
|
|
Bibliography special section.
|
|
|
|
[bibliography]
|
|
- [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
|
|
Programming'. Addison-Wesley. ISBN 0-13-142901-9.
|
|
- [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
|
|
'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
|
|
ISBN 1-56592-580-7.
|
|
|
|
|
|
Glossario
|
|
---------
|
|
Glossary special section.
|
|
|
|
[glossary]
|
|
A glossary term::
|
|
The corresponding (indented) definition.
|
|
|
|
A second glossary term::
|
|
The corresponding (indented) definition.
|
|
|
|
|
|
ifdef::basebackend-docbook[]
|
|
Index
|
|
-----
|
|
////////////////////////////////////////////////////////////////
|
|
Index special section.
|
|
The index is normally left completely empty, it's contents being
|
|
generated automatically by the DocBook toolchain.
|
|
////////////////////////////////////////////////////////////////
|
|
endif::basebackend-docbook[]
|