Added style information and documentation installation to the JadeTeX instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4907 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-08-10 17:23:48 +00:00
parent 6b104248f9
commit 7be6e4e430
4 changed files with 23 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "09">
<!ENTITY day "10">
<!ENTITY month "08">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -33,5 +33,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ruby.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other-tools.xml"/>
</chapter>

View File

@ -24,6 +24,18 @@
<itemizedlist>
<listitem>
<para>August 10th, 2005 [randy]: Added style information files and
documentation installation to the JadeTeX instructions.</para>
</listitem>
<listitem>
<para>August 9th, 2005 [randy]: Modified the CrackLib instructions to
include an alternate source for word lists, how to incorporate additional
word lists, and added additional text contributed by Alexander
Patrakov.</para>
</listitem>
<listitem>
<para>August 9th, 2005 [dj]: Added default PATH for pam_env and
a note about the lack of ENV_SUPATH.</para>

View File

@ -146,7 +146,7 @@ fmtutil-sys --byfmt latex</userinput></screen>
<screen role="root"><userinput>install -v -m755 -d \
$(kpsewhich -expand-var '$TEXMFLOCAL')/tex/jadetex/config &amp;&amp;
install -v -m644 dsssl.def jadetex.ltx \
install -v -m644 dsssl.def jadetex.ltx *.sty \
$(kpsewhich -expand-var '$TEXMFLOCAL')/tex/jadetex &amp;&amp;
install -v -m644 {,pdf}jadetex.ini \
$(kpsewhich -expand-var '$TEXMFLOCAL')/tex/jadetex/config &amp;&amp;
@ -168,7 +168,10 @@ fmtutil-sys --byfmt jadetex &amp;&amp;
fmtutil-sys --byfmt pdfjadetex &amp;&amp;
mktexlsr &amp;&amp;
ln -v -sf etex /usr/bin/jadetex &amp;&amp;
ln -v -sf pdfetex /usr/bin/pdfjadetex</userinput></screen>
ln -v -sf pdfetex /usr/bin/pdfjadetex &amp;&amp;
install -v -m644 -D index.html \
/usr/share/doc/jadetex-&jadetex-version;/index.html &amp;&amp;
install -v -m644 *.1 /usr/share/man/man1</userinput></screen>
<para>If you downloaded the demo files tarball, issue the following
commands as an unprivileged user to test the functionality of the new
@ -177,7 +180,9 @@ ln -v -sf pdfetex /usr/bin/pdfjadetex</userinput></screen>
<screen><userinput>cd demo &amp;&amp;
openjade -t tex -d demo.dsl demo.sgm &amp;&amp;
jadetex demo.tex &amp;&amp;
pdfjadetex demo.tex</userinput></screen>
pdfjadetex demo.tex &amp;&amp;
ls -lrt &amp;&amp;
cd ..</userinput></screen>
<para>The commands should complete without errors or warnings and create
<filename>demo.dvi</filename> and <filename>demo.pdf</filename> files.</para>
@ -203,7 +208,7 @@ pdfjadetex demo.tex</userinput></screen>
<para><command>mktexlsr; ln -v -sf tex ...; ln -v -sf pdftex ...</command>:
The <application>JadeTeX</application> programs are actually just symlinks
to the <application>TeX</application> programs. <command>mktexlsr</command>
updates <application>TeX</application>'s <filename>ls-R</filename> database
updates <application>TeX</application>'s <filename>ls-R</filename> databases
used by the <filename class='libraryfile'>libkpathsea</filename> library so
that <application>TeX</application> knows to use the
<application>JadeTeX</application> <filename>.fmt</filename> files when