Re: [NTG-context] bib module: multiple bibs and alphabetical order

2005-10-07 Thread Taco Hoekwater

Idris Samawi Hamid wrote:

Hi Taco,
Thnx for working on this! I am confused about a couple of things though...



There is one bbl per article, but only one (global) list
of references & publications, so, for now, your bbl files
need to define bib items with unique keys. I hope this is
workable for now?



In the examples I sent there was no global list. Are you saying that I need to

>



Is this right or am I not getting it?-)


What I meant to say is that there is a single 'pubs' list
that is shared by all the articles. This list is built up
from the separate .bbl files, one per article, as before.

The typesetting of the publicationlist now has

   \setuppublicationlist[criterium=local]

and that is what ensures that only the citations within the current
product are actually typeset. The one thing you have to watch
out for is that when the different .bbl files define different
entries that use identically named keys, then you are in trouble.



Hmm, I have been treating each issue of the journal as a distinct project in 
itself. Maybe for the next volume I'll try the more abstract approach. But I 
don't understand how this issue affects the bib issue.


You can simply not use project files at all, just products
and components, and it will work (almost?) like it does
now.


Btw, if you use bibtex, then you can do

 \setupbibtex[sort=title]

because then bibtex does the sorting for me. :-)



Do I have to go back to bibtex syntax?


Yes, and that's why it is not the best of ideas.

Cheers,
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] bib module: multiple bibs and alphabetical order

2005-10-07 Thread Taco Hoekwater

Idris Samawi Hamid wrote:

= Original Message From Taco Hoekwater <[EMAIL PROTECTED]> =
I have uploaded a new beta for you.

 http://tex.aanhet.net/bib/m-bib-beta/20051007.zip



"Not Found
The requested URL /bib/m-bib-beta/20051007.zip was not found on this server."


oops .. wrong url.

  http://tex.aanhet.net/bib/m-bib-beta-20051007.zip

just run the files you sent me, and you will see what I meant
That's assuming I have the url right this time :-/


Taco


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


Re: [NTG-context] D R A F T on pages

2005-10-07 Thread Jilani Khaldi



Perhaps a bit simpler:

\setupcolors[state=start]
\defineoverlay[Draft][{\lightgray
 \scale[factor=max]{\rotate[rotation=60]{~DRAFT~}}}]
\setupbackgrounds[page][background=Draft]
\starttext
\input tufte
\stoptext

 


It works! Thank You :-)

--
// Jilani KHALDI
http://jkhaldi.oltrelinux.com



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


RE: [NTG-context] D R A F T on pages

2005-10-07 Thread Idris Samawi Hamid
>= Original Message From Peter Münster <[EMAIL PROTECTED]> =

>Perhaps a bit simpler:
>
>\setupcolors[state=start]
>\defineoverlay[Draft][{\lightgray
>  \scale[factor=max]{\rotate[rotation=60]{~DRAFT~}}}]
>\setupbackgrounds[page][background=Draft]
>\starttext
>\input tufte
>\stoptext

Indeed! Wonderful!!

Best
Idris


Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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


Re: [NTG-context] D R A F T on pages

2005-10-07 Thread Peter Münster
On Fri, 7 Oct 2005, Thomas A. Schmitz wrote:

> You'll need to do 2 things:
> 
> in your texmf.cnf, you have to set shellescape to "t" (don't ask me  
> where that is located on a windows system, I have no idea).
> 
> In cont-sys.tex, uncomment these two lines:
> 
> \runMPgraphicstrue
> \runMPTEXgraphicstrue

Perhaps a bit simpler:

\setupcolors[state=start]
\defineoverlay[Draft][{\lightgray
  \scale[factor=max]{\rotate[rotation=60]{~DRAFT~}}}]
\setupbackgrounds[page][background=Draft]
\starttext
\input tufte
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] bib module: interaction (wish)

2005-10-07 Thread Giuseppe Bilotta
Hello all, and Taco in particular,

I'm a great fan of interaction, and I was wondering about
what kind of interaction the BibTeX module could support.

I'm thinking of two of them in particular. One of them is
the obvious link to list of references on click. However,
I'm also a great fan of balloons, so I was thinking of
something like a popup-on-hover showing the full reference,
thus sparing the need to go back-and-forth through the
document. (Can these things  be optimized so that the popup
is only stored once in the PDF?)

A potential problem would be with compressed citations, but
I guess that in this case making only the displayed numbers
active is the right solution.

