[latexrefman-commits] r473 - in /trunk: ChangeLog latex2e-fr.texi latex2e.texi
vincent.b.1 at domain.hid
vincent.b.1 at domain.hid
Fri Nov 6 14:29:21 CET 2015
Author: vincentb1
Date: Fri Nov 6 14:29:19 2015
New Revision: 473
URL: http://svn.gna.org/viewcvs/latexrefman?rev=473&view=rev
Log:
* latex2e-fr.texi (\parbox): Tell that `position=m' equates the
default behaviour.
* latex2e.texi (\parbox): Same as latex2e-fr.texi.
Modified:
trunk/ChangeLog
trunk/latex2e-fr.texi
trunk/latex2e.texi
Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=473&r1=472&r2=473&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Fri Nov 6 14:29:19 2015
@@ -1,3 +1,10 @@
+2015-11-06 Vincent Belaïche <vincentb1 at domain.hid>
+
+ * latex2e-fr.texi (\parbox): Tell that `position=m' equates the
+ default behaviour.
+
+ * latex2e.texi (\parbox): Same as latex2e-fr.texi.
+
2015-11-05 Vincent Belaïche <vincentb1 at domain.hid>
* latex2e.texi (\fussy): Typo.
Modified: trunk/latex2e-fr.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e-fr.texi?rev=473&r1=472&r2=473&view=diff
==============================================================================
--- trunk/latex2e-fr.texi (original)
+++ trunk/latex2e-fr.texi Fri Nov 6 14:29:19 2015
@@ -7167,7 +7167,8 @@
alentour. Lorsque l'argument optionnel @var{position} est présent et
vaut soit @samp{t} soit @samp{b}, cela vous permet respectivement
d'aligner soit la ligne du haut, soit la ligne du bas de la parbox avec
-la ligne de base du texte alentour.
+la ligne de base du texte alentour. Il est possible de spécifier
+ at var{position} à @samp{m} pour avoir le comportement par défaut.
L'argument optionnel @var{hauteur} l'emporte sur la hauteur naturelle de la
boîte.
Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=473&r1=472&r2=473&view=diff
==============================================================================
--- trunk/latex2e.texi (original)
+++ trunk/latex2e.texi Fri Nov 6 14:29:19 2015
@@ -8168,10 +8168,12 @@
@end table
By default @LaTeX{} will position vertically a parbox so its center
-lines up with the center of the surrounding text line. When the optional
- at domain.hid} argument is present and equal either to @samp{t} or
- at domain.hid}, this allows you respectively to align either the top or bottom
-line in the parbox with the baseline of the surrounding text.
+lines up with the center of the surrounding text line. When the
+optional @var{position} argument is present and equal either to @samp{t}
+or @samp{b}, this allows you respectively to align either the top or
+bottom line in the parbox with the baseline of the surrounding text. You
+may also specify @samp{m} for @var{position} to get the default
+behaviour.
The optional @var{height} argument overrides the natural height of the box.
More information about the latexrefman-commits
mailing list