diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:45 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:45 +0000 |
commit | c89f0bc2209f7f98695e6b94fbac316c84fbf9d4 (patch) | |
tree | 456d506bd18edd3b768eaffa8f70ae93565682e4 /doc/expert/mydefs | |
parent | 7db8921aac3a0e1223af269ec7092bdd91a7c7a2 (diff) | |
download | lout-c89f0bc2209f7f98695e6b94fbac316c84fbf9d4.tar.gz |
Lout 3.25.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@19 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/expert/mydefs')
-rw-r--r-- | doc/expert/mydefs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/expert/mydefs b/doc/expert/mydefs index 4d17d45..2ea8506 100644 --- a/doc/expert/mydefs +++ b/doc/expert/mydefs @@ -47,6 +47,7 @@ def @@HSpan { @Code "@HSpan" } def @@Include { @Code "@Include" } def @@IncludeGraphic { @Code "@IncludeGraphic" } + def @@IncludeGraphicRepeated { @Code "@IncludeGraphicRepeated" } def @@KernShrink { @Code "@KernShrink" } def @@Key { @Code "@Key" } def @@Language { @Code "@Language" } @@ -87,10 +88,12 @@ def @@SysDatabase { @Code "@SysDatabase" } def @@SysInclude { @Code "@SysInclude" } def @@SysIncludeGraphic { @Code "@SysIncludeGraphic" } + def @@SysIncludeGraphicRepeated { @Code "@SysIncludeGraphicRepeated" } def @@SysPrependGraphic { @Code "@SysPrependGraphic" } def @@Tag { @Code "@Tag" } def @@Tagged { @Code "@Tagged" } def @@Underline { @Code "@Underline" } + def @@URLLink { @Code "@URLLink" } def @@Use { @Code "@Use" } def @@VAdjust { @Code "@VAdjust" } def @@VContract { @Code "@VContract" } |