diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-19 00:37:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-19 00:37:19 +0000 |
commit | b2de7075dcbdca386025be8f7afbabebb13f65e1 (patch) | |
tree | 233e2d7071ec0b3e9368898932eb8b253d5dff2f /Master/texmf-dist/doc/latex/memoir/memman.tex | |
parent | e826cf1e931e56a27391f357253038be01f25396 (diff) |
memoir v1.618033988b (17feb10)
git-svn-id: svn://tug.org/texlive/trunk@17086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/memman.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/memman.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/memman.tex b/Master/texmf-dist/doc/latex/memoir/memman.tex index 007f6f559a1..55739d57010 100644 --- a/Master/texmf-dist/doc/latex/memoir/memman.tex +++ b/Master/texmf-dist/doc/latex/memoir/memman.tex @@ -8,7 +8,7 @@ \listfiles \usepackage{comment} \usepackage[nofancy]{svninfo} -\svnInfo $Id: memman.tex 178 2010-02-16 09:33:34Z daleif $ +\svnInfo $Id: memman.tex 181 2010-02-17 10:32:48Z daleif $ % For (non-printing) notes \PWnote{date}{text} @@ -30349,7 +30349,8 @@ file) without the \cs{makeat...} commands. \LMnote{2010/02/08}{Added this intro to show the motivation for adding this} -There are make freely available \LaTeX\ introductions on CTAN and +\LMnote{2010/02/17}{fixed typo from Adriano Pascoletti} +There are many freely available \LaTeX\ introductions on CTAN and other places. One thing that these apparently are not covering is the traditional picture environment. It can be very handy in many applications, though for more complex drawings the reader might be @@ -30561,10 +30562,11 @@ space at all. This can be very useful if you need to position things on the page. +\LMnote{2010/02/17}{fixed typo from Adriano Pascoletti} Within the \Ie{picture} environment, \ltx\ is in a special \emph{picture} mode\indextwo{mode}{picture} (which is a restriced form of LR mode\indextwo{mode}{LR}). -The only commands that can appear in picture mode are are \cmd{\put}, +The only commands that can appear in picture mode are \cmd{\put}, \cmd{\multiput} and \cmd{\qbezier} commands, and a few declarations such as the type style and the thickness declarations. By the way, @@ -30907,10 +30909,11 @@ rows can be changed in one of two ways. size \meta{width} times \meta{height}. The optional argument controls the position of the \meta{text}.} +\LMnote{2010/02/17}{fixed typo from Adriano Pascoletti} Just as in normal text you can save and reuse boxes. The \cmd{\savebox}\index{box!saved object} macro in picture mode\indextwo{mode}{picture} is a variant of the normal -text version, but the other three commands are in same in both +text version, but the other three commands are the same in both picture\indextwo{mode}{picture} and paragraph\indextwo{mode}{paragraph} modes, and are described in \Cref{chap:boxes}. In picture mode you have to specify the size of the storage box when saving it, via the |