Re: [NTG-context] Added licensing information to PDF

2012-08-17 Thread Tobias Mueller
Hey folks :)

Thanks for the replies. Just reading up on the archives.

On Wed, 2012-08-01 at 09:21 +0200, Philipp Gesang wrote:
 you can include XMP files with one line:
 
 \setupbackend[xmpfile=metadata.xmp]

uh. Well. As the other mail said, I could also inject my XMP data 
directly. I could also probably use tools like cat, sed and grep to 
inject my XMP data into the PDF. But all that seems way more complicated 
and error prone than just telling the document processor what license I 
want to use and it taking care about the details.

So for the record: Am I assuming correctly that I cannot do something 
easy to use (yet)? I.e. such as
pdfcopyright={This work is licensed to the public ...},
pdflicenseurl={http://creativecommons.org/licenses/by-nc-sa/3.0/de/} 

Cheers,
  Tobi
___
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] Throwing an error on missing image with \externalfigure

2012-08-17 Thread Tobias Mueller
Bonjour :)

On Wed, Aug 01, 2012 at 09:48:56AM +0200, Hans Hagen wrote:
 On 31-7-2012 14:18, Tobias Mueller wrote:
  I'd like ConTeXt to raise an error if it can't find an image when using 
  \externalfigure. I really don't want to check a potentially big document 
  for missing images manually and while I could grep the log myself in an 
  additional post processing step, I really want ConTeXt to do raise the 
  error for me, not a potentially broken script written by me.
 
 often in the process of writing a missing (pending ) image is no reason 
 for an abort
 
Hm. I consider it a serious and fatal error if I requested an image to 
be included and it not being available. I would want to know how much 
space the image occupies, where it is placed, whether it makes words 
wrap correctly. And that's only in the development process of document.

During deployment it is a much bigger problem for me. I use to 
generate my documents on a server (i.e. after committing to my favourite 
version control system) and have them automatically published. 
Obviously, I want the document generated by the server to look the very 
same. And I am very good at accidentally not checking in dependencies to 
my VCS. So the server side might in fact lack the necessary images. And 
I wouldn't want to embarras myself by having a document missing images. 
So a failure in the build process would help me a lot.

  So my question is: How can I make ConTeXt raise an error on a non found 
  image?
 
 Currently it's not possible.
Too sad. Looking forward to later this year then.

 aborting a run would also mean that the partial pdf should be removed. 
I don't think it is necessary. Just having the program not returning a 0 
exit code would help at least me for now.

Cheers,
  Tobi
___
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
___


[NTG-context] \textwidth - 7 cm?

2012-08-17 Thread Xan

Hi,

I just want to know how to substract \textwidth and 7cm to set width in 
one \bTD.

I receive error if I do directly: width=\textwidth-7cm

Thanks in advance,
Xan.
___
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] Throwing an error on missing image with \externalfigure

2012-08-17 Thread Peter Münster
On Fri, Aug 17 2012, Tobias Mueller wrote:

 And I wouldn't want to embarras myself by having a document missing
 images. So a failure in the build process would help me a lot.

Instead of calling context directly, you can make a script, that throws
an error after grepping the log-file.

-- 
   Peter
___
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] \textwidth - 7 cm?

2012-08-17 Thread Peter Münster
On Fri, Aug 17 2012, Xan wrote:

 I receive error if I do directly: width=\textwidth-7cm

width=\dimexpr \textwidth - 7cm \relax

-- 
   Peter
___
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] Throwing an error on missing image with \externalfigure

2012-08-17 Thread Procházka Lukáš Ing . - Pontex s . r . o .

On Fri, 17 Aug 2012 12:18:53 +0200, Peter Münster pmli...@free.fr wrote:


On Fri, Aug 17 2012, Tobias Mueller wrote:


And I wouldn't want to embarras myself by having a document missing
images. So a failure in the build process would help me a lot.


Instead of calling context directly, you can make a script, that throws
an error after grepping the log-file.


Or maybe try to hook the file lookup routine (probably Hans could give some 
more details) so that it raises an error (or e.g. logs the event) in the case 
of location failure.

Lukas


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___
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
___


[NTG-context] Bug in framed ...

2012-08-17 Thread Bernhard Rosensteiner
Hi all,

i think there is a bug when using rounded corners in frames (ConTeXt  ver: 
2012.08.16 22:20 MKIV  fmt: 2012.8.17  int: english/english). Minimal example:

\starttext

%works:
\framed[framecorner=rectangular, bottomframe=off, rightframe=off]{happy 
ConTeXting!}

%bottomline and rightline should not be visible, but are:
\framed[framecorner=round, bottomframe=off, rightframe=off]{happy ConTeXting!}

%complete frame is missing, but should not be (according to the Wiki):
\framed[corner=16]{happy ConTeXting!}

\stoptext

best regards
Bernhard
___
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] Throwing an error on missing image with \externalfigure

2012-08-17 Thread Hans Hagen

On 17-8-2012 12:18, Peter Münster wrote:

On Fri, Aug 17 2012, Tobias Mueller wrote:


And I wouldn't want to embarras myself by having a document missing
images. So a failure in the build process would help me a lot.


Instead of calling context directly, you can make a script, that throws
an error after grepping the log-file.


or this:

\externalfigure[rubish.pdf]
\ifcase\figurestatus\relax \ctxlua{os.exit(999)} \fi



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] \textwidth - 7 cm?

2012-08-17 Thread Xan

   On Fri, Aug 17 2012, Xan wrote:

   /  I receive error if I do directly: width=\textwidth-7cm
   /
   width=\dimexpr \textwidth - 7cm \relax

   -- 
   Peter


Thanks,
Xan.

___
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
___

[NTG-context] align and \rotated don't work

2012-08-17 Thread Xan

Hi, I have this code:

\bTD[width=.7cm, align={bottom, middle}, topframe=off] 
\rotate[rotation=90]{Antoni Obrador} \eTD


in one table but it does not work. ConTeXt displays it up and left. Is 
it any bug associated with rotated and align? With lohi suprisely it works.


Thanks in advance,
Xan.

PS: please, CCme.
___
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
___


[NTG-context] hidden attachments broken

2012-08-17 Thread Michail Vidiassov
Dear Hans and All,

if I use example from scrn-wid.mkvi
\attachment[file=oeps.tex,title=Oeps,author=Hans,subtitle=TeX
File,method=hidden]

empty file gets embedded and all specs are lost.

If I remove method=hidden all is OK - file is there, I can see
supplied information in Adobe Reader list of attached/embedded files.

I did not trace the cause of file getting empty, but the loss of specs
appears to be by design.
In 2011 you wrote
The hidden method will not place an annotation.
(http://www.ntg.nl/pipermail/ntg-context/2011/057091.html),
 but now the comment hidden = not in menu in scrn-wid.mkv implies
that you also try to hide file information in the list of attached
files,
so menu entry is just a placeholder with file name attachment.txt
and empty description.
The relevant code piece, where specs and filename are dropped, seems
to be in scrn-wid.mkvseems
\setvalue{scrn_attachment_method_\v!hidden}%
  {\ctxcommand{insertattachment{
 tag= \currentattachment,
 registered = \currentattachmentregistered,
 method = \v!hidden
  }}}


While such anonymizing mode may be required for some security-obsessed
people, who do not want filenames leak into shipped out files,
it seems strange not to provide an option to preserve the old behavior
(hidden file appears in attached/embedded files list of Adobe Reader
with filename and description) and break your own example.

Sincerely, Michail

PS.
ConTeXt  ver: 2012.08.16 22:20 MKIV
___
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
___