diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html index 9ff4a89bdf6..dc4ce3621f7 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-graph-pspdf.html @@ -8,9 +8,9 @@ following advice is based on a post by one with much experience of dealing with the problem of dealing with EPS graphics in this case. <ul> -<li> Don’t specify a driver when loading loading whichever version of +<li> Don’t specify a driver when loading loading whichever version of the <i>graphics</i> package you use. The scheme relies on the - distribution’s ability to decide which driver is going to be used: + distribution’s ability to decide which driver is going to be used: the choice is between <i>dvips</i> and PDFTeX, in this case. Be sure to exclude options <code>dvips</code>, <code>pdftex</code> and <code>dvipdfm</code> (<i>dvipdfm</i> is not used in this scheme, @@ -25,10 +25,10 @@ case. done this, you will have two copies of each graphic (a <code>.eps</code> and a <code>.pdf</code> file) in your directory. <li> Use PDFLaTeX (rather than - LaTeX–<i>dvips</i>–distillation or - LaTeX–<i>dvipdfm</i>) to produce your PDF output. + LaTeX–<i>dvips</i>–distillation or + LaTeX–<i>dvipdfm</i>) to produce your PDF output. </ul> -<i>Dvipdfm</i>’s charms are less than attractive here: the +<i>Dvipdfm</i>’s charms are less than attractive here: the document itself needs to be altered from its default (<i>dvips</i>) state, before <i>dvipdfm</i> will process it. <p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=graph-pspdf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=graph-pspdf</a> |