mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
6b104248f9
commit
7be6e4e430
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "09">
|
||||
<!ENTITY day "10">
|
||||
<!ENTITY month "08">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
install -v -m644 dsssl.def jadetex.ltx \
|
||||
install -v -m644 dsssl.def jadetex.ltx *.sty \
|
||||
$(kpsewhich -expand-var '$TEXMFLOCAL')/tex/jadetex &&
|
||||
install -v -m644 {,pdf}jadetex.ini \
|
||||
$(kpsewhich -expand-var '$TEXMFLOCAL')/tex/jadetex/config &&
|
||||
@ -168,7 +168,10 @@ fmtutil-sys --byfmt jadetex &&
|
||||
fmtutil-sys --byfmt pdfjadetex &&
|
||||
mktexlsr &&
|
||||
ln -v -sf etex /usr/bin/jadetex &&
|
||||
ln -v -sf pdfetex /usr/bin/pdfjadetex</userinput></screen>
|
||||
ln -v -sf pdfetex /usr/bin/pdfjadetex &&
|
||||
install -v -m644 -D index.html \
|
||||
/usr/share/doc/jadetex-&jadetex-version;/index.html &&
|
||||
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 &&
|
||||
openjade -t tex -d demo.dsl demo.sgm &&
|
||||
jadetex demo.tex &&
|
||||
pdfjadetex demo.tex</userinput></screen>
|
||||
pdfjadetex demo.tex &&
|
||||
ls -lrt &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user