[education/rkward] rkward: fixes and new commands added

Stefan Rödiger null at kde.org
Mon Jun 20 17:16:19 BST 2022


Git commit 762868077b849304f5b68ba3e4af5783d1e791f8 by Stefan Rödiger.
Committed on 20/06/2022 at 16:15.
Pushed by srodiger into branch 'master'.

fixes and new commands added

M  +11   -2    rkward/RKWardLaTeX.xml

https://invent.kde.org/education/rkward/commit/762868077b849304f5b68ba3e4af5783d1e791f8

diff --git a/rkward/RKWardLaTeX.xml b/rkward/RKWardLaTeX.xml
index 79feafbe..4dd3a238 100644
--- a/rkward/RKWardLaTeX.xml
+++ b/rkward/RKWardLaTeX.xml
@@ -91,7 +91,16 @@ function rangeCommand(command, def) {
   <fillin>$A \cap B$</fillin>
  </item>
  <item>
-  <match>And</match>
-  <fillin>$A \cap B$</fillin>
+  <match>List</match>
+  <fillin>
+\begin{itemize}
+    \item[\S] First item
+    \item Second item
+\end{itemize}
+</fillin>
+ </item>
+ <item>
+  <match>Fraction (inline)</match>
+<fillin>$\frac{A}{x + \frac{1}{x}}$</fillin>
  </item>
 </snippets>


More information about the rkward-tracker mailing list