Tagged Questions
2
votes
1answer
133 views
Is it correct to use a comma in this equation?
Consider:
Then, the sequence $k_i$ given by (3.38) is increasing and converges to
\begin{equation}\label{eq:weired_equation}
k^\xi = k_1\times k_2 \times c \times d,
\end{equation}
where $c$ and $d$ ...
3
votes
3answers
855 views
An extra dot after section counter while numbering equations
My sections are numbered with a dot after counter. I get it like this
\renewcommand{\thesection}{\arabic{section}.}
I also need the equations to be numbered within sections and I try to do it like ...
7
votes
2answers
372 views
How to punctuate multiline equations?
This might be off topic, yet I wouldn't know where else to ask. I want to keep up with the good habit of punctuating displayed equations. For example I know the comma (,) is compulsory in
Here, we ...
14
votes
2answers
1k views
Period after math-mode equation
If I write
If $x \rightarrow y$, then $y \rightarrow z$.
it looks fine. But if the sentence is more involved and formulas longer, I tend to change $...$ to \[...\]. In many cases I think the result ...
7
votes
1answer
1k views
Punctuation in equations
My document will contain a lot of equations, and as usual in that case I would like to use "punctuation" in the equations, like commas, colons, periods/full stops, semicolons, etc.
Is there a special ...
15
votes
2answers
2k views
Should one use thousands separators in equations?
I understand that this is not strictly a TeX question but I have recently been asked to correct an equation presented as the first example in the image below to that of the second example i.e., to use ...
7
votes
2answers
476 views
Spacing before punctuation in displayed equations
What is the correct spacing before punctuation in a displayed equation? I have the habit of writing
Let
\begin{equation}
y = f(x) \,,
\end{equation}
where
\begin{equation}
x = 3 \,.
...