Re: [NTG-context] minimal example for Cyrillic

2008-10-14 Thread Radhelorn
Some time ago this example used to work: \enableregime[utf] \usetypescript[modern-base][t2a] \setupbodyfont[modern] \starttext Немного текста. \stopbuffer This requires cm-super package. Unfortunately after some update this stopped working. If someone puts me on a right way to start debugging

Re: [NTG-context] setuptyping

2006-01-28 Thread Radhelorn
[style=\bf] -- always works. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Dropped caps, \startlines\stoplines, and indentation question

2006-01-25 Thread Radhelorn
--- Sing cuccu! \stoplines -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] A few questions about eating spaces in macros

2006-01-24 Thread Radhelorn
Hans Hagen wrote: Radhelorn wrote: Hello! I have a few questions about ignoring unnecessary spaces and blank lines. The following example illustrates my problem. In the first start/stop pair text after \startcommand is not bold as it should be, in the second it is bold but blank line

[NTG-context] A feq questions about eating spaces in macros

2006-01-22 Thread Radhelorn
\startcommand[arg] this is bold indeed but with a blank line before \input knuth \stopcommand \stoptext -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] About 'repeat' option of \startitemize

2006-01-04 Thread Radhelorn
Radhelorn wrote: I have another observation in behaviour of 'repeat' option but will try to experiment with this a little more. This itm module is too elaborate. After Taco's t-itmfix I've came up with my own little fix. Please observe. -- Radhelorn [EMAIL PROTECTED] \def\dolistitem % evt

Re: [NTG-context] About paragraph columns in table environment

2005-12-22 Thread Radhelorn
Taco Hoekwater wrote: Hans Hagen wrote: Radhelorn wrote: | There are so | | me rather lo | | ng titles th | | a needs to b | | e typeset. | you're not serious about this are you? I'm curious as well. What is this for? It can be used in small cards

Re: [NTG-context] About 'repeat' option of \startitemize

2005-12-22 Thread Radhelorn
to experiment with this a little more. This itm module is too elaborate. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] About 'repeat' option of \startitemize

2005-12-21 Thread Radhelorn
lists is slightly bigger. Is this intentional? -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] About 'repeat' option of \startitemize

2005-12-21 Thread Radhelorn
Hans Hagen wrote: Radhelorn wrote: Hello All! A while ago Hans introduced 'repeat' option for \startitemize to make nested items. I've decided to give it a try: next time give it a try when i just made it; it took some time to figure out what was wrong (rather tricky code) Thanks

Re: [NTG-context] About paragraph columns in table environment

2005-12-21 Thread Radhelorn
Hans Hagen wrote: Radhelorn wrote: \SetTableToWidth{\textwidth} \starttable[|p(.45\textwidth)|p(.45\textwidth)|] \HL \VL foo foo foo foo foo foo \VL bar bar bar bar bar bar \VL\AR \HL \stoptable Thanks. Now it works like expected. BTW, how to fit text into a small box if I don't care

[NTG-context] About repeated formatting keys in table.

2005-12-21 Thread Radhelorn
. It seems that |'s is not always multiplied by *{}{} command. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] \startstandardmakeup aligned top-left

