Re: [NTG-context] question concerning \setupalign \setuptolerance

2013-08-30 Thread Christian Prim
means you don’t need the \setuptolerance command. This is important because the value of the align key is passed to the \setupalign command. - What about tabulate-environment? I’m sorry but I was wrong about the setting for the tabulate environment, the align value of \setuptabulate accepts

Re: [NTG-context] question concerning \setupalign \setuptolerance

2013-08-30 Thread Christian Prim
about tabulate-environment? Thanks! Christian My new MWE is: \definefontfeature[default][default][expansion=quality,protrusion=quality] \usetypescript[palatino] \setupbodyfont[palatino,11pt] \setupbodyfontenvironment[default][em=italic] \setupalign[hz,hanging] \setuptolerance[horizontal,stretch

Re: [NTG-context] question concerning \setupalign \setuptolerance

2013-08-30 Thread Christian Prim
about tolerance? Where must I add the keys? The \setupalign command does also accepts “tolerant”, “verytolerant” and “stretch” as keyword which means you don’t need the \setuptolerance command. This is important because the value of the align key is passed to the \setupalign command. - What

[NTG-context] Minimal word-distance?

2013-08-26 Thread H. Özoguz
Beyond the possibility to influence the tolerance by \setuptolerance, is it possible to declare explicit the minimal allowed word-distance? I ask, because in some cases the distance between consecutive words is too low (already using \setuptolerance[verstrict]). Thanks. Huseyin

[NTG-context] \widowpenalty=10000 and still a widow line

2013-07-08 Thread Alan Bowen
In my environment file, I have \clubpenalty=1 \widowpenalty=1 \setuptolerance[vertical,verystrict] \setuptolerance[horizontal,tolerant] and yet on occasion I still get widow lines.Does any one have suggestions about strategies to remedy this either in general or on a case by case basis

Re: [NTG-context] \widowpenalty=10000 and still a widow line

2013-07-08 Thread Wolfgang Schuster
Am 08.07.2013 um 14:57 schrieb Alan Bowen bowenala...@gmail.com: In my environment file, I have \clubpenalty=1 \widowpenalty=1 \setuptolerance[vertical,verystrict] \setuptolerance[horizontal,tolerant] and yet on occasion I still get widow lines.Does any one have suggestions

Re: [NTG-context] \widowpenalty=10000 and still a widow line

2013-07-08 Thread Alan Bowen
schuster.wolfg...@gmail.com wrote: Am 08.07.2013 um 14:57 schrieb Alan Bowen bowenala...@gmail.com: In my environment file, I have \clubpenalty=1 \widowpenalty=1 \setuptolerance[vertical,verystrict] \setuptolerance[horizontal,tolerant] and yet on occasion I still get widow

Re: [NTG-context] Side-by-side framed text blocks

2013-06-07 Thread honyk
as on the referenced examples. Use a combination for that: \setuptolerance [verytolerant] \setupframed [offset=none, width=8cm, frame=off, background=screen] \definefontfeature [default] [default] [protrusion=pure] \starttext \startcombination \startcontent

Re: [NTG-context] Side-by-side framed text blocks

2013-06-06 Thread Marco Patzer
a combination for that: \setuptolerance [verytolerant] \setupframed [offset=none, width=8cm, frame=off, background=screen] \definefontfeature [default] [default] [protrusion=pure] \starttext \startcombination \startcontent \startframed [align=normal] \input knuth

[NTG-context] suppress unwanted page breaks

2013-06-05 Thread Ingo Hohmann
Hi ConTextists, I have a few pages with questions and answers \setuptolerance[verytolerant] \defineparagraphs [mypar][n=3,before={\blank[back]}]%,after={\blank[disable]}] \setupparagraphs [mypar][1][width=.01\textwidth,style=bold] \setupparagraphs [mypar][2][width=.95\textwidth] \starttext

Re: [NTG-context] Layer for all pages and for specific pages

2013-05-07 Thread Wolfgang Schuster
][1][rightframe=on] \stopsetups \def\startarde {\bTABLE[frame=off,width=.5\textwidth,setups=arde,split=yes]} \def\stoparde {\eTABLE} \define[2]\arde {\bTR \bTD#1\eTD \bTD#2\eTD \eTR} \setuptolerance[tolerant,stretch] \starttext \startarde \arde{\input knuth

[NTG-context] Layer for all pages and for specific pages

2013-05-06 Thread H. Özoguz
] [x=0mm, y=0mm, width=\paperwidth, height=\paperheight] \setlayer[mybg] [hoffset=10cm, voffset=4cm] {\blackrule[width=1pt, height=\vsize, depth=0.5ex]} \setupbackgrounds[page][background=mybg] \setuptolerance[tolerant,stretch] \starttext \input knuth \page \input knuth \stoptext

Re: [NTG-context] Layer for all pages and for specific pages

