Re: [NTG-context] Blanks instead of indented paragraphs

2013-04-10 Thread Wolfgang Schuster
easiest, if empty lines in the editors would be automatically > interpreted as "\blank" – and then without indenting of course. How to get > that? \setupwhitespace[line] \starttext First paragraph Second paragraph \stoptext Wolfgang

Re: [NTG-context] single spacing TOC

2013-04-09 Thread Wolfgang Schuster
Am 04.04.2013 um 22:37 schrieb john Culleton : > I had a line \setupwhitespace[medium] in the preamble to the > file. I moved it to occur after \startbodymatter and all was fine. You can use \startsectionblockenvironment to enable the setup with the begin of a certain sectionbloc

Re: [NTG-context] single spacing TOC

2013-04-04 Thread john Culleton
ntries. > > \starttext > > \completecontent > > \page > > \dorecurse{12}{\section{Section #1}} > > \stoptext > > Wolfgang I had a line \setupwhitespace[medium] in the preamble to the file. I moved it to occur after \startbodymatter and all was fine. -- John Cullet

Re: [NTG-context] narrower and whitespace

2013-03-16 Thread Wolfgang Schuster
Am 16.03.2013 um 14:58 schrieb "Meer H. van der" : > Solved. Before was \setupwhitespace[small], for this I had to surround > everything with > \start > \setupwhitespace[none] > .. > \stop You can also prevent the space with the following setup for the narrower

Re: [NTG-context] narrower and whitespace

2013-03-16 Thread Meer H. van der
Solved. Before was \setupwhitespace[small], for this I had to surround everything with \start \setupwhitespace[none] .. \stop Hans van der Meer On 16 mrt. 2013, at 13:44, Wolfgang Schuster wrote: > > Am 16.03.2013 um 12:45 schrieb H. van der Meer : > >> I find that in &g

[NTG-context] startitemize[joinedup] killed?

2013-02-27 Thread Meer, H. van der
What has happened to the joinedup parameter of \startitemize? As can be seen in the following minimal example, the \setupwhitespace effectively kills the effect of the joinedup. Making it impossible to typeset preceding text and item list close together. I can barely believe that this side

Re: [NTG-context] Fixed Line Height

2013-02-06 Thread Aditya Mahajan
On Wed, 6 Feb 2013, Wolfgang Schuster wrote: Use \setupblank[fixed,line]. This is indeed the proper way. For some reason, I was simply testing with arguments to \setupwhitespace and, of course, \setupwhitespace[fixed,big] did not have the desired affect. Aditya

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-02-01 Thread Alain Delmotte
ent][setups=paragraph:indenting] \defineparagraph[red] [color=red] \defineparagraph[italic][style=italic] \setupwhitespace[line] \starttext \startparagraph \input reich \stopparagraph \startparagraph[german] \input reich \stopparagraph \startparagraph[big] \input reich \stopparagraph \startparagraph[inde

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-31 Thread Devendra Ghate
\defineparagraph[italic][style=italic] \setupwhitespace[line] \starttext \startparagraph \input reich \stopparagraph \startparagraph[german] \input reich \stopparagraph \startparagraph[big] \input reich \stopparagraph \startparagraph[indent] \input reich \stopparagraph \startparagraph[red] \input reich

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-31 Thread Alain Delmotte
agraph[german][setups=paragraph:german] \defineparagraph[big] [setups=paragraph:double] \defineparagraph[indent][setups=paragraph:indenting] \defineparagraph[red] [color=red] \defineparagraph[italic][style=italic] \setupwhitespace[line] \starttext \startparagraph \input reich \stopparagraph \startparagra

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-31 Thread Wolfgang Schuster
m] \stopsetups \defineparagraph[german][setups=paragraph:german] \defineparagraph[big] [setups=paragraph:double] \defineparagraph[indent][setups=paragraph:indenting] \defineparagraph[red] [color=red] \defineparagraph[italic][style=italic] \setupwhitespace[line] \starttext \startparagraph \input reich \stop

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-31 Thread Keith J. Schultz
Hi Wolfgang, Am 30.01.2013 um 21:56 schrieb Wolfgang Schuster : > > Am 30.01.2013 um 10:00 schrieb Keith J. Schultz : > >> Hi Everybody, >> [snip, snip] >> Also, it took me awhile to find the setupwhitespace command, because for me >> whitespace can be &g

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-30 Thread Wolfgang Schuster
paragraphs. > > The problem want is the name of the standard(default) paragraph. > I have not found any. Is there a name for it. > > As example lets take I want to have a little space between my paragraph. > > MWE > > \setupwhitespace{medium] > > \startext >

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-30 Thread Alain Delmotte
the standard way of doing things in ConTeX, as with headers and wanted to use setupparagraphs. The problem want is the name of the standard(default) paragraph. I have not found any. Is there a name for it. As example lets take I want to have a little space between my paragraph. MWE \setupwhit

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-30 Thread Alain Delmotte
e of the standard(default) paragraph. I have not found any. Is there a name for it. As example lets take I want to have a little space between my paragraph. MWE \setupwhitespace{medium] \startext \stoptext What I would like is to do: MNWE: \setuparagraphs[][][before={\setupwhitespace{medium]]

Re: [NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-30 Thread Hans Hagen
ph. I have not found any. Is there a name for it. As example lets take I want to have a little space between my paragraph. MWE \setupwhitespace{medium] \startext \stoptext What I would like is to do: MNWE: \setuparagraphs[][][before={\setupwhitespace{medium]] %% or %% \setuparagraphs[

[NTG-context] Possible inconsistency in the use of paragraphs in ConTeXt

2013-01-30 Thread Keith J. Schultz
or it. As example lets take I want to have a little space between my paragraph. MWE \setupwhitespace{medium] \startext \stoptext What I would like is to do: MNWE: \setuparagraphs[][][before={\setupwhitespace{medium]] %% or %% \setuparagraphs[][][before=\bigskip] \startext \stoptext In o

Re: [NTG-context] typesetting "juxtapositions"

2012-11-18 Thread Erik Margraf
trut} >> >> \input tufte >> >> \stoptext > > > or, depending on how much there is > > \definenarrower[Common][left=3cm,right=3cm] > \definenarrower[One][Common][default=right] > \definenarrower[Two][Common][default=left] > > \setuplayout &g

Re: [NTG-context] typesetting "juxtapositions"

2012-11-18 Thread Hans Hagen
] \setupbodyfont [10pt] \setupwhitespace [big] \starttext \startOne \input ward \stopOne \startTwo \input ward \stopTwo \stoptext - Hans Hagen | PRAGMA

Re: [NTG-context] A problem with \blank

2012-10-25 Thread Wolfgang Schuster
with this approach is also that you get the parskip before the itemize. Compare this \setupwhitespace[4cm] \starttext \showgrid \startalignment[middle] \input knuth \stopalignment \dontleavehmode \startitemize \startitem \input knuth \stopitem \stopitemize \stoptext with this \starttext

Re: [NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Wolfgang Schuster
Am 23.10.2012 um 20:54 schrieb Pablo Rodríguez : > Hi there, > > I have the following settings for a document. > > \setupinterlinespace[line=3.2ex] > \setupwhitespace[medium] > > But I would like to have diferent values for interlinear space and > between paragraph

[NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Pablo Rodríguez
Hi there, I have the following settings for a document. \setupinterlinespace[line=3.2ex] \setupwhitespace[medium] But I would like to have diferent values for interlinear space and between paragraphs. strc-not.mkvi shows that the after option from \setupnotation does the work with the space

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

2012-09-20 Thread Wolfgang Schuster
tended 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] >

[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] Paragraphs: blank line instead of new line

2012-09-11 Thread Xenia
raphs to a blank line between the paragraphs? > > \setupwhitespace[big] Thanks a lot, that is exactly what I was looking for. Xenia ___ If your question is of interest to others as well, please add an entry to th

Re: [NTG-context] Paragraphs: blank line instead of new line

2012-09-11 Thread Hans Hagen
On 11-9-2012 13:22, Xenia wrote: Dear context folks, I am expected to write a number of texts containing paragraphs separated by a blank line. Is there a parameter/command to set the line break between paragraphs to a blank line between the paragraphs? \setupwhitespace[big

Re: [NTG-context] problem with \setupalign[line]

2012-08-02 Thread Hans Hagen
\setupalign[line] \setupwhitespace[small] \starttext \dorecurse{10}{ba gla bla\par} \stoptext --8<---cut here---end--->8--- \dorecurse{10}{\begstrut ba gla bla\endstrut\par} -

[NTG-context] problem with \setupalign[line]

2012-08-02 Thread Peter Münster
Hi, How could I avoid please, that the lower part of the "g" gets cut: --8<---cut here---start->8--- \definepapersize[test][width=5cm, height=39mm] \setuppapersize[test] \setuplayout[page] \setupalign[line] \setupwhitespace[small] \starttext \

Re: [NTG-context] 2 columns: 1 language per column (solved)

2012-07-31 Thread Otared Kavian
("env.tex", "w") > fp:write([[ > \startenvironment env > > \def\ColumnDistance{1cm} > > \startmode[columns] > \definepapersize[columns][ >width=\dimexpr (\textwidth - \ColumnDistance) / 2 \relax, >height=\textheight] > \setuppapers

Re: [NTG-context] 2 columns: 1 language per column (solved)

2012-07-31 Thread Peter Münster
t=\textheight] \setuppapersize[columns] \setuplayout[page] \setuppagenumbering[location=] \setupalign[verytolerant, stretch, line] \setupwhitespace[small] \stopmode \startbuffer[german] \it\dorecurse{15}{\dorecurse{20}{german }\par} \stopbuffer \startbuffer[french] \bf\dorecurse{15}{\dorecurse{2

[NTG-context] flush page to bottom, even the last one

2012-07-15 Thread Peter Münster
Hi, What could I do please, so that the second page looks like the first one? --8<---cut here---start->8--- \showframe \setupalign[line] \setupwhitespace[small] \def\MyBox{\dontleavehmode\externalfigure[hacker][height=0.4\textheight]\par} \starttext

Re: [NTG-context] space between footnotes

2012-06-02 Thread Philipp Gesang
ltogether. The alternative you are looking for might be to locally set a different parskip for the footnote inserts: \setupnotation[footnote][ before={\setupwhitespace[big]}, numbercommand=, ] \starttext \dorecurse{5}{foot

[NTG-context] [***SPAM***] Resetting Page Backgrounds

2012-04-18 Thread Raymond LeClair
, rightmargin=0.25in, topspace=0.5in, header=0.25in, headerdistance=1.0in, height=7.75in, footerdistance=0.25in, footer=0.25in] \setupwhitespace[small] \setupfloats[spacebefore=none] \setuppagenumbering[location=footer

[NTG-context] compilation broken in latest beta

2012-04-06 Thread Pablo Rodríguez
t=yes,ss11=yes,ss06=yes] 6 \setmainfont[Theano Didot][italicfont=Old Standard Italic] 7 \setupbodyfontenvironment[default][em=italic] 8 \setupinteraction[state=start,color=,style=,contrastcolor=,focus=standard] 9 \setupcombinedlist[content][interaction=all] 10 \setupindenting[medi

Re: [NTG-context] footnotes rewritten

2012-02-21 Thread Steffen Wolfrum
width18mm > height0.4pt\vskip2mm\stopcolor} > > % footnote's interlineskip etc. > \startsetups footnotesetup > \setupinterlinespace[line=9.8pt, height=.79,depth=.21] > \lineskiplimit-\maxdimen > \setupwhitespace[2pt] > \stopsetups > > % footnotes bottom page > \def\ne

[NTG-context] footnotes rewritten

2012-02-21 Thread Steffen Wolfrum
ote] % footnote's rule \unexpanded\def\MyRule{\startcolor[orange]\vrule width18mm height0.4pt\vskip2mm\stopcolor} % footnote's interlineskip etc. \startsetups footnotesetup \setupinterlinespace[line=9.8pt, height=.79,depth=.21] \lineskiplimit-\maxdimen \setupwhitespace[2pt] \stopsetups % foo

[NTG-context] Two columns type problem

2012-02-13 Thread Martin Bruchanov
topspace=5mm, header=5mm, headerdistance=10mm, footer=11mm, %10mm bottomspace=5mm, bottom=0mm, ] % Pouziti barev \setupcolors[state=start] \setupcolor[rgb] \setupinterlinespace[medium] \setupwhitespace[medium] \setuptabulate[header=repeat] \se

[NTG-context] Whitespacing and Interlinespacing for \startitemize ... \stopitemize

2011-12-29 Thread Jan Heinen
no extra whitespace between the items. Whitespace and interlinespace should be the same: 0.4em. What can I do against the whitespace? \setupwhitespace[0.4em] \setupinterlinespace [0.4em] \startitemize \item aaa aaa aaa aaa aaa

[NTG-context] custom command \myframedsection does not always work. Bug?

2011-10-30 Thread Curiouslearn
someone please tell me why it is not working, and how I can change my definition so that it works? Is this a bug? Minimal Example: \setuppapersize[letter][letter] \setupwhitespace[medium] \setuplayout[height=middle,width=middle,topspace=0.5in,header=1cm,backspace=1.25in] \setupcolors[state=start

Re: [NTG-context] math signs in itemize

2011-09-25 Thread R. Ermers
\relax, backspace=25mm,topspace=20mm, header=12pt,headerdistance=15mm, footer=5mm,footerdistance=8mm, %rightmargin=\zeropoint, location=middle,marking=off] \setupwhitespace[halfline] \definelayer[graphics][position=yes] \setupbackgrounds[page][background=graphics] \setuplanguage[nl

Re: [NTG-context] Squashing up lines?

2011-07-28 Thread Alasdair McAndrew
ay also use an actual dimension such as 1pt as an argument, in > case "off" is a bit too illegible already.) > > Space between paragraphs: \setupwhitespace[none] > > > Thanks, > > Alasdair > > Hope that helps, > ~~ Ondra > >

Re: [NTG-context] Squashing up lines?

2011-07-28 Thread Ondřej Hošek
  I'm using the Arial font, so as to most > closely approximate the MS Word original. Space between lines: \setupinterlinespace[off] (You may also use an actual dimension such as 1pt as an argument, in case "off" is a bit too illegible already.) Space between paragraphs: \s

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

2011-06-23 Thread Kip Warner
r... \setupnumbering [way=bychapter] \setuppagenumbering [\c!location=] \setuptolerance [\v!verytolerant,\v!stretch] \setupblank [\v!medium] \setupwhitespace [\v!medium] \setuptyping [\c!blank=\v!medium] \setupheadertexts [\v!margin] [][\hfill\pagenumber\hfill] \setupfootertexts [\v!marg

Re: [NTG-context] Problem with chem module

2011-06-18 Thread Kip Warner
, \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!verytolerant,\v!stretch] \setupblank [\v!medium] \setu

[NTG-context] MLA Workscited example no longer works

2011-03-24 Thread John Haltiwanger
paragraphs? % ~ Patrick Gundlach \def\hangover{\hangafter=1\hangindent=0.5in} \definestartstop[workscited][ before={ \page[no] \indenting[never] \startalignment[left] \bibliography{Recommended Reading} \stopalignment \setupwhitespace[medium] \bgroup\appendtoks\hangover\t

Re: [NTG-context] header entries semi-wrong

2011-03-10 Thread luigi scarso
pace=17mm, header=12pt,headerdistance=6pt, footer=36pt,footerdistance=0pt, location=middle,marking=off] \setupwhitespace[halfline] \setuppagenumbering [alternative=doublesided,location=] \setupheader[align=middle] %\def\HeadL{Part {\convertnumber{Numbers}{\namedheadnu

Re: [NTG-context] header entries semi-wrong

2011-03-10 Thread Steffen Wolfrum
ynchronous"head a bug or am I simply doing something wrong?? >> I don't know, but with >> >> \dorecurse{2}{\input tufte \par} >> \page >> \section{Two} >> >> things go better. >> >> -- >> luigi > > \showframe > \setu

Re: [NTG-context] header entries semi-wrong

2011-03-10 Thread Willi Egger
fte \par} > \page > \section{Two} > > things go better. > > -- > luigi \showframe \setupbodyfont[postscript, 10pt]\setupinterlinespace[line=12pt] \definepapersize[Pape][width=14.7cm,height=22.3cm] \setuppapersize[Pape][Pape] \setuplayout [width=113mm,height=572pt\relax,

Re: [NTG-context] problem with tikz remember picture and overlay.

2011-03-07 Thread Curiouslearn
s for your help. > >    \setuppapersize[S6][S6] >    \setuplayout[backspace=0.5in, width=middle, header=0.25in, >      topspace=0.25in, height=middle] >    \setupbackgrounds[page][background=color, backgroundcolor=linen] >    \setupwhitespace[medium] >    \setuppagenumbering[l

[NTG-context] problem with tikz remember picture and overlay.

2011-03-07 Thread Curiouslearn
ments where the problem occurs. Thanks for your help. \setuppapersize[S6][S6] \setuplayout[backspace=0.5in, width=middle, header=0.25in, topspace=0.25in, height=middle] \setupbackgrounds[page][background=color, backgroundcolor=linen] \setupwhitespace[medium] \setuppagenumb

[NTG-context] header entries semi-wrong

2011-03-06 Thread Steffen Wolfrum
ce=6pt, footer=36pt,footerdistance=0pt, location=middle,marking=off] \setupwhitespace[halfline] \setuppagenumbering [alternative=doublesided,location=] \setupheader[align=middle] \def\HeadL{Part {\convertnumber{Numbers}{\namedheadnumber{chapter}}}\enskip\getmarking[EbeneEins]} \def\HeadR

Re: [NTG-context] Text to edges of page

2011-03-04 Thread John Haltiwanger
> > \setuplayout[ > backspace=0mm, > topspace=0mm, > margin=0mm, > header=0mm, > footer=0mm > ] > > \setupindenting[none] > > \setupwhitespace[medium] > \setupinterlinespace[22pt] > &

[NTG-context] Text to edges of page

2011-03-04 Thread John Haltiwanger
ppapersize[short][short] \setuplayout[ backspace=0mm, topspace=0mm, margin=0mm, header=0mm, footer=0mm ] \setupindenting[none] \setupwhitespace[medium] \setupinterlinespace[22pt] \starttext \input Tufte \input Knuth \input Tufte

[NTG-context] how to keep inmargin texts above the base of the page

2011-02-27 Thread Dinh Tran
3.7cm, leftmargindistance=1cm, %from right of leftmargin to left of textbody bottomspace=1.62cm, footer=1.49cm, % grid=yes, % to align text on a grid. If this is on, setupwhitespace and setupinterlinespace doesn't work. setup=strict] \showframe \setupinmargin[stack=yes] \starttext \dorecurse{2

Re: [NTG-context] Unexpected indentation

2011-02-21 Thread Richard Lennox
I am trying to understand how context is working. Would anyone like to comment on why the following does not work as expected? "hfil\break" and "\crlf" do not indent after the first line (but "\startnarrower" works): \starttext \setupwhitespace[3.5mm] \hskip 2c

Re: [NTG-context] Unexpected indentation

2011-02-18 Thread Richard Lennox
d the same > amount but only the first line of the first address appears > indented as expected: > > > > > > \starttext > > > > % define skip before paragraphs (default is no skip) > > \setupwhitespace[3.5mm] > > %\setupwhitespace[big] > >

Re: [NTG-context] Unexpected indentation

2011-02-18 Thread Hans Hagen
does not work as (I) expected. I would expect both addresses to be indented the same amount but only the first line of the first address appears indented as expected: \starttext % define skip before paragraphs (default is no skip) \setupwhitespace[3.5mm] %\setupwhitespace[big] \hskip 2cm 9/99

[NTG-context] Unexpected indentation

2011-02-18 Thread Richard Lennox
expect both addresses to be indented the same amount but only the first line of the first address appears indented as expected: \starttext % define skip before paragraphs (default is no skip) \setupwhitespace[3.5mm] %\setupwhitespace[big] \hskip 2cm 9/99 Addr Line 1 Street\hfil\break \hskip 2cm

Re: [NTG-context] running headers on postponed makeup

2011-02-15 Thread Steffen Wolfrum
, 10pt]\setupinterlinespace[line=12pt] \definepapersize[Pape][width=14.7cm,height=22.3cm] \setuppapersize[Pape][Pape] \setuplayout [width=113mm,height=572pt\relax, backspace=17mm,topspace=17mm, header=12pt,headerdistance=6pt, footer=36pt,footerdistance=0pt,

Re: [NTG-context] Curly quotes was TTF fonts and MKIV

2011-01-30 Thread John Culleton
e[bok][width=7.0in,height=10.0in] > > %\setuppapersize[bok][letter] > > \setuppapersize[bok][bok] > > \setuplayout[location=middle,marking=on]% > > \setupwhitespace[line] > > \setuptyping[style=small] > > \stopenvironment > > > Anyone else have this probl

Re: [NTG-context] Curly quotes was TTF fonts and MKIV

2011-01-30 Thread Wolfgang Schuster
gt; \stoptext > > and macros.tex looks like this: \startenvironment macros > \setupoutput[pdftex] > \definepapersize[bok][width=7.0in,height=10.0in] > %\setuppapersize[bok][letter] > \setuppapersize[bok][bok] > \setuplayout[location=middle,marking=on]% > \setupwhitespac

Re: [NTG-context] Curly quotes was TTF fonts and MKIV

2011-01-30 Thread John Culleton
rterbt). So this defect is not limited to one font. My main file is as follows: \input macros.tex \usemodule [simplefonts] \setmainfont [calibri] \starttext \input body.tex \stoptext and macros.tex looks like this: \setupoutput[pdftex] \definepapersize[bok][width=7.0in,height=10.0in] %\setuppape

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

2010-12-20 Thread achim
wgrid \starttext \startcolumns[n=2, align=yes, balance=yes] \clubpenalty1 \widowpenalty10000 \setupwhitespace[Test, flexible] %\setuplayout[grid=tolerant] \dorecurse{10}{\input knuth} \stopcolumns \stoptext is a big step in the right direction. Pages 1 & 2 are perfect now, but I wonder

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

2010-12-20 Thread achim
[Notsohuge]{\ctxparskip.5\Hugeskip} % for \setupwhitespace \setupalign[line] \setuplayout[grid=tolerant] \setuplayout[lines=41] %\showgrid \starttext \startcolumns[n=2, align=yes] \clubpenalty1 \widowpenalty1 \setupwhitespace[Notsohuge] %\setuplayout[grid=tolerant] \dorecurse{10

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

2010-12-20 Thread Philipp Gesang
) Columnsets cause less trouble than the ordinary > ?\[start|stop]columns?; (2) you have to define the vskips prior > to using them with ?\setupwhitespace? or ?\blank?. > that takes me a bit further. But columnsets seem to have one great disadvantage regarding my project (as far as i could

[NTG-context] Fwd: Re: startcolumns: text runs into footer

2010-12-20 Thread achim
Hi Philipp, thank you for your reply. > > (1) Columnsets cause less trouble than the ordinary > ?\[start|stop]columns?; (2) you have to define the vskips prior > to using them with ?\setupwhitespace? or ?\blank?. > that takes me a bit further. But columnsets seem to have one gre

Re: [NTG-context] startcolumns: text runs into footer

2010-12-19 Thread Philipp Gesang
> > \stopcolumns > > \stoptext > > > The text goes ca 1 line into the footer-region. I played around with > various settings (blank, align=yes, setupwhitespace etc), but can > not figure out > how to keep the text in the main area only. > Another related questi

[NTG-context] startcolumns: text runs into footer

2010-12-19 Thread Achim Jander
blank, align=yes, setupwhitespace etc), but can not figure out how to keep the text in the main area only. Another related question: for which purpose is the columns setting in setuplayout? It doesnt seem to affect the output? And still another question: how can i fine-control the amou

Re: [NTG-context] problem with setupwhitespace

2010-12-19 Thread Achim Jander
between them, but to force the pages getting filled there may be a small space. I cannot figure out how to set it up. In the mailing list I found the sample \setupwhitespace[3pt plus 2pt minus 1pt] but in fact, that seems to have no effect, the page ist not filled. The Reference-Manual doesnt mention

Re: [NTG-context] problem with setupwhitespace

2010-12-18 Thread Wolfgang Schuster
gure out how to set it up. > In the mailing list I found the sample > \setupwhitespace[3pt plus 2pt minus 1pt] > but in fact, that seems to have no effect, the page ist not filled. The > Reference-Manual doesnt mention this form, but states that there is some > stretcha

[NTG-context] problem with setupwhitespace

2010-12-18 Thread Achim Jander
\setupwhitespace[3pt plus 2pt minus 1pt] but in fact, that seems to have no effect, the page ist not filled. The Reference-Manual doesnt mention this form, but states that there is some stretchability. How can I define the stretchability? My simple Example: \definepapersize [NomosLexSozA] [width

[NTG-context] Bug against minimals

2010-12-16 Thread Xan
ldisplay=1] %Indentation \setupheads[indentnext=yes] \setupindenting[yes,small,first] % Vertical spaces between paragraphs \setupwhitespace[none] %Itemize \setupitemize[each][identnext=yes,margin=2em] \setupitemize[each][headstyle=bold] % Mathematical packets %\usemodule[newmat] % Modules \usem

[NTG-context] conference type broken in bibliography module [was: Bibliography contains references not cited in the text]

2010-11-29 Thread Mathieu Boespflug
apersize[letter][letter] \setuplayout[backspace=1.25in, width=middle,topspace=0.75in,headerheight=0.5in,bottomspace=0.75in,footerheight=0.5in] \setupwhitespace[medium] \setuppagenumbering[location=footer] \setuphead[section][textstyle=bold, numberstyle=bold, continue=yes] \setupbibtex[database=refer

Re: [NTG-context] Bibliography contains references not cited in the text

2010-11-26 Thread Mathieu Boespflug
200 entries), there are several such entries missing and several big blanks of varying sizes in the Bibliography section. Regards, Mathieu \setuppapersize[letter][letter] \setuplayout[backspace=1.25in, width=middle,topspace=0.75in,headerheight=0.5in,bottomspace=0.75in,footerheight=0.5in] \set

[NTG-context] Bibliography contains references not cited in the text

2010-11-25 Thread Curiouslearn
minimal example. The bib file is attached. Thanks very much for your help. \setuppapersize[letter][letter] \setuplayout[backspace=1.25in, width=middle,topspace=0.75in,headerheight=0.5in,bottomspace=0.75in,footerheight=0.5in] \setupwhitespace[medium] \setuppagenumbering[location=footer

[NTG-context] heading in margin + grid

2010-11-21 Thread Philipp Gesang
red]}, command=\placeheadinmargin, before=,after=, ] \setupwhitespace[none] \def\placeheadinmargin#1#2{% %\margintitle{#2}% \margintitle{\raise-\baselineskip\hbox{#2}}% needed with grid } \starttext \dorecurse{10}{% \section{\text} \input \text \par } \stoptext ·

Re: [NTG-context] line justification alignment.

2010-10-24 Thread Hans Hagen
] \setupwhitespace[line] % maybe een that without stretch \setuplayout[header=2\lineheight] % only lines the strict might also help your position at work (we could make a competition out of this as we also need fonts without features, math without smaller sizes, sans fonts only, 9bp bodyfont sizes, etc

Re: [NTG-context] problem with t-filter/t-vim

2010-10-19 Thread Aditya Mahajan
he spacing between two lines of source is too large. That is by design. Currently, 2context.vim simply adds some markup, and the resutant file is read using \startlines \stoplines \start-stop-lines converts each line to a paragraph. You can try \startsetups vim:setups \setupwhite

[NTG-context] Justifying last line of paragraph

2010-09-25 Thread Elias Oltmanns
output one couldn't tell that this is actually the end of a paragraph. so, How can I force the last line to be justified as well? In order to see the reason for my question, consider the following example: \setupwhitespace[big] \setupalign[line] \starttext \dorecurse{3}{\input knuth\par} \pl

[NTG-context] change affecting MPgraphic?

2010-09-24 Thread Marko Schütz Schmuck
=0in, header=0.5in, footer=0.5in, headerdistace=0in, footerdistance=0in ] \setupwhitespace [small] \setupblank [medium] %\startMPenvironment[global] %\definetypeface % [MyFace] [rm] [serif] [palatino] [default] [encoding=ec

[NTG-context] Errors with MacTeX/TeXLive installation

2010-08-02 Thread Grant W. Petty
o][\defaultencoding] \setupbodyfont [palatino,12pt] % 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 \setup

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-12 Thread Aditya Mahajan
ce between the default math parameters for MkIV? 13.) Different spacing \setupwhitespace[big] \def\dictentry#1#2{\hbox{\bf#1}\hbox{\hbox to 1em{}\hbox{#2}}\blank[4mm]} \starttext \dictentry{clipping}{preboj} \dictentry{clustering}{gručenje} \stoptext Vertical spacing has been completely redo

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-12 Thread Hans Hagen
ok into bib mess stuff later 12.) \nocite[nonexistent] generates an empty [n] in bibliography in MKII, while it has zero effect in MKIV (it should at least generate an error). you may make a tracker of this 13.) Different spacing \setupwhitespace[big] \def\dictentry#1#2{\hbox{\bf#1}\hbox{\hb

[NTG-context] 10+ reasons why I still use MKII

2010-05-12 Thread Mojca Miklavec
iproton and Ion Research} \stoppublication \starttext \cite[FAIR]\par \placepublications \stoptext 12.) \nocite[nonexistent] generates an empty [n] in bibliography in MKII, while it has zero effect in MKIV (it should at least generate an error). 13.) Different spacing \setupwhitespace[big]

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

2010-04-26 Thread Scott Steele
, footer=0.04\paperheight, bottomspace=0.038889\paperheight] \setuppagenumbering[alternative=doublesided, location={footer}] \setupinterlinespace[top=0.0] % `top=0.0' gets rid of unoccupied vertical white space at the top of the first line \setupwhitespace[big] % Turns on blan

Re: [NTG-context] table, setuptable, TWO

2010-04-20 Thread Wolfgang Schuster
] \setupindenting[yes, 3mm] \setupwhitespace[6mm] \mainlanguage[fr] \setupbodyfont[sansserif, 12pt] \definepapersize[monpapier][width=210mm, height=297mm] \definebodyfont[10pt][tt][bf=cmbtt10] \setuplines[space=on] \setupheadertexts[chapter] \setuppagenumbering[alternative=doublesided,location={footer

[NTG-context] table, setuptable, TWO

2010-04-20 Thread R. Bastian
] \setupindenting[yes, 3mm] \setupwhitespace[6mm] \mainlanguage[fr] \setupbodyfont[sansserif, 12pt] \definepapersize[monpapier][width=210mm, height=297mm] \definebodyfont[10pt][tt][bf=cmbtt10] \setuplines[space=on] \setupheadertexts[chapter] \setuppagenumbering[alternative=doublesided,location={footer

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

2010-04-11 Thread Xan
ndentation \setupheads[indentnext=yes] \setupindenting[yes,small,first] % Vertical spaces between paragraphs \setupwhitespace[none] %Itemize \setupitemize[each][identnext=yes,margin=0em] \setupitemize[each][headstyle=bold] % Mathematical packets \usemodule[newmat] % Modules \usemodule[tikz] \uset

Re: [NTG-context] Hanging indent in startstoplines for poems

2010-03-30 Thread Torsten Suhling
%<- snip -- \setupoutput[dvi] \setupwhitespace[1.2em] \definestartstop[verse] [command={% \setupwhitespace[1.2em]% },style={% \raggedright\nohyphens% },before={% \setuplines[indenting={yes,-2em,first}]% \setupna

[NTG-context] Hanging indent in startstoplines for poems

2010-03-29 Thread Torsten Suhling
irst words of the paragraph. That's the example, which does not work (all lines are indented) %<-- snip --- \definestartstop[verse] [command={\setupwhitespace[1.2em]}% % follow the grid ,before={\setupindenting[-2em,yes]% %

Re: [NTG-context] not printable pdf

2010-03-13 Thread R. Bastian
On Sat, 13 Mar 2010 18:36:23 +0100 Wolfgang Schuster scribit: > Am 13.03.10 18:22, schrieb R. Bastian: > > Hello, > > > > I join a minimal example (ex0.tex) > > > > > > \parindent 3mm > > > \setupindenting[yes,3mm] > > \parski

Re: [NTG-context] not printable pdf

2010-03-13 Thread Wolfgang Schuster
Am 13.03.10 18:22, schrieb R. Bastian: Hello, I join a minimal example (ex0.tex) \parindent 3mm \setupindenting[yes,3mm] \parskip 6mm \setupwhitespace[6mm] \language[fr] \language is for the local change of the language *in* the document, the global language of the

Re: [NTG-context] how to set \lineskiplimit-\maxdimen

2010-03-11 Thread Peter Rolf
Am 11.03.2010 15:16, schrieb Wolfgang Schuster: > Am 11.03.10 15:08, schrieb Peter Rolf: >> \definedelimitedtext >>[quotetest] >>[leftmargin=standard, >> >> before={\startgridcorrection\blank[medium]\switchtobodyfont[8pt]\setupinterlinespa

Re: [NTG-context] how to set \lineskiplimit-\maxdimen

2010-03-11 Thread Wolfgang Schuster
Am 11.03.10 15:08, schrieb Peter Rolf: \definedelimitedtext [quotetest] [leftmargin=standard, before={\startgridcorrection\blank[medium]\switchtobodyfont[8pt]\setupinterlinespace[line=8pt]\setupwhitespace[none]}, after={\blank[medium]\stopgridcorrection}, grid=tolerant

Re: [NTG-context] how to set \lineskiplimit-\maxdimen

2010-03-11 Thread Peter Rolf
>> [before={\startnarrower\switchtobodyfont[8pt]\setupinterlinespace[line=7pt]\lineskiplimit-\maxdimen},after=\stopnarrower] >>> >> Hi Steffen, >> >> this works, but the \startlocal...\stoplocal combination is not used >> very often in 'the sou

Re: [NTG-context] how to setup local interlinespace

2010-03-11 Thread Wolfgang Schuster
=tolerant] \definedelimitedtext [quotetest] [leftmargin=standard, before={\switchtobodyfont[8pt]\setupinterlinespace[line=16pt]\setupwhitespace[none]}, indenting=no] \setupindenting[yes,medium] \starttext \input knuth \par \startquotetest \input knuth \par \stopquotetest

Re: [NTG-context] how to set \lineskiplimit-\maxdimen

2010-03-11 Thread Steffen Wolfrum
; > Hi Steffen, > > this works, but the \startlocal...\stoplocal combination is not used > very often in 'the source' (so there must be a better way). > > \definestartstop[quotetest] > [before={\startnarrower\startlocal\switchtobodyfont[8pt]\setupinterlinespace[line=1

Re: [NTG-context] how to set \lineskiplimit-\maxdimen

2010-03-11 Thread Peter Rolf
here must be a better way). \definestartstop[quotetest] [before={\startnarrower\startlocal\switchtobodyfont[8pt]\setupinterlinespace[line=16pt]\setupwhitespace[0pt]\setupindenting[0em,yes]},after=\stoplocal\stopnarrower] best wishes, Peter > \starttext > &

[NTG-context] how to setup local interlinespace

2010-03-11 Thread Steffen Wolfrum
] \setuplayout[grid=tolerant] \definestartstop[quotetest] [before={\startnarrower\switchtobodyfont[8pt]\setuplocalinterlinespace[line=16pt]\setupwhitespace[0pt]\setupindenting[0em,yes]},after=\stopnarrower] \starttext \input tufte \par \startquotetest \input tufte \par \stopquotetest \stoptext

Re: [NTG-context] About Thomas Schmitz My Way

2010-03-10 Thread R. Bastian
On Wed, 10 Mar 2010 18:21:13 +0100 Hans Hagen scribit: [...] > \prependtoks \to\everystarttext > \prependtoks\to\everystoptext \prependtoks\to\everystoptext > > \setupwhitespace[line] [...] > > (some day i will cook up a nice mkiv variant which does not demand > redefin

<    1   2   3   4   5   6   7   >