Skip to content

Commit 60ef2a2

Browse files
committed
ENH: You should use \ldots to achieve an ellipsis.
A linter test suggestion by chktex
1 parent b2b6355 commit 60ef2a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ \section{Namespaces}%
14201420
14211421
When declaring or defining members of the \code{itk::} namespace, for example,
14221422
the \code{itk::} namespace prefix should not be added. That is, code within
1423-
\code{namespace itk \{ ... \}}" should not use \code{itk::}.
1423+
\code{namespace itk \{ \ldots \}}" should not use \code{itk::}.
14241424
14251425
The \code{::} global namespace should be used when referring to a global
14261426
function, e.g.

SoftwareGuide/Latex/Architecture/SystemOverview.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ \section{Numerics}%
529529
functions either with or without user-supplied derivatives.
530530

531531
\item[Standardized functions and constants.] Class \code{vnl\_math}
532-
defines constants (pi, e, eps...) and simple functions (sqr, abs,
533-
rnd...). Class \code{numeric\_limits} is from the ISO standard
532+
defines constants (pi, e, eps\ldots) and simple functions (sqr, abs,
533+
rnd\ldots). Class \code{numeric\_limits} is from the ISO standard
534534
document, and provides a way to access basic limits of a
535535
type. For example \code{numeric\_limits<short>::max()} returns the maximum
536536
value of a short.

0 commit comments

Comments
 (0)