Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more math commands to "Statements TeX manual" #539

Open
mikhail-dvorkin opened this issue Mar 23, 2024 · 1 comment
Open

Add more math commands to "Statements TeX manual" #539

mikhail-dvorkin opened this issue Mar 23, 2024 · 1 comment

Comments

@mikhail-dvorkin
Copy link

The /docs/statements-tex-manual file is cool! I propose to add more math commands there, so that novice LaTeX users would rely on this manual. Here is my proposal with added unrepresented commands that are common for comp. prog.:

Some complex formula: $$P(|S - E[S]| \ge t) \le 2 \exp \left( -\frac{
\lfloor\max(a_1, \ldots, a_n)\rfloor \cdot \lceil \sqrt[3]{t} \rceil
}{\sum_{i = 1}^n (b_i - a_i)^2} \right).$$

Some discrete math formula:
$$(q \equiv 1 \mod{p}) \oplus (p \neq q) \Rightarrow
a \wedge (b \vee\neg (c \rightarrow d)).$$
@mikhail-dvorkin
Copy link
Author

P. S. Also would be nice to add sub/superscript index that is longer than 1 digit, added it:

Some complex formula: $$P(|S - E[S]| \ge t) \le 2 \exp \left( -\frac{
\lfloor\max(a_1, \ldots, a_n)\rfloor \cdot \lceil \sqrt[3]{t} \rceil
}{\sum_{i = 1}^n (b_{i + 1}^{24} - a_i)^2} \right).$$

Some discrete math formula:
$$(q \equiv 1 \mod{p}) \oplus (p \neq q) \Rightarrow
a \wedge (b \vee \neg(c \rightarrow d)).$$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant