source: pst/typesetting/jadetex.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY jadetex-download-http "http://prdownloads.sourceforge.net/jadetex/jadetex-&jadetex-version;.tar.gz">
8 <!ENTITY jadetex-download-ftp " ">
9 <!ENTITY jadetex-md5sum "634dfc172fbf66a6976e2c2c60e2d198">
10 <!ENTITY jadetex-size "103 KB">
11 <!ENTITY jadetex-buildsize "9.6 MB">
12 <!ENTITY jadetex-time "0.11 SBU">
13]>
14
15<sect1 id="jadetex" xreflabel="JadeTeX-&jadetex-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="jadetex.html"?>
21<title>JadeTeX-&jadetex-version;</title>
22<indexterm zone="jadetex">
23<primary sortas="a-JadeTeX">JadeTeX</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>JadeTeX</application></title>
27
28<para>The <application>JadeTeX</application> package is a companion package to
29the <application>OpenJade</application> <acronym>DSSSL</acronym> processor.
30<application>JadeTeX</application> transforms high level LaTeX macros into
31<acronym>DVI</acronym>/PostScript and Portable Document Format
32(<acronym>PDF</acronym>) forms.</para>
33
34<sect3><title>Package information</title>
35<itemizedlist spacing='compact'>
36<listitem><para>Download (HTTP):
37<ulink url="&jadetex-download-http;"/></para></listitem>
38<listitem><para>Download (FTP):
39<ulink url="&jadetex-download-ftp;"/></para></listitem>
40<listitem><para>Download MD5 sum: &jadetex-md5sum;</para></listitem>
41<listitem><para>Download size: &jadetex-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&jadetex-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&jadetex-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>JadeTeX</application> dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="tex"/> and
51<xref linkend="openjade"/></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>JadeTeX</application></title>
59
60<para>First, as the root user, make some required modifications to files
61already installed on the system:</para>
62
63<screen><userinput role='root'><command>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \
64 /usr/share/texmf/web2c/texmf.cnf</command></userinput></screen>
65
66<para>You'll need to make two modifications to
67<filename>/usr/share/texmf/web2c/texmf.cnf</filename>. First, add the
68following line under the section titled <quote>ConTeXt is a memory
69hog...</quote>:</para>
70
71<screen><userinput role='root'>pool_size.context = 750000</userinput></screen>
72
73<para>Next, add <command>latex</command>, <command>jadetex</command> and
74<command>pdfjadetex</command> settings using the following command:</para>
75
76<screen><userinput role='root'><command>cat &gt;&gt; /usr/share/texmf/web2c/texmf.cnf &lt;&lt; "EOF"</command>
77
78% The following 3 sections added for JadeTeX
79
80% latex settings
81main_memory.latex = 1100000
82param_size.latex = 1500
83stack_size.latex = 1500
84hash_extra.latex = 15000
85string_vacancies.latex = 45000
86pool_free.latex = 47500
87nest_size.latex = 500
88save_size.latex = 5000
89pool_size.latex = 500000
90max_strings.latex = 55000
91font_mem_size.latex= 400000
92
93% jadetex settings
94main_memory.jadetex = 1500000
95param_size.jadetex = 1500
96stack_size.jadetex = 1500
97hash_extra.jadetex = 50000
98string_vacancies.jadetex = 45000
99pool_free.jadetex = 47500
100nest_size.jadetex = 500
101save_size.jadetex = 5000
102pool_size.jadetex = 500000
103max_strings.jadetex = 55000
104
105% pdfjadetex settings
106main_memory.pdfjadetex = 2500000
107param_size.pdfjadetex = 1500
108stack_size.pdfjadetex = 1500
109hash_extra.pdfjadetex = 50000
110string_vacancies.pdfjadetex = 45000
111pool_free.pdfjadetex = 47500
112nest_size.pdfjadetex = 500
113save_size.pdfjadetex = 5000
114pool_size.pdfjadetex = 500000
115max_strings.pdfjadetex = 55000
116<command>EOF</command></userinput></screen>
117
118<para>Build a new <filename>latex.fmt</filename> file using the following
119commands:</para>
120
121<screen><userinput><command>cp -v -R /usr/share/texmf/tex/latex/config . &amp;&amp;
122cd config &amp;&amp;
123tex -ini -progname=latex latex.ini &amp;&amp;
124cd ..</command></userinput></screen>
125
126<para>Now, as the root user, install the <filename>latex.fmt</filename> file,
127then build and install <application>JadeTex</application> using the following
128commands:</para>
129
130<screen><userinput role='root'><command>mv /usr/share/texmf/web2c/latex.fmt \
131 /usr/share/texmf/web2c/latex.fmt.orig &amp;&amp;
132install -v -m644 config/latex.fmt /usr/share/texmf/web2c &amp;&amp;
133make install &amp;&amp;
134ln -v -sf tex /usr/bin/jadetex &amp;&amp;
135ln -v -sf pdftex /usr/bin/pdfjadetex &amp;&amp;
136mktexlsr</command></userinput></screen>
137
138</sect2>
139
140<sect2>
141<title>Command explanations</title>
142
143<para><command>sed -i -e "s/original texmf.cnf/modified texmf.cnf/"</command>:
144This changes <filename>/usr/share/texmf/web2c/texmf.cnf</filename> so that if
145<application>TeX</application> is upgraded, this file won't get
146overwritten.</para>
147
148<para><command>ln -v -sf tex ...; ln -v -sf pdftex ...; mktexlsr</command>: The
149<application>JadeTeX</application> programs are actually just symlinks to the
150<application>TeX</application> programs. <command>mktexlsr</command> updates
151<application>TeX</application>'s <filename>ls-R</filename> database used by
152the <filename class='libraryfile'>libkpathsea</filename> library so that
153<application>TeX</application> knows to use the
154<application>JadeTeX</application> <filename>.fmt</filename> files when
155<command>jadetex</command> or <command>pdfjadetex</command> is called.</para>
156
157</sect2>
158
159<sect2>
160<title>Configuring <application>JadeTeX</application></title>
161
162<sect3><title>Config files</title>
163<para><filename>jadetex.dtx</filename> in the
164<application>JadeTeX</application> source tree.</para>
165</sect3>
166
167<sect3><title>Configuration Information</title>
168
169<para>If you need to modify the default <application>JadeTeX</application>
170macro settings, see the
171<ulink url="http://jadetex.sourceforge.net/#index-div-d18e397">
172<application>JadeTeX</application> <acronym>FAQ</acronym></ulink>.</para>
173</sect3>
174
175</sect2>
176
177<sect2>
178<title>Contents</title>
179
180<segmentedlist>
181<segtitle>Installed Programs</segtitle>
182<segtitle>Installed Libraries</segtitle>
183<segtitle>Installed Directories</segtitle>
184<seglistitem>
185<seg>jadetex and pdfjadetex</seg>
186<seg>None</seg>
187<seg>/usr/share/texmf/tex/jadetex</seg>
188</seglistitem>
189</segmentedlist>
190
191<variablelist>
192<bridgehead renderas="sect3">Short Descriptions</bridgehead>
193<?dbfo list-presentation="list"?>
194
195<varlistentry id="jadetex-prog">
196<term><command>jadetex</command></term>
197<listitem><para>transforms LaTeX macros created by
198<application>OpenJade</application> into <acronym>DVI</acronym>/PostScript
199forms.</para>
200<indexterm zone="jadetex jadetex-prog">
201<primary sortas="b-jadetex">jadetex</primary></indexterm>
202</listitem>
203</varlistentry>
204
205<varlistentry id="pdfjadetex">
206<term><command>pdfjadetex</command></term>
207<listitem><para>transforms LaTeX macros created by
208<application>OpenJade</application> into Portable Document Format
209(<acronym>PDF</acronym>) forms.</para>
210<indexterm zone="jadetex pdfjadetex">
211<primary sortas="b-pdfjadetex">pdfjadetex</primary></indexterm>
212</listitem>
213</varlistentry>
214</variablelist>
215
216</sect2>
217
218</sect1>
219
Note: See TracBrowser for help on using the repository browser.