[latex3-commits] [latex3/babel] docs: Link to contact page. (68606a6)

github at latex-project.org github at latex-project.org
Sun Jun 25 10:19:24 CEST 2023


Repository : https://github.com/latex3/babel
On branch  : docs
Link       : https://github.com/latex3/babel/commit/68606a695976172bd31e4d97accf49212380bba3

>---------------------------------------------------------------

commit 68606a695976172bd31e4d97accf49212380bba3
Author: Javier <email at localhost>
Date:   Sun Jun 25 10:19:24 2023 +0200

    Link to contact page.


>---------------------------------------------------------------

68606a695976172bd31e4d97accf49212380bba3
 docs/_includes/menu.html             | 1 +
 docs/contact.md                      | 9 ++++-----
 docs/news/whats-new-in-babel-3.90.md | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index 722cbb5..e87658b 100644
--- a/docs/_includes/menu.html
+++ b/docs/_includes/menu.html
@@ -60,6 +60,7 @@
         <li><a href="https://github.com/latex3/babel/projects/1">Go to enhancement requests</a></li>
       </ul>
       </li>
+      <li><a id="contactlink" href="https://latex3.github.io/babel/contact.html">✉</a></li>
     </ul>
   </nav>
 </div>
diff --git a/docs/contact.md b/docs/contact.md
index 5ff4157..b02fc0e 100644
--- a/docs/contact.md
+++ b/docs/contact.md
@@ -1,10 +1,9 @@
-The recommended way to report bug or make suggestions is the issue
+The recommended way to report bugs or make suggestions is the issue
 tracker. If for some reason you can’t or don’t want to use it, you can
-contact with the following form. 
+contact the maintainer with the following form. 
 
-I regret I don’t answer questions about how to use `babel` (or about
+We regret questions about how to use `babel` are not answered (or about
 how to use TeX or LaTeX), which are best addressed to public forums,
-like <a href="https://tex.stackexchange.com/">TeX Stack Exchange</a>
-(which I read regularly).
+like <a href="https://tex.stackexchange.com/">TeX Stack Exchange</a>.
 
  <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd17Nn6p51we43czXh4anGL6anR_TjGAuVu4sG06XWTa_LqZg/viewform?embedded=true" width="640" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
\ No newline at end of file
diff --git a/docs/news/whats-new-in-babel-3.90.md b/docs/news/whats-new-in-babel-3.90.md
index 773469f..b9be78d 100644
--- a/docs/news/whats-new-in-babel-3.90.md
+++ b/docs/news/whats-new-in-babel-3.90.md
@@ -5,7 +5,7 @@
 ## Casing
 
 The option `casing` introduced experimentally in version 3.88 should
-work. Here is again the explanation
+now work. Here is again the explanation.
 
 There is a new option in `\babelprovide` to set the default casing
 rules in a few languages. They are (from `interface3.pdf`):
@@ -22,7 +22,7 @@ For example:
 \babelprovide[casing=iota]{greek}
 ```
 
-New in 3.90 is a few of macros devised as a high level interface for
+New in 3.90 is a couple of macros devised as a high level interface for
 declaring case mappings, based on the locale name as declared by or
 with `babel`. They are the equivalent of `\DeclareUppercaseMapping` and
 `\DeclareLowercaseMapping` (see `usrguide.pdf`):
@@ -30,7 +30,7 @@ with `babel`. They are the equivalent of `\DeclareUppercaseMapping` and
 * `\BabelUppercaseMapping{<locale name>}{<codepoint>}{<output>}`
 * `\BabelLowercaseMapping{<locale name>}{<codepoint>}{<output>}`
 
-(TODO: Titlecase)
+(A variant for titlecasing will follow soon.)
 
 The purpose is twofold:
 * A user-friendly way to declare them, because often BCP 47 tags are not





More information about the latex3-commits mailing list.