2005-12-21 Thread Radhelorn
standardmakeup you can use whole bunch of TeX/ConTeXt commands for setting up glue and spaces. In your case just add \vfill after *Document info*. Also see cont-en manual about makeups. You can define your own or alter many options of standard makeup. -- Radhelorn [EMAIL PROTECTED

[NTG-context] About paragraph columns in table environment

2005-12-20 Thread Radhelorn
as if table was not widened. What did I miss here? BTW, how to fit text into a small box if I don't care about where word breaks? Thanks. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman

Re: [NTG-context] About \defineshortcut

2005-12-20 Thread Radhelorn
are most useful inside some environment (start/stop pair). So it is possible to have such environment that restores back all catcode changes (or other variable changes) made inside it (like local variables in some programming laguages)? This can have many other uses. -- Radhelorn [EMAIL

Re: [NTG-context] About \defineshortcut

2005-12-20 Thread Radhelorn
Hans Hagen wrote: Radhelorn wrote: I think that \defineshortcut commands are most useful inside some environment (start/stop pair). So it is possible to have such environment that restores back all catcode changes (or other variable changes) made inside it (like local variables in some

Re: [NTG-context] How to upgrade ConTeXt on a pre-installed version coming with tetex-3.0?

2005-12-18 Thread Radhelorn
Slackware many times without any problems. BTW, you need to do all steps only once. After you setup teTeX to use ConTeXt in local tree subsequent upgrades can be as simple as just unpacking cont-tmf.zip into this tree (but read release notes carefully). -- Radhelorn [EMAIL PROTECTED

Re: [NTG-context] sed question

2005-12-18 Thread Radhelorn
David Arnold wrote: IntermediateAlgebraText $ find . -name *.tex | xargs sed -i '/% output=pdf/d' sed: 1: ./book.tex: invalid command code . Strange. Command is valid and works for me. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list

Re: [NTG-context] About \defineshortcut

2005-12-17 Thread Radhelorn
Taco Hoekwater wrote: Radhelorn wrote: Hello All! There is intresting macros in cont-new -- shortcuts. It works pretty well, but I have one question: how to undefine them back? For example after command: \defineshortcut [//] [] [style=\em] I can get slash only by \textslash (which

[NTG-context] About \defineshortcut

2005-12-15 Thread Radhelorn
: \typefile {some/dir/file} So how to revert to previous meaning of '/'? It is possible to do it only temporarily? -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] \showmathcharacters loop

2005-10-10 Thread Radhelorn
Hans Hagen wrote: Radhelorn wrote: I've done clean install of beta context 2005.09.14 with all default configuration (like wiki teTeX 3.0 Installation doc suggests). Results is still the same, but default teTeX 3.0 context (2005.01.31) works fine. i need to update the zip (but currently

Re: [NTG-context] Chinese in utf-8

2005-10-10 Thread Radhelorn
it to another encoding? I tried \enableregime[utf] and \useencoding[uc] but it just produced black blobs instead of Chinese characters. I hope ConTeXt can do it? :-) Thanks, Duncan Please post output of texexec command. Maybe ConTeXt fails to find some files? -- Radhelorn [EMAIL PROTECTED

Re: [NTG-context] \showmathcharacters loop

2005-10-09 Thread Radhelorn
Radhelorn wrote: This simple file sends pdfetex into endless loop: \starttext \showmathcharacters \stoptext Here is texexec --version: TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005 texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005 texutil : TeXUtil

[NTG-context] \showmathcharacters loop

2005-10-08 Thread Radhelorn
. As far as I remember my personal settings haven't changed. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Escaping tabulate

2005-07-17 Thread Radhelorn
Christopher Creutzig wrote: Radhelorn wrote: Oh, thanks. Can you describe in a few words distinction between {} and \bgroup\egroup? I know that \bgroup\egroup are implicit characters and useful in macro definitions but what this really means? You can have \def\startfoo{\bgroup} \def

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread Radhelorn
VnPenguin wrote: Hi, I would like to control the text color of command \about[], \at[]. Already search around mailing list archive but it not helps. Thank you, Very simple solution is to define your own: \def\myabout#1{{\color[red]\about[#1]}} Is that you want? -- Radhelorn [EMAIL

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread Radhelorn
VnPenguin wrote: On 7/16/05, Radhelorn [EMAIL PROTECTED] wrote: Very simple solution is to define your own: \def\myabout#1{{\color[red]\about[#1]}} Is that you want? No, unfortunately. The commands \color or whatever \red, \blue,.. have no effect in my case :( Did you \setupcolors

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread Radhelorn
VnPenguin wrote: On 7/16/05, Radhelorn [EMAIL PROTECTED] wrote: Did you \setupcolors[state=start]? Of course :-) Then post here complete minimal example, so I can run it on my system. Problem may be in your setup or commands you've used. Did you remember that colors can only be seen

Re: [NTG-context] Escaping tabulate

2005-07-15 Thread Radhelorn
Henning Hraban Ramm wrote: Am 2005-07-14 um 15:49 schrieb Radhelorn: I'm expirementing with tabular layouts and have many problems with tabulate. For example I want to make tabulate header of description but ConTeXt gives me errors about missing } and such. I is possible to make tabulate

Re: [NTG-context] Problem with \vec in zfaqcmrm font

2005-07-15 Thread Radhelorn
No, I'm using right font and I've found from sty and fd's that LaTeX using same font. But there is tfm and vf with same name. Which one is used? Radhelorn wrote: Hello! Sorry for being so active lately but I've run into problem after problem... This formula $\vec{}\vec a\vec A$ fives

Re: [NTG-context] Escaping tabulate

2005-07-15 Thread Radhelorn
Hans Hagen wrote: Radhelorn wrote: Henning Hraban Ramm wrote: Am 2005-07-14 um 15:49 schrieb Radhelorn: I'm expirementing with tabular layouts and have many problems with tabulate. For example I want to make tabulate header of description but ConTeXt gives me errors about missing

Re: [NTG-context] Escaping tabulate

2005-07-15 Thread Radhelorn
Peter Münster wrote: On Fri, 15 Jul 2005, Radhelorn wrote: I've solved aligning problem with \hfill\vbox or \rightaligned, but this needs to be done for each table. Did I miss something important? Hello, you can define a macro. For example: \def\startMyMidAlignedTable{\hbox to \hsize

[NTG-context] Not possible to redefine inbetween in \definedescription

2005-07-14 Thread Radhelorn
={\blank[small]}). Is this intentional? Thanks for your time. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Escaping tabulate

2005-07-14 Thread Radhelorn
any luck with combinations of vbox/hbox. Maybe there is ConTeXish way to do this? -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Not possible to redefine inbetween in \definedescription

2005-07-14 Thread Radhelorn
at it? -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Not possible to redefine inbetween in \definedescription

2005-07-14 Thread Radhelorn
think of the braces as quoting the parameter values, you'll probably be alright. I mean parameter values. Then why not have ConTeXt add braces to every parameter? Or there will be slowdown Taco mentioned? -- Radhelorn [EMAIL PROTECTED] ___ ntg-context

[NTG-context] Problem with \vec in zfaqcmrm font

2005-07-14 Thread Radhelorn
. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Not possible to redefine inbetween in \definedescription

2005-07-14 Thread Radhelorn
Christopher Creutzig wrote: Radhelorn wrote: I mean parameter values. Then why not have ConTeXt add braces to every parameter? Or there will be slowdown Taco mentioned? Exactly. ConTeXt would need to find out the parameters' boundaries first, and that is the place where things would

Re: [NTG-context] Basic question on Unicode and ConTeXt

2005-07-14 Thread Radhelorn
[default=t2a] \usetypescript [modern-base] [\defaultencoding] \setupbodyfont [modern] \starttext Тест. \stoptext -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] aligning of tables and tabulate

2005-07-13 Thread Radhelorn
Mojca Miklavec wrote: Radhelorn wrote: Mojca Miklavec wrote: Radhelorn wrote: Maybe this is a stupid question, but according to manual this should align tables right: \setuptabulate[align=right] some text before \starttabulate[|l|l|] I've tried left, right, middle, center

[NTG-context] aligning of tables and tabulate

2005-07-12 Thread Radhelorn
|l|] \HL \NC test \NC test \NC\AR \NC test \NC test \NC\AR \HL \stoptable after after \stoptext I've tried left, right, middle, center... to no effect. Both tables remain left aligned. Thanks for your patience. -- Radhelorn [EMAIL PROTECTED] ___ ntg

Re: [NTG-context] aligning of tables and tabulate

2005-07-12 Thread Radhelorn
Mojca Miklavec wrote: Radhelorn wrote: Maybe this is a stupid question, but according to manual this should align tables right: \setuptabulate[align=right] some text before \starttabulate[|l|l|] I've tried left, right, middle, center... to no effect. Both tables remain left aligned

Re: [NTG-context] Re: Confusion with font instructions

2005-07-06 Thread Radhelorn
in type-dis.tex for example. Hope this helps. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Re: Confusion with font instructions

2005-07-05 Thread Radhelorn
No, it's not. But replacing ec-base with context-base solves the problem. I don't know why. Relevant lines in these files identical. Using 8r encoding also helps, but texnansi gives same result as ec. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing

Re: [NTG-context] Re: Confusion with font instructions

2005-07-04 Thread Radhelorn
for me on tetex-3.0. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] International characters in math

2005-07-02 Thread Radhelorn
}+\dot{c}}$$ \stopbuffer \starttext \getbuffer \switchtobodyfont[mytf] \getbuffer \switchtobodyfont[modern] \getbuffer \stoptext Third formula remains roman. Why so? -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http

Re: [NTG-context] International characters in math

2005-07-02 Thread Radhelorn
case). Accented characters are composed from others, which is another case. Is there any special reason that we have to write $\hbox{\tf ...}$? Well, AFAIK in \mbox there is switch \mf (for 'math font'), which switches last font alternative even for math symbols. -- Radhelorn [EMAIL PROTECTED

Re: [NTG-context] International characters in math

2005-06-29 Thread Radhelorn
}$ and $\mbox{\bf\'e\'erste}$ Thanks Hans, Mojca, I've solved my problems by adjusting a typescript file. I will return to the experiments later. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman

Re: [NTG-context] International characters in math

2005-06-28 Thread Radhelorn
with international characters (or my own fonts) by default? I'm trying to figure it out from sources, but it's very long and hard way. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] International characters in math

