diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-08-20 15:30:18 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-08-20 15:30:18 -0700 |
commit | 939e3e151bdc9de5ee0247f0bc29d16fc4d4bb66 (patch) | |
tree | dbc2260835786ea602caf0555bbf3f39d21cbfb8 /default.context | |
parent | aa479cad5b23fc4c95c379b5a57d77239d9e8099 (diff) | |
download | pandoc-939e3e151bdc9de5ee0247f0bc29d16fc4d4bb66.tar.gz |
ConTexT: Use 'description' instead of 'descr'.
Diffstat (limited to 'default.context')
-rw-r--r-- | default.context | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/default.context b/default.context index 4269d06a1..a07e7b285 100644 --- a/default.context +++ b/default.context @@ -14,10 +14,9 @@ \setuphead[subsection][style=\tfb] \setuphead[subsubsection][style=\bf] -% define descr (for definition lists) -\definedescription[descr][ - headstyle=bold,style=normal,align=left,location=hanging, - width=broad,margin=1cm] +% define description (for definition lists) +\definedescription[description][ + headstyle=bold,style=normal,location=hanging,width=broad,margin=1cm] % prevent orphaned list intros \setupitemize[autointro] |