Fossil SCM
Minor pikchr command doc update.
Commit
120558e50da34cc33b3f934ddab8c23b3a516ea665e7c1964c2d325558147de7
Parent
49a04c97b5a7805…
1 file changed
+2
-1
+2
-1
| --- src/pikchrshow.c | ||
| +++ src/pikchrshow.c | ||
| @@ -195,11 +195,12 @@ | ||
| 195 | 195 | ** |
| 196 | 196 | ** -th Process the input using TH1 before passing it to pikchr. |
| 197 | 197 | ** |
| 198 | 198 | ** -th-novar Disable $var and $<var> TH1 processing. Use this if the |
| 199 | 199 | ** pikchr script uses '$' for its own purposes and that |
| 200 | -** causes issues. | |
| 200 | +** causes issues. This only affects parsing of '$' outside | |
| 201 | +** of TH1 script blocks. Code in such blocks is unaffected. | |
| 201 | 202 | ** |
| 202 | 203 | ** -th-nosvg When using -th, output the post-TH1'd script |
| 203 | 204 | ** instead of the pikchr-rendered output. |
| 204 | 205 | ** |
| 205 | 206 | ** -th-trace Trace TH1 execution (for debugging purposes). |
| 206 | 207 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -195,11 +195,12 @@ | |
| 195 | ** |
| 196 | ** -th Process the input using TH1 before passing it to pikchr. |
| 197 | ** |
| 198 | ** -th-novar Disable $var and $<var> TH1 processing. Use this if the |
| 199 | ** pikchr script uses '$' for its own purposes and that |
| 200 | ** causes issues. |
| 201 | ** |
| 202 | ** -th-nosvg When using -th, output the post-TH1'd script |
| 203 | ** instead of the pikchr-rendered output. |
| 204 | ** |
| 205 | ** -th-trace Trace TH1 execution (for debugging purposes). |
| 206 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -195,11 +195,12 @@ | |
| 195 | ** |
| 196 | ** -th Process the input using TH1 before passing it to pikchr. |
| 197 | ** |
| 198 | ** -th-novar Disable $var and $<var> TH1 processing. Use this if the |
| 199 | ** pikchr script uses '$' for its own purposes and that |
| 200 | ** causes issues. This only affects parsing of '$' outside |
| 201 | ** of TH1 script blocks. Code in such blocks is unaffected. |
| 202 | ** |
| 203 | ** -th-nosvg When using -th, output the post-TH1'd script |
| 204 | ** instead of the pikchr-rendered output. |
| 205 | ** |
| 206 | ** -th-trace Trace TH1 execution (for debugging purposes). |
| 207 |