Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[basic.align] Fix non-mathematical wording of p7 #6438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4225,12 +4225,12 @@
\end{note}

\pnum
Comparing alignments is meaningful and provides the obvious results:
Comparing two alignments $A$ and $B$ is meaningful and provides the obvious results:

\begin{itemize}
\item Two alignments are equal when their numeric values are equal.
\item Two alignments are different when their numeric values are not equal.
\item When an alignment is larger than another it represents a stricter alignment.
\item $A$ and $B$ are equal when their numeric values are equal.
\item $A$ and $B$ are different when their numeric values are not equal.
\item When the numeric value of $A$ is greater than that of $B$, $A$ represents a stricter alignment.
\end{itemize}

\pnum
Expand Down