ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Large Figure on Landscape Orientation
@ 2011-06-27  2:07 Kip Warner
  2011-06-27  3:06 ` Aditya Mahajan
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Kip Warner @ 2011-06-27  2:07 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1280 bytes --]

Hey folks,

I'm having difficulty getting an external image to display on its own
page, with the page in landscape mode, and the image uniformly scaled as
large as can fit on that page.

Relevant portions of my environment file include...

\setuplayout
  [\c!location=\v!middle,
   \c!style=\ss,
   \c!backspace=2.5cm,
   \c!topspace=1.5cm,
   \c!width=16cm,
   \c!margindistance=.25cm,
   \c!margin=2.5cm,
   \c!height=\v!middle]

\definelayout
  [fullpage]
  [\c!backspace=0pt,
   \c!topspace=0pt,
   \c!width=\v!middle,
   \c!height=\v!middle,
   \c!header=0pt,
   \c!footer=0pt]

\definepapersize[main][A4][A4]
\definepapersize[diagram][A4,landscape][A4,landscape]

And the actual image in my component is here:

\page 
\setuppapersize[diagram]
\placefigure
    [force][figure:MyImage]
    {My image caption.}
    {\externalfigure[MyImage][factor=max]}
\page
\setuppapersize[main]

The document is all in portrait mode, save the page with the figure
which is landscaped, as intended. But the image sits only occupying the
top left quarter of the page. I've tried changing factor from max to
broad and fit, and to no avail.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-06-28 23:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-27  2:07 Large Figure on Landscape Orientation Kip Warner
2011-06-27  3:06 ` Aditya Mahajan
2011-06-27  7:35   ` Kip Warner
2011-06-27  7:52 ` Wolfgang Schuster
2011-06-28  1:55   ` Kip Warner
2011-06-28  7:28     ` Hans Hagen
2011-06-28 21:38       ` Kip Warner
2011-06-28 21:41         ` luigi scarso
2011-06-28 21:41         ` Wolfgang Schuster
2011-06-28 21:59         ` Hans Hagen
2011-06-28 22:03           ` Kip Warner
2011-06-28 23:10             ` luigi scarso
2011-06-28  5:35 ` Aditya Mahajan
2011-06-28  8:20   ` Wolfgang Schuster
2011-06-28 15:22     ` Aditya Mahajan
2011-06-28 23:10   ` Kip Warner

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).