summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html
index 3ed767ecf10..82f45edcb89 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelfig.html
@@ -2,7 +2,7 @@
<title>UK TeX FAQ -- question label labelfig</title>
</head><body>
<h3>Labelling graphics</h3>
-<p/>&ldquo;Technical&rdquo; graphics (such as graphs and diagrams) are often
+<p/>&#8220;Technical&#8221; graphics (such as graphs and diagrams) are often
labelled with quite complex mathematical expressions: there are few
drawing or graphing tools that can do such things (the honourable
exception being MetaPost, which allows you to program the labels, in
@@ -11,9 +11,9 @@ exception being MetaPost, which allows you to program the labels, in
the <i>psfrag</i> package can help. Place an unique
text in your graphic, using the normal text features of your tool, and
you can ask <i>psfrag</i> to replace the text with arbitrary
-(La)TeX material. <i>Psfrag</i>&rsquo;s &ldquo;operative&rdquo; command is
+(La)TeX material. <i>Psfrag</i>&#8217;s &#8220;operative&#8221; command is
<code>\</code><code>psfrag{<em>PS text</em>}{<em>Repl text</em>}</code>, which instructs
-the system to replace the original (&ldquo;<code>PS</code>&rdquo;) text with the
+the system to replace the original (&#8220;<code>PS</code>&#8221;) text with the
TeX-typeset replacement text. Optional
arguments permit adjustment of position, scale and rotation; full
details may be found in <i>pfgguide</i> in the distribution.
@@ -25,7 +25,7 @@ usage. In fact, the <i>pst-pdf</i> support package
use with <i>psfrag</i>.
<p/>On the other hand,
- <a href="FAQ-commercial.html">VTeX</a>&rsquo;s GeX processor
+ <a href="FAQ-commercial.html">VTeX</a>&#8217;s GeX processor
explicitly deals with <i>psfrag</i>, both in its free and
commercial instances.
<p/>The <i>psfragx</i> package goes one step further than
@@ -37,7 +37,7 @@ script <i>laprint</i> for use with <i>Matlab</i> to produce
appropriately tagged output. (In principle, other graphics
applications could provide a similar facility, but apparently none does.)
<p/><i>Emacs</i> users may find the embedded editor <i>iTe</i> a
-useful tool for placing labels: it&rsquo;s a (La)TeX-oriented graphical
+useful tool for placing labels: it&#8217;s a (La)TeX-oriented graphical
editor written in <i>Emacs Lisp</i>. You create
<code>iteblock</code> environments containing graphics and text, and
may then invoke <i>iTe</i> to arrange the elements relative to one
@@ -46,7 +46,7 @@ another.
<code>picture</code> environment on a graphic included by use of
<code>\</code><code>includegraphics</code>. This treatment lends itself to ready placement
of texts and the like on top of a graphic. The package can draw a
-grid for planning your &ldquo;attack&rdquo;; the distribution comes with simple
+grid for planning your &#8220;attack&#8221;; the distribution comes with simple
examples.
<p/><i>Pstricks</i> can of course do everything that <i>overpic</i>
can, with all the flexibility of PostScript programming that it offers