On Thu, 29 Jun 2006, Mojca Miklavec wrote:
> On 6/28/06, Taco Hoekwater wrote:
>> Aditya Mahajan wrote:
>>> Some catcode trickery might work. This is all I could manage.
>>
>> This does not work well, because
>>
>> HSO\low{4}\high{-}
>>
>> is not correct.
>
> True, but if I'm aware of it,
From:Thomas Moore <[EMAIL PROTECTED]>
> \setuppapersize[letter]
You want
\setuppapersize[letter][letter]
otherwise you get letter sized pages imposed on A4 paper (not widely
available in Pomona probably!) because the default value for the
second argument is A4. You might get lucky and end u
On 6/28/06, Taco Hoekwater wrote:
> Aditya Mahajan wrote:
> > Some catcode trickery might work. This is all I could manage.
>
> This does not work well, because
>
> HSO\low{4}\high{-}
>
> is not correct.
True, but if I'm aware of it, I can use \lohi{4}{$-$} if needed, which
works even bett
On Wed, 28 Jun 2006, Thomas Moore wrote:
> Dear ConTeXt gurus:
I am not a context guru, but will still give it a shot ;)
> OK, I have gotten some off-list help from Mojca, who has answered
> most of my questions and helped me polish the two page version of my
> code (thanks, Mojca!). I have incl
Dear ConTeXt gurus:
OK, I have gotten some off-list help from Mojca, who has answered
most of my questions and helped me polish the two page version of my
code (thanks, Mojca!). I have included what he helped me work out
below. There is one remaining problem. The first page is correct, but
Hi Hans and Taco,
Something goes wrong when a textbackground occurs right at the page
boundary. Please have a look at the attached file (a snippet from an
updated copy of Myway on using new math features).
Aditya\usemodule[mag-01]
% \input mathfix %Bugfix by Taco
\setuptyping[style=\ttx\s
On Wed, 28 Jun 2006, Taco Hoekwater wrote:
> Aditya Mahajan wrote:
>> \xrightarrow{big superscipt}
>>
>> Any suggestions?
>
>
> Not completely identical, but similar.
The syntax can be made identical (even better) than that of amsmath.
\def\xrightarrow{\dosingleempty\doxrightarrow}
\def\xleftar
On Wed, 28 Jun 2006, Taco Hoekwater wrote:
> Aditya Mahajan wrote:
>> \xrightarrow{big superscipt}
>>
>> Any suggestions?
>
>
> Not completely identical, but similar.
>
> Cheers, Taco
>
>
> \def\domthxarr#1#2#3#4#5#6#7%
> {\begingroup
>\mathsurround\zeropoint
>\setbox0\hbox{$\scriptstyle
Gerben Wierda wrote:
> On Jun 28, 2006, at 11:42, Hans Hagen wrote:
>
>
>> Gerben Wierda wrote:
>>
>>> With ConTeXt beta I get a lot of messages like
>>>
>>>
>>>
references : unknown reference [][fnt:f:1]
references : unknown reference [][fnt:t:2]
references
Taco Hoekwater wrote:
> Hans van der Meer wrote:
>
>> I get the impression that although "align=no", there still is a \hfil
>> put in at the right.
>>
>
> Yes, but it is an implied fil, from \parfillskip. Because you limited
> the width of the \framed, it is processed in vertical mode, so
Hans van der Meer wrote:
> I seem to have a problem with alignment in \framed; these are small
> examples with there outcome:
>
> \leftaligned{\framed[width=4cm,align=no]{xyz} "no" comes out to the left}
> \leftaligned{\framed[width=4cm,align=no]{\hfil xyz} "no" comes out in
> the middle}
> \left
On Jun 28, 2006, at 18:34, Taco Hoekwater wrote:
> [1.1{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/
> original-empty.
> map}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/
> original-base.m
> ap}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/ec-
> publi
On 6/28/06, Peter Münster wrote:
> On Tue, 27 Jun 2006, Mojca Miklavec wrote:
>
> > > With iso-latin I could do "\defineactivecharacter X {special meaning}" but
> > > with utf-encoding, this does not work. And I would like to switch to
> > > utf...
> >
> > You can do that with XeTeX (see some comm
Aditya Mahajan wrote:
> \xrightarrow{big superscipt}
>
> Any suggestions?
Not completely identical, but similar.
Cheers, Taco
\def\domthxarr#1#2#3#4#5#6#7%
{\begingroup
\mathsurround\zeropoint
\setbox0\hbox{$\scriptstyle
\if0#1\else\mkern#1mu\fi
G,
Nah, I'll hold of on instructions. Much better your way.
Thanks.
On Jun 28, 2006, at 2:46 PM, Gerben Wierda wrote:
> On Jun 28, 2006, at 20:24, Mojca Miklavec wrote:
>
>> 1. either
>>
>> alias texexec='/usr/local/teTeX/share/texmf.local/scripts/
>> context/stubs/unix/texexec
>>
>> or copy th
On Jun 28, 2006, at 11:42, Hans Hagen wrote:
> Gerben Wierda wrote:
>> With ConTeXt beta I get a lot of messages like
>>
>>
>>> references : unknown reference [][fnt:f:1]
>>> references : unknown reference [][fnt:t:2]
>>> references : unknown reference [][fnt:f:2]
>>>
>>
>> and some
On Jun 28, 2006, at 20:24, Mojca Miklavec wrote:
> 1. either
>
> alias texexec='/usr/local/teTeX/share/texmf.local/scripts/
> context/stubs/unix/texexec
>
> or copy the content of that folder somewhere to PATH. Just make sure
> that texexec resolves to "texmfstart texexec" unless you really like
>
On Wed, 28 Jun 2006, Aditya Mahajan wrote:
> Hi,
> Does ConTeXt have anything equivalent to xleftarrow, xrightarrow of
> amsmath. Basically, I need a command that can do
>
> A \xleftarrow[subscript]{superscript} B
>
> should give
>
>superscript
> A <--- B
>subscript
>
> and simila
Frank wrote:
> My guess is that some files are missing from map/pdftex and it then uses
> map/dvips as a fallback. It would be interesting to know what you have
> on your system in map/pdftex
lots and lots of map files ;-)
8r-base.map el-public-lm.map
original-context-symbol.map
David Arnold wrote:
> So,
>
> Wait a couple days and upload Context beta again from Gerben's site?
> Stopper problem will then be fixed?
>
>
indeed, since gerben sync each day you should by now be able to update
Hans
___
ntg-context mailing list
ntg
Idris Samawi Hamid wrote:
> Hi Taco,
>
> Thnx for the help :-)
>
> On Wed, 28 Jun 2006 03:18:56 -0600, Taco Hoekwater <[EMAIL PROTECTED]>
> wrote:
>
>
>> Taco Hoekwater wrote:
>>
>>> Idris Samawi Hamid wrote:
>>>
>>>
I sent this a week ago, still awaiting help :-)
Taco Hoekwater wrote:
> Frank wrote:
>
>> Here is the log:
>>
>>
>
> From your log:
>
> [1.1{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/original-empty.
> map}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/original-base.m
> ap}{/usr/local/teTeX/share/texmf.tetex
On 28 juin 2006, at 19:25, Mojca Miklavec wrote:
>
>Thanks for all the Mac-specifics. Can you plese put this on
>http://wiki.contextgarden.net/Mac_Installation?
Hi Mojca,
I did plant in the Garden the procedure for texmfstart:
http://wiki.contextgarden.net/Mac_Installation#Configuration_of_texm
On Tue, 27 Jun 2006, Mojca Miklavec wrote:
> > With iso-latin I could do "\defineactivecharacter X {special meaning}" but
> > with utf-encoding, this does not work. And I would like to switch to utf...
>
> You can do that with XeTeX (see some comments on
> http://wiki.contextgarden.net/Encodings_
Hi,
Does ConTeXt have anything equivalent to xleftarrow, xrightarrow of
amsmath. Basically, I need a command that can do
A \xleftarrow[subscript]{superscript} B
should give
superscript
A <--- B
subscript
and similar for xrightarrow, xleftrightarrow, xLeftarrow, xRightarrow
a
Am 2006-06-28 um 18:07 schrieb Otared Kavian:
> On 28 juin 2006, at 15:11, Taco Hoekwater wrote:
>> Mojca Miklavec wrote:
>> with the content
>> ruby path-to-context-ruby-scripts/texmfstart.rb
>>
>> What I have is this simple script (and it should work on MacOSX
>> just as well). Name it 'texf
Hello,
when using \bTABLE[distance=...], the table gets wider than the textwidth.
Example:
\starttext
\input tufte
\bTABLE
\bTR\bTD bla bla bla bla\eTD\bTD
\input tufte
\eTD\eTR
\eTABLE
\bTABLE[distance=3em]
\bTR\bTD bla bla bla bla\eTD\bTD
\input tufte
\eTD\eTR
\eTABLE
\input tufte
\stoptext
All,
I have a file figlibSection3.xml which starts like this:
College of the Redwoods Mathematics Department
Intermediate Algebra Text
Chapter 1
Figures for Section 3
section3figs-mpgraph.1
xeqy2a
College of the Redwoods Mathematics Department
...
When I used to run texexec figlibS
Hi Taco,
Thnx for the help :-)
On Wed, 28 Jun 2006 03:18:56 -0600, Taco Hoekwater <[EMAIL PROTECTED]>
wrote:
>
>
> Taco Hoekwater wrote:
>> Idris Samawi Hamid wrote:
>>
>>> I sent this a week ago, still awaiting help :-)
>>
>>
>> I do not (yet) know how to fix the TOC.
>
> It looks to me like
Johannes Graumann wrote:
> Hello,
>
> The current t-bib beta (t-bib-2006.06.23) available at
> http://dl.contextgarden.net/modules/t-bib-2006.06.23.zip has a problem:
I'll fix this an Mojca's problem tomorrow (need a different machine).
Mojca, can you send me a minimal example with extra spaces p
Aditya Mahajan wrote:
> On Wed, 28 Jun 2006, Mojca Miklavec wrote:
>
>
>>Hello,
>>
>>I have to tiny questions:
>>
>>1. How do I get small caps [bold] italic (except with the
>>\definedfont[ec-lmxxx])?
>
> No idea.
Same for me. I know that theoreticallu something would be possible
using \Var and
On Jun 28, 2006, at 7:44 PM, Mojca Miklavec wrote:
> Hello,
>
> I have to tiny questions:
>
> 1. How do I get small caps [bold] italic (except with the
> \definedfont[ec-lmxxx])?
>
Mojca,
this is a bit more complicated than it sounds. Have a look at Adam's
MyWay, section 4 explains how to do i
Dear Gerben: Thanks, the t-amsl module does seemed to be pre-
installed. I just downloaded TeX/LaTeX/ ConTexT recently (mid June)
using an all-in-one-step installer, and I have not upgraded, so I
guess that my t-amsl file might be outdated. Thanks for the
suggestion about where to put the n
On Wed, 28 Jun 2006, David Arnold wrote:
> Aditya,
>
> On Jun 28, 2006, at 7:08 AM, Aditya Mahajan wrote:
>
>> On Tue, 27 Jun 2006, David Arnold wrote:
>>
>>> Aditya,
>>>
>>>
I have faced this problem in the past, but was never sure why it
occured or how to rectify it. Try the command
>>
On Jun 25, 2006, at 9:54 AM, Hans Hagen wrote:
> Mojca Miklavec wrote:
>>
>> Hoping that someone can fix at least one of the solutions
>> above to
>> work as intended,
>>
>
> ok, here is a trick:
> now, the left right page problem is up to you ... keep in mind that
> we have
>
> \setu
On Wed, 28 Jun 2006, Mojca Miklavec wrote:
> Hello,
>
> I have to tiny questions:
>
> 1. How do I get small caps [bold] italic (except with the
> \definedfont[ec-lmxxx])?
No idea.
> 2. I defined \molecule to be
>\def\molecule#1{$\rm#1$},
better use {\mathematics{\rm #1}} so that you can als
It appears R is not found. Is it on the path? Does it have the same
name on the Mac?
Regards, Johan
2006/6/28, Matthew Routley <[EMAIL PROTECTED]>:
> I spotted the announcement of the use of R in ConTeXt and was quite interested
> in trying it out. However, so far I haven't been able to get it to
On 6/28/06, David Arnold wrote:
> Taco, Mojca,
>
> Thanks, on my Mac OSX 10.4.6 with Gerben's TeX, I:
>
> cd /usr/local/teTeX/share/texmf.local/scripts/context/ruby/
> sudo chmod -R a+x *.rb
>
> Then I wrote in .bash_profile:
>
> alias texmfstart='/usr/local/teTeX/share/texmf.local/scripts/context/
Hello,
The current t-bib beta (t-bib-2006.06.23) available at
http://dl.contextgarden.net/modules/t-bib-2006.06.23.zip has a problem:
% Use Taco's bib module for the citations
\usemodule[t-bib]
% Cite the bibliography lists according to the entry order in the *.bib file
\setuppublications[sorttyp
David Arnold wrote:
> And mpxerr.log:
>
> qdf $ cat mpxerr.log
> This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)
> (format=latex 2006.6.27) 28 JUN 2006 09:10
> entering extended mode
> **mpx509.tex
> (./mpx509.tex
> LaTeX2e <2003/12/01>
> Babel and hyphenation patterns for american,
Taco, Mojca,
Thanks, on my Mac OSX 10.4.6 with Gerben's TeX, I:
cd /usr/local/teTeX/share/texmf.local/scripts/context/ruby/
sudo chmod -R a+x *.rb
Then I wrote in .bash_profile:
alias texmfstart='/usr/local/teTeX/share/texmf.local/scripts/context/
ruby/texmfstart.rb'
Now I have:
chapter1 $ t
I spotted the announcement of the use of R in ConTeXt and was quite interested
in trying it out. However, so far I haven't been able to get it to work. It
appears that R is not being called by texexec and the .tmp.out are not being
found, despite the fact that they are being produced.
Are there mo
Hello,
I have to tiny questions:
1. How do I get small caps [bold] italic (except with the
\definedfont[ec-lmxxx])?
2. I defined \molecule to be
\def\molecule#1{$\rm#1$},
an usage example would be:
\molecule{HSO_4^{-}}
But how should I modify this it so that it would also work properly
w
Hans Hagen wrote:
> \c!strut=\@@koindentnext,
>
> should be
>
> \c!strut=\@@kostrut,
That indeed fixes it.
Joh
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
Frank wrote:
>
>>
>
> Here is the log:
>
From your log:
[1.1{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/original-empty.
map}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/original-base.m
ap}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/context/ec-public-lm.m
OK. Clean directory.
qdf $ ls
OTqdbpreview.stydev.qdf sample2.qdf
dev.1 dev.tex useemp.mp
dev.mp functions.qdf useemp.pdf
dev.pdf qdftools.mp useemp.tex
qdf $
useemp.tex:
\documentcla
On 28-jun-06, at 14:44, Taco Hoekwater wrote:
Frank wrote:
I get the pixel result attached. The output from texexec shows the
inclusion of the font:
Output written on test.pdf (1 page, 10344 bytes).
Transcript written on test.log.
Something is still wrong, because it is downloading the b
On 28 juin 2006, at 15:11, Taco Hoekwater wrote:
>Mojca Miklavec wrote:
>with the content
> ruby path-to-context-ruby-scripts/texmfstart.rb
>
>What I have is this simple script (and it should work on MacOSX
>just as well). Name it 'texfmstart', make it executable, fill in
>the correct path and
David Arnold wrote:
> Taco,
>
> Not sure what you mean here, so I ran:
>
> latex useemp.tex
>
> And got:
>
And now I am lost as well. Nothing useful in the mpxerr.log, I assume?
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/
On Wed, 28 Jun 2006, Taco Hoekwater wrote:
>
>
> Aditya Mahajan wrote:
>> How do I see all symbols in a symbolset. With
>
> Symbol sets do not have a strict relation to file names.
> "symb-nav.tex", for instance, defines three symbol sets:
> "navigation 1", "navigation 2" , "navigation 3".
>
> \
I seem to have a problem with alignment in \framed; these are small examples with there outcome:\leftaligned{\framed[width=4cm,align=no]{xyz} "no" comes out to the left}\leftaligned{\framed[width=4cm,align=no]{\hfil xyz} "no" comes out in the middle}\leftaligned{\framed[width=4cm,align=middle]{\hfi
Hans van der Meer wrote:
>
> I get the impression that although "align=no", there still is a \hfil
> put in at the right.
Yes, but it is an implied fil, from \parfillskip. Because you limited
the width of the \framed, it is processed in vertical mode, so
\parfillskip is added to the end of th
David Arnold wrote:
>
> Now, the strange thing is that everything works if I change mpost -
> tex=latex \jobname to mpost \jobname in useemp.tex.
That is why I asked whether the 'latex' command works in the first
place.
-- Taco
___
ntg-context maili
Aditya,
On Jun 28, 2006, at 7:08 AM, Aditya Mahajan wrote:
> On Tue, 27 Jun 2006, David Arnold wrote:
>
>> Aditya,
>>
>>
>>> I have faced this problem in the past, but was never sure why it
>>> occured or how to rectify it. Try the command
>>>
>>> mpost --tex=latex useemp.mp
>>>
>>> on your shell
So,
Wait a couple days and upload Context beta again from Gerben's site?
Stopper problem will then be fixed?
On Jun 28, 2006, at 12:18 AM, Hans Hagen wrote:
> David Arnold wrote:
>> Should I just comment out all the "stopper' commands until this
>> update circulates through G's context updater
On Jun 28, 2006, at 16:40, Aditya Mahajan wrote:
> How do I see all symbols in a symbolset. With
>
> \starttext
> \showsymbolset[uni]
> \showsymbolset[nav]
> \stoptext
>
> I get a blank page.
I did this and the wasy symbols come out nicely:
\usemodule[symb-was]
\showsymbolset [wasy general]
Wha
Hans,
On Jun 28, 2006, at 12:17 AM, Hans Hagen wrote:
> Taco Hoekwater wrote:
>> David Arnold wrote:
>>
makempx --tex=latex useemp.mp useemp.mpx
Does this create an mpx file?
>>
>> What happens if you run the bare command 'latex'
>> on a simple test file?
>>
> there's also
>
Taco,
Not sure what you mean here, so I ran:
latex useemp.tex
And got:
No file useemp.aux.
emp: File useemp.1 not found:
emp: Process useemp.mp with MetaPost and then reprocess this file.
[1] (./useemp.aux) )
Output written on useemp.dvi (1 page, 400 bytes).
Transcript written on useemp.log.
Aditya Mahajan wrote:
> How do I see all symbols in a symbolset. With
Symbol sets do not have a strict relation to file names.
"symb-nav.tex", for instance, defines three symbol sets:
"navigation 1", "navigation 2" , "navigation 3".
\starttext
\showsymbolset[navigation 1]
\showsymbolse
How do I see all symbols in a symbolset. With
\starttext
\showsymbolset[uni]
\showsymbolset[nav]
\stoptext
I get a blank page.
Aditya
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
On Tue, 27 Jun 2006, David Arnold wrote:
> Aditya,
>
>
>> I have faced this problem in the past, but was never sure why it
>> occured or how to rectify it. Try the command
>>
>> mpost --tex=latex useemp.mp
>>
>> on your shell. Do you get the same error message as before (you
>> should).
>
> Yes, s
Mojca Miklavec wrote:
> with the content
> ruby path-to-context-ruby-scripts/texmfstart.rb
What I have is this simple script (and it should work on MacOSX
just as well). Name it 'texfmstart', make it executable, fill in
the correct path and put it in a binaries directory.
#!/bin/sh
r
Frank wrote:
> I get the pixel result attached. The output from texexec shows the
> inclusion of the font:
>
>
> Output written on test.pdf (1 page, 10344 bytes).
> Transcript written on test.log.
Something is still wrong, because it is downloading the bitmap.
Can you post the test.log?
> Th
Hello,
I know that the font problems are a FAQ, but after reading the mail
archives and manuals I am still having problems. I did a clean install
of the I-Installer base installation (2005 default) yesterday and still
get pixel fonts instead of outline fonts. Also I have problems using
the ad
On 6/27/06, David Arnold wrote:
> OK,
>
> I've updated to the latest context via Gerben's i-installer on my mac
> osx 10.4.6.
>
> I have no idea what texmfstart is nor do I understand its purpose.
>
> I imagine the first thing I have to do is configure, because it is
> certainly not found on my sys
Gerben Wierda wrote:
> With ConTeXt beta I get a lot of messages like
>
>
>> references : unknown reference [][fnt:f:1]
>> references : unknown reference [][fnt:t:2]
>> references : unknown reference [][fnt:f:2]
>>
>
> and sometimes referring to a reallabel
>
>
>> referenc
With ConTeXt beta I get a lot of messages like
> references : unknown reference [][fnt:f:1]
> references : unknown reference [][fnt:t:2]
> references : unknown reference [][fnt:f:2]
and sometimes referring to a reallabel
> references : unknown reference [][discrete:wave]
Wha
Taco Hoekwater wrote:
> Idris Samawi Hamid wrote:
>
>> I sent this a week ago, still awaiting help :-)
>
>
> I do not (yet) know how to fix the TOC.
It looks to me like you cannot get it right inside the TOC
at the moment. :-(
Taco
___
ntg-context
Johannes Graumann wrote:
> Hello,
>
> Consider this code example - the section titles are preceded by inapropriate
> vertical whitespace.
>
> \setupheads[alternative=inmargin]
> \starttext
> \section{Hello}
> \subsection{Wie geht's?}
> \subsubsection{Gut'n Tach!}
> \stoptext
>
ah ..
Idris Samawi Hamid wrote:
> I sent this a week ago, still awaiting help :-)
Sorry, missed it. This fixes the page numbers in the headers
\setupsection [section-1][conversion=Romannumerals]
I do not (yet) know how to fix the TOC.
> Idris
>
> On Tue, 20 Jun 2006 19:20:58 -0600, Idris Samawi
David Arnold wrote:
> Should I just comment out all the "stopper' commands until this
> update circulates through G's context updater?
>
no, after all, it just sets an extra period (stopper)
keep in mind that putting complex code in there (esp unbalanced
grouping) will never work with stoppe
Taco Hoekwater wrote:
> David Arnold wrote:
>
>>> makempx --tex=latex useemp.mp useemp.mpx
>>>
>>> Does this create an mpx file?
>>>
>
> What happens if you run the bare command 'latex'
> on a simple test file?
>
there's also
mptopdf useemp.mp
or (more clever):
texexec --mpgraph
David Arnold wrote:
>>
>>makempx --tex=latex useemp.mp useemp.mpx
>>
>>Does this create an mpx file?
What happens if you run the bare command 'latex'
on a simple test file?
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/l
73 matches
Mail list logo