Re: [NTG-context] FiXme-module

2010-11-08 Thread Wolfgang Schuster

Am 05.11.2010 um 13:12 schrieb Andreas Harder:

 Hi Wolfgang,
 
 I've played a bit with your FiXme-module. First of all, thanks for the work! 
 But I ran into following issues.
 
 1. Something is going wrong if I allow interaction. So the text is marked as 
 a link, but one can't jump to the right location.

Works for me, maybe a bug in context which is now solved.

 2. Instead of margin notes I would like to use PDF annotations, so I tried:
 \setupfixme
  [before={\startcomment[FiXme]},
   after=\stopcomment]
 This gives an error.

comments are defined as buffers and buffers can’t be used in before/after keys 
but i can add a „location=comment“ to the module.

 3. Is it possible to save the FiXme-list in a external text file? Something 
 like \savebuffer[expanded list of fixmes][list.txt]

Do you want a separate file for each entry or one file with all entries?

Wolfgang

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FiXme-module

2010-11-08 Thread Andreas Harder

Am 08.11.2010 um 20:16 schrieb Wolfgang Schuster:

 
 Am 05.11.2010 um 13:12 schrieb Andreas Harder:
 
 Hi Wolfgang,
 
 I've played a bit with your FiXme-module. First of all, thanks for the work! 
 But I ran into following issues.
 
 1. Something is going wrong if I allow interaction. So the text is marked as 
 a link, but one can't jump to the right location.
 
 Works for me, maybe a bug in context which is now solved.

Hmm, I'm using the latest beta. I checked some documents and it works there but 
fails in something simple like
\setupinteraction[state=start]
\starttext
\placelist[chapter][interaction=all]
\dorecurse{5}{\chapter{Chapter} }
\stoptext
But anyway it has nothing to do with your module.

 2. Instead of margin notes I would like to use PDF annotations, so I tried:
 \setupfixme
 [before={\startcomment[FiXme]},
  after=\stopcomment]
 This gives an error.
 
 comments are defined as buffers and buffers can’t be used in before/after 
 keys but i can add a „location=comment“ to the module.

That would be nice, but would't alternative=comment“ more appropriate?

 3. Is it possible to save the FiXme-list in a external text file? Something 
 like \savebuffer[expanded list of fixmes][list.txt]
 
 Do you want a separate file for each entry or one file with all entries?

I thought of one file with all entries. 

My first idea was to write something like:
\startTODO
* \currentcomponent
** TODO fix that, fix this
** DONE fix that, fix this
\stopTODO
Write all TODO environments in a single file and use Emacs Org-mode to navigate 
through the list.

Best regards
Andreas
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FiXme module

2009-04-30 Thread Peter Münster
On Thu, 30 Apr 2009, Vyatcheslav Yatskovsky wrote:

 What is this module for? (Sorry, I'm not from Latex world.)

see here:
http://ctan.org/tex-archive/macros/latex/contrib/fixme/

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FiXme module

2009-04-29 Thread Yanrui Li
2009/4/30 Wolfgang Schuster schuster.wolfg...@googlemail.com:
 Hi all,

 for the people who're looking for a equivalent of the FiXme package for
 LaTeX,
 there is a first version only with the basic commands. I can extend the
 module
 if there is interest but I don't want to integrate margin notes and
 highlighted
 as the todonotes package has.

 URL: http://bitbucket.org/wolfs/fixme/


Hi Wolfgang,

Is this the usage of the module?

\usemodule[t][fixme]

\starttext
This is only a test \fixme{blah}.
\stoptext

I want to know how to use it because I think it is a good example for
my studing the programming of ConTeXt :)


-- 
Best wishes,
Li Yanrui

* Gentoo Linux (~x86)
* ConTeXt Minimals Beta (2009.04.29 20:23)
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] FiXme module

2009-04-29 Thread Wolfgang Schuster


Am 30.04.2009 um 03:29 schrieb Yanrui Li:


2009/4/30 Wolfgang Schuster schuster.wolfg...@googlemail.com:

Hi all,

for the people who're looking for a equivalent of the FiXme package  
for

LaTeX,
there is a first version only with the basic commands. I can extend  
the

module
if there is interest but I don't want to integrate margin notes and
highlighted
as the todonotes package has.

URL: http://bitbucket.org/wolfs/fixme/



Hi Wolfgang,

Is this the usage of the module?

\usemodule[t][fixme]


You can leave out the [t], you need the first argument for \usemodule  
only
when there are more only files with the same name, e.g. Hans layout  
module

(m-layout) and Patrick's (t-layout)


\starttext
This is only a test \fixme{blah}.
\stoptext

I want to know how to use it because I think it is a good example for
my studing the programming of ConTeXt :)


You could also change the location of the message with \fixme[location] 
{...}.


Wolfgang


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] fixme module?

2007-03-31 Thread Arthur Reutenauer
 did any of the attendees of the ConTeXt user meeting finish the fixme
 module?

  This is the exact reproduction of what I typed that evening:

lermontov 2:51 ~/TeX/Epen/day1 R cat p-fixme.tex 
%D \module
%D   [   file=p-fixme,
%Dversion=2007.03.23
%D  title=\CONTEXT\ FIXme module,
%D   subtitle=FIXme Notes
%D author=Arthur Reutenauer,
%D   date=\currentdate,
%D  copyright=Public Domain]
%D
%C Donated to the public domain.


%D This is an (attempt to) reproduce the FIXme package for LaTeX, by Didier
%D Verna ([EMAIL PROTECTED]), as a ConTeXt module.
%D Tutorial by Taco Hoekwater at the first international ConTeXt meeting.

%D The document can be typeset in two different modes: final and draft.
%D Depending on this mode, the fixme notes can have different effects during
%D compilation.

%D \startitemize
%D   \item \type{\fixme} takes one mandatory arguments: it inserts a note with
%D this argument, and stops compilation in final mode.
%D \stopitemize
\unprotect

\protect \endinput
lermontov 2:51 ~/TeX/Epen/day1 R 

  :-)
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context