2013-05-06 Thread Wolfgang Schuster
=4cm] {\blackrule[width=1pt, height=\vsize, depth=0.5ex]} \setupbackgrounds[page][background=mybg] \setuptolerance[tolerant,stretch] \starttext \input knuth \page \input knuth \stoptext \newconditional\placeRULE \definelayer[rule][state=repeat] \setlayer[rule][x=.5\textwidth

Re: [NTG-context] Layer for all pages and for specific pages

2013-05-06 Thread H. Özoguz
for the use of the layer is the following: If I use frames of the natural table, then I have this: \def\arde[#1][#2]{% \bTABLE \setupTABLE[frame=off] \setupTABLE[c][1][rightframe=on] \bTR \bTD #1 \eTD \bTD #2 \eTD \eTR \eTABLE} \setuptolerance[tolerant,stretch] \starttext \arde[\input knuth

Re: [NTG-context] Layer for all pages and for specific pages

2013-05-06 Thread Wolfgang Schuster
\eTABLE} \setuptolerance[tolerant,stretch] \starttext \arde[\input knuth][\input knuth] \arde[\input knuth][\input knuth] \stoptext There you can see the problem, you have to zoom into the pdf: Between the two tables, there is a tiny tiny (!) space betweeen the vertical lines. Its not a big

Re: [NTG-context] Layer for all pages and for specific pages

2013-05-06 Thread H. Özoguz
,width=.5\textwidth,setups=arde,split=yes]} \def\stoparde {\eTABLE} \define[2]\arde {\bTR \bTD#1\eTD \bTD#2\eTD \eTR} \setuptolerance[tolerant,stretch] \starttext \startarde \arde{\input knuth }{\input knuth } \arde{\input knuth }{\input knuth } \stoparde \stoptext Wolfgang

Re: [NTG-context] Some more question, ex Context an excursion

2013-01-27 Thread Wolfgang Schuster
? Add \setuptolerance[verytolerant] or \setuptolerance[stretch] (or both settings simultaneously) to your document to enable font expansion and protrusion. 2) I did insert \showlayout just before \stoptext and I get 4 pages with the same information!!! 3) On page 77, I get an error

Re: [NTG-context] publication list: bounding box problems

2013-01-24 Thread Marco Patzer
. Is there a quick way to fix this? You can increase the tolerance for the publication list: \setuptolerance [verytolerant] Marco signature.asc Description: Digital signature ___ If your question is of interest

[NTG-context] Find all words set into the margin

2012-11-26 Thread H. Özoguz
I use \definefontfeature[default][default][expansion=quality,protrusion=quality] \setupalign[hz,hanging] \usetypescript[times] \setupbodyfont[times,11pt] \setuptolerance[verystrict] Is there a command or a macro to find all occurences in a file (or projekt), where some word is printed

Re: [NTG-context] ntg-context Digest, Vol 101, Issue 42

2012-11-16 Thread H. Özoguz
Am 15.11.2012 20:32, schrieb ntg-context-requ...@ntg.nl: 2012-11-15 H. ?zoguz: \setuptolerance[stretch] Are you sure, you want to use stretch? It will probably product ugly results. \tolerance 70 Why 70? I don't understand the use of stretch with such a strict tolerance. What about using

[NTG-context] Tolerance and Stretch versus Protrusion and Ugliness

2012-11-15 Thread H. Özoguz
Hi there, at the moment I use for my book \definepapersize[MyBook][A5] \setuppapersize[MyBook][A5] \usemodule [simplefonts][size=11pt] \setmainfont[Times New Roman][expansion=quality,protrusion=quality] \setupalign [hanging] \setuptolerance[stretch] \tolerance 70 Is it suitable to use

Re: [NTG-context] Tolerance and Stretch versus Protrusion and Ugliness

2012-11-15 Thread Marco Patzer
2012-11-15 H. Özoguz: \setuptolerance[stretch] Are you sure, you want to use stretch? It will probably product ugly results. \tolerance 70 Why 70? I don't understand the use of stretch with such a strict tolerance. What about using \setuptolerance [tolerant] %% or verytolerant instead

[NTG-context] tolerance and whitespace settings inside a TEXpage

2012-09-20 Thread Marco Patzer
] \setupbodyfont [mono] \startsetups [myset] \setupwhitespace [big] \setuptolerance [space] \stopsetups \setups{myset} \starttext \startTEXpage [setups=myset] %% \spaceskip .5em plus .25em minus .25em \input knuth \stopTEXpage \input knuth \stoptext Marco

Re: [NTG-context] tolerance and whitespace settings inside a TEXpage

2012-09-20 Thread Wolfgang Schuster
and is there a cleaner solution? Example: \setuplayout [width=8cm] \setupbodyfont [mono] \startsetups [myset] \setupwhitespace [big] \setuptolerance [space] \stopsetups \setups{myset} \starttext \startTEXpage [setups=myset] %% \spaceskip .5em plus .25em minus .25em \input