-- 
Giuseppe "Oblomov" Bilotta


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


Re: [NTG-context] D R A F T on pages

2005-10-07 Thread Thomas A. Schmitz

You'll need to do 2 things:

in your texmf.cnf, you have to set shellescape to "t" (don't ask me  
where that is located on a windows system, I have no idea).


In cont-sys.tex, uncomment these two lines:

\runMPgraphicstrue
\runMPTEXgraphicstrue

Good luck


Thomas


On Oct 7, 2005, at 12:03 PM, Jilani Khaldi wrote:

As you can see, the PDF file has been normaly created, but without  
any "DRAFT".


Ciao!




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


RE: [NTG-context] bib module: multiple bibs and alphabetical order

2005-10-07 Thread Idris Samawi Hamid
>= Original Message From Taco Hoekwater <[EMAIL PROTECTED]> =
>I have uploaded a new beta for you.
>
>   http://tex.aanhet.net/bib/m-bib-beta/20051007.zip

"Not Found
The requested URL /bib/m-bib-beta/20051007.zip was not found on this server."

-)

Best
Idris


Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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


RE: [NTG-context] bib module: multiple bibs and alphabetical order

2005-10-07 Thread Idris Samawi Hamid
Hi Taco,
Thnx for working on this! I am confused about a couple of things though...

>= Original Message From Taco Hoekwater <[EMAIL PROTECTED]> =

>There is one bbl per article, but only one (global) list
>of references & publications, so, for now, your bbl files
>need to define bib items with unique keys. I hope this is
>workable for now?

In the examples I sent there was no global list. Are you saying that I need to

1. move my multiple bbl files into one global bbl file;

2. if one reference is used in more than one article, then that reference must 
be duplicated in the global bbl file but with a different key each time. That 
is, if [afghani60] is used in two articles, then I must do something like

\startpublication[k=afghani60-i,...

\startpublication[k=afghani60-ii,...

in the global file.

Is this right or am I not getting it?-)

>On the project structure: I believe a project file should be
>pure virtual, so that: the components are the articles, the
>product is the journal issue, and the project is the journals
>entire lifespan.

Hmm, I have been treating each issue of the journal as a distinct project in 
itself. Maybe for the next volume I'll try the more abstract approach. But I 
don't understand how this issue affects the bib issue.

>Such a structure would need a different solution from the one
>I have implemented now, so we may have to revisit this part
>of the module in a few weeks. Is that ok?

Ok, I appreciate all u've done up to now...

>> 2. Can t-bib extract the references and place them in alphabetical order, 
or
>> do I have to still organize my bbl files alphabetically by hand (I really 
hope
>> not->)? Automatic alphabetizing bbl file data in the output has been one of 
my
>> major wishes for t-bib.
>
>The current module cannot do this, because it is unfeasible to do
>sorting in TeX macros. I will investigate sorting through texutil
>or something similiar, but that will need more than a few days/weeks
>to implement, so definately will not be ready before tuesday.

That's ok, I have to work on the next issue right after the immediate (late) 
issue-)

>Btw, if you use bibtex, then you can do
>
>   \setupbibtex[sort=title]
>
>because then bibtex does the sorting for me. :-)

Does this mean that I have to create a global .bib file instead of a global 
.bbl file? Do I have to go back to bibtex syntax? I have have been creating 
bbl files by hand upto now...

By the way: I have been using mswincontext.zip as my stand-alone TeX 
installation, and no longer update fpTeX, etc. Since t-bib is a part of 
ConTeXt now, does it not make sense that BibTeX also be included, at least 
until it is no longer needed?

I'll test things shortly: 
Thnx for all your help!

Best
Idris


Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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


[NTG-context] A particular form of index (register) coupling

2005-10-07 Thread Giuseppe Bilotta
Hello,

I have a register where all the entries appear once (and
only once) in a particular form (\index[def::]{entry}) but can appear any
number of times in the standard form (\index{entry}).

I would like the particular coupling to make all standard
form entries clickable and linking to the one and only
\index[def::]{entry}.

This could be of course generalized to some kind of
couplingcommand=\command#1#2 that is user-defineable ...

-- 
Giuseppe "Oblomov" Bilotta

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


[NTG-context] \setupregister -> \setupindex

2005-10-07 Thread Giuseppe Bilotta
I just noticed that \setupindex is not exactly the same as
\setupregister[index]; indeed, \setupindex does not allow
the syntax

\setupindex[form][options=values]

whereas

\setupregister[index][form][options=values]

is valid.

-- 
Giuseppe "Oblomov" Bilotta

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


[NTG-context] "Smart" \in

2005-10-07 Thread Giuseppe Bilotta
Hello all,

I have a document which is split into separate \parts. I
would like the \in command (& friends) to automatically add
the "part" reference when cross-referencing across parts.

Example:


"""
\part[part:one]{Part one}

\chapter[ch:one]{Chapter one}

\chapter[ch:two]{Chapter two}
As seen in \in chapter[ch:one]

\part[part:two]{Part two}

\chater[ch:2-1]{Chapter two}

As seen in \in chapter[ch:one]
"""

The first \in would say chapter~1, the second chapter~1,
part~1.

-- 
Giuseppe "Oblomov" Bilotta

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


[NTG-context] Automatic next indent

2005-10-07 Thread Giuseppe Bilotta
Hello all, and Hans in particular:

Some time ago

http://www.mail-archive.com/ntg-context@ref.ntg.nl/msg01744.html

I had proposed a patch that added the "auto" value to
some commmon indentnext options. I would *really* this to be
taken into consideration.

Rationale: things like formulas, itemgroups and the like
(basically, everything that allows indentnext) are
"displays". "Displays" are parts of the document that are
embedded in a paragraph but are "put in display" by
appropriate indenting & other tricks. Now, there are cases
in which the paragraph continues after the display, and
cases when it doesn't.

So for example

"""
Some text in a paragraph, plus other text,
still in the same paragraph
   and a displayed thing
and a continuation of the same paragraph
with some more text and other text
"""

would be different from

"""
Some text in a paragraph, plus other text,
still in the same paragraph
   and a displayed thing

In a separate pragraph, we have some other text
"""

Note that the two cases should be handled separately: in the
first case, I *don't* want any indentation nor any blank
line; in the second case, I might want either or both.

indentnext=auto would NOT put an indent in cases like this:

"""
some paragraph
\startdisplayedmaterial
displayed stuff (formula or itemgroup or anything else)
\stopdisplayedmaterial
still same paragraph
"""

but WOULD put an indent here

"""
some paragraph
\startdisplayedmaterial
displayed stuff (formula or itemgroup or anything else)
\stopdisplayedmaterial

Different paragraph
"""

Hans, can you please consider it for inclusion? The patch is
somewhat out of date, given the age, but the principle
should be obvious.

-- 
Giuseppe "Oblomov" Bilotta

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


Re: [NTG-context] bib module: author-date macros

2005-10-07 Thread Taco Hoekwater


Hi,

Idris Samawi Hamid wrote:


\def\citeauthoryear[#1]{%
  {\setupcite[authoryears][right={)},inbetween={ }]%
   \cite[authoryears][#1]%
  }%
}


