ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: Hans Hagen <pragma@wxs.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Exported figures
Date: Sat, 27 Aug 2011 23:41:57 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.02.1108272334010.8653@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <4E58B600.2010102@wxs.nl>

On Sat, 27 Aug 2011, Hans Hagen wrote:

> On 26-8-2011 08:16, Aditya Mahajan wrote:
>> 2. What is the best way to handle multipage pdf images? I frequently
>> create a big pdf with many images and then use
>> 
>> \externalfigure[...][page=2]
>> 
>> I don't know if svg has support for multiple pages or not.
>
> The 'converter' program can filter the pages ... so we need to pass the page 
> number.

Page number is already passed. The filename conversion should make 
use of it.

I think that the best solution is to allow the user to configure (using a 
directive) the function that sets the new name for a pdf file, rather than 
hardcoding an extension.


Also, can you add background-repeat: no-repeat; to imagetemplate.

local imagetemplate = [[
%s[id="%s"] {
     display          : block ;
     background-image : url(%s) ;
     background-size  : 100%% auto ;
     background-repeat:no-repeat;
     width            : %s ;
     height           : %s ;
}]]

Normally, this should not matter, but sometimes part of the image is 
repeated due to rounding differences.

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2011-08-28  3:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-26  6:16 Aditya Mahajan
2011-08-27  9:16 ` Hans Hagen
2011-08-28  3:41   ` Aditya Mahajan [this message]
2011-09-05 10:53     ` Hans Hagen
2011-09-05 16:23       ` Aditya Mahajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.02.1108272334010.8653@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).