X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=appendices%2Ff.rst;h=0dc8e6449ad13efb9fd199a12cd4f0843316d8ff;hb=95b5702817b987123d71d432f81eeb0c7101b59c;hp=c9a90e9145b06d9e3cf03d732de24215dd75130f;hpb=8c07ba7a686f62f8c5d7511c2d29e9c05a9edc04;p=ibg.git diff --git a/appendices/f.rst b/appendices/f.rst index c9a90e9..0dc8e64 100644 --- a/appendices/f.rst +++ b/appendices/f.rst @@ -13,11 +13,7 @@ .. image:: /images/picL.png :align: left -.. raw:: latex - - \dropcap{l} - -ibrary files define Inform's model world, turning a conventional +|L|\ibrary files define Inform's model world, turning a conventional programming language into a text adventure development system. Here are the library constants, variables and routines, the standard object properties and attributes, the verb grammars and actions. @@ -33,25 +29,18 @@ Library objects If defined (between Includes of `Parser` and `VerbLib`), changes standard library messages: - .. only:: html - - | `Object LibraryMessages` - | `with before [;` - | `{action}: "{string}";` - | `{action}: "{string}";` - | `{action}: switch (lm_n) {` - | `{value}: "{string}";` - | `{value}: "{string}",` - | `(a) lm_o,".";` - | `...` - | `}` - | `...` - | `];` - - .. todo:: - - Get this to work properly in LaTeX. Currently get a 'too deeply - nested' error. + | `Object LibraryMessages` + | `with before [;` + | `{action}: "{string}";` + | `{action}: "{string}";` + | `{action}: switch (lm_n) {` + | `{value}: "{string}";` + | `{value}: "{string}",` + | `(a) lm_o,".";` + | `...` + | `}` + | `...` + | `];` `selfobj` The default player object. Avoid: use instead the `player` variable,