The beta allows:

  \def\citeauthoryear[#1]{%
\cite[alternative=authoryears,right={)},inbetween={ }][#1]%
  }

  \def\citeauthoryearpage[#1][#2]{%
   \cite[alternative=authoryears,extras={, #2}][#1]%
  }

etc.
And, especially now that the syntax is that much cleaner, I don't
really want to add such convenience macros to the module.

Cheers,

Taco

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


Re: [NTG-context] bib module: multiple bibs and alphabetical order

2005-10-07 Thread Taco Hoekwater


Hi Idris,

Idris Samawi Hamid wrote:
1. Does t-bib now support multiple bibliographies? For past issues of the 
journal, I had to define a new bib-env file for each article that required a 
bibliography, otherwise the bibliography of, say, article two would include 
the bibliography for article one. Is there a general solution for this?


I have uploaded a new beta for you.

  http://tex.aanhet.net/bib/m-bib-beta/20051007.zip

This beta should work with the example files you sent me, except
that you have to delete the

  \input articleX.bbl

lines. I'm not sure that your use of the project structure is
correct, so I'm equally unsure that a definitive version should
use the same solution as this beta, but for now it should be
more or less ok.

There is one bbl per article, but only one (global) list
of references & publications, so, for now, your bbl files
need to define bib items with unique keys. I hope this is
workable for now?

On the project structure: I believe a project file should be
pure virtual, so that: the components are the articles, the
product is the journal issue, and the project is the journals
entire lifespan.

Such a structure would need a different solution from the one
I have implemented now, so we may have to revisit this part
of the module in a few weeks. Is that ok?

2. Can t-bib extract the references and place them in alphabetical order, or 
do I have to still organize my bbl files alphabetically by hand (I really hope 
not->)? Automatic alphabetizing bbl file data in the output has been one of my 
major wishes for t-bib.


The current module cannot do this, because it is unfeasible to do
sorting in TeX macros. I will investigate sorting through texutil
or something similiar, but that will need more than a few days/weeks
to implement, so definately will not be ready before tuesday.

Btw, if you use bibtex, then you can do

  \setupbibtex[sort=title]

because then bibtex does the sorting for me. :-)

If the above two are solved I can use a single master bbl file for the entire 
journal instead of multiple files, thus streamlinig much of my workflow.


In the new beta, also removed some spurious spaces in bibl-apa.tex
that sometimes created blank lines, and I've added that definition
of \noopsort for Giuseppe.

Cheers, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Bib-module: crossreferences

2005-10-07 Thread Taco Hoekwater


Hi Roelof,

Roelof Langman wrote:

Hi Taco,

Are crossreferences supposed to work in the new bib module? According to the


No, this doesn't work, but I believe there is a workaround by putting

   \setbox\scratchbox={\hbox{\placepublications}}

just before the normal \placepublications or \completepublications.
(This works because it explicitly executes the embedded \crossref
outside of the actual publication list)

If that doesn't work or has undesired side-effects, you can do

\setbox\scratchbox={\cite[lawrence:1979]}

but that solution requires you to know the used cross references
that appear in the bib file, whereas the first solution doesn't.

I'll try to fix this in a week of so. You have to wait until
after Idris' problems are solved, because I do not enough time
right now to fix everything.


Latex companion pp. 404ff. a crossreference can be made in an @inbook to a


You do know that, generally speaking, the latex companion doesn't
apply to the bib module, right? There are rumours about ConTeXt
actually being LaTeX3, but I can assure you those are untrue :-)


In the new bibtex-module for Context, the crossreferences are resolved
properly, I think, but the crossreferenced entry is not yet included in the
reference list.


Yes, but it happens too late to allow inclusion in the list.

Cheers, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re[2]: [NTG-context] bib module: support \noopsort

2005-10-07 Thread Giuseppe Bilotta
Friday, October 7, 2005 Taco Hoekwater wrote:

> Giuseppe Bilotta wrote:
>> Hello Taco,
>> 
>> would it be possible for your module to support the
>> \noopsort command you can find in some .bib files?

> Sure, will do (new beta later today).

THanks.

>> For the time being I'm just putting a \let\noopsort\relax in
>> my document.

> That's wrong, I think. Should be \def\noopsort#1{}, yes?

Yes, of course.

-- 
Giuseppe "Oblomov" Bilotta

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


Re: [NTG-context] bib module: support \noopsort

2005-10-07 Thread Taco Hoekwater

Giuseppe Bilotta wrote:

Hello Taco,

would it be possible for your module to support the
\noopsort command you can find in some .bib files?


Sure, will do (new beta later today).


For the time being I'm just putting a \let\noopsort\relax in
my document.


That's wrong, I think. Should be \def\noopsort#1{}, yes?

Cheers, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] bib module: support \noopsort

2005-10-07 Thread Giuseppe Bilotta
Hello Taco,

would it be possible for your module to support the
\noopsort command you can find in some .bib files?
Basically, a key like

key = {\noopsort{value1}}value2

will print as value2 but be sorted under value1 (details in
the bibtex references?

For the time being I'm just putting a \let\noopsort\relax in
my document.

-- 
Giuseppe "Oblomov" Bilotta

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


Re: [NTG-context] getvariable

2005-10-07 Thread Peter Rolf
Thomas A. Schmitz wrote:
> Peter, I appreciate your helping me. And I have no clue what's going 
> wrong.
> On Oct 6, 2005, at 10:08 PM, Peter Rolf wrote:
> 
>>>
>> I'm just guessing (taken from my own pile of mistakes).
>> Hmm, is it a problem of setting the variable, or it's interpretation?
>> Can you find out, if the variable is set correctly in your \setupcrop
>> macro? Just add
>>
>> \writestatus{[CROP]}{crop mark is: \getvariable{Crop}{mark}}%
> 
> 
> For debugging, I've narrowed the module down to 8 lines:
> 
> \def\setupcrop{\setvariables[Crop]}
> 
Is that all \setupcrop does? :)
It's a bit hard for me to debug your code from parts, without seeing
all. But anyway, here is the way I would handle such stuff. Not tested!

