ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Keith McKay <mckaymeister@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Problem with pdf output for FeedARead.com
Date: Tue, 15 Apr 2014 11:04:31 +0100	[thread overview]
Message-ID: <534D042F.8010301@gmail.com> (raw)


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

Colleagues

A friend of mine asked me to produce a small book of three of her short 
stories for FeedARead.com from a word document.  On looking at the site 
I suggested I do a conversion to pdf since it would look much better and 
FeedARead recommend uploading pdf over word as well.  So I set about 
using Context to produce a simple pdf for upload using the structure below:

\definepapersize[leela][width=5in, height=8in]

\setuppapersize[leela][leela]

\setuplayout[backspace=0.75in,cutspace=0.5in,width=fit]

\setupindenting[yes,medium,next]

\setuppagenumbering[state=stop]

\setupexternalfigures[location={local,default}]

\setupalign[nonhyphenated]

\setuphead[section-3][number=no,align=middle][alternative=doublesided,location=footer]

\setuptolerance[vertical,verystrict]

\setuptolerance[horizontal,verytolerant]

\starttext

\midaligned{\tfd{Title Page}}

\page

FeedAReed blurb and copyright notice goes here.

\setupcombinedlist[content][list={chapter,section,subsection}]

\completecontent

\page[empty]

\setuppagenumbering[state=start,alternative=doublesided,location=footer]

\startsection[title={Knuth}]

\input knuth\par

\stopsection

\page

\startsection[title={Zapf}]

\input zapf\par

\stopsection

\page

\startsection[title={Tufte}]

\input tufte\par

\stopsection

\stoptext


As you can see it's nothing fancy but is produces nice copy. However, 
when my friend uploaded to FeedARead she received back this comment:

/Please note that you have uploaded TWO pages of your book per one 5 
inch wide x 8 inch high page e.g. on your file there would be two book 
pages of print per page and not one per page as required./


I did notice that when viewed in Adobe Reader, V11.0.6, it displays two 
pages on the screen at a time but on checking the documents properties 
it shows the correct page size so I thought it was OK. I've had a look 
on the wiki but haven't found anything obviously wrong in what I've done 
above. Is their something I'm missing in \definepapersize or 
\setuppapersize? I really don't want to have to tell her to upload the 
word doc.

Thanks and Best Wishes
Keith



[-- Attachment #1.2: Type: text/html, Size: 7284 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
___________________________________________________________________________________

                 reply	other threads:[~2014-04-15 10:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=534D042F.8010301@gmail.com \
    --to=mckaymeister@gmail.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).