[NTG-context] new beta

2012-07-16 Thread Hans Hagen
[builders.paragraphs.solutions.splitters.colors] \startsimplecolumns \showfontkerns \setuptolerance[verytolerant] \start \SomeTestFont \input zapf \par \stop \column \start \SomeTestFont \startfontsolution[solution] \input zapf \par \stopfontsolution \stop \stopsimplecolumns

Re: [NTG-context] ntg-style error

2012-06-06 Thread Taco Hoekwater
}, numbercommand=, command=\footnum] \setupfootnotedefinition [location=serried, before=, after=, distance=0.5em] \setuptabulate [before=\blank, inner=\ss, after=\blank] \def\startIntroEntry#1% {\startlinecorrection \bgroup \setupalign[right] \setuptolerance

[NTG-context] placefigure vs grid problem

2012-03-20 Thread Honza Hejzl
* ] \setupindenting[1em] \indenting[yes] \setupexternalfigures[] \setupfloats[spaceafter=none] \setupcaptions[location={bottom,left}] \setuptolerance[tolerant] \starttext \chapter{{Předmluva}} Za výstup projektu je také možno považovat i fakt, že ze studií vznikly a byly úspěšně obhájeny dvě diplomové

Re: [NTG-context] Undefined controle sequence with usemodule[simpleslides]

2012-01-04 Thread Aditya Mahajan
And colored typesetting for \TEX\ code. \definetype[typeTEX][option=color] %D Presentations have relatively dense lines, we do not care about underfull %D lines, but allow emergency stretch. \setuptolerance[\v!verytolerant,\v!stretch] %D We use combinations for placing vertical pictures and text side

Re: [NTG-context] Error while compiling : ! String contains an invalid utf-8 sequence.

2011-11-28 Thread Wolfgang Schuster
: %beginning of file%% \usemodule[simplefonts] \setmainfont[HeiseiMinStd-W3] \definesimplefonttypeface[jpn][HeiseiMinStd-W3] \setupbodyfont[12pt] \setuptolerance[\v!verytolerant,\v!stretch] Don’t use the “\v!” prefix for settings in your document, in this case it’s harmless

Re: [NTG-context] Error while compiling : ! String contains an invalid utf-8 sequence.