2005-06-27 Thread Radhelorn
Hello All! I've returned to my experiments with fonts and have a question: is there a way to use international characters in math like with LaTeX mathtext package? Or even as \text{} in AMS LaTeX? Is there some documentation on math in ConTeXt except sources? -- Radhelorn [EMAIL PROTECTED

[NTG-context] Strange behavior with the X2 encoding

2005-06-14 Thread Radhelorn
/tex/context/base/type-spe.tex) (/usr/local/tetex/texmf-local/tex/context/base/type-akb.tex))) * Nor \end, nor \relax or \bye helps, on Ctrl-D I get: ! Emergency stop. * cont-en T2{A,B,C} encodings works well. -- Radhelorn [EMAIL PROTECTED

Re: [NTG-context] Strange behavior with the X2 encoding

2005-06-14 Thread Radhelorn
\catcodes to 'letter') 3. save the file and regenerate formats 4. all should be well now. Taco Thanks, works fine now. -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Radhelorn
Taco Hoekwater wrote: Radhelorn wrote: Hello All! I'm fresh ConTeXt user, trying to move from LaTeX. And I have several problems with fonts in ConTeXt 2005.06.07 (teTeX-3.0). First of all: pscyr. It's a cyrillic type1 font package which works perfectly in LaTeX, but in Plain TeX and ConTeXt

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Radhelorn
/dvips/pscyr/t2a.enc, but pdftex ignores ReEncodeFont, as stated in documentation. Pdftx does do the actual re-encoding, it just ignores the supplied string value. Taco Yes, I figured it out from experiments. -- Radhelorn [EMAIL PROTECTED] ___ ntg

Re: [NTG-context] Problems with the pscyr font package

2005-06-13 Thread Radhelorn
Taco Hoekwater wrote: Radhelorn wrote: Taco Hoekwater wrote: \DeclareFontShape{T2A}{fco}{m}{it}{- fcori6t}{} So you should use fcori6t in ConTeXt as well. You are using the wrong metrics, and that is the cause of the disappearing space. Oh, thank you, I see it now. But how font