How can I avoid errors when using equations in German text? #276
-
I am writing a quite long document using a lot of mathematical equations, mostly inside equation and align environments. The problem is that I always get the error "Außer am Satzanfang werden nur Nomen und Eigennamen großgeschrieben. – DE_CASE" (I am writing the document in German) when I start a sentence after an equation. So it wants me to start the new line with a small letter because it sees the equation as part of a sentence which I didn't finish with a dot. But the equation is no sentence (I have a sentence above ending with a dot) and I want to start a new sentence. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I need an example for the alleged false positive diagnostic. Otherwise, I'd say this is desired behavior of LTEX. According to DIN 1338 Formelschreibweise und Formelsatz (see 4.7.2 in this excerpt) and most typographically good examples from literature, equations and formulas, even and especially when “displayed” (i.e., not inline), are in most cases to be treated as part of a sentence, except in some special cases, for example, if formulas are listed in a table. Just a formula on its own is not a sentence, just like a very long number on its own isn't, but a text body (i.e., your document minus headings, floats, headers/footers, etc.) should only consist of sentences. This means you can't just put a formula in your text body, but you should incorporate it into a sentence, e.g., by ending the previous sentence with a colon (just like this sentence now):
This is also better from a stylistic/semantic point of view, as you shouldn't just dump stuff like an equation into the text body, but interact with it, i.e., reference it (like Regarding |
Beta Was this translation helpful? Give feedback.
I need an example for the alleged false positive diagnostic. Otherwise, I'd say this is desired behavior of LTEX.
According to DIN 1338 Formelschreibweise und Formelsatz (see 4.7.2 in this excerpt) and most typographically good examples from literature, equations and formulas, even and especially when “displayed” (i.e., not inline), are in most cases to be treated as part of a sentence, except in some special cases, for example, if formulas are listed in a table. Just a formula on its own is not a sentence, just like a very long number on its own isn't, but a text body (i.e., your document minus headings, floats, headers/footers, etc.) should only consist of sentences. This means you can'…