source: pst/typesetting/jadetex.xml@ a0f03b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

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