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

Vincent Belaiche INVALID.NOREPLY at gnu.org.ua
Fri Oct 8 20:08:14 CEST 2021


Author: vincentb1
Date: 2021-10-08 18:08:14 +0000 (Fri, 08 Oct 2021)
New Revision: 1048

Modified:
   trunk/ChangeLog
   trunk/latex2e-fr.texi
Log:
[fr] \DeclareTextAccentDefault, node translation.

* latex2e-fr.texi (\DeclareTextAccentDefault): Translate this node.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2021-10-08 18:08:12 UTC (rev 1047)
+++ trunk/ChangeLog	2021-10-08 18:08:14 UTC (rev 1048)
@@ -1,5 +1,9 @@
 2021-10-08  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
 
+	* latex2e-fr.texi (\DeclareTextAccentDefault): Translate this node.
+
+2021-10-08  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
+
 	* latex2e-fr.texi (\DeclareTextAccent): Translate this node.
 
 2021-10-08  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>

Modified: trunk/latex2e-fr.texi
===================================================================
--- trunk/latex2e-fr.texi	2021-10-08 18:08:12 UTC (rev 1047)
+++ trunk/latex2e-fr.texi	2021-10-08 18:08:14 UTC (rev 1048)
@@ -1830,44 +1830,44 @@
 @node \DeclareTextAccentDefault
 @subsection @code{\DeclareTextAccentDefault}
 
- at cindex Font encoding
- at cindex Accents, defining
+ at cindex accents, définir
 @findex \DeclareTextAccent
 @findex \DeclareTextAccentDefault
 
-Synopsis:
+Synopsis :
 
 @example
 \DeclareTextAccentDefault@{@var{cmd}@}@{@var{codage}@}
 @end example
 
-If there is an encoding-specific accent command @var{cmd} but there is
-no associated @code{\DeclareTextAccent} for that encoding then this
-command will pick up the slack, by saying to use it as described for
- at var{codage}.
+S'il y a une commande d'accent @var{cmd} spécifique à un codage mais
+qu'il n'y a aucun @code{\DeclareTextAccent} associé pour ce codage,
+alors cette commande va prendre le relai en disant de l'utiliser comme
+décrit pour @var{codage}.
 
-For example, to make the encoding @code{OT1} be the default encoding for
-the accent @code{\"}, declare this.
+Par exemple, pour faire que le codage @code{OT1} soit le codage par
+défaut pour l'accent @code{\"}, déclarez ceci :
 
 @example
 \DeclareTextAccentDefault@{\"@}@{OT1@}
 @end example
 
 @noindent
-If you issue a @code{\"} when the current encoding does not have a
-definition for that accent then @LaTeX{} will use the definition from
- at code{OT1}
+Si vous tapez un @code{\"} alors que le codage courant n'a pas de
+définition pour cet accent, alors @LaTeX{} utilisera la définition issue
+de @code{OT1}.
 
-That is, this command is equivalent to this call (@pxref{\UseTextSymbol
-& \UseTextAccent}).
+C-à-d.@: que cette commande est équivalente l'appel suivant
+(@pxref{\UseTextSymbol & \UseTextAccent}) :
 
 @example
 \DeclareTextCommandDefault[1]@{@var{cmd}@}
    @{\UseTextAccent@{@var{codage}@}@{@var{cmd}@}@{#1@}@}
 @end example
 
-Note that @code{\DeclareTextAccentDefault} works for any one-argument
- at file{fontenc} command, not just the accent command.
+Notez que @code{\DeclareTextAccentDefault} fonctionne pour l'une
+quelconque des commandes @file{fontenc} à un argument, et pas seulement
+les commandes d'accent.
 
 
 @node \DeclareTextCommand & \ProvideTextCommand



More information about the latexrefman-commits mailing list.