chiark / gitweb /
docs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Nov 2019 00:53:01 +0000 (00:53 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Nov 2019 00:53:01 +0000 (00:53 +0000)
subdirmk/NOTES

index d4d7da942a931055f936c8128c0bb1d0dbd945cf..7cf84cf756597db3b2073c4c158172456fca59ed 100644 (file)
@@ -11,7 +11,7 @@
 &&             =>      &&
 \&             =>      &
 
 &&             =>      &&
 \&             =>      &
 
-& thing thing... &     =>      each thing prefixed by &/ &^ &~ resp
+& thing thing... &     =>      each thing prefixed by &/ &^/ &~/ resp
 & ^ thing thing... &           each thing is any non-ws
 & ~ thing thing... &           & may be omitted before EOL or before \EOL
                                other &'s not recognised
 & ^ thing thing... &           each thing is any non-ws
 & ~ thing thing... &           & may be omitted before EOL or before \EOL
                                other &'s not recognised
@@ -26,7 +26,7 @@ lc is [a-z][-+,0-9_a-z]*(?!\w)
                        may also occur at eol
 
 eg notably
                        may also occur at eol
 
 eg notably
- STUFF!&               now & is recognised instead (ie back to normal)
+ STUFF!&       now & is recognised instead (ie back to normal)
  STUFFSTUFF    STUFF
 
 eg
  STUFFSTUFF    STUFF
 
 eg