>
> Hi,
>
> I find myself writing a lot of probability expressions where I want
> the delimiters to scale automatically, and | (conditional sign) to
> scale automatically, and the spacing around | to be correct. In LaTeX,
> I used to use braket package to do this. Since moving to ConTeXt, I
> was d
Info for the gang:
http://slashdot.org/comments.pl?sid=223940&threshold=1&commentsort=0&mode=thread&pid=18135068#18135322
(last paragraph)
This does not affect me or many of us but it's good to know the vibes out
there.
Best
Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Col
On Wednesday 21 February 2007 13:18, Aditya Mahajan wrote:
> On Wed, 21 Feb 2007, Idris Samawi Hamid wrote:
> > Dear cabal,
> >
> > Do any of you have any examples of tree charts done in, say,
> > MetaFun? Are there any macros, libraries etc. for easy tree
> > charts in \ConTeXt?
> >
> > Example:
>
The fancy tricks one can to with Natural Tables seem to work within
the body of the table where I don't need them but fail in the header
area where I do need them.
This example, takein from the wiki, works (of course.)
\setupTABLE[row][odd][background=color,backgroundcolor=red,
width=.2\textwi
On Fri, 23 Feb 2007, Hans Hagen wrote:
> Aditya Mahajan wrote:
>> Hi Hans,
>>
>> Can the following be added to font-ini?
>>
>> \definealternativestyle [\v!boldsans,\v!sansbold] [\bf\ss] []
>>
>> Writing
>>
>> \setuphead [section,subject] [textstyle=\bf\ss, numberstyle=\bf\ss]
>>
>> does not feel
The fancy tricks one can to with Natural Tables seem to work within
the body of the table where I don't need them but fail in the header
area where I do need them.
This example, takein from the wiki, works (of course.)
\setupTABLE[row][odd][background=color,backgroundcolor=red,
width=.2\textwi
On Sat, 24 Feb 2007, Hans Hagen wrote:
> Aditya Mahajan wrote:
>> On Sat, 24 Feb 2007, Taco Hoekwater wrote:
>>
>>
>>> Aditya Mahajan wrote:
>>>
Hi,
Can I define a math macro, say \EXP that does the following:
1) \EXP{something} gives me, say E(something)
2) \EXP_a^b{
Hello list,
The following gives me TOC and list of defined heads called
przepis at the end of the file:
\definehead[przepis][section]
\setuphead [chapter] [number=no]
\setuphead [section] [number=no]
\definepapersize[mysize][width=10cm,height=19cm]
\setuppapersize[mysize][mysize]
\setuplayout[b
Thanks,
it is working after I copied the relevant files from my texmf-fonts/ into
the texmf-local/ folder.
The disjunction into the different texmf-... folders:
texmf/
texmf-local/...
texmf-font/
texmf-extra/...
texmf-linux/
is a little bit confusing to me. Is this seperati
Hi,
after my first installation was successful I am trying to install the latest
IPA-font from SIL (Charis -
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=IPAhome#Charis ).
I followed the instruction from the wiki:
http://wiki.contextgarden.net/Installing_a_TrueType_font,_step_by_
Frank Küster wrote:
> (517)[21:48:[EMAIL PROTECTED]:~$ kpsewhich --progname=context t-tikz.tex
> (518)[21:48:[EMAIL PROTECTED]:~$ ls
> /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
> /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
^ shouldn't there be a 'tex' pat
\simplecolumns have served me well. However, it seems a bit shy to
respond to \setupcolumns (although in file page-mul.tex the
definition of \setupcolumns preceeds that of \startsimplecolumns).
For example, the following typesets 2 columns instead of 4; to set 4
columns \startsimplecolumns[4]
Mojca Miklavec wrote:
> On 2/21/07, Vyatcheslav Yatskovsky wrote:
>
>> Hi,
>>
>> I'm struggling against framed text and is beaten again.
>>
>> If the text below doesn't fit the page, it goes below footer and stops pdf
>> file without explanations. After many experiments I should note that frame
[EMAIL PROTECTED] wrote:
> Gday
>
> I am having a problem on mswincontext since this the update
> 2007.02.20. Even
> "hello world" will not compile.
i uploaded a new one (but untested)
Hans
-
Aditya Mahajan wrote:
> On Sat, 24 Feb 2007, Taco Hoekwater wrote:
>
>
>> Aditya Mahajan wrote:
>>
>>> Hi,
>>>
>>> Can I define a math macro, say \EXP that does the following:
>>>
>>> 1) \EXP{something} gives me, say E(something)
>>> 2) \EXP_a^b{something} gives my E_a^b(something)
>>>
>>>
Hi,
I find myself writing a lot of probability expressions where I want
the delimiters to scale automatically, and | (conditional sign) to
scale automatically, and the spacing around | to be correct. In LaTeX,
I used to use braket package to do this. Since moving to ConTeXt, I
was doing this b
On Sat, 24 Feb 2007, Taco Hoekwater wrote:
> Aditya Mahajan wrote:
>> Hi,
>>
>> Can I define a math macro, say \EXP that does the following:
>>
>> 1) \EXP{something} gives me, say E(something)
>> 2) \EXP_a^b{something} gives my E_a^b(something)
>>
>> That is, I want to write a macro that will only
On Sun, 14 Jan 2007, Oliver Buerschaper wrote:
> Exactly!
>
> Oliver
>
>
>> Do you mean something like 1 at the end of eq (23) page 4 (3231) at
>> http://www.eecs.umich.edu/~adityam/publications/conferences/
>> cdc2006.pdf
Since I needed to use it in ConTeXt also, here is how to use it.
http://w
Aditya Mahajan wrote:
> Hi,
>
> Can I define a math macro, say \EXP that does the following:
>
> 1) \EXP{something} gives me, say E(something)
> 2) \EXP_a^b{something} gives my E_a^b(something)
>
> That is, I want to write a macro that will only be used in the math
> mode, that does something w
Hi,
Can I define a math macro, say \EXP that does the following:
1) \EXP{something} gives me, say E(something)
2) \EXP_a^b{something} gives my E_a^b(something)
That is, I want to write a macro that will only be used in the math
mode, that does something with its argument. But, I also want it to
20 matches
Mail list logo