Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0a265e48
Commit
0a265e48
authored
Dec 10, 2006
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some information about increasing JadeTeX parameters.
parent
465269b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
12 deletions
+33
-12
doc/src/sgml/docguide.sgml
doc/src/sgml/docguide.sgml
+33
-12
No files found.
doc/src/sgml/docguide.sgml
View file @
0a265e48
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.
59 2006/10/23 18:10:3
0 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.
60 2006/12/10 02:37:4
0 petere Exp $ -->
<appendix id="docguide">
<title>Documentation</title>
...
...
@@ -20,7 +20,7 @@
</listitem>
<listitem>
<para>
PDF or Post
s
cript, for printing
PDF or Post
S
cript, for printing
</para>
</listitem>
<listitem>
...
...
@@ -38,7 +38,7 @@
<para>
<acronym>HTML</acronym> documentation and man pages are part of a
standard distribution and are installed by default. PDF and
Post
s
cript format documentation is available separately for
Post
S
cript format documentation is available separately for
download.
</para>
...
...
@@ -149,7 +149,7 @@
<productname>JadeTeX</productname> to use
<productname>TeX</productname> as a formatting backend for
<productname>Jade</productname>.
<application>JadeTeX</application> can create Post
s
cript or
<application>JadeTeX</application> can create Post
S
cript or
<acronym>PDF</acronym> files (the latter with bookmarks).
</para>
...
...
@@ -250,10 +250,12 @@ CATALOG "/usr/local/share/sgml/docbook/4.2/docbook.cat"
available for <productname>Debian GNU/Linux</productname>.
To install, simply use:
<programlisting>
apt-get install
jade
apt-get install
openjade1.3
apt-get install docbook
apt-get install docbook-
stylesheets
apt-get install docbook-
dsssl
</programlisting>
(The plain <literal>openjade</literal> package installs
OpenJade 1.4, which seems not to work.)
</para>
</sect2>
...
...
@@ -449,7 +451,7 @@ CATALOG "docbook-dsssl-1.<replaceable>xx</>/catalog"
<productname>url</productname> and
<productname>ot2enc</productname>. All of these can be found on
your friendly neighborhood <ulink url="http://www.ctan.org">
<acronym>CTAN
site</acronym>
</ulink>.
<acronym>CTAN
</acronym> site
</ulink>.
The installation of the <application>TeX</application> base
system is far beyond the scope of this introduction. Binary
packages should be available for any system that can run
...
...
@@ -589,7 +591,7 @@ gmake man.tar.gz
</sect2>
<sect2>
<title>Print Output via <application>JadeTe
x
</application></title>
<title>Print Output via <application>JadeTe
X
</application></title>
<para>
If you want to use <application>JadeTex</application> to produce a
...
...
@@ -608,7 +610,7 @@ gmake man.tar.gz
<listitem>
<para>
To generate Post
s
cript from the <acronym>DVI</acronym>:
To generate Post
S
cript from the <acronym>DVI</acronym>:
<screen>
<prompt>doc/src/sgml$ </prompt><userinput>gmake postgres.ps</userinput>
</screen>
...
...
@@ -622,12 +624,31 @@ gmake man.tar.gz
<prompt>doc/src/sgml$ </prompt><userinput>gmake postgres.pdf</userinput>
</screen>
(Of course you can also make a <acronym>PDF</acronym> version
from the Post
s
cript, but if you generate <acronym>PDF</acronym>
from the Post
S
cript, but if you generate <acronym>PDF</acronym>
directly, it will have hyperlinks and other enhanced features.)
</para>
</listitem>
</itemizedlist>
</para>
<para>
When using JadeTeX to build the PostgreSQL documentation, you will
probably need to increase some of TeX's internal parameters. These
can be set in the file <filename>texmf.cnf</filename>. The following
settings worked at the time of this writing:
<programlisting>
hash_extra.jadetex = 200000
hash_extra.pdfjadetex = 200000
pool_size.jadetex = 2000000
pool_size.pdfjadetex = 2000000
string_vacancies.jadetex = 150000
string_vacancies.pdfjadetex = 150000
max_strings.jadetex = 300000
max_strings.pdfjadetex = 300000
save_size.jadetex = 10000
save_size.pdfjadetex = 10000
</programlisting>
</para>
</sect2>
<sect2>
...
...
@@ -638,7 +659,7 @@ gmake man.tar.gz
documentation by converting it to <acronym>RTF</acronym> and
applying minor formatting corrections using an office suite.
Depending on the capabilities of the particular office suite, you
can then convert the documentation to Post
s
cript of
can then convert the documentation to Post
S
cript of
<acronym>PDF</acronym>. The procedure below illustrates this
process using <productname>Applixware</productname>.
</para>
...
...
@@ -861,7 +882,7 @@ gmake man.tar.gz
<step performance="required">
<para>
<quote>Print</quote> the document
to a file in Post
s
cript format.
to a file in Post
S
cript format.
</para>
</step>
</procedure>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment