jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] [PATCH] TeX mode: Replace three dots by \ldots instead of {\ldots}


Guenter Milde <milde@xxxxxxxxxxxxxxxxxxxxx> wrote:
> so we might need to distinguish text and math mode (unless you prefer
> the "dense" variant).

Based upon the following "table", I think that \ldots{} performs the
best overall.  Perhaps I am missing something.  Thanks, --John

\documentclass{article}
\begin{document}

\begin{tabular}{l|l|l|l}
format & text mode & math mode & math mode\\
\hline
\verb|(1,2,\ldots, N)| & (1,2,\ldots, N) & $(1,2,\ldots, N)$ &
$T_{1,2,\ldots, N}$
\\
\verb|(1,2,\ldots,N)| & (1,2,\ldots,N) & $(1,2,\ldots,N)$ &
$T_{1,2,\ldots,N}$
\\
\verb|(1,2, \ldots, N)| & (1,2, \ldots, N) & $(1,2, \ldots, N)$ &
$T_{1,2, \ldots, N}$
\\
\verb|(1,2, \ldots , N)| & (1,2, \ldots , N) & $(1,2, \ldots , N)$ &
$T_{1,2, \ldots , N}$
\\
\verb|(12\ldots N)| & (12\ldots N) & $(12\ldots N)$ & $T_{12\ldots N}$
\\
\verb|(12 \ldots N)| & (12 \ldots N) & $(12 \ldots N)$ & $T_{12 \ldots
N}$
\\
\hline
\verb|(1,2,{\ldots}, N)| & (1,2,{\ldots}, N) & $(1,2,{\ldots}, N)$ &
$T_{1,2,{\ldots}, N}$
\\
\verb|(1,2,{\ldots},N)| & (1,2,{\ldots},N) & $(1,2,{\ldots},N)$ &
$T_{1,2,{\ldots},N}$
\\
\verb|(1,2, {\ldots}, N)| & (1,2, {\ldots}, N) & $(1,2, {\ldots}, N)$
& $T_{1,2, {\ldots}, N}$
\\
\verb|(1,2, {\ldots} , N)| & (1,2, {\ldots} , N) & $(1,2, {\ldots} ,
N)$ & $T_{1,2, {\ldots} , N}$
\\
\verb|(12{\ldots} N)| & (12{\ldots} N) & $(12{\ldots} N)$ &
$T_{12{\ldots} N}$
\\
\verb|(12{\ldots}N)| & (12{\ldots}N) & $(12{\ldots}N)$ &
$T_{12{\ldots}N}$
\\
\verb|(12 {\ldots} N)| & (12 {\ldots} N) & $(12 {\ldots} N)$ & $T_{12
{\ldots} N}$
\\
\hline
\verb|(1,2,\ldots{}, N)| & (1,2,\ldots{}, N) & $(1,2,\ldots{}, N)$ &
$T_{1,2,\ldots{}, N}$
\\
\verb|(1,2,\ldots{},N)| & (1,2,\ldots{},N) & $(1,2,\ldots{},N)$ &
$T_{1,2,\ldots{},N}$
\\
\verb|(1,2, \ldots{}, N)| & (1,2, \ldots{}, N) & $(1,2, \ldots{}, N)$
& $T_{1,2, \ldots{}, N}$
\\
\verb|(1,2, \ldots{} , N)| & (1,2, \ldots{} , N) & $(1,2, \ldots{} ,
N)$ & $T_{1,2, \ldots{} , N}$
\\
\verb|(12\ldots{} N)| & (12\ldots{} N) & $(12\ldots{} N)$ &
$T_{12\ldots{} N}$
\\
\verb|(12\ldots{}N)| & (12\ldots{}N) & $(12\ldots{}N)$ &
$T_{12\ldots{}N}$
\\
\verb|(12 \ldots{} N)| & (12 \ldots{} N) & $(12 \ldots{} N)$ & $T_{12
\ldots{} N}$
\\
\hline
\end{tabular}

\end{document}

_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]