diff s4-funcs.sh @ 1058:c8a01955404f draft default tip

Add sup/sub replace
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 18 Jun 2024 19:34:39 +0900
parents cf0e33324a12
children
line wrap: on
line diff
--- a/s4-funcs.sh	Sun Jun 16 10:42:26 2024 +0900
+++ b/s4-funcs.sh	Tue Jun 18 19:34:39 2024 +0900
@@ -662,6 +662,8 @@
   #   **Word**		- <strong>Word</strong>
   #   __Word__		- <strong>Word</strong>
   #   SPC+SPC+$		- <br>
+  #   ^{x}		- <sup>x</sup>    ({} requisite)
+  #   _{x}		- <sub>x</sub>    ({} requisite)
   cb='<input type="checkbox" class="s4-checkbox" disabled'
   checkboxON="${cb} checked>"
   checkboxOFF="${cb}>"

yatex.org