On Fri, Oct 26, 2012 at 7:14 AM, Aditya Mahajan wrote:.
>
> Try textbackground rather than background (untested).
>
> Aditya
Textbackground does fix this, but introduces a different problem: the
topoffset is ignored on pages beyond the first. I was originally using
textbackground, but was tryi
Hi Hans,
there are a few problems with the sectionreset key for \setuphead. In the
example below I can only create continues numbers for \section when I “default”
as name for \defineresetset (Method 1) or when I apply my own set to the global
setups (Method 2). The important second method whi
Am 26.10.2012 um 13:53 schrieb Sietse Brouwer :
> Hello Piotr,
>
>> I cannot get defineindenting to work. Example attached.
>
>
> To input example text, use
> \input knuth
> not
> \knuth .
>
> After that change your example works for me, apart from producing something
> like
> '. . .
Dnia 2012-10-26, o godz. 05:13:51
Wolfgang Schuster napisał(a):
>
> Am 26.10.2012 um 00:12 schrieb Marcin Borkowski
> :
>
> > Hi,
> >
> > I'd like to have all my document set flush left. I know how to set
> > a \framed flush left, or \startalign ... \stopalign - but what about
> > the whole?
On Thu, 25 Oct 2012, Nicholas Ulle wrote:
Hello,
I'm trying to typeset an exam with solutions in framed or shaded boxes,
using \background. However, the background doesn't stretch to the bottom of
the text area when there is text preceding it, so if there is enough math
inside the background, t
That did the trick. Yes, I know it's weird. Technology makes strange
things happen sometimes ;)
Thanks!
Piotr
2012/10/26 Marco Patzer :
> 2012-10-26 Piotr Kopszak:
>
>> Many thanks! The wiki says it is used to "define a collection of
>> indenting settings". I used it to indent more then in the c
2012-10-26 Piotr Kopszak:
> Many thanks! The wiki says it is used to "define a collection of
> indenting settings". I used it to indent more then in the case of
> other paragraphs the first line of the first paragraph in a chapter,
> so your solution is unfortunately not exactly what I mean.
To
NB: whatever is on the wiki page on that article was added by me just
now, and represents a best guess only. I think it's correct, based on
what I saw it do when I tried your mkii example, but a better
description is welcome.
--Sietse
On Fri, Oct 26, 2012 at 3:28 PM, Piotr Kopszak wrote:
> Many
Many thanks! The wiki says it is used to "define a collection of
indenting settings". I used it to indent more then in the case of
other paragraphs the first line of the first paragraph in a chapter,
so your solution is unfortunately not exactly what I mean.
Best
Piotr
2012/10/26 Marco Patzer :
Helps to read the wiki, with a link to:
http://randomdeterminism.wordpress.com/2009/03/05/tex-programming-the-past-the-present-and-the-future/
Simple enough:
\starttext
\bTABLE
\dorecurse{8}{
\bTR
\dorecurse{5}{\bTD \the\numexpr#1,\the\numexpr##1 \eTD}
\eTR
}
\eTABLE
\sto
2012-10-26 Alan BRASLAU:
> Now, is there some better way, or perhaps not, around creating my own
> counter (of course, I can use a counter for the column as well...)
You can use \currentTABLEcolumn and \currentTABLErow
\starttext
\bTABLE
\dorecurse{8}{
\bTR
\dorecurse{5}{\bTD \currentT
Am 26.10.2012 um 15:03 schrieb Alan BRASLAU :
> On Fri, 26 Oct 2012 12:27:09 +0200
> Marco Patzer wrote:
>
>> \dorecurse{8}{\expanded{\bTR\bTD\recurselevel\eTD\eTR}}
>
> Thank you. And I found something new to understand:
>
> http://wiki.contextgarden.net/System_Macros/Expansion_Control
>
>
2012-10-26 Piotr Kopszak:
> Right, so is there a replacement for \defineindenting which works in
> the recent version?
I don't know what \defineindenting is supposed to do. I can hardly
believe that the dots in the output are intended. What about this:
\definedelimitedtext
[indenting]
[leftm
On Fri, 26 Oct 2012 12:27:09 +0200
Marco Patzer wrote:
> \dorecurse{8}{\expanded{\bTR\bTD\recurselevel\eTD\eTR}}
Thank you. And I found something new to understand:
http://wiki.contextgarden.net/System_Macros/Expansion_Control
Now, is there some better way, or perhaps not, around creating my
Right, so is there a replacement for \defineindenting which works in
the recent version?
2012/10/26 Marco Patzer :
> 2012-10-26 Sietse Brouwer:
>
>> Hello Piotr,
>>
>> > I cannot get defineindenting to work. Example attached.
>>
>>
>> To input example text, use
>> \input knuth
>> not
>> \knuth .
>
2012-10-26 Sietse Brouwer:
> Hello Piotr,
>
> > I cannot get defineindenting to work. Example attached.
>
>
> To input example text, use
> \input knuth
> not
> \knuth .
>
> After that change your example works for me, apart from producing something
> like
> '. . . :' in the indent s
O yes, silly mistake! Anyway I'm still getting
-
! Undefined control sequence.
system > tex > error on line 1 in file test-indentations.tex:
Undefined control sequence ...
1 >> \defineindenting[myindenting][width=5cm]
Hello Piotr,
> I cannot get defineindenting to work. Example attached.
To input example text, use
\input knuth
not
\knuth .
After that change your example works for me, apart from producing something like
'. . . :' in the indent space --- I am not familiar with
MkII, so I can't tell y
Hello list,
I feel a bit "out of context" not following the list closely for some
time so maybe this has been solved already. I cannot get
defineindenting to work. Example attached.
Best
Piotr
--
http://okle.pl
test-indentations.tex
Description: TeX document
_
2012-10-26 Alan BRASLAU:
> Does anyone have a solution to \dorecurse within TABLE?
> Alan
>
> Minimal example:
>
> \starttext
> \dorecurse{8}{\recurselevel\crlf}
>
> \bTABLE
> \dorecurse{8}{\bTR\bTD\recurselevel\eTD\eTR}
\dorecurse{8}{\expanded{\bTR\bTD\recurselevel\eTD\eTR}}
> \eTABLE
> \st
On Fri, Oct 26, 2012 at 11:50 AM, Alan BRASLAU wrote:
> Does anyone have a solution to \dorecurse within TABLE?
> Alan
>
> Minimal example:
>
> \starttext
> \dorecurse{8}{\recurselevel\crlf}
>
> \bTABLE
> \dorecurse{8}{\bTR\bTD\recurselevel\eTD\eTR}
> \eTABLE
> \stoptext
>
> _
Does anyone have a solution to \dorecurse within TABLE?
Alan
Minimal example:
\starttext
\dorecurse{8}{\recurselevel\crlf}
\bTABLE
\dorecurse{8}{\bTR\bTD\recurselevel\eTD\eTR}
\eTABLE
\stoptext
___
If your question i
Strange error with \externalfigure
\starttext
\vbox to \textheight{%
\vfill
Foo\
\vfill
\centerline{\externalfigure[cow][width=0.5\textwidth,height=0.5\textheight,factor=fit
]}
\vfill
}
\stoptext
! Missing number, treated as zero.
system > tex > error on line 1 in file test.tex: Missin
23 matches
Mail list logo