1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
<preface id="book-preface">
<title>Preface</title>
<sect1 id="typography">
<title>Typographical conventions</title>
<para>
In this book, we'll mark some words with special typography:
</para>
<itemizedlist mark='bullet'>
<listitem><para><application>Applications</application></para></listitem>
<listitem><para><command>Commands</command> you type at the command
line</para></listitem>
<listitem><para><filename>Filenames</filename></para></listitem>
<listitem><para><replaceable>Replaceable text</replaceable></para></listitem>
<listitem><para><guilabel>Labels</guilabel> for buttons and other
portions of the graphical interface</para></listitem>
<listitem><para> Menu selections look like this:
<menuchoice>
<guimenu>Menu</guimenu>
<guisubmenu>Submenu</guisubmenu>
<guimenuitem>Menu Item</guimenuitem>
</menuchoice>
</para></listitem>
<listitem><para><guibutton>Buttons</guibutton> you can
click</para></listitem>
<listitem><para><userinput>Anything you type
in</userinput></para></listitem>
</itemizedlist>
<para>
We'll provide assorted bits of additional information in tips
and notes as well.
<tip id="example-tip">
<title>Tip</title>
<para>
Tips and bits of extra information will look like
this.
</para>
</tip>
<note id="example-note">
<title>Note</title>
<para>
Notes will look like this.
</para>
</note>
</para>
<para>
We'll have warnings, in cases where you should be careful:
<warning id="example-warning">
<title>Example Warning</title>
<para>
This is what a warning looks like. If there's a chance
you'll run into trouble, we'll warn you beforehand.
</para>
</warning>
</para>
</sect1>
<sect1 id="other-help">
<title>Additional Help Sources</title>
<para>
For additional information, please, visit the &app; website at
<ulink type="http" url="http://pybliographer.org">
http://pybliographer.org</ulink>. There is a mailing list also,
where you can get answers for your questions, you can report
bugs, etc.
</para>
</sect1>
<sect1 id="whats-new-in-one-two">
<title>What's New in &app; &appversion;</title>
<para>
You can find a complete list of bugs fixed and features added
in the <filename>News</filename> and <filename>ChangeLog
</filename> files supplied with the package. See the source tarball
of pybliographer, or the default doc directory of your distribution
(e.g. /usr/share/doc/pybliographer). Some of the features include:
</para>
<variablelist>
<varlistentry>
<term>Bugfixes</term>
<listitem>
<para>
Fixed an escaping bug and bugs related to native editing,
latexutils and the Ovid writer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>New configure option</term>
<listitem>
<para>
Added a --disable-depchecks configure option to let packagers
avoid failing checks when running under fakeroot.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Documentation and Translation</term>
<listitem>
<para>
Updated documentation and translations.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
</preface>
|