ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Helin Gai <hg9@duke.edu>
Subject: Re: Page breaking problem
Date: Tue, 20 Jun 2006 07:28:04 +0800	[thread overview]
Message-ID: <D0770568-B5FB-49E9-9A50-724B23127FF7@duke.edu> (raw)
In-Reply-To: <optbepbdom9niby6@localhost>

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

Hi,

The wrapping was indeed caused by the mail program. I attached source  
code and the log file below. BTW, I'm using the 6/17/06 distribution.  
Thanks!

[-- Attachment #2.1: Commands.tex --]
[-- Type: application/applefile, Size: 72 bytes --]

[-- Attachment #2.2: Commands.tex --]
[-- Type: application/octet-stream, Size: 7201 bytes --]

\setupcolors[state=start]
\setuppapersize[letter][letter]
\setupbodyfont[10pt]
%\setupbackground[textbackgrounds=screen,corner=round,leftoffset=10pt,topoffset=3pt,rightoffset=10pt,bottomoffset=3pt] 
%\setuptyping[before={\startbackground},after=\stopbackground]

\definetextbackground[A][frame=off,location=paragraph,backgroundcolor=gray]
\setuptyping[before={\starttextbackground[A]},after={\stoptextbackground}]

\setuphead[chapter][page=no,style={\bfb\ss},]
\setupheadertexts[][chapter]
\setuppagenumbering[location={header,margin},left=--~,right=~--]


\setupinteraction[state=start,color=red,contrastcolor=blue]





\starttext
\completecontent
\chapter{Logic Structure of a Project}

\starttyping 
\startproject name_of_project
\environment  name_of_environ
\product      name_of_product
\stopproject

A product could be composed of different ``components.''
\stoptyping


\chapter{Page Dimensions}
\starttyping
\setuppapersize[..1..][..2.._]
1. A3 A4_ A5 A6 letter ... CD landscape mirrored rotated 90 180 270
2. A3 A4_ A5 A6 letter ... landscape mirrored rotated negative 90 180 270

\definepapersize[name][..=..]
width, height, offset: dimension
scale: number
\stoptyping

\chapter{Layout}

\starttyping
\showframe[text,margin,edge]
\showsetups
\showlayout

\setuplayout[..=..]
HORIZONTAL:
  leftedge, leftmargin, leftmargindistance = backspace
  width: dimension/fit/middle
  rightmargindistance, rightmargin, rightedget = cutspace
VERTICAL:
  topsapce, header, headerdistance
  height: dimension/fit/middle (=header+text+footer)
  footerdistance, footer, bottomspace
OTHER
  grid=yes/no_
  horoffset, veroffset
  style: normal, bold, slanted, boldslanted, type, cap, small ...command
  marking: on/off_/color
  location: left, middle, right, bottom, top, singlesided_, doublesided
  scale: dimen
  
\adaptlayout[page_numbers][height,lines]  
\makeupwidth, \makeupheight, \textwidth, \textheight (=height-header-footer)
\stoptyping

\chapter{Logo}

\starttyping
\definelogo[name][2][3][..=..]
2. top header footer bottom
3. none page leftedge leftmargin left middle right rightmargin rightedge
command
state
\stoptyping

\chapter{Spacing}

\starttyping
\setupinterlinespace[..._][..=..]
..._ reset small_ medium big on off
height, depth, top, bottom: number
line: dimen

\setupwhitespace[...]
none_, small, medium, big, line, fixed, fix, dimen
\whitespace
\nowhitespace

\blank[..]
n*small n*medium n*big nowhite back white disable force reset line halfline formula fixed flexible

\setupblank[..]
normal_ standard line dimen big medium small fixed flexible

\defineblank[name][...]
same as \setupblank

\packed
\startpacked ... \stoppacked
\startunpacked ... \stopunpacked

\setupspacing[broad,packed]
\space, \nospace, fixedspaces
\stoptyping

\chapter{Indentation}

\starttyping
\setupindenting[...]
none_, small, medium, big, yes, next, first

\noindenting

\indenting[..]
never_, not, no yes, always, first, next

\startnarrower[...] ... \stopnarrower
n*left n*middle n*right
\setupnarrower[..=...]
left, right, middle
\stoptyping

\chapter{Header and Footer}
\starttyping
\setupheadertexts[.1._][.2.][.3.]
1. text_ margin edge
2. <text> <section> date <mark> pagenumber
3. same as 2.

\setupfootertexts

\setupheader[.._][..=..]
._ text_ margin edge
state=normal_ (visible)
      none (invisible, no whitespace)
      empty (one page visible, whitespace)
      high (one page visible, no whitespace)
      start (visible)
      nomarking (leave out marks)
      stop (invisible, whitespace)
      strut=yes/no
style
leftstyle
rightstyle
leftwidth
rightwidth
before
after

\setupfooter

\noheaderandfooterlines
\stoptyping

\chapter{Page Numbers}
\starttyping
\setuppagenumber[..=..]
number: number
state=start/stop/keep

\setuppagenumbering[..=..]
alternative=singlesided/doublesided
location=header/footer/left/right/middle/margin/marginedge/inleft/inright
converstion=numbers/characters/Characters/romannumerals/Romannumerals
style
left: text
right: text
way: bytext/by<section>/bypart_
text: text
numberseparator: text
textseparator: text
sectionnumber: yes/no
separator: text
strut: yes_/no
state: start_/stop
command: \command#1
\stoptyping

\chapter{Footnotes}
\starttyping
\setupfootnotes[..=..]
conversion=numbers/characters/Characters/romannumerals/Romannumerals
way=bytext/by<section>
location=page_/text/columns/high/none
rule=on/off_
before
after
width
height
bodyfont=5pt..12pt/small_/big
style
distance
columndistance
margindistance
n: number
split=tolerant/strict/verystrict/<number>
Those of \framed

\startlocalfootnotes[n=0] ... \footnote ... \placefootnotes
\stoplocalfootnotes

\setupfootnotedefinition[..=..]
Those of \definedescription
\stoptyping


\chapter{Columns}

\starttyping
\setupcolumns[..=..]
n: number
ntop: number
rule=on/off_
height: dimen
tolerance=verystrict/strict/tolerant_/verytolerant/stretch
distance: dimen
balance=yes_/no
align=yes/no/text
blank=fixed_/halfline/line_/flexible/big/medium/small
option=background
direction=left/right
Those of \setupframed

\defineparagraphs[name][..=..]
n: number
rule=on/off_
height=fit/dimen
before: command
after: command
inner: command
distance: dimen
tolerance
align=left/right/middle
\setupparagraphs[name][2.._][..=..]
2. <number>/each
style
width
height
align=left/right/middle/width/breedte_
tolerance
distance
before
after
inner
command
rule=on/off

\start<paragraph> ...\<paragraph> \stop<paragraph>
\stoptyping

\chapter{Marginal Text}
\starttyping
\inmargin[.._][ref_]{...}
+ - low
\inright
\inleft
\inothermargin
\margintext

\setupinmargin[..._][..=..]
..._ left right number
location=left/right/both_
style
before
after
align=inner_/outer/left/right/middle/normal/no/yes
line: number
distance
separator: text
those of \setupframed

\startcolumns .. \column .. \stopcolumns
\stoptyping


\chapter{Alignment}
\starttyping
\leftaligned{...}
\midaligned{...}
\rightaligned{...}
\wordright{...}

\startalignment ... \stopalignment
\setupalign[...]
width left right middle inner outer wide broad height bottom line reset hanging nothanging hyphenated nothyphenated
\stoptyping


\chapter{Lines}
\starttyping
\crlf
\startlines ... \stoplines
\setuplines[..=..]
before, after, inbetween, indenting=yes/no_/even/odd

\startlinenumbering[...] ... \stoplinenumbering
continue
\setuplinenumbering[..=..]
conversion=numbers/characters/Characters/romannumerals/Romannumerals/text
start: number
step: number
width: dimen
location=intext/inmargin_
style
prefix: text
referencing=on/off
\stoptyping

\chapter{Pages}
\starttyping
\page[..]
yes_ makeup no preference bigpreference left right disable last quadruple even odd blank empty reset
\stoptyping



\chapter{Aligned Boxes}
\starttyping
\hbox \vbox \vtop
\cbox \lbox \rbox
\sbox \tbox \bbox

\setbox0=...
\makecutbox0\box0
\stoptyping


\chapter{Makeup}

\starttyping
\startstandardmakeup .. \stopstandardmakeup
\setupmakeup[name][..=..]
width height voffset hoffset: dimen
page=left/yes/right
commands
doublesided=yes/no/empty_
headerstate=normal/stop/start/empty_/none/nomarking
footerstate
textstate
topstate=stop/start
bottomstate
pagestate
color: name

\definemakeup[name][..=..]
\start<name>makeup ... \stop<name>makeup
\stoptyping







\stoptext

[-- Attachment #3: Commands.log --]
[-- Type: application/octet-stream, Size: 4096 bytes --]

This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2006.6.19)  20 JUN 2006 07:24
entering extended mode
 (/usr/local/teTeX/share/texmf.tetex/web2c/natural.tcx)
**&cont-en Commands.tex
(./Commands.tex

ConTeXt  ver: 2006.06.15 09:05  fmt: 2006.6.19  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
color           : palette rollover is available
)
system          : cont-old loaded
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys loaded
(/usr/local/teTeX/share/texmf.tetex/tex/context/user/cont-sys.tex
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-syn.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-enc.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-siz.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-map.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-spe.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-akb.tex))
bodyfont        : 12pt rm is loaded
language        : patterns en->ec:ec->1->2:3 uk->ec:ec->2->2:3 de->texnansi:tex
nansi->3->2:3 de->ec:ec->4->2:3 fr->texnansi:texnansi->5->2:3 fr->ec:ec->6->2:3
 es->ec:ec->7->2:3 pt->texnansi:texnansi->8->2:3 pt->ec:ec->9->2:3 it->texnansi
:texnansi->10->2:3 it->ec:ec->11->2:3 nl->texnansi:texnansi->12->2:3 nl->ec:ec-
>13->2:3 cz->il2:il2->14->2:3 cz->ec:ec->15->2:3 sk->il2:il2->16->2:3 sk->ec:ec
->17->2:3 pl->pl0:pl0->18->2:3 pl->ec:ec->19->2:3 pl->qx:qx->20->2:3 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `Commands.tui'.

system          : Commands.top loaded
(./Commands.top
specials        : loading definition file tpd
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/spec-fdf.tex)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
)
\openout0 = `Commands-mpgraph.mp'.

\openout0 = `mpgraph.mp'.


systems         : system commands are disabled
color           : mpcmyk color space is supported
color           : mpspot color space is supported
color           : system rgb is global activated
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/pdfr-ec.tex)
interaction     : active
(./Commands.tuo) (./Commands.tuo) (./Commands.tuo) (./Commands.tuo)
(./Commands.tuo) (./Commands.tuo) (./Commands.tuo) (./Commands.tuo)
(./Commands.tuo) (./Commands.tuo)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/sort-def.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/sort-lan.tex)
(./Commands.tuo) (./Commands.tuo)
systems         : begin file Commands at line 21
title           : - \headtext {content}
(./Commands.tuo)
chapter         : 1 Logic Structure of a Project
chapter         : 2 Page Dimensions
chapter         : 3 Layout
fonts           : using map file: lm-texnansi
fonts           : using map file: original-base
fonts           : using map file: ec-public-lm
fonts           : using map file: ec-base
fonts           : using map file: 8r-base
fonts           : using map file: t5-base
fonts           : using map file: original-ams-base
fonts           : using map file: original-ams-euler
fonts           : using map file: original-public-lm
\openout6 = `Commands-mpgraph.mp'.

Runaway argument?
{boxgridtype := 0 ;
! Paragraph ended before \flushTeXtexts was complete.
<to be read again> 
                   \par 
<argument> boxgridtype := 0 ;\par 
                                  boxlinetype := 0 ;\par boxfilltype := 1 ;\...

\writecheckedMPgraphic ...aphic \flushTeXtexts {#1
                                                  }\writeMPgraph

[-- Attachment #4: Type: text/plain, Size: 877 bytes --]


On Jun 20, 2006, at 2:51 AM, nico wrote:

> On Mon, 19 Jun 2006 18:45:32 +0800, Helin Gai <hg9@duke.edu> wrote:
>
>> Thanks Hans for the prompt reply.
>>
>> I tried the following code:
>>
>> \definetextbackground[A]
>> [frame=off,location=paragraph,backgroundcolor=gray]
>> \setuptyping[before={\starttextbackground[A]},after=
>> {\stoptextbackground}]
>>
>> But this resulted in tons of errors. Could you give some instruction
>> as to how to proceed?
>
> I don't know if it's the mailer that wrapped the text, but you should
> stuck option=value, like this:
>
> \setuptyping[before={\starttextbackground[A]},
>               after={\stoptextbackground}]
>
> With a "old" release (2006.05.23), it works fine.
>
> Regards,
> BG
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context


[-- Attachment #5: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-06-19 23:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19  9:39 Helin Gai
2006-06-19 10:20 ` Hans Hagen
2006-06-19 10:45   ` Helin Gai
2006-06-19 18:51     ` nico
2006-06-19 23:28       ` Helin Gai [this message]
2006-06-19 19:05   ` nico
2006-06-20  8:55     ` Hans Hagen
2006-06-20 19:46       ` nico

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=D0770568-B5FB-49E9-9A50-724B23127FF7@duke.edu \
    --to=hg9@duke.edu \
    --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).