adrenmaths
Forum Replies Created
-
Forum: Plugins
In reply to: [KaTeX] from QuickLateX to KaTeX ?found a way out :
[katex]\color{A0BBFF}x[/katex]
works fine. Sorry for the noise …
Forum: Plugins
In reply to: [KaTeX] from QuickLateX to KaTeX ?More questions to come …
\textcolor works fine, but \definecolor doesn’t.
I tried the command :
[katex]\definecolor{theColor}{HTML}{A0BBFF}\textcolor{theColor}x\/katex]to get a bluish x …
and got an error. Maybe the xcolor package is not loaded by default ?
What solution do I have ?
Forum: Plugins
In reply to: [KaTeX] from QuickLateX to KaTeX ?Ok, thank you for your help.
Forum: Plugins
In reply to: [KaTeX] from QuickLateX to KaTeX ?Ok, I will certainly do that if everything is fine.
For now, I am struggling with regexp but things are moving on.
Does KaTeX support the \begin{eqnarray*} … \end{eqnarray*} construct ?
I am asking because I have plenty of such constructs in my posts.
Are there standard LaTeX constructs that are not recognized by KaTeX ?
Forum: Plugins
In reply to: [KaTeX] from QuickLateX to KaTeX ?Thank you very much ! I will go explore this trail …
Forum: Plugins
In reply to: [KaTeX] from QuickLateX to KaTeX ?Thank you Thomas for your quick reply.
May be this is a silly question, but is there a way to do a massive “search / replace” in the sources of several wordpress articles in order to replace $XYZ$ constructs by [katex]XYZ[/katex] ones ?
All the best,
René.Hi hailinhdo,
I solved a similar problem by using the plugin Loco Translate (and thanks to @kriti who gave me that hint before).
Adren
- This reply was modified 4 years, 7 months ago by adrenmaths.
Forum: Themes and Templates
In reply to: [OceanWP] Strange buttons at the bottomThank you @kcross4767
I could hide those buttons by adding :
.pswp {
display: none;
}in custom CSS. Maybe this can be useful to someone else.
It seems to be related to PhotoSwipe (look here : https://photoswipe.com/)
- This reply was modified 4 years, 7 months ago by adrenmaths.
Forum: Themes and Templates
In reply to: [OceanWP] Strange buttons at the bottomHi Abishek,
Thank you for your answer.
I did exactly what you suggested and indeed the “scroll to top” button is now OK.
But sadly, the small buttons on the bottom left of the page are still there. What I would like to do is to hide them if possible.
Do you know if those buttons are part of OceanWP ? And if so, which part ?
Also, is it a known issue ?
Thanks again.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Latex and TablePressHi Tobias,
Thank you for your answer.
After some checking, I found why latex interpretation had stopped in TablePress and I guess that this information could be useful for others :
In the QuickLatex parameters (WordPress Admin), there is a tab named Advanced.
The checkbox Use LaTeX Syntax Sitewide has to be checked.I finally remembered that I had unchecked it recently for some reason 🙂
I think that this shouldn’t be the desired behaviour, because checking this checkbox has a side effect : the $ character in interpreted in a very special way (LaTeX delimiter) sitewide …
Cheers,
RenéForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Latex and TablePressHi again Tobias 🙂
For some unknown reason, and without having changed anything in functions.php, interpretation of Latex code in TablePress doesn’t work anymore.
TablePress version is 1.14
Do you have updated your plugin in some way that could affect this behaviour ?
Tank you for your help.
Cheers
RenéThank you Kitty for your answer,
I changed a bit the picture you posted in order to show what I am looking for :
https://prnt.sc/1bqiy2x
Cheers,
AdrenThank you Kitty,
It works fine. I will adopt this solution for now.
In the future, I intend to monetize some subset of the quizzes : what is in your opinion the preferred plugin that is the most compatible with QSM ?
Cheers,
René
—@sheafsmash What do you mean by “it did no work” ?
I pasted your latex code in one of my quizzes and it is correctly interpreted.
However, I don’t understand : why you don’t add 4 answers instead of putting them inside the question block ?
@sheafsmash I noticed that QSM doesn’t accept LaTeX commands enclosed in $ … $.
It accepts instead the syntax \[ … \]
Does it help ?