[NTG-context] Re: No bonds visibel with ppchtex

2005-01-06 Thread Kai Straube
Am Donnerstag, 6. Januar 2005 13:01 schrobst Du:

> ah, you generate dvi, i guess that if you convert it to ps you see bonds
> since the log shows that the mp file is made
>
> anyhow, why not use pdf output?
>
>\setupoutput[pdftex]
>
> or
>
>texexec --pdf 
>
> or
>
>% output=pdftex (first line of doc)

Sorry, I tried both of them. But but either the .ps nor the .pdf shows the 
bonds. ;-(((

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


Re: [NTG-context] recursion/loop with counter?

2005-01-06 Thread Henning Hraban Ramm
Am 06.01.2005 um 15:41 schrieb Hans Hagen:
\dorecurse{20}
  {\bTR \expanded{\bTD \recurselevel bottles of beer \eTD} \bTD \strut 
\eTD \eTR}
But what if I need it in a call to some function like:
\dorecurse{10}{\SkillField{Skill\expanded\recurselevel}}
Then I always get 0 (or an error in some cases).
Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] bibdemo.tex

2005-01-06 Thread Willi Egger
Hi Taco,
Sorry, I should have studied the manual ...
Anyway its good to know that it is actually all sound with the bib-module!
Willi
Taco Hoekwater wrote:
Willi Egger wrote:
Hi,
Testing the file provided by Taco before installing the new 
alpha-Context did not result in a reference from \cite[don], only a () 
is typeset.

After installing the new alpha-Context, the problem with the \section 
command is indeed solved. Still there is only a () from the citation.

What is going wrong?

my example was incomplete (it produces no cite-able output). The fact
that there are empty braces indicates that it actually *does* work 
though. Otherwise, you'd have seen something like (X, ).
Sorry, not the best example I ever created ...

Greetings, Taco

___
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


[NTG-context] optional arguments, if(nth)argument

2005-01-06 Thread Henning Hraban Ramm
Hello again!
Today I'm trying a lot of new (to me) things...
This time, a macro with optional arguments and \if...argument :
\def\SkillField{\dodoubleempty\doSkillField}
\def\doSkillField[#1][#2]#3{\bTR\bTD #3
	\iffirstargument\hfill (#1)\fi % don't print when no optional 
argument
	\eTD \bTD
	\ifsecondargument  % if second optional arg is provided
		\definefield[#2][line][Skill][#1]\field[#2]
	\else  % if no second optional arg
		\definefield[#3][line][Skill][#3]\field[#3]
	\fi
	\eTD\eTR}

e.g.
\SkillField[+8][Aergern]{Ärgern} % works
\SkillField[+1]{Labern} % does nothing instead of "else"
\SkillField{Testen} % does "\hfill (#1)", but should do nothing
Apparently, the \if...argument ... \else don't work as they should.
Where's my mistake?
Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] function that purges 8 bit text?

2005-01-06 Thread Henning Hraban Ramm
Am 06.01.2005 um 17:18 schrieb Hans Hagen:
it's a three line macro to do this kind of things; however, i decided 
to install yet another expansion handler,
\enableregime[windows] \setupregister[index][keyexpansion=strict]
\starttext
  \index[Ätsch]{Ätsch} test \index{QÄtsch} test \index[ratsch]{RÄtsch} 
test \placeindex
\stoptext
Thank you!
Will this also work with field names ( \definefield[Übelkübel]... )?
Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] next version

2005-01-06 Thread Hans Hagen
Nikolai Weibull wrote:
* Hans Hagen <[EMAIL PROTECTED]> [Jan 06, 2005 17:50]:
- csr/plr/aer/vnr will be dropped in favor of lmr (also makes minimals
smaller)

What will this entail, exactly?
less font files because latin modern has all those glyphs in it (once vietnamese 
is in there some 600 glyphs per font); for speed and consistency i may add a 
bunch of -lmr*.tfm files but users will not notice it;

latin modern support is already present in context
another advantage is that once we default to latin modern, we have the glyoh sin 
the proper ascii slots, which means less hassle with xml

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] next version

2005-01-06 Thread Adam Lindsay
Hans Hagen said this at Thu, 6 Jan 2005 17:44:21 +0100:

>Expect also cleanup in the font area:
>
>- csr/plr/aer/vnr will be dropped in favor of lmr (also makes minimals
>smaller)

Cool.
Not directly relevant, but if you're considering the minimals, the antt
font got a stunning update somewhere at the end of the year:



(And I'm sure you know about Utopia being updated as well.)
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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


Re: [NTG-context] next version

2005-01-06 Thread Nikolai Weibull
* Hans Hagen <[EMAIL PROTECTED]> [Jan 06, 2005 17:50]:
> - csr/plr/aer/vnr will be dropped in favor of lmr (also makes minimals
> smaller)

What will this entail, exactly?
nikolai

-- 
::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden:::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] next version

2005-01-06 Thread Hans Hagen
Hi,
The next release will -apart from bug fixes and a few new things as well as the 
bib module- also miss a few things: the interface setup files, we now definitely 
move to the xml variants; as a result, texshow has been swapped for taco's 
texshow which handles the xml files directly; this is all part of a cleanup. The 
alpha relese already has these changes.

Expect also cleanup in the font area:
- csr/plr/aer/vnr will be dropped in favor of lmr (also makes minimals smaller)
- i consider run time map entries instead of file based ones
- some unused macros will be removed
btw, there is a new 'manual': tiptrick.pdf; will be extended over time
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] function that purges 8 bit text?

2005-01-06 Thread Hans Hagen
Henning Hraban Ramm wrote:
Am 06.01.2005 um 12:56 schrieb Hans Hagen:
Is there a possibility to strip all invalid chars from a string, so that
\SkillField{Erzählen}{0} can define a field named "Erzaehlen" or 
"Erzhlen" or "Erzahlen"?

just make me s small test file
there is lots of sanitizing code/trickery out there, but need a simple 
self contained example

Hm, it doesn't really have anything to do with my application (defining 
widget fields), so...

\starttext
\def\MyIndex#1{\index[\CLEAN{#1}]{#1}}
\MyIndex{Ätsch} % should expand to \index[Atsch]{Ätsch} or 
\index[Aetsch]{Ätsch}

\stoptext
it's a three line macro to do this kind of things; however, i decided to install 
yet another expansion handler,

\enableregime[windows] \setupregister[index][keyexpansion=strict]
\starttext
  \index[Ätsch]{Ätsch} test \index{QÄtsch} test \index[ratsch]{RÄtsch} test 
\placeindex
\stoptext

those who really want to know the details can look into the source and grep for 
strict in core-sys.tex

think of something: \reduceargument an accented mess\to \ascii
I will upload a new alpha version in a few hours
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Vit Zyka wrote:
interesting is that the doc opens but the menu bar freezes -)
\starttext
\startcomment should work in older readers as well \stopcomment \input bryson
\pdfcompresslevel=0
\immediate\pdfobj{<< /Type /Sig /Filter /Identity /P 2 >>} 
\edef\DocMDPobj{\the\pdflastobj\space 0 R }
\immediate\pdfobj{<< /Type /Sig /Filter /Identity /P 2 >>} \edef\URRRobj 
{\the\pdflastobj\space 0 R }

\pdfcatalog{/Perms << /DocMDP \DocMDPobj /UR3 \URRRobj>>}
\stoptext

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] recursion/loop with counter?

2005-01-06 Thread Hans Hagen
Henning Hraban Ramm wrote:
\dorecurse{20}{\bTR \bTD \LoopCounter bottles of beer \eTD \bTD{\strut}  
\eTD \eTR}
\dorecurse{20}
  {\bTR \expanded{\bTD \recurselevel bottles of beer \eTD} \bTD \strut \eTD 
\eTR}
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Vit Zyka wrote:
And sorry for a bit out of ConTeXt topic. Hans, is it time to move to 
the pdftex list?
no problem, that way users see that things are not always trivial; and ... the 
pdftex list nowadays is mostly a latex howto list

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Mark Smith
Henning Hraban Ramm wrote:

>I'd like to, but there's no german Acrobat 7 yet, and I won't buy an 
>english one.

Interesting. I'm in Germany too and am currently having trouble getting an 
international English version of 7 Pro at the education price. A German one is 
on offer.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] recursion/loop with counter?

2005-01-06 Thread Vit Zyka
Henning Hraban Ramm wrote:
In a form I need a lot of empty, but numbered fields.
Can I access the counter of \dorecurse somehow, or is there another  
\recurselevel
Vit Zyka
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] recursion/loop with counter?

2005-01-06 Thread Henning Hraban Ramm
Hello again!
In a form I need a lot of empty, but numbered fields.
Can I access the counter of \dorecurse somehow, or is there another  
loop command?

e.g.
\dorecurse{20}{\bTR \bTD \LoopCounter bottles of beer \eTD \bTD{\strut}  
\eTD \eTR}
or
\dorecurse{20}{\definefield[Fld\LoopCounter][line][MySetup][]\field[Fld\ 
LoopCounter]}

Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] function that purges 8 bit text?

2005-01-06 Thread Henning Hraban Ramm
Am 06.01.2005 um 12:56 schrieb Hans Hagen:
Is there a possibility to strip all invalid chars from a string, so 
that
\SkillField{Erzählen}{0} can define a field named "Erzaehlen" or 
"Erzhlen" or "Erzahlen"?
just make me s small test file
there is lots of sanitizing code/trickery out there, but need a simple 
self contained example
Hm, it doesn't really have anything to do with my application (defining 
widget fields), so...

\starttext
\def\MyIndex#1{\index[\CLEAN{#1}]{#1}}
\MyIndex{Ätsch} % should expand to \index[Atsch]{Ätsch} or 
\index[Aetsch]{Ätsch}

\stoptext
Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Vit Zyka
No. You wrote that this possibility is mentioned somewhere. Where?
in the pdf specs
Hmmm. I can find only (p. 92 1.6spec):
  "The absence of this entry (/Encrypt) from the trailer dictionary
   means that the document is not encrypted."
It seems to me now that rights without passwords relies with
/Perms in catalog (p.117, 699) and signatures (p.684).
Something like:
-
\pdfcompresslevel=0
\immediate\pdfobj
  {<< /Type /Sig
  /Filter % something from Adobe.PPKLite Entrust.PPKEF CICI.SignIt 
VeriSign.PPKVS
  /Contents % signature
  /ByteRange %?? UR3 in /Perms
  /P -4
   >>}
\edef\DocMDPobj{\the\pdflastobj\space 0 R }
\immediate\pdfobj
  {<< /Type /Sig
  /Filter % something from Adobe.PPKLite Entrust.PPKEF CICI.SignIt 
VeriSign.PPKVS
  /Contents % signature
  /ByteRange %?? UR3 in /Perms
  /P -4
   >>}
\edef\URRRobj{\the\pdflastobj\space 0 R }
\pdfcatalog{/Perms << /DocMDP \DocMDPobj /UR3 \URRRobj >> }

Hallo
\end
--
Sorry for uncomplete code, but I have not studied the signatures yet.
And sorry for a bit out of ConTeXt topic. Hans, is it time to move to 
the pdftex list?

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


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Henning Hraban Ramm
Am 06.01.2005 um 11:02 schrieb Hans Hagen:
You need Acrobat 7 Pro to enable "Reader Extensions" for a document, 
afterwards you can comment PDFs with Reader 6 or 7
can you make me a small document that has the reader extensions 
enabled?
I'd like to, but there's no german Acrobat 7 yet, and I won't buy an 
english one.

Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: No bonds visibel with ppchtex

2005-01-06 Thread Hans Hagen
Kai Straube wrote:
Am Mittwoch, 5. Januar 2005 18:03 schrobst Du:

