s/tex/pdftex/ as appropriate.
Submitted by: Hiroki Sato <hrs@eos.ocn.ne.jp>
This commit is contained in:
parent
76b6b0fb96
commit
8556d28c40
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10491
1 changed files with 3 additions and 3 deletions
|
@ -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 &pdfjadetex macro package
|
||||
run pdfTeX. However, use the &pdfjadetex macro package
|
||||
instead.</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>tex "&pdfjadetex" <replaceable>file</replaceable>.tex</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>pdftex "&pdfjadetex" <replaceable>file</replaceable>.tex</userinput></screen>
|
||||
|
||||
<para>Again, run this command three times.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue