ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: John Culleton <john@wexfordpress.com>
Subject: Re: Notes and questions on 432 page book.
Date: Wed, 5 May 2004 19:16:42 -1000	[thread overview]
Message-ID: <200405051916.42290.john@wexfordpress.com> (raw)
In-Reply-To: <6.0.1.1.2.20040505140542.01e7cda0@server-1>

On Wednesday 05 May 2004 02:07 am, Hans Hagen wrote:
> At 18:40 05/05/2004, you wrote:
> >using the Eplain macros. If there is a way to single
> > space the TOC using the regular Context macros I will
> > be happy to eliminate the Eplain, which may solve some
> > of the other problems.
>
> what is single spacing a toc?
>
> with regards to including eplain text, why not
> typesetting it as a separate document, and then do
> something
>
> \externalfigure[eplaintoc.pdf][width=\textwidth,height=\t
>extheight]
>
> Hans
>
This answer put me on the path to a solution of another 
problem. I had an order form made up of two text blocks 
with a table in the middle. It compiled fine so long as I 
left the main body of my document out. When I brought 
body.tex in to the run then the table portion started 
giving errors. So I set up a special run which generated 
just that page in a pdf file. However I didn't want to 
shrink it as Hans suggested,  and Context doesn't usually 
cater to a full-page graphic nor does it let one pick an 
origin point as such. 

 I finally found a way to move the origin point and then 
brought the pdf into the page. I fooled with \inmargin, 
\rput (pstricks), \kern,\leftskip and about half the 
commands in the plain tex vocabulary. Here is a solution 
that works, bringing in a page size graphic and placing it 
properly on my page: 

\startstandardmakeup[doublesided=yes]
\vglue -1in
\hglue -.65in\externalfigure[order.pdf]
\stopstandardmakeup

This has broader potential for assembling multiple pdf pages 
into a single document.  The glue sizes are of course 
document dependent. 


-- 
John Culleton
Able Typesetters and Indexers
http://wexfordpress.com

  parent reply	other threads:[~2004-05-06  5:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-05 16:40 John Culleton
2004-05-05 12:07 ` Hans Hagen
2004-05-05 20:00   ` John Culleton
2004-05-05 16:29     ` Hans Hagen
2004-05-06  5:16   ` John Culleton [this message]
2004-05-06  6:18     ` John Culleton
2004-05-06  5:12       ` Matthew Huggett
2004-05-06 21:34         ` John Culleton
2004-05-06 17:49           ` Hans Hagen

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=200405051916.42290.john@wexfordpress.com \
    --to=john@wexfordpress.com \
    --cc=ntg-context@ntg.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).