From 910c50994691409853bf44686dfaf8d380e52618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Matthias=20Sch=C3=A4fer?= Date: Wed, 28 Aug 2024 15:19:40 +0200 Subject: [PATCH] Call ~ tilde In the rest of the document and also according to the Unicode standard, Wikipedia, and other sources the character ~ is called tilde, whereas tie is the name of a different set of characters. --- en/lesson-09.md | 4 ++-- tr/lesson-09.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/lesson-09.md b/en/lesson-09.md index 99ed0428..2ec290f9 100644 --- a/en/lesson-09.md +++ b/en/lesson-09.md @@ -73,10 +73,10 @@ Run LaTeX one more time and you'll be all set. (Usually while writing you will run LaTeX several times anyway, so in practice this is not a bother.) -Notice the tie (`~`) characters before the references. +Notice the tilde (`~`) characters before the references. You don't want a line break between `subsection` and its number, or between `equation` and its number. -Putting in a tie means LaTeX won't break the line there. +Putting in a tilde means LaTeX won't break the line there. ## Where to put `\label` diff --git a/tr/lesson-09.md b/tr/lesson-09.md index 536e76fa..5371e68c 100644 --- a/tr/lesson-09.md +++ b/tr/lesson-09.md @@ -68,10 +68,10 @@ Run LaTeX one more time and you'll be all set. (Usually while writing you will run LaTeX several times anyway, so in practice this is not a bother.) -Notice the tie (`~`) characters before the references. +Notice the tilde (`~`) characters before the references. You don't want a line break between `subsection` and its number, or between `equation` and its number. -Putting in a tie means LaTeX won't break the line there. +Putting in a tilde means LaTeX won't break the line there. ## Where to put `\label`