...
% trigger for printing crop info
\newconditional\CropInfo

\def\SetupCrop{\dosingleempty\doSetupCrop}

\def\doSetupCrop[#1]{%
  \iffirstargument
[EMAIL PROTECTED],info=},#1]%
[EMAIL PROTECTED]
  camera=>{\setvariables[Crop][mark=camera]
\def\PageBackground{\CameraMarks}},
  cross=>{\setvariables[Crop][mark=cross]
\def\PageBackground{\CrossMarks}},
  default=>{\setvariables[Crop][mark=]
\def\PageBackground{}},
  unknown=>{\setvariables[Crop][mark=]
\def\PageBackground{}}]%
% no need to store this into a variable
[EMAIL PROTECTED]
  no=>\setfalse\CropInfo,
  default=>\settrue\CropInfo,
  unknown=>\settrue\CropInfo]%
  \else
  % \SetupCrop is called without parameters
\setvariables[Crop][mark=]
\setfalse\CropInfo
\def\PageBackground{}%
  \fi
  % just to give the idea...
  \ifconditional\CropInfo
\setlayer[markings][x=.5\paperwidth, y=20mm, location=c]%
{\tt \txx "\jobname" - \currentdate [y,/,mm,/,dd]\ - \currenttime\ -
\realfolio\ of \lastpage}
%  \else
  \fi
% for debugging only
\writestatus{[CROP]}{crop mark is: \getvariable{Crop}{mark}}%
\writestatus{}{crop info is \ifconditional\CropInfo\ enabled\else\
disabled}%
}

\SetupCrop % initialisation (or \setups[namespace:reset])
...

I have no experience with the namespace mechanism Hans mentioned (will
give it a try/ add it to the wiki).

HTH,

Peter

> \setvariables[Crop][mark=cross,info=yes]
> 
> \processaction[\getvariable{Crop}{mark}][
>   camera =>\def\PageBackground{\CameraMarks},
>   cross  =>\def\PageBackground{\CrossMarks},
>   default=>\def\PageBackground{},
>   unknown=>\def\PageBackground{}]%
> 
> \writestatus{[CROP]}{crop mark is: \getvariable{Crop}{mark}}
> 
> my testfile:
> 
> \usemodule[t-crop]
> \setupcrop[mark=camera,info=yes]
> 
> \starttext
> 
> Hello!
> 
> \stoptext
> 
> Output in log:
> 
> (/Users/tas/Library/texmf/tex/t-crop.tex
> [CROP]  : crop mark is: cross
> 
> If second line of module is commented out, I get:
> 
> [CROP]  : crop mark is:
> 
> So it's a problem of actually setting the variable.
> 
>>
>>
>> The error can't hide forever ;)
>>
> Maybe it can't hide forever, but it looks like it can run...
> 
> Thanks for your help. I'll be away tomorrow and will try more on the 
> weekend.
> 
> Best
> 
> Thomas
> ___
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
> 

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


Re: [NTG-context] D R A F T on pages

2005-10-07 Thread Jilani Khaldi


Please give the appropriate extracts from the log file, including 
ConTeXt version and where the error occurs.




This is pdfeTeX, Version 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded 
format=cont-en 2005.9.28)  7 OCT 2005 11:52