Kai Straube wrote:
Am Freitag, 31. Dezember 2004 22:22 schriebst Du:
Kai Straube wrote:
% original texmf.cnf -- runtime path configuration file for kpathsea.
% Enable system commands via \write18{...}?
shell_escape = f
shell_escape = t
Hans
Thank you for your engagement! But after I changed it nothing new was
happend ;-((
what does your logfile say?
ah, you generate dvi, i guess that if you convert it to ps you see bonds since 
the log shows that the mp file is made

anyhow, why not use pdf output?
  \setupoutput[pdftex]
or
  texexec --pdf 
or
  % output=pdftex (first line of doc)
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] function that purges 8 bit text?

2005-01-06 Thread Hans Hagen
Henning Hraban Ramm wrote:
Is there a possibility to strip all invalid chars from a string, so that
\SkillField{Erzählen}{0} can define a field named "Erzaehlen" or 
"Erzhlen" or "Erzahlen"?
(Sorry, I can't program in TeX.)
just make me s small test file
there is lots of sanitizing code/trickery out there, but need a simple self 
contained example

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] alpha release

2005-01-06 Thread Hans Hagen
Willi Egger wrote:
Thanks Taco! This makes things clear.
also, at runtime you get something:
language   : patterns nl->texnansi:texnansi->1->2:2 nl->ec:ec->2->2:2 en->d
efault:default->3->2:2 de->texnansi:texnansi->4->2:2 de->ec:ec->5->2:2 da->defa
ult:default->6->2:2 sv->default:default->7->2:2 af->default:default->8->2:2 no-
>texnansi:texnansi->9->2:2 no->ec:ec->10->2:2 deo->texnansi:texnansi->11->2:2 d
eo->ec:ec->12->2:2 uk->default:default->13->2:2 us->default:default->[3]->2:2 f
r->texnansi:texnansi->14->2:2 fr->ec:ec->15->2:2 es->default:default->16->2:2 c
a->default:default->17->2:2 it->texnansi:texnansi->18->2:2 it->ec:ec->19->2:2 l
a->default:default->20->2:2 pt->default:default->21->2:2 ro->default:default->2
2->2:2 pl->pl0:pl0->23->2:2 pl->ec:ec->24->2:2 cz->il2:il2->25->2:2 cz->ec:ec->
26->2:2 sk->il2:il2->27->2:2 sk->ec:ec->28->2:2 hr->il2:il2->29->2:2 hr->ec:ec-
>30->2:2 sl->il2:il2->31->2:2 sl->ec:ec->32->2:2 tr->default:default->33->2:2 f
i->default:default->35->2:2 loaded
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: No bonds visibel with ppchtex

2005-01-06 Thread Kai Straube
Am Mittwoch, 5. Januar 2005 18:03 schrobst Du:

> Kai Straube wrote:
> > Am Freitag, 31. Dezember 2004 22:22 schriebst Du:
> >>Kai Straube wrote:
> >>>% original texmf.cnf -- runtime path configuration file for kpathsea.
> >>>% Enable system commands via \write18{...}?
> >>>shell_escape = f
> >>
> >>shell_escape = t
> >>
> >>Hans
> >
> > Thank you for your engagement! But after I changed it nothing new was
> > happend ;-((
>
> what does your logfile say?

Here are the sample file and that what are produced:

Kai


minimal.dvi
Description: TeX dvi file
\usemodule[chemic, units, pictex]
\mainlanguage[de]
\language[de]
\enableregime[il1]
\setupencoding[default=texnansi]
\setuppapersize[A4]

\starttext



\startchemical 
\chemical[ONE,SB1,SB4,SB2,SB7,Z01247][C,H,H,H,H] 
\stopchemical

\stoptextThis is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5) (format=cont-en 2004.4.6)  6 JAN 2005 10:00
entering extended mode
\write18 enabled.
**&cont-en minimal.tex
(./minimal.tex{/var/lib/texmf/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2003.1.31  fmt: 2004.4.6  int: english  mes: english

language   : language en is active

system : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
system (E-TEX) : [line 726] \ifcsname 
)
system : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading: Context File Synonyms
)
system : cont-sys loaded
(/var/lib/texmf/tex/context/config/cont-sys.tex)
bodyfont   : 12pt rm is loaded
language   : patterns 2:2-en-2 3:2-uk-2 4:2-de-2 5:2-fr-2 6:2-es-2 7:2-it-2
 8:2-nl-2 loaded
specials   : tex,postscript,rokicki loaded
\openout2 = `minimal.tui'.

system : minimal.top loaded
(./minimal.top)
\openout0 = `minimal-mpgraph.mp'.

\openout0 = `minimal-mprun.mp'.

\openout0 = `mpgraph.mp'.

\openout0 = `mprun.mp'.


pdftex : needs map file: original-context-symbol.map
pdftex : needs map file: pl0-ams-cmr.map
pdftex : needs map file: original-vogel-symbol.map
system : macros of module chemic loaded
(/usr/share/texmf/tex/context/base/m-chemic.tex
(/usr/share/texmf/tex/generic/pictex/pictex.tex)
(/usr/share/texmf/tex/context/base/ppchtex.tex
ppchtex: using PiCTeX and MetaPost
))
system : macros of module units loaded
(/usr/share/texmf/tex/context/base/m-units.tex
check  : unit Angstrom replaces a macro, use CAPITALS!
)
system : macros of module pictex loaded
(/usr/share/texmf/tex/context/base/m-pictex.tex) (./minimal.tuo) (./minimal.tuo
) (./minimal.tuo) (./minimal.tuo) (./minimal.tuo) (./minimal.tuo)
(./minimal.tuo) (./minimal.tuo) (./minimal.tuo) (./minimal.tuo) (./minimal.tuo)
(./minimal.tuo) (./minimal.tuo) (./minimal.tuo)
systems: begin file minimal at line 8
\openout6 = `minimal-mpgraph.mp'.

Randomizer initialized to 706059218.
system(mpost -progname=mpost -mem=metafun minimal-mpgraph)...executed.

 [MP minimal-mpgraph.4000] [1.1]
systems: end file minimal at line 16
 ) 
Here is how much of TeX's memory you used:
 1798 strings out of 68091
 22977 string characters out of 753770
 4442824 words of memory out of 5558707
 31521 multiletter control sequences out of 1+5
 10565 words of font info for 35 fonts, out of 50 for 1000
 62 hyphenation exceptions out of 1000
 44i,17n,54p,269b,546s stack positions out of 1500i,500n,5000p,20b,5000s
 0 PDF objects out of 30
 0 named destinations out of 131072
 0 words of extra memory for PDF output out of 65536

Output written on minimal.dvi (1 page, 428 bytes).
% runtime graphics of job "minimal"
mpgraph:=4000;
randomseed := 1972;
if unknown context_tool : input mp-tool ;
fi ;
if unknown context_spec : input mp-spec ;
fi ;
if unknown context_grph : input mp-grph ;
fi ;
defaultfont := "cmr10" ;
defaultscale := 12.0pt/10pt ;
graphictextformat := "context" ;
graphictextdirective "\global \loadfontfileoncetrue " ;
string contextversion ;
contextversion := "2003.1.31" ;
if not known _data_prefix_ : string _data_prefix_ , _data_suffix_ ;
fi ;
_data_prefix_ := "minimal-mpd-" ;
_data_suffix_ := ".mpd" ;
boolean collapse_data ;
collapse_data := true ;
_data_suffix_ := ".mpd" ;
cmykcolors := true ;
spotcolors := true ;
color OverlayColor, OverlayLineColor ;
OverlayWidth := 426.78743pt ;
OverlayHeight := 597.51323pt ;
OverlayDepth := 597.51323pt ;
OverlayColor := (0,0,0) ;
OverlayLineWidth := 0pt;
OverlayLineColor := (0,0,0) ;
BaseLineSkip := 14.46669pt;
LineHeight := 14.46669pt;
BodyFontSize := 12.0pt;
TopSkip := 12.0pt;
StrutHeight := 10.41603pt;
StrutDepth := 4.05064pt;
CurrentWidth := 426.78743pt;
CurrentHeight := 597.51323pt;
EmWidth := 11.74988pt;
ExHeight := 5.16667pt;
PageNumber := 1;
RealPageNumber := 1;
LastPageNumber := 1;
prologues := 0;
if unknown context_page : input mp-page ;
fi ;
boolean PageState

Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Vit Zyka wrote:
can you make a file with no password?

No. You wrote that this possibility is mentioned somewhere. Where?
in the pdf specs
\starttext
\startcomment should work in older readers as well \stopcomment \input bryson
\def\pdfnopwdstr{28bf4e5e4e758a4164004e56fffa01082e2e00b6d0683e802f0ca9fe6453697a}
\immediate\pdfobj
  {<< /Filter /Standard
  /V 1
  /R 2
  /P -4
  /O <\pdfnopwdstr>
  /U <\pdfnopwdstr> >>}
\pdftrailer{/Encrypt \the\pdflastobj\space 0 R}
\stoptext
however, it does not work
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Acrobat Reader 7.0(beta) for Linux

2005-01-06 Thread Taco Hoekwater
This is a link that allows you to apply for Adobe's 'beta program'.
The link worked for me, perhaps because the website recognized my
Linux machine correctly?
Whether or not you actually get to test the Reader 7 is decided
by somebody at Adobe (Q.A. department, probably). The good news is
that there is apparently going to be a Reader 7 for Unix released,
the bad news is that you can't get at it right now.

Tobias Burnus wrote:
Hello,
as Heise.de is informing (06.01.2005 10:44), Adobe offers now AR7.
"Adobe provides Acrobat Reader 7 for Linux [Update]
Adobe provides a beta version of the free Adobe Reader 7 for Linux, 
shortly after the release of the PDF generator Acrobat 7. Interested 
parties can register for the beta program at the reader-download page [1].
[...] As previously announced, in Acrobat Reader 7 a Yahoo toolbar is 
installed, which blocks pop ups and aids with the internet search."

[1] http://www.adobe.com/products/acrobat/readstep2.html
I've to admit that I couldn't find it there, but I was told that one can 
find it here:
http://www.adobe.com/support/downloads/product.jsp?product=10&platform=unix
(though I fail to open that page, maybe to many people read heise.de).

Tobias
PS: A bit late happy new year wishes to all.
___
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


[NTG-context] Acrobat Reader 7.0(beta) for Linux

2005-01-06 Thread Tobias Burnus
Hello,
as Heise.de is informing (06.01.2005 10:44), Adobe offers now AR7.
"Adobe provides Acrobat Reader 7 for Linux [Update]
Adobe provides a beta version of the free Adobe Reader 7 for Linux, 
shortly after the release of the PDF generator Acrobat 7. Interested 
parties can register for the beta program at the reader-download page [1].
[...] As previously announced, in Acrobat Reader 7 a Yahoo toolbar is 
installed, which blocks pop ups and aids with the internet search."

[1] http://www.adobe.com/products/acrobat/readstep2.html
I've to admit that I couldn't find it there, but I was told that one can 
find it here:
http://www.adobe.com/support/downloads/product.jsp?product=10&platform=unix
(though I fail to open that page, maybe to many people read heise.de).

Tobias
PS: A bit late happy new year wishes to all.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Vit Zyka
can you make a file with no password?
No. You wrote that this possibility is mentioned somewhere. Where?
VZ
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Henning Hraban Ramm wrote:
Am 05.01.2005 um 12:03 schrieb Mark Smith:
The general opinion was that this is effectively an Acrobat-only 
feature. In fact, it seems that one needs Acrobat 6 or 7 Pro to enable 
commenting in this way and that (at least on Mac) the "commmenting 
author" needs Reader 7 to be able to participate. That said, it was

The other way round:
You need Acrobat 7 Pro to enable "Reader Extensions" for a document, 
afterwards you can comment PDFs with Reader 6 or 7
can you make me a small document that has the reader extensions enabled?
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Mark Smith wrote:
Henning Hraban Ramm wrote:

Am 05.01.2005 um 12:03 schrieb Mark Smith:
The general opinion was that this is effectively an Acrobat-only 
feature. In fact, it seems that one needs Acrobat 6 or 7 Pro to enable 
commenting in this way and that (at least on Mac) the "commmenting 
author" needs Reader 7 to be able to participate. That said, it was
The other way round:
You need Acrobat 7 Pro to enable "Reader Extensions" for a document, 
afterwards you can comment PDFs with Reader 6 or 7

Same way round actually. 7 Pro enables the enabling of comments (a paraphrase of "enables 
commenting") in a document. The "commenting author" is the one who writes the 
comments and needs (as I said) on Mac (I believe), Reader 7. We are saying the same thing.
The meat of the thread was more about the how-to's and why-not's of enabling "Reader Extensions" w/o 7 Pro.
as far as i know, the readers 6/7 have more options than advertised and these 
can be turned on by plug-ins and probably special document settings (hidden by 
the encryption); has to do with this ebook stuff

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Vit Zyka wrote:
I see. I have to read the specification notes... But in this case the 
flag number for allowing everything is -4.
(see http://typokvitek.com/tmp/pdfpermit4.pdf)

In this case all Document Security are allowed, but not Document 
Restrictions Summary!? Bu still no success with commenting...
can you make a file with no password?
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context