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] Added licensing information to PDF

2012-08-01 Thread Tobias Mueller
Hi :-)

I am trying to switch from LaTeX to ConTeXt and I'd like to add licensing 
information to the generated PDF, just like what the hyperxmp package would 
do for LaTeX.

Something like this:

\setupinteraction[
title={My Title},
author={Tobias Mueller},
keyword={foo bar baz},
pdfcopyright={This work is licensed to the public under the Creative 
Commons Attribution-Non-Commercial-Share Alike 3.0 Germany License.},
pdflicenseurl={http://creativecommons.org/licenses/by-nc-sa/3.0/de/}
]

\starttext
Hello, World!
\stoptext


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

2012-08-01 Thread Tobias Mueller
Hi :-)

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.

I've seen the other thread: 
http://www.ntg.nl/pipermail/ntg-context/2011/059485.html but there is no answer 
there. I also expected a similar behaviour to \input which fails on a non 
existing file.
My thinking was that there is either a switch for context, i.e. like 
-Werror or a way to set context up from within the document, i.e. by telling 
it to be in a final mode.

So my question is: How can I make ConTeXt raise an error on a non found image?

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
___