s/tex/pdftex/ as appropriate.

Submitted by:	Hiroki Sato <hrs@eos.ocn.ne.jp>
This commit is contained in:
Nik Clayton 2001-08-29 00:34:27 +00:00
parent 76b6b0fb96
commit 8556d28c40
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10491

View file

@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml,v 1.3 2001/04/19 15:23:19 nik Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml,v 1.4 2001/06/23 06:57:00 dd Exp $
-->
<appendix id="examples">
@ -328,10 +328,10 @@
linkend="examples-docbook-postscript">).</para>
<para>When the <filename>.tex</filename> file has been generated you
run TeX as before. However, use the &amp;pdfjadetex macro package
run pdfTeX. However, use the &amp;pdfjadetex macro package
instead.</para>
<screen>&prompt.user; <userinput>tex "&amp;pdfjadetex" <replaceable>file</replaceable>.tex</userinput></screen>
<screen>&prompt.user; <userinput>pdftex "&amp;pdfjadetex" <replaceable>file</replaceable>.tex</userinput></screen>
<para>Again, run this command three times.</para>