log: use \thinspace instead of \,
All, Examining recent log files, I see the message suggestion > use \thinspace instead of \, When was this instituted? What does it mean? Has \, been deprecated? For many years it was recommended as a short form of \thinspace, and implementing the replacement would certainly result in much less readable source. -- Rik
On 6/29/2021 1:08 AM, Rik Kabel wrote:
All,
Examining recent log files, I see the message
suggestion > use \thinspace instead of \,
When was this instituted?
a while ago
What does it mean? Has \, been deprecated? For many years it was recommended as a short form of \thinspace, and implementing the replacement would certainly result in much less readable source. not depricated but these single character commands are somewhat weird (i always forget what they mean, not that i ever use them; when many are needed one can wonder if something else should be fixed instead)
(for instance in macro definitions i'd not use \, but the more verbose \thinspace) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Am 29.06.2021 um 12:34 schrieb Hans Hagen
: On 6/29/2021 1:08 AM, Rik Kabel wrote:
All, Examining recent log files, I see the message suggestion > use \thinspace instead of \, When was this instituted?
a while ago
What does it mean? Has \, been deprecated? For many years it was recommended as a short form of \thinspace, and implementing the replacement would certainly result in much less readable source. not depricated but these single character commands are somewhat weird (i always forget what they mean, not that i ever use them; when many are needed one can wonder if something else should be fixed instead)
(for instance in macro definitions i'd not use \, but the more verbose \thinspace)
Maybe, but in running text I use \, all the time e.\,g. in abbreviations or for numbers (10\,000). At least in German typography these “spatiums” are necessary. Hraban
On Tue, 29 Jun 2021 14:06:02 +0200
Henning Hraban Ramm
Maybe, but in running text I use \, all the time e.\,g. in abbreviations or for numbers (10\,000). At least in German typography these “spatiums” are necessary.
In French typography as well. Indeed, American: 10,000.00 French: 10\,000,00 (and other languages). This is quite readable, and much preferred to the use of any kind of macro that might format numbers according to language. I find that students often need such helpers when deciphering many digits. Alan
Alan Braslau schrieb am 29.06.2021 um 17:40:
On Tue, 29 Jun 2021 14:06:02 +0200 Henning Hraban Ramm
wrote: Maybe, but in running text I use \, all the time e.\,g. in abbreviations or for numbers (10\,000). At least in German typography these “spatiums” are necessary. In French typography as well.
Indeed, American: 10,000.00 French: 10\,000,00 (and other languages).
This is quite readable, and much preferred to the use of any kind of macro that might format numbers according to language.
I find that students often need such helpers when deciphering many digits.
Let's not forget all of these spaces commands are used in math mode. Wolfgang
participants (5)
-
Alan Braslau
-
Hans Hagen
-
Henning Hraban Ramm
-
Rik Kabel
-
Wolfgang Schuster