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

Problem: Subtitle not recognized after MathJax #14

Closed
StarPicard opened this issue Sep 23, 2014 · 2 comments
Closed

Problem: Subtitle not recognized after MathJax #14

StarPicard opened this issue Sep 23, 2014 · 2 comments

Comments

@StarPicard
Copy link

When i create a new Subtitle in an article after entering a MathJax Code the Subtitle is not recognized by Dokuwiki.

Example:

====== Lorem ipsum ======
===== Lorem ipsum =====
==== Lorem ipsum ====
Lorem ipsum $f(x) = -2x^3 + x^2 - 2x + 5$\\
Lorem ipsum: $\lim\limits_{x\to\infty} f(x) = \lim\limits_{x\to\infty} -2x^3 + x^2 - 2x + 5$
Lorem ipsum:
$$\begin{align}
\lim\limits_{x\to\infty} f(x) & = \lim\limits_{x\to\infty} -2\color{red}{x^3} + x^2 - 2x + 5\\
& \approx \lim\limits_{x\to\infty} - 2\color{red}{x^3}\\
& = -\infty
\end{align}$$ -

==== Lorem ipsum ====
Lorem ipsum $\lim\limits_{x\to-\infty} f(x) = \lim\limits_{x\to-\infty} -2x^3 + x^2 - 2x + 5$\\
Lorem ipsum:
$$\begin{align}
\lim\limits_{x\to-\infty} f(x) & = \lim\limits_{x\to-\infty} -2\color{red}{x^3} + x^2 - 2x + 5\\
& \approx \lim\limits_{x\to-\infty} - 2\color{red}{x^3}\\
& = -*(-\infty)\\
& = \infty
\end{align}$$ $

===== Lorem ipsum =====
Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum
$$\begin{align}
f(x) & = \frac{3x+2}{x}\\
& = \frac{3\color{red}{x}}{\color{red}{x}} + \frac{2}{x}\\
\lim\limits_{x\to\infty} & = 3 + \frac{2}{x} & \frac{2}{\infty} \Rightarrow \color{blue}{0}\\
\lim\limits_{x\to\infty} & = 3 + \color{blue}{0}\\
\lim\limits_{x\to\infty} & = 3
\end{align}$$

===== Lorem ipsum =====
@StarPicard
Copy link
Author

Sorry for that:
-> #8

@liffiton
Copy link
Owner

No problem. It prompted me to update the documentation page to try to clarify how environments can be used, so that was helpful.

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

2 participants