Skip to content

Commit

Permalink
Merge pull request #217 from fiveop/main
Browse files Browse the repository at this point in the history
Call ~ tilde
  • Loading branch information
josephwright committed Aug 30, 2024
2 parents eb1abd2 + 910c509 commit 69389fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions en/lesson-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions tr/lesson-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 69389fd

Please sign in to comment.