diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html index 874a494cb22..1fd200c5de7 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html @@ -2,7 +2,7 @@ <title>UK TeX FAQ -- question label abspos</title> </head><body> <h3>Putting things at fixed positions on the page</h3> -<p>TeX's model of the world is (broadly speaking) that the author +<p>TeX’s model of the world is (broadly speaking) that the author writes text, and TeX and its macros decide how it all fits on the page. This is not good news for the author who has, from whatever source, a requirement that certain things go in exactly the right @@ -11,9 +11,9 @@ place on the page. and two LaTeX packages allow you position things relative to such points, thus providing a means of absolute positioning. <p>The <i>textpos</i> package aids the construction of pages from -"blobs", dotted around over the page (as in a poster); you give it +“blobs”, dotted around over the page (as in a poster); you give it the location, and it places your typeset box accordingly. -<p>The <i>eso-pic</i> defines a "shipout picture" that covers the +<p>The <i>eso-pic</i> defines a “shipout picture” that covers the page. The user may add <code>picture</code>-mode commands to this picture, which of course can include box placements as well as the other rather stilted commands of <code>picture</code>-mode. |