[latexrefman-commits] [SCM] latexrefman updated: r870 - trunk

vincentb1 at gnu.org.ua vincentb1 at gnu.org.ua
Tue Dec 22 14:39:19 CET 2020


Author: vincentb1
Date: 2020-12-22 15:39:18 +0200 (Tue, 22 Dec 2020)
New Revision: 870

Modified:
   trunk/ChangeLog
   trunk/latex2e-fr.texi
   trunk/latex2e.texi
Log:
[fr] \circle.

* latex2e-fr.texi (\circle): Align on English.
(quotation & quote, verse): Align on English --- example indentation.

* latex2e.texi (\circle): Minor fix --- missing \.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2020-12-22 13:27:35 UTC (rev 869)
+++ trunk/ChangeLog	2020-12-22 13:39:18 UTC (rev 870)
@@ -1,5 +1,12 @@
 2020-12-22  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
 
+	* latex2e-fr.texi (\circle): Align on English.
+	(quotation & quote, verse): Align on English --- example indentation.
+
+	* latex2e.texi (\circle): Minor fix --- missing \.
+
+2020-12-22  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
+
 	* latex2e-fr.texi (\parbox): Fix options ``t'' and ``c'' description.
 
 2020-12-22  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>

Modified: trunk/latex2e-fr.texi
===================================================================
--- trunk/latex2e-fr.texi	2020-12-22 13:27:35 UTC (rev 869)
+++ trunk/latex2e-fr.texi	2020-12-22 13:39:18 UTC (rev 870)
@@ -5863,9 +5863,17 @@
 plus proche possible de celui spécifié. La forme étoilée (en @code{*})
 de la commande dessine un disque, c.-à-d.@: un cercle plein.
 
-Des cercles jusqu'à 40 at dmn{pt} peuvent être dessinés.
+L'exemple suivant trace un cerrcle de rayon 6, centré en @code{(5,7)}.
 
+ at example
+\put(5,7)@{\circle@{6@}@}
+ at end example
 
+Les rayons disponible pour @code{circle} sont, en points, les nombres
+pair de 2 à 20 inclus. Pour @code{\circle*} ce sont tous les entiers de
+1 à 15.
+
+
 @node \makebox (picture)
 @subsection @code{\makebox}
 @findex \makebox (@code{picture})
@@ -6171,7 +6179,7 @@
 
 @example
 \begin@{quotation@}
- at var{texte}
+  @var{texte}
 \end@{quotation@}
 @end example
 
@@ -6179,7 +6187,7 @@
 
 @example
 \begin@{quote@}
- at var{texte}
+  @var{texte}
 \end@{quote@}
 @end example
 
@@ -6202,10 +6210,10 @@
 citations courtes.
 
 @example
-\begin@{quotation@}
-\it Il y a quatre-vingt sept ans
+\begin@{quotation@} \small\it
+  Il y a quatre-vingt sept ans
   ... ne disparaîtra jamais de la surface de la terre.
-\hspace@{1em plus 1fill@}---Abraham Lincoln
+  \hspace@{1em plus 1fill@}--- Abraham Lincoln
 \end@{quotation@}
 @end example
 
@@ -7325,8 +7333,8 @@
 
 @example
 \begin@{verse@}
- at var{line1} \\
- at var{line2} \\
+  @var{line1} \\
+  @var{line2} \\
 ...
 \end@{verse@}
 @end example

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2020-12-22 13:27:35 UTC (rev 869)
+++ trunk/latex2e.texi	2020-12-22 13:39:18 UTC (rev 870)
@@ -6590,8 +6590,8 @@
 \put(5,7)@{\circle@{6@}@}
 @end example
 
-The available radii for @code{circle} are, in points, the even
-numbers from 2 to 20, inclusive.  For @code{circle*} they are all the
+The available radii for @code{\circle} are, in points, the even
+numbers from 2 to 20, inclusive.  For @code{\circle*} they are all the
 integers from 1 to 15.
 
 



More information about the latexrefman-commits mailing list.