diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-23 18:00:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-23 18:00:10 +0000 |
commit | c122d4a9d23e5df043506418f5185b3350e5b4bf (patch) | |
tree | 8e8c36e5b076560d11480323490b4f9afc926d29 /Master/texmf-dist/source/context | |
parent | 7d5a03d76f46cbbd3b12828754a21953f132a1ef (diff) |
context-fixme update (9nov09)
git-svn-id: svn://tug.org/texlive/trunk@16141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/context')
-rw-r--r-- | Master/texmf-dist/source/context/third/fixme/doc/fixme.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/context/third/fixme/doc/fixme.tex b/Master/texmf-dist/source/context/third/fixme/doc/fixme.tex new file mode 100644 index 00000000000..25c68367d75 --- /dev/null +++ b/Master/texmf-dist/source/context/third/fixme/doc/fixme.tex @@ -0,0 +1,15 @@ +\usemodule[fixme] + +\starttext + +\startprocesscommalist[text,margin,footnote,left,right,inner,outer] + +\section{Fixme test with location \quotation{#1}} + +\input knuth +\fixme[#1]{This is a short note.} +\input knuth + +\stopprocesscommalist + +\stoptext |