2011-11-26 Thread Alexandre Krispin
%% \usemodule[simplefonts] \setmainfont[HeiseiMinStd-W3] \definesimplefonttypeface[jpn] [HeiseiMinStd-W3] \setupbodyfont[12pt] \setuptolerance[\v!verytolerant,\v!stretch] \enableregime[utf] \usemodule[typearea] \setupTypeArea[bcor=30mm,alphabets=2.6,oneside

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-10-05 Thread luigi scarso
] \showframe[text][text] \setuptolerance[verytolerant,stretch] \starttext \dorecurse{100}{\input knuth\par} \stoptext Wolfgang it seems ok . -- luigi ___ If your question is of interest to others as well, please

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-10-02 Thread Wolfgang Schuster
, topspace=1.5cm, leftmargin=1.3cm, rightmargin=0cm, width=15cm, leftmargindistance=0.2cm, height=middle, header=0cm, footer=1cm] \definelayout [1] [topspace=5.2cm, height=middle] \showframe[text][text] \setuptolerance[verytolerant,stretch] \starttext \dorecurse{100}{\input

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-09-29 Thread luigi scarso
not here; this code looks ok % \setuptolerance[verytolerant,stretch] \setuppapersize[A4][A4] \setuplayout[ backspace=3cm, topspace=1.5cm, rightmargin=0cm,leftmargin=1.3cm, width=15cm, leftmargindistance=0.2cm, height=fit, header=0cm, footer=1cm, ] \definelayout[1][ topspace

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-09-28 Thread luigi scarso
]} There are lots of warning, btw. % \setuptolerance[verytolerant,stretch] \setuppapersize[A4][A4] \setuplayout[ backspace=3cm, topspace=1.5cm, rightmargin=0cm,leftmargin=1.3cm, width=15cm, leftmargindistance=0.2cm, height=fit, header=0cm, footer=1cm, ] \definelayout[1][ topspace=5.2cm

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-09-28 Thread luigi scarso
or \definelayout[current][width=12cm] \definelayout[1][width=12cm,topspace=5.2cm,height=fit] \starttext \dorecurse{10}{\input knuth\par} \stoptext Wolfgang hm http://wiki.contextgarden.net/Layout seems to be different. Btw, this works without warnings % \setuptolerance

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-09-28 Thread Wolfgang Schuster
without warnings % \setuptolerance[verytolerant,stretch] \setuppapersize[A4][A4] \setuplayout[ backspace=3cm, topspace=1.5cm, rightmargin=0cm,leftmargin=1.3cm, width=15cm, leftmargindistance=0.2cm, height=fit, header=0cm, footer=1cm, ] \definelayout[1

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-09-26 Thread luigi scarso
2011/9/25 Pierre-François Bonnefoi bonne...@unilim.fr: Hello, I use extensively ConTeXt for my work as a teacher. I run into this problem : I've defined the following layout for giving work for my students : \setuptolerance[verytolerant,stretch] \setuppapersize[A4][A4] \setuplayout

Re: [NTG-context] [Layout] Problem with ConTeXt mkII

2011-09-26 Thread Pierre-François Bonnefoi
Hello Luigi, Thanks for the footer ;-) But, currently, I've some difficulties to commit to the Don't panic ! I've tried the following : %% \setuptolerance[verytolerant,stretch] \setuppapersize[A4][A4] \setuplayout[ backspace=3cm, topspace=1.5cm, rightmargin=0cm,leftmargin

Re: [NTG-context] math signs in itemize

2011-09-25 Thread R. Ermers
][a] \setupitemgroup[genummerd][2][r] \setuptolerance[horizontal,verytolerant] %hyphenation \setuppagenumbering[state=start,alternative=doublesided,location=footer,style=bold] \setupheadertexts [{\getmarking[subsectionnumber]\enskip\getmarking[subsection]}] [] [] [{\getmarking[sectionnumber]\enskip\getmarking

[NTG-context] [Layout] Problem with ConTeXt mkII

2011-09-25 Thread Pierre-François Bonnefoi
Hello, I use extensively ConTeXt for my work as a teacher. I run into this problem : I've defined the following layout for giving work for my students : \setuptolerance[verytolerant,stretch] \setuppapersize[A4][A4] \setuplayout[ backspace=3cm, topspace=1.5cm, rightmargin=0cm,leftmargin=1.3cm

Re: [NTG-context] Tracking in MKII and MKIV

2011-08-16 Thread Wolfgang Schuster
, align={right,broad}, foregroundstyle=LabelFont] {\setupinterlinespace[line=10.5pt] \setuptolerance[space]% \kerncharacters[0.25] THIS BOOK CONTAINS 988 TWEETS POSTED TO TWITTER BY LADYGAGA FROM MARCH 27, 2008 TO AUGUST 5, 2011. IT WAS PUBLISHED ON DEMAND ON AUGUST 14, 2011

Re: [NTG-context] Using Luatex.

2011-07-01 Thread Wolfgang Schuster
[adjustmargin] [ left=0.1mm, middle=0.1mm, right=0.1mm] \definefontfeature[default][default][expansion=yes] \setupbodyfont[palatino,10bp] \starttext \showframe \input zapf \startadjustmargin[10*right] \input zapf \stopadjustmargin \start \setuptolerance[verytolerant,stretch] \input zapf \stop

Re: [NTG-context] where to place \index (again)

2011-06-26 Thread Steffen Wolfrum
Betreff: where to put an \index{foo} ? ... \showframe \setupbodyfont[times,10pt]\setupinterlinespace[line=12pt] \definetolerancemethod [horizontal] [MySpace] {\spaceskip3.02pt plus1.8pt minus1.0pt\relax} \setupalign[line,block,hanging] \setuptolerance[MySpace

Re: [NTG-context] where to place \index (again)

2011-06-26 Thread Steffen Wolfrum
--- \showframe \setupbodyfont[times,10pt]\setupinterlinespace[line=12pt] \definetolerancemethod [horizontal] [MySpace] {\spaceskip3.02pt plus1.8pt minus1.0pt\relax} \setupalign[line,block,hanging] \setuptolerance[MySpace] \setupindenting[10pt,yes] \definepapersize[stw][width=14.7cm,height

[NTG-context] bad argument #1 to 'gsub'

2011-06-23 Thread Kip Warner
!bodyfont=7pt, \c!background=\v!color, \c!backgroundcolor=GrayColor, \c!backgroundoffset=.25ex, \c!frame=\v!off, \c!before=, \c!after=] % Number formulae etc. using the chapter number... \setupnumbering [way=bychapter] \setuppagenumbering [\c!location=] \setuptolerance [\v

Re: [NTG-context] Problem with chem module

2011-06-18 Thread Kip Warner
, \c!frame=\v!off, \c!before=, \c!after=] % Number formulae etc. using the chapter number... \setupnumbering [way=bychapter] \setuppagenumbering [\c!location=] \setuptolerance [\v!verytolerant,\v!stretch] \setupblank [\v!medium] \setupwhitespace [\v!medium] \setuptyping

[NTG-context] where to put an \index{foo} ?

2011-05-24 Thread Steffen Wolfrum
, Steffen --- \showframe \setupbodyfont[times,10pt]\setupinterlinespace[line=12pt] \definetolerancemethod [horizontal] [MySpace] {\spaceskip3.02pt plus1.8pt minus1.0pt\relax} \setupalign[line,block,hanging] \setuptolerance[MySpace] \setupindenting[10pt,yes] \definepapersize[stw

[NTG-context] \type and linebreak (again)

2011-05-23 Thread Andreas Schneider
] %\setupalign[stretch] %\setuptolerance[stretch] \type{cp $SOMEVAR/some/very/very/very/long/directory/WITHFILE $SOMEVAR/other/long/directory} \startitemize \item \type{cp $SOMEVAR/some/very/very/very/long/directory/WITHFILE $SOMEVAR/other/long/directory

Re: [NTG-context] \type and linebreak (again)

2011-05-23 Thread Wolfgang Schuster
] \starttext \setuptype[space=stretch] %\setupalign[stretch] %\setuptolerance[stretch] \type{cp $SOMEVAR/some/very/very/very/long/directory/WITHFILE $SOMEVAR/other/long/directory} \startitemize \item \type{cp $SOMEVAR/some/very/very/very

Re: [NTG-context] Line break in verbatim

2011-05-02 Thread Wolfgang Schuster
require a lot oftyping phew}. \stoptext You can get a better result with “\setuptype[space=stretch]” but only the “stretch” keyword for \setupalign/\setuptolerance prevents a overfull line in your example. Also, it is possible to completely prevent line breaks for \type. \setuptype[space=fixed

Re: [NTG-context] Line break in verbatim

2011-05-02 Thread Aditya Mahajan
if it hyphenates or not, that can require a lot oftyping phew}. \stoptext You can get a better result with “\setuptype[space=stretch]” but only the “stretch” keyword for \setupalign/\setuptolerance prevents a overfull line in your example. Thanks. I was looking for space=stretch (I did

Re: [NTG-context] Title in textrule

2011-04-12 Thread Aditya Mahajan
\startbuffer %D \setuptextrules %D [width=90pt,distance=12pt,rulecolor=blue, %Dbodyfont=small,style=\sc,color=red] %D %D \starttextrule{Ship Building Tools} %D \nl \setuptolerance[tolerant] \input materie %D \stoptextrule %D \stopbuffer %D %D \bgroup \typebuffer \getbuffer \egroup %D %D

Re: [NTG-context] Title in textrule

2011-04-12 Thread Flavien Lambert
\kap{cd} \quote {Passion}. \textrule From pack-rul,mkiv %D \startbuffer %D \setuptextrules %D [width=90pt,distance=12pt,rulecolor=blue, %Dbodyfont=small,style=\sc,color=red] %D %D \starttextrule{Ship Building Tools} %D \nl \setuptolerance[tolerant] \input materie %D

Re: [NTG-context] LinearShade trouble

2011-03-30 Thread Kumar Appaiah
\setuppapersize[S6][S6] \setuppagenumbering[state=stop] \switchtobodyfont[modern,20pt] \setupcolors[state=start] \setupbackgrounds[page][background=color,backgroundcolor=darkblue] \startcolor[white] \setuptolerance[verytolerant,stretch] \definecolor[a][r=0,g=0,b=1] \definecolor[b][r=0,g=0,b=0.05

Re: [NTG-context] change interwordspace twice

2011-03-12 Thread Steffen Wolfrum
\stoptext Does someone can explain how and when interwordspace is successfully set? That’s the only context way to change it: \starttext text text text \setuptolerance[space] text text text text \stoptext Is there only one space or s is possible to set more fine-tuned values

Re: [NTG-context] change interwordspace twice

2011-03-12 Thread Andreas Harder
Space \par \interwordspace 20.7pt Big Space \stoptext Does someone can explain how and when interwordspace is successfully set? That’s the only context way to change it: \starttext text text text \setuptolerance[space] text text text text \stoptext Is there only one

Re: [NTG-context] change interwordspace twice

2011-03-11 Thread Wolfgang Schuster
interwordspace is successfully set? That’s the only context way to change it: \starttext text text text \setuptolerance[space] text text text text \stoptext Wolfgang ___ If your question is of interest to others as well

Re: [NTG-context] structure head alignment nullifies spaceskip

2011-03-06 Thread Wolfgang Schuster
? \setuphead [section] [ style=WORD, align=middle, textcommand={\setuptolerance[space]}] Maybe better is “textcommand=\SectionCommand” with \define[1]\SectionCommand {\setuptolerance[space]#1} Wolfgang

Re: [NTG-context] structure head alignment nullifies spaceskip

2011-03-06 Thread Philipp Gesang
being ignored. Any idea how to space my capitalized words in section heads? \setuphead [section] [ style=WORD, align=middle, textcommand={\setuptolerance[space]}] Maybe better is “textcommand=\SectionCommand” with \define[1]\SectionCommand {\setuptolerance

Re: [NTG-context] Justify monospaced text

2011-03-01 Thread Wolfgang Schuster
] \setuptolerance[space] \showframe \starttext Janet had gone away to get the bath ready, when my aunt, to my great alarm, became in one moment rigid with indignation, and had hardly voice to cry out, {\quotation Janet! Donkeys!} Upon which, Janet came running up the stairs as if the house were in flames, darted

Re: [NTG-context] [OT] Public Fonts for Minority Languages of Russia

2011-01-05 Thread Philipp Gesang
.} \usetypescriptfile[type-paratype] \usetypescript[paratype] \usetypescript[paratype-caption] \usetypescript[paratype-narrow] \setupbodyfont[paratype,12pt] \mainlanguage[ru] \setbreakpoints[compound] \setuptolerance[horizontal,tolerant] \definefontfeature[cpsp][default][cpsp=yes,mode=node] \def\heading{\addff

Re: [NTG-context] [ac...@jander.de: Re: startcolumns: text runs into footer]

2010-12-20 Thread achim
height, and the paragraphs been spaced in the smallest possible amount. \showframe \setuptolerance[horizontal, verytolerant] \newskip\Hugeskip %\Hugeskip = 1em plus 8em minus 1em \Hugeskip = 4pt plus 16pt minus 0pt \definevspacingamount[Huge][\Hugeskip][\Hugeskip] % for \blank

Re: [NTG-context] [ac...@jander.de: Re: startcolumns: text runs into footer]

2010-12-20 Thread achim
Hi again, I played around a litte, and i'm coming nearer to the result i desire. The example: \showframe \setuptolerance[horizontal, verytolerant] \definewhitespacemethod[Test]{\ctxparskip 0pt plus4pt minus0pt} \setupalign[line] %\setuplayout[grid=yes] \setuplayout[lines=41] %\showgrid

[NTG-context] problem with setupwhitespace

2010-12-18 Thread Achim Jander
[line=8pt] \setupbodyfontenvironment[default][em=italic] \setupwhitespace[3pt plus 2pt minus 1pt] %\setupwhitespace[line] %\setupwhitespace[medium] %\setupwhitespace[big] \setuptolerance[horizontal, verytolerant, stretch] \setuptolerance[vertical, verystrict] \starttext \dorecurse{40

[NTG-context] Bug against minimals

2010-12-16 Thread Xan
\setupbodyfont [cmr,11pt] % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page number \setuppagenumbering [location={footer}] % Paper size \setuppapersize [A4] % Margins

[NTG-context] Typescript Bodoni Old Fashion

2010-12-03 Thread Philipp Gesang
}\par } \definecolumnset[two][n=2] \mainlanguage[en] \setuptolerance[horizontal,tolerant] \setuphead[section][% number=yes, style=\tf, numberstyle=\bf, textstyle=\sbo, ] \starttext %\addff{smallcaps} %\addff{allalts} %\addff{denoms} %\addff{numerator} %\addff{superscrp} %\addff{diphthong

[NTG-context] End of page orphan/widow control

2010-11-29 Thread Honza Hejzl
– it simply shrinks it –1 line. I need to be able to create simply nice results in a basic-typography point of view of good novel typesetting (without orphans, widows, on grid and every page the same height). Sure I know about \setuptolerance setting but it has (imho) very poor effect for my purposes

[NTG-context] Errors with MacTeX/TeXLive installation

2010-08-02 Thread Grant W. Petty
] % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. \language [en] % No page number \setuppagenumbering [state=off] % White space between paragraphs \setupwhitespace [big] % Paper size \setuppapersize [a4

Re: [NTG-context] How do I stretch text in header?

2010-06-29 Thread Wolfgang Schuster
] \start \setcharacterkerning[extra] \hfill {\sc{\lowercased{\getmarking[section]}}}\hfill \stop \stopsetups You can save a few lines (the second variant gives a bigger spaces): \setupheadertexts[\WORDS{\tfx\kerncharacters[0.25]\getmarking[section]}] %\setupheadertexts[{\setuptolerance

[NTG-context] float problem

2010-05-11 Thread Peter Rolf
by normal text). I have tried several things, but no success. Test file and resulting pdf are attached. Peter MTXrun | current version: 2010.05.08 13:33 This is LuaTeX, Version beta-0.60.1-2010042809 (rev 3657) \switchtobodyfont[small] \setuptolerance[tolerant,stretch] \definecolumnset[threecolumns

[NTG-context] Multiple pleas for help (long)

2010-04-26 Thread Scott Steele
]}} \setuptolerance[verytolerant] % Allows TeX to break lines even when doing so would be 'ugly' \showgrid \startfrontmatter \completecontent \stopfrontmatter \startbodymatter \subject{2/25/08} ... - This is a work of fiction. Names, characters, places, and incidents either are the product

[NTG-context] stopcolumns causes new page!!!?

2010-04-11 Thread Xan
nomfitxer.context per veure les solucions % Regime \enableregime[utf] % Choose a font \setupbodyfont [cmr,11pt] % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page

Re: [NTG-context] minimal example of some problems

2010-04-04 Thread Aditya Mahajan
\setuptolerance[vertical, verytolerant] 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

Re: [NTG-context] \hyphenation problems

2010-03-22 Thread Thomas A. Schmitz
will then go on and stretch your interword space and even interletter space within words. TeX doesn't do that and will let words stick out to warn you. If you don't want to / can't edit the text, you'll have to allow it to be less strict. You should read about \setuptolerance in cont-eni, section 4.13

Re: [NTG-context] \hyphenation problems

2010-03-22 Thread Wolfgang Schuster
that and will let words stick out to warn you. If you don't want to / can't edit the text, you'll have to allow it to be less strict. You should read about \setuptolerance in cont-eni, section 4.13. You can tell TeX to stretch the interword space, version 3 introduced the \emergencystretch comand

Re: [NTG-context] \hyphenation problems

2010-03-22 Thread Tom
interletter space within words. TeX doesn't do that and will let words stick out to warn you. If you don't want to / can't edit the text, you'll have to allow it to be less strict. You should read about \setuptolerance in cont-eni, section 4.13. HTH Thomas

Re: [NTG-context] Occasional words sticking out from flush-right

2010-03-04 Thread Aditya Mahajan
unfortunately can't show you the example, and it's hard to reproduce. But can anyone answer: does the TeX line-breaking algorithm retain the possibility of lines overrunning the defined boundary, if the algorithm decides that the alternatives are more ugly? Yes. Try \setuptolerance[tolerant

Re: [NTG-context] Occasional words sticking out from flush-right

2010-03-04 Thread James Fisher
, if the algorithm decides that the alternatives are more ugly? Yes. Try \setuptolerance[tolerant] or \setuptolerance[verytolerant]. Aditya ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] combiation trickery again now with attachement - sorry

2010-02-16 Thread Peter Rolf
\setuptolerance[verytolerant, stretch] \setupalign[hz, hanging] \definefloat[subfigure][subfigures] \setupfloat[figure][] \setupfloat[tableleft][] \setupcaption[figure][width=max, align={hz, hanging}, style=sstf] \setupcaption[subfigure][way=bypage, location=top, width=max, align={hz, hanging

Re: [NTG-context] ConTeXt swallows text

2010-01-20 Thread luigi scarso
examples can be usefuls in this sense. \setupbodyfont[ss,10pt] \setupinterlinespace[line=2.6ex] \setuppapersize[A4][A4] \setuplayout[backspace=2cm,width=middle, offset=0mm, topspace=0cm,height=middle, location=middle, ] \setupcolors[state=start] \setuptolerance[tolerant,verytolerant

[NTG-context] ConTeXt swallows text

2010-01-19 Thread Oliver Heins
,width=middle, offset=0mm, topspace=0cm,height=middle, location=middle, ] \setupcolors[state=start] \setuptolerance[tolerant,verytolerant] \definefloat[grafik] \setupcaption[grafik][number=no,location=bottom] \definecolumnset[ergebnisse][n=3] \definecolumnsetarea [title][left] [x=1,y=1,nx=6,ny=42

Re: [NTG-context] ConTeXt swallows text

2010-01-19 Thread luigi scarso
] \setupinterlinespace[line=2.6ex] \setuppapersize[A4][A4] \setuplayout[backspace=2cm,width=middle,  offset=0mm,  topspace=0cm,height=middle,  location=middle, ] \setupcolors[state=start] \setuptolerance[tolerant,verytolerant] \definefloat[grafik] \setupcaption[grafik][number=no,location=bottom

Re: [NTG-context] Usage of filename in document

2009-11-05 Thread Martin Scholz
$ % Styles specific to the pres and MS modes: \input presentation.tex \input manuscript.tex \starttext \startcolor[TextColor] \setupalign[right, nothyphenated] \setuptolerance[horizontal,verytolerant] % Title \titlepage{Gems, The Earth \ its Works

[NTG-context] Strange Behaviour for toc

2009-10-12 Thread Martin Scholz
=footer] \setupheader[state=none] \setuptolerance[tolerant, stretch] \setupwhitespace[medium] \setupfootnotes[way=bypage, conversion=set 2] \definepagebreak[chapter][yes,footer,right] \setuphead[chapter][textcommand=\MyChapterText,color=BigColorTwo,style= \BigFontTwo] \def\MyChapterText#1{\rlap

Re: [NTG-context] framedtext in naturaltables

2009-10-02 Thread Xan
. % interface=en output=pdftex % Regime \enableregime[utf] % Choose a font \setupbodyfont [cmr,10pt] % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page number

Re: [NTG-context] Footnotes and body text

2009-08-26 Thread Taco Hoekwater
complex stuff' line, but there probably is a better solution possible by playing with \setupfootnotes and \setuptolerance. Best wishes, Taco ___ If your question is of interest to others as well, please add an entry

[NTG-context] Problems with cite (minimal example) (was Re: Buggy source code-- references disappears when I put sections and If I put subjects, \completecontent has void list.)

2009-08-18 Thread Xan
and Barlett Publishers, year= 1992 } % interface=en output=pdftex %\environment capcalera.context % Capçalera % Regime \enableregime[utf] % Choose a font \setupbodyfont [cmr,11pt] % cmr, 11pt % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose

Re: [NTG-context] I can't put footnote

2009-07-23 Thread Xan
\enableregime[utf] % Choose a font \setupbodyfont [cmr,11pt] % cmr, 11pt % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page number \setuppagenumbering [location

[NTG-context] I can't change startitemize[n]-- startitemize[1]

2009-07-23 Thread Xan
why with 'n' works and '1' does not. Thanks in advance, Xan. PS: Please, CCme. % interface=en output=pdftex %\environment capcalera.context % Capçalera % Regime \enableregime[utf] % Choose a font \setupbodyfont [cmr,11pt] % cmr, 11pt % Be tolerant with paragraph building \setuptolerance

Re: [NTG-context] Line overflows

2009-07-22 Thread Willi Egger
If I understand your question correctly, then you mightplay with \setuptolerance[tolerant] or \setuptolerance[verytolerant] or even \setuptolerance[verytolerant,stretch] Willi On Jul 21, 2009, at 9:34 PM, Tom wrote: A few lines overflow a couple of characters into the right margin. How

[NTG-context] Strange behaviour of startitemize[1]

2009-07-22 Thread Xan
§alera % Regime \enableregime[utf] % Choose a font \setupbodyfont [cmr,11pt] % cmr, 11pt % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page number

[NTG-context] I can't put footnote

2009-07-22 Thread Xan
\enableregime[utf] % Choose a font \setupbodyfont [cmr,11pt] % cmr, 11pt % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page number \setuppagenumbering [location={footer

Re: [NTG-context] I can't put footnote

2009-07-22 Thread Xan
% Capçalera % Regime \enableregime[utf] % Choose a font \setupbodyfont [cmr,11pt] % cmr, 11pt % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page number

[NTG-context] Problems with bibtex and @incollection

2009-06-06 Thread Xan
] % Be tolerant with paragraph building \setuptolerance [horizontal,verytolerant,stretch] % Choose a language, and associated hyphenation rules. %\language [ca] \mainlanguage[ca] % Page number \setuppagenumbering [location={footer}] % White space between paragraphs %\setupwhitespace [big] % Paper size

Re: [NTG-context] The ultimate (?) float problem

2009-05-14 Thread Piotr Kopszak
. Piotr 2009/5/12 luigi scarso luigi.sca...@gmail.com: On Tue, May 12, 2009 at 3:32 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 12.05.2009 um 15:18 schrieb Piotr Kopszak: Yes, exactly. \setuppapersize [S6] \setuptolerance [soepel,rek] better \setuppapersize [S6][S6

Re: [NTG-context] The ultimate (?) float problem

2009-05-12 Thread Wolfgang Schuster
Am 12.05.2009 um 15:18 schrieb Piotr Kopszak: Yes, exactly. \setuppapersize [S6] \setuptolerance [soepel,rek] \setupcolors[state=start] \setupfooter[strut=no] \setupwhitespace[big] \setuplayout [rightmargin=5cm, width=fit, margin=0pt, edgedistance=1cm, footer=4cm

Re: [NTG-context] The ultimate (?) float problem

2009-05-12 Thread Piotr Kopszak
: Am 12.05.2009 um 15:18 schrieb Piotr Kopszak: Yes, exactly. \setuppapersize [S6] \setuptolerance [soepel,rek] \setupcolors    [state=start] \setupfooter    [strut=no] \setupwhitespace[big] \setuplayout  [rightmargin=5cm,   width=fit,   margin=0pt,   edgedistance=1cm,   footer=4cm

Re: [NTG-context] more stretch

2009-03-31 Thread Idris Samawi Hamid ادريس سماوي ح امد
Hi, On Mon, 30 Mar 2009 16:49:57 -0600, Vyatcheslav Yatskovsky yatskov...@gmail.com wrote: How to instruct TeX to relax and allow more spacing between words (or more stretching?) \setuptolerance .. options in the manual Best wishes Idris -- Professor Idris Samawi Hamid, Editor-in-Chief

Re: [NTG-context] specific document layout with ConTeXt

2008-12-28 Thread Aditya Mahajan
; \stopMPinclusions % }}} % Setups {{{ \setupindenting[small,yes] \setupwhitespace[none] \setuptolerance[vertical,tolerant] % General Macros \def\IE{i.e.} \def\EG{e.g.} \stopmodule % vim: nowrap ___ If your question

Re: [NTG-context] Kerning

2008-11-14 Thread Hans Hagen
\dosetstretch{.25em} \setuptolerance[tolerant,stretch] \input tufte \endgraf \stop \start \dosetstretch{.5em} effe flink doorfietsen \stop (not yet interfaced but it should work) Hans

<    1   2   3   >