entering extended mode
**draft1.tex
(draft1.tex

ConTeXt  ver: 2005.08.31  fmt: 2005.9.28  int: english  mes: english

language: language en is active

system  : cont-new loaded
(C:\texmf\tex\context\base\cont-new.tex
systems : beware: some patches loaded from cont-new.tex
color   : palette rollover is available
)
system  : cont-old loaded
(C:\texmf\tex\context\base\cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(C:\texmf\tex\context\base\cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys.rme loaded
(C:\texmf\tex\context\user\cont-sys.rme
(C:\texmf\tex\context\base\./type-exa.tex)
(C:\texmf\tex\context\base\./type-syn.tex)
(C:\texmf\tex\context\base\./type-enc.tex)
(C:\texmf\tex\context\base\./type-dis.tex)
(C:\texmf\tex\context\base\./type-siz.tex)
(C:\texmf\tex\context\base\./type-map.tex)
(C:\texmf\tex\context\base\./type-spe.tex)
(C:\texmf\tex\context\base\./type-akb.tex))
bodyfont: 12pt rm is loaded
language: patterns en->ec:ec->1->2:2 uk->ec:ec->2->2:2 
de->texnansi:tex
nansi->3->2:2 de->ec:ec->4->2:2 fr->texnansi:texnansi->5->2:2 
fr->ec:ec->6->2:2
es->ec:ec->7->2:2 pt->texnansi:texnansi->8->2:2 pt->ec:ec->9->2:2 
it->texnansi
:texnansi->10->2:2 it->ec:ec->11->2:2 nl->texnansi:texnansi->12->2:2 
nl->ec:ec-
>13->2:2 cz->il2:il2->14->2:2 cz->ec:ec->15->2:2 sk->il2:il2->16->2:2 
sk->ec:ec

->17->2:2 pl->pl0:pl0->18->2:2 pl->ec:ec->19->2:2 loaded
specials: tex,postscript,rokicki loaded
system  : draft1.top loaded
(./draft1.top
specials: loading definition file tpd
(C:\texmf\tex\context\base\spec-tpd.tex
specials: loading definition file fdf
(C:\texmf\tex\context\base\spec-fdf.tex)
specials: fdf loaded
)
specials: fdf,tpd loaded
)
color   : system rgb is global activated
(./draft1.tuo) (./draft1.tuo) (./draft1.tuo) (./draft1.tuo) (./draft1.tuo)
(./draft1.tuo) (./draft1.tuo) (./draft1.tuo) (./draft1.tuo) (./draft1.tuo)
(./draft1.tuo) (./draft1.tuo) (./draft1.tuo)
systems : begin file draft1 at line 14
chapter : 1 Integrali da 1 a 10
section : 1.1 I-001
section : 1.2 I-002
(C:\texmf\tex\context\base\pdfr-ec.tex)
fonts   : resetting map file list
fonts   : using map file: original-base
fonts   : using map file: ec-public-lm
fonts   : using map file: ec-base
fonts   : using map file: original-ams-base
fonts   : using map file: original-public-lm
systems : randomizer starts with 836731516
[MP to PDF] (./draft1-mpgraph.4000) 
[1.1{original-empty.map}{original-base.map}

{ec-public-lm.map}{ec-base.map}{original-ams-base.map}{original-public-lm.map}]
section : 1.3 I-003
section : 1.4 I-004
[MP to PDF] (./draft1-mpgraph.3999) [2.2]
section : 1.5 I-005
section : 1.6 I-006
section : 1.7 I-007
[MP to PDF] (./draft1-mpgraph.3998) [3.3]
section : 1.8 I-008
section : 1.9 I-009
[MP to PDF] (./draft1-mpgraph.3997) [4.4]
section : 1.10 I-010
[MP to PDF] (./draft1-mpgraph.3996) [5.5]
systems : end file draft1 at line 211
[flush and process draft1-mpgraph.mp afterwards] )
Here is how much of TeX's memory you used:
1499 strings out of 61144
24008 string characters out of 647757
525593 words of memory out of 1080614
37208 multiletter control sequences out of 6
81098 words of font info for 39 fonts, out of 100 for 2000
182 hyphenation exceptions out of 4999
44i,21n,61p,410b,655s stack positions out of 
5000i,500n,1p,20b,32768s

PDF statistics:
41 PDF objects out of 30
0 named destinations out of 30
5 words of extra memory for PDF output out of 65536
{cmrm.enc}<
C:\texmf\fonts\type1\bluesky\cm\cmmi12.pfb>{ec-lm.enc}
Output written on draft1.pdf (5 pages, 102920 bytes).
 E N D %

As you can see, the PDF file has been normaly created, but without any 
"DRAFT".


Ciao!

--
// Jilani KHALDI
http://jkhaldi.oltrelinux.com



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


[NTG-context] ASCII art inclusion

2005-10-07 Thread andrea valle

Hi to all,
I'm including in a set of slides some ASCII ART.
Actually I'm using start-stoptyping.
E.g.
\starttyping

|| knight ||



   |
   |
   + \
   \\.G_.*=.
`(H'/.\|
 .>' (_--.
  _=/d   ,^\
 ~~ \)-'   '
/ |
   '  '   a:f
\stoptyping

Works fine, but obviously text remains text (--> large figures are 
splitted among different  pages).
I'd like to treat the ascii text lines as a unique block, just like a 
figure. What's the best way?


Thanks a lot

Best

-a-

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