Closed paulremo closed 2 years ago
Moved comments
First changes commit d1931c7ae11e758b52e06a8bae640753217462c5
Statistical data in commit 9ffd2fc05d027515745387b769437df2655b048c
Added bullet points commit d289f67beb47c8285ab29bc286377ee3c26ae182
@paulremo Issue with equations using label => numbering go over equation when it's longer than the "normal" width
Can you give me an example?
That's why it's not responsive on mobile version
This equation is too long and can be rewritten to something more compact easily. Just change:
R_{k}\left( t \right) = e^{\left\lbrack - \left( \lambda_{k}t + \left( \frac{T_{\text{Ck} - 1} + t}{\alpha_{k}} \right)^{\beta_{k}} \right) \right\rbrack} \bullet e^{\left\lbrack - \left( \sum_{i = 1}^{i = k - 1}{\lambda_{i}T_{i}} \right) \right\rbrack} \bullet e^{\left\lbrack - \left( \sum_{i = 1}^{i = k - 1}\left( \frac{T_{\text{Ci}}}{\alpha_{i}} \right)^{\beta_{i}} \right) \right\rbrack}
to
R_{k}\left( t \right) = e^{\left\lbrack - \left( \lambda_{k}t + \left( \frac{T_{\text{Ck} - 1} + t}{\alpha_{k}} \right)^{\beta_{k}} \right) - \left( \sum_{i = 1}^{i = k - 1}{\lambda_{i}T_{i}} \right) - \left( \sum_{i = 1}^{i = k - 1}\left( \frac{T_{\text{Ci}}}{\alpha_{i}} \right)^{\beta_{i}} \right) \right\rbrack}
The product of exponentials is equal to the exponential of the sum of their arguments. In this case, I would actually not use the e^{x}
notation, but opt for \exp(x)
because the argument (x
in this case) becomes very hard to read otherwise.
Ok for this one but other equations are affected, and when we check the mobile version, almost all equations are displayed the wrong way. I don't think we can modify each formula
@paulremo For information \dot gives
which is not the same as \bullet
I found that I should use \cdot
@paulremo issue with url in bibtex library => displayed if we add "\usepackage{url}" to Bibtex style but I don't know where to find it
Almost everything done, miss the table 5.3 but not sure it's possible
DONE
This is @paulremo's review of the miscellaneous chapter:
I suggest the following changes/improvements (to be discussed):
\text{}
environment (e.g., replaceP(FAILURE)
withP(\text{FAILURE})
andT_{RF}
withT_{\text{RF}}
);\left
and\right
marks inside equations to get correct sizes for parantheses;*
or\cdot
inside equations. Do not use\bullet
! Most of the time these symbols are not required (especially when variables are involved) if necessary,\cdot
should be preferred;This is @MatthiasSchubert's review of the miscellaneous chapter: