Re: [NTG-context] ConTeXt minimals installation problem

2009-06-21 Thread Vyatcheslav Yatskovsky
Hello Mojca, Under Windows, I can create an installer that will allow selecting components to install. Just point me pathes to everything. Vyatcheslav ___ If your question is of interest to others as well, please a

Re: [NTG-context] stand-alone ConTeXt

2009-06-13 Thread Vyatcheslav Yatskovsky
Hello, For me, pstopdf is a number one candidate to luafication :) (Had problems with it recently) Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] MS Word/HTML examples needed

2009-06-11 Thread Vyatcheslav Yatskovsky
Thanks for kind replies. So, does anyone dare to send me an example document with footnotes? ;) Regards, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! mail

Re: [NTG-context] \goto and email

2009-06-11 Thread Vyatcheslav Yatskovsky
Excellent! Thank you, Joel! Vyatcheslav Look into the ?mailto? URL type, e.g., \goto{mailto:y...@mail.net}[url(mailto:y...@mail.net)] See for more on this. __

[NTG-context] \goto and email

2009-06-11 Thread Vyatcheslav Yatskovsky
Hello, I have success with \goto instead of \useURL. Actually, I like \goto even more, because it is more simple. \goto{http://url.com/index.html}[url(http://url.com/index.html)] My question is: how to mark a email in this way? (So that clicking on it opened mail client) Best, Vyactheslav

[NTG-context] MS Word/HTML examples needed

2009-06-10 Thread Vyatcheslav Yatskovsky
Hello, Seems that my GUI-based Word-to-Text converter didn't gain much attention, but that's OK. I'm expected to write an article about it for the upcoming conference, so I want to ask everybody to send me any documents (MS Word/HTML) that are to be converted into TeX. I expect to test my ap

[NTG-context] Re-play: URL colors are gone

2009-06-10 Thread Vyatcheslav Yatskovsky
Hello, Sorry for asking again, but it is crucial for my work. Why urls are not colored in mkiv? Best, Vyatcheslav Hello, I use \useURL[abc] [http://abc.com] [] [http://abc.com] but in mkiv it is typeset without color. \setupinteraction[state=start,color=blue] does

[NTG-context] URL colors are gone

2009-06-09 Thread Vyatcheslav Yatskovsky
Hello, I use \useURL[abc] [http://abc.com] [] [http://abc.com] but in mkiv it is typeset without color. \setupinteraction[state-start,color=blue] does not help. Regards, Vyatcheslav ___ If y

[NTG-context] URL colors are gone

2009-06-09 Thread Vyatcheslav Yatskovsky
Hello, I use \useURL[abc] [http://abc.com] [] [http://abc.com] but in mkiv it is typeset without color. \setupinteraction[state=start,color=blue] does not help. Regards, Vyatcheslav ___ If y

Re: [NTG-context] LilyPond module 2009-06-05

2009-06-05 Thread Vyatcheslav Yatskovsky
Thanks, Hraban But my problem (under Windows) persists: no eps or pdfs are created. Only "lily1-lilypond-1.tmp" and "lily1-lilypond-1.tmp.md5" in "lilytemp" folder. Installing GhostScript didn't help. Regards, Vyatcheslav ___

Re: [NTG-context] Lily module under Win

2009-06-03 Thread Vyatcheslav Yatskovsky
A-ha! pstopdf is a Ruby thing, which I don't install because I use Lua only )) Does anyone dare to rewrite the script in Lua? Or maybe there is another way to get PDF (for instance, Lily can produce pdfs directly, isn't it?) pstopdf is part of the ConTeXt distribution and should give you somet

[NTG-context] Put PDF viewer into "Single page layout mode"

2009-06-02 Thread Vyatcheslav Yatskovsky
Hello, How to put PDF viewer into "Single page layout mode"? The information in http://wiki.contextgarden.net/PDF_startview is not sufficient. Best, Vyatcheslav ___ If your question is of interest to others as w

Re: [NTG-context] Cannot run Lilypond

2009-06-02 Thread Vyatcheslav Yatskovsky
Thanks for the interest. I can run Lilypond from command line from any location. Also, I can run pstopdf, but the fact is that i didn't install GhostScript. But I'm not sure if it works, bacause when I run it it says nothing and exits. When I compile my Lily example, lily1-lilypond-1.tmp is

[NTG-context] Cannot run Lilypond

2009-05-31 Thread Vyatcheslav Yatskovsky
Hello, I gave a try to LiliPond today, but it doesn't work for me. 1) I've installed LilyPond 2.12.2 on Windows 2) Ran a simple example \usemodule[lilypond] \starttext There are some notes \lilypond{ \relative{bes a c b} } embedded in this line. \stoptext 3) And got dummy image What'

[NTG-context] TexPaste alpha - my Win application converting Word/HTML to TeX

2009-05-27 Thread Vyatcheslav Yatskovsky
Hello, I'm glad to report that I made a simple application (sorry, only forWindows at the moment) that coverts text from Ms Word (or other editors) or HTML pages (web sites) into TeX. DOWNLOAD LINK (280 KB): http://ul.to/hmpy60 The app recognizes at the moment only following formats/tags: Bo

Re: [NTG-context] Arial

2009-05-27 Thread Vyatcheslav Yatskovsky
\usetypescriptfile[type-win] \usetypescript[arial]\setupbodyfont[arial, 12pt] should work in mkiv (LuaTeX) only. Best Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wi

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Vyatcheslav Yatskovsky
Thanks for all! I have just one notice: to completely simulate \centeredbox, I need \vfill before and after. \define[2]\maketitlepage {\starttextmakeup[align=middle] \vfill{\bfd#1} \blank Version #2\vfill \stoptextmakeup} However, what is \starttextmakeup? What is can be us

[NTG-context] newbie question (\crlf)

2009-05-26 Thread Vyatcheslav Yatskovsky
Hello, Sorry for a dumb TeX newbie question:: why 'version' does NOT begin from a new line? \define[2]\maketitlepage{\centeredbox{{\bfd #1}\crlf {Version #2}}} \starttext \maketitlepage{My Manual}{1.0} \stoptext Regards, Vyatcheslav ___

Re: [NTG-context] Arial

2009-05-26 Thread Vyatcheslav Yatskovsky
If you have Windows OS, then please \usetypescriptfile[type-win] \usetypescript[arial]\setupbodyfont[arial, 12pt] I'm being asked to use Arial font (not my choice!) Bets, Vyatcheslav ___ If your question is of inte

[NTG-context] Applying effects to figures

2009-05-25 Thread Vyatcheslav Yatskovsky
Hello, I just thinkig... Is there a way to apply an effect to inserted images? Say, I need to make a shadow around all of screenshots included, and it is too laborous to apply the shadow to them in an editor just in order to have screenshots changed in next document version. Is think there is

[NTG-context] Funny setuphead[section] behaviour

2009-05-24 Thread Vyatcheslav Yatskovsky
Hello, Funny enough, but when I provide after={\nowhitespace} in \setuphead [section] in the latest mkiv beta, it affects *subsection* instead. (That is, subsection's afterspace is eaten). Full code: \setuphead [section][ number=yes, align=right, after={\nowhitespace}, style={\switchtobod

[NTG-context] Condensed font variant setup

2009-05-21 Thread Vyatcheslav Yatskovsky
Hello, I have the following setup for the Minion Pro font: \starttypescript [serif] [MinionPro] \definefontsynonym [Serif][MinionPro-Regular.otf][features=default] \definefontsynonym [SerifBold][MinionPro-Bold.otf][features=default] \definefontsynonym [SerifItalic][MinionPro-It.otf][features=def

[NTG-context] Font features switching

2009-05-16 Thread Vyatcheslav Yatskovsky
Hello, I'm still curious about using font features. For example, I want to have one typescript with slashed zero, and another with normal one. But using either typescript (see commented lines) results in slashed zeroes. What s wrong? \definefontfeature[zero][default][zero=yes] \starttypescri

[NTG-context] Font features

2009-05-14 Thread Vyatcheslav Yatskovsky
Hello, I also have a question about font features. Minion Pro has old style numerals. How to display them, provided that I enabled this feature? In the following test script, I get ordinary numbers, no old style. \starttypescript [serif] [MinionPro] \definefontsynonym [Serif][MinionPro-Reg

[NTG-context] --script fonts --list --info timesnewroman

2009-05-13 Thread Vyatcheslav Yatskovsky
Hello again, Btw, why info for Windows TimesNewRoman is empty? Do ttf fonts have no features, or something is broken? F:\ConTeXt\~man>mtxrun --script fonts --list --info timesnewroman MTXrun | fontname: timesnewroman MTXrun | fullname: Times New Roman MTXrun | filename: C:/WINDOWS/Fonts/times.

[NTG-context] Font switch \x does not work

2009-05-13 Thread Vyatcheslav Yatskovsky
Hello, Font switching described in sec.5.3 of the manual, does not work in mkiv. {\x some text } ! Undefined control sequence. l.48 {\x some text } ? ! Emergency stop. Regards, Vaytcheslav ___ If your ques

Re: [NTG-context] fonts --list --info

2009-05-13 Thread Vyatcheslav Yatskovsky
fonts.otf.version = fonts.otf.version or 2.623 works for me. thanks! :) Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www

Re: [NTG-context] fonts --list --info

2009-05-13 Thread Vyatcheslav Yatskovsky
Hello Hans, Could you, please, fix this command? mtxrun --script fonts --list --info On 13.05.2009 21:22, Wolfgang Schuster wrote: Am 13.05.2009 um 20:02 schrieb Vyatcheslav Yatskovsky: Hello, What "mtxrun --script fonts --list --info minionproregular" should produce?

Re: [NTG-context] in luatex/mkiv formats are generated on the fly

2009-05-11 Thread Vyatcheslav Yatskovsky
Hello, Hans in luatex/mkiv formats are generated on the fly What do you mean? That one does NOT need "context --make" at all? Best, Vaytcheslav ___ If your question is of interest to others as well, please add an en

Re: [NTG-context] FiXme test file

2009-05-04 Thread Vyatcheslav Yatskovsky
there is now a test file to show the usage of the module. Nice. But under mkiv I get an empty list of corrections. Best, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] FixMe

2009-05-01 Thread Vyatcheslav Yatskovsky
Cannot figure out of the source, how to get the list of fixmes. Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/m

Re: [NTG-context] BNF grammar for ConTeXt

2009-04-30 Thread Vyatcheslav Yatskovsky
"In a recent MkIV you even have the option to enable a key-val-checkers which mention invalid keys on the terminal." Oh, dear! How!? ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] FiXme module

2009-04-30 Thread Vyatcheslav Yatskovsky
What is this module for? (Sorry, I'm not from Latex world.) Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mail

Re: [NTG-context] What happened with sectionworld?

2009-04-29 Thread Vyatcheslav Yatskovsky
Wolfgang, your script in mkiv produces "It's not as hard you think, just show him a few nice things and he is happy. See section 1 at page *11.1*." I don't understand why \at{page}[sec:happy] outputs section number. Vyatcheslav _

[NTG-context] simpleslides

2009-04-29 Thread Vyatcheslav Yatskovsky
I gave a try to Simple slides... It seems to be very nice, but a few questions raised immediately 1) I get warnings (in mkiv): (c:/contextminimal/texmf-context/tex/context/third/simple-slides/simpleslides-f-default.tex simpleslides: loading default font setup fonts : beware: fontcl

[NTG-context] presentation module

2009-04-29 Thread Vyatcheslav Yatskovsky
Let me start with a quote: "After using ConTeXt for a while, many users begin to think about producing their presentations with it, too. ConTeXt is ideally suited for this task. " In fact, I hate transitions :) And I don't need any animations. I just want professionally-looking pdf pages with

[NTG-context] presentation module

2009-04-29 Thread Vyatcheslav Yatskovsky
Hello everybody, What module can you suggest to create promo presentation? Best, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / h

Re: [NTG-context] converting Word to Context

2009-04-23 Thread Vyatcheslav Yatskovsky
Hello, I did only some basic steps. )) Nothing to mention yet. What kind of documents you need to convert? Only simple ones, or containing formulaes, etc.? Vyatcheslav ___ If your question is of interest to others

Re: [NTG-context] problems setting the evironmental variable Win

2009-04-23 Thread Vyatcheslav Yatskovsky
Indeed, http://wiki.contextgarden.net/ConTeXt_Minimals says that |setuptex.bat| is provided in |installation-dir\tex\, but in reality, it sits in i||nstallation-dir\|||. Shoud I correct the wiki or have I overlooked something? Vyatcheslav ___

[NTG-context] Less garbage and Re: columns break

2009-04-22 Thread Vyatcheslav Yatskovsky
Thanks to all, \column works fine :) And one more (good) thing in the new beta I noticed: .top, .tua and .tuc files are no longer kept after mkiv pass. Hurray! :) Vyatcheslav ___ If your question is of interest to

[NTG-context] Column break in start\stop columns

2009-04-21 Thread Vyatcheslav Yatskovsky
Hello all, How to force column break in start\stop columns? Best, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.n

Re: [NTG-context] mkiv document size shrinks (nice)

2009-04-15 Thread Vyatcheslav Yatskovsky
Vyatcheslav Yatskovsky wrote: > Hello, > > Files produced by the latest beta have smaller size then those compiled > at the beginning of the year. > > For example, typical lyrics documents shrinked from ~20Kb to ~14Kb each. > > It's nice. I just w

[NTG-context] mkiv document size shrinks (nice)

2009-04-14 Thread Vyatcheslav Yatskovsky
Hello, Files produced by the latest beta have smaller size then those compiled at the beginning of the year. For example, typical lyrics documents shrinked from ~20Kb to ~14Kb each. It's nice. I just wonder -- is it connected with font subsets embedding ? Best, Vyatcheslav __

Re: [NTG-context] language mix

2009-04-10 Thread Vyatcheslav Yatskovsky
Actually, hyph-uk is Ukrainain. And the corresponding file is missed in the distribution, so simply changing mtx-patterns.lua will not help. Vyatheslav ___ If your question is of interest to others as well, please ad

[NTG-context] language mix

2009-04-09 Thread Vyatcheslav Yatskovsky
Hello, What about adding hyph-uk to the distribution? ;) Next, how to mix two languages in a document? For example, I typeset in Russian, by occasionally use English words (or even sentences). How to make them both being hyphenated? \language[ru,en] seems to be not supported. Bets, Vyatchesl

Re: [NTG-context] new beta

2009-04-09 Thread Vyatcheslav Yatskovsky
Hello Ulrike, If you use Windows, try the GUI installer. It sets all needed env vars globally, and always works like a charm :) http://minimals.contextgarden.net/setup/context-installer/ContextMinimalInstall.exe (But beware, it may interfere with MikTeX registry settings). Vyatcheslav __

Re: [NTG-context] hyphenation

2009-04-09 Thread Vyatcheslav Yatskovsky
Hello Thomas and everybody, I've checked hyph patterns for Russian and languages provided by you. I discovered that nothing has changed for last month -- the result is exactly the same for luatex 0.35 and 0.37, as well as respective ConTeXt builds. Two demo images are attached. Vyatcheslav

Re: [NTG-context] hyphenation in latest

2009-04-08 Thread Vyatcheslav Yatskovsky
I can. Please, explain what have to be tested in Russian and Ukrainian, and what result are expected? Vyatcheslav maybe somethign with the greek patterns then? > > \starttext > > \definedfont[cambria] > > \language[agr] % try different ones > \the\normallanguage > > \input tufte > > \stop

Re: [NTG-context] Making sure figures are placed within articles

2009-03-30 Thread Vyatcheslav Yatskovsky
Thank you, Mike. Your advice is a bomb! I've only added \blank: before={\placefloats\blank} Regards, Vyatcheslav I had that problem as well. You can use the command \placefloats to force any floats that exist to be placed immediately. So to force the floats to be placed within the section or

[NTG-context] Alternating left and right margins

2009-03-30 Thread Vyatcheslav Yatskovsky
Hello How to setup the layout where each even page has right and left margins swapped (for booklet-like printing) E.g. if I have 1 cm right margin and 2cm left, second, forth and so on pages should have 2 cm right margin and 1cm left. My current layout is \setuppapersize [A5][A5] \setuplay

Re: [NTG-context] Cannot turn big letters to small

2009-03-30 Thread Vyatcheslav Yatskovsky
> I have heads typed in capital letters, but I want first letters of each > word to be capitalized and the rest small. > > For example, I have > > \faculty{BIG HEAD} > > but actually I need the result that would be produced by > > \faculty{Big Head} > > > I have played a lot wi

[NTG-context] Making sure figures are placed within articles

2009-03-30 Thread Vyatcheslav Yatskovsky
Hello, I usually place figures in the end of the subsection, using the code: \placefigure [middle]{none}{\externalfigure[filyashkin-1.png][width=0.87\textwidth]} Quite often the figure does not fit the page, and is moved to the next one. Ocassionally, another subsection may start at the beginn

[NTG-context] Cannot turn big letters to small

2009-03-30 Thread Vyatcheslav Yatskovsky
Hello, I have heads typed in capital letters, but I want first letters of each word to be capitalized and the rest small. For example, I have \faculty{ФАКУЛЬТЕТ АЕРОКОСМІЧНИХ СИСТЕМ УПРАВЛІННЯ} but actually I need the result that would be produced by \faculty{Факультет Аерокосмічних Систем

[NTG-context] font switch in 'style' stopped working

2009-03-26 Thread Vyatcheslav Yatskovsky
Thank you, Hans. luatools --generate eliminated the error. But, font switch in 'style' stopped working. For example, \definehead[faculty][chapter] \setuphead [faculty][ incrementnumber=list, page=yes, number=no, align=middle, style=\bfb] produces bold but normal size font. \tfa also gives no

[NTG-context] both bold and capital

2009-03-26 Thread Vyatcheslav Yatskovsky
Hello, I need bold and capital heads.The following gives me caps only, not bold: \setuphead [headname][ incrementnumber=list, number=no, align=right, style=cap,bold] What's wrong? How to mix cap, bold (and, probably, small) into head setup? Vyatcheslav __

[NTG-context] Severe bug - tabl-tsp.tex missed

2009-03-26 Thread Vyatcheslav Yatskovsky
There is severe bug in the latest beta, when making mkiv format file: ! I can't find file `tabl-tsp.tex'. \relax l.243 \loadcorefile{tabl-tsp.tex} (Press Enter to retry, or Control-Z to exit) Vyatcheslav

[NTG-context] medium constant is missed

2009-03-25 Thread Vyatcheslav Yatskovsky
I'm using latest beta, mkiv. \setupinterlinespace[medium] fails, but \setupinterlinespace[1.25] works. Bug? ! Missing number, treated as zero. m \currentrelativeinterlinespace ->m edium \spacing ...kipfactor {\withoutpt \the \dimexpr #1 \dimexpr \topskipfactor \p... \p!compareprocessactionD

[NTG-context] Symbol interferes with floating picture

2009-03-25 Thread Vyatcheslav Yatskovsky
Hello, I defined a command producing itemization symbol: \def\dash{\symbol[dash]\hskip0.25em} When I insert floating picture, lines starting with dash symbols 'ignore' the floating mode and are placed over the picture. I use latest beta, mkiv. \placefigure [left]{none}{\externalfigure[yanov

[NTG-context] remove blank after head

2009-03-24 Thread Vyatcheslav Yatskovsky
Hello, How to get rid of break after section head? I need to glue it with author's information (italic). \definehead[exhibitname][subsection] \setuphead [exhibitname][  incrementnumber=list,  number=no, align=middle, style=\bf]   \def\exhibit#1#2%   {    {\exhibitname{#1}}    %\blank   

Re: [NTG-context] Itemize symbol

2009-03-24 Thread Vyatcheslav Yatskovsky
I need a symbol that produces a dash like found in itemizations. Standard '--' gives slightly different, light dash. From the Acrobat, I know that the font is txsy. In the page you specified, there is a trick how to produce diamond (\diamond). But there is no \dash symbol defined. You want to

[NTG-context] Itemize symbol

2009-03-24 Thread Vyatcheslav Yatskovsky
Hello, How can I get a symbol used in itemize, mode 2 (bold dash)? Best, Vaytcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://

[NTG-context] Placing figures 'outside'

2009-03-24 Thread Vyatcheslav Yatskovsky
Is there a way to place figures 'outside'? I mean on the left on right pages and on the right on left pages? (I use \placefigure) Cheers, Vyatcheslav ___ If your question is of interest to others as well, please add

[NTG-context] initial view of PDF

2009-03-24 Thread Vyatcheslav Yatskovsky
Hello, How to set initial view of PDF document to 'fit page'? Cheers, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.n

[NTG-context] error in the latest distribution in the garden

2009-03-23 Thread Vyatcheslav Yatskovsky
Hi, Just synced context with the latest distribution in the garden. Ahhh! context --make gives an error: loading : Unicode Support (utf) ) (c:/contextminimal/texmf-context/tex/context/base/char-ini.tex loading : Character Support (initialization) ) (c:/contextminimal/texmf-context/tex/context/

Re: [NTG-context] font switching questions

2009-03-23 Thread Vyatcheslav Yatskovsky
Hello Alan, If you need a typescript for Windows Arial, you can try font-win.tex, included in the latest beta. Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! mail

[NTG-context] LM Cyrillic - reply from Boguslav Yatskovsky

2009-03-20 Thread Vyatcheslav Yatskovsky
This is the reply to my letter sent to Boguslav Yatskovsky. He allowed me to share it with ConTeXt users and developers. I believe it will be of some interest. I'm your namesake, from Ukraine :) :-)) I

[NTG-context] type-win.tex

2009-03-14 Thread Vyatcheslav Yatskovsky
Hello, Can someone pls test my typescript? It defines the following standard Windows fonts: Arial Arial Black Comic Sans MS Courier New Franklin Gothic Medium Georgia Impact Lucida Console Lucida Sans Unicode Microsoft Sans Serif Palatino Linotype Sylfaen Tahoma Times New Roman Trebuchet MS Verda

Re: [NTG-context] Simplified input for natural tables

2009-03-12 Thread Vyatcheslav Yatskovsky
In the same way as Hans wrote them in his exmple. Cool, but will it be included in context source? Or it is too early? Best, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] Simplified input for natural tables

2009-03-12 Thread Vyatcheslav Yatskovsky
Hello Hraban, Simplified table syntax is much appreciated! Thank you for http://wiki.contextgarden.net/wikitable. However, I cannot understand how to use it. :) Best, Vyatcheslav ___ If your question is of interes

[NTG-context] type-win.tex beta version

2009-03-11 Thread Vyatcheslav Yatskovsky
Hello, Please, take a look at my type-win. All Western fonts shipped with XP are included. (Vista fonts are described by Wolfgang in other file.) Only Palatino Linotype does not work. \definetypescriptprefix [f:palatino] [Palatino Linotype] "Palatino Linotype" seems to be used already. Best

[NTG-context] starttypescriptcollection

2009-03-11 Thread Vyatcheslav Yatskovsky
Hello, What is the effect of "starttypescriptcollection"? How and when the name given to the collection is used? (Unspecified on wiki, btw.) Vyatcheslav ___ If your question is of interest to others as well, pleas

Re: [NTG-context] A few minor questions (Taco Hoekwater)

2009-03-10 Thread Vyatcheslav Yatskovsky
Thanks a lot, Taco, for your definition of my abstract. However, I'd prefer to use it like \Abstract{No more then one paragraph inside} How its definition could look like? Best, Vyatcheslav ___ If your question is

Re: [NTG-context] font-win.tex

2009-03-10 Thread Vyatcheslav Yatskovsky
It would be nice if there was a volunteer I'm the one, but for Windows XP at the moment. Then I will add Vista fonts. IMHO, the previous versions of Windows are not worth to consider. Vyatcheslav ___ If your questi

[NTG-context] My printer vs. Times New Roman

2009-03-09 Thread Vyatcheslav Yatskovsky
Hello again, Sorry for asking so many questions at a time, but i'm really intrigued. I have Samsung ML-1615 laser printer. When I print an MS Word document typesetted in Times New Roman, the printer uses internal (hardware) font resource, and hardcopy is very smooth and nice. When I print a pd

[NTG-context] font-win.tex

2009-03-09 Thread Vyatcheslav Yatskovsky
Is there a script which can be called font-win.tex, which describes all OS-shipped fonts on Windows platform? If not, why? :o) Best, Vyatcheslav ___ If your question is of interest to others as well, please add an en

[NTG-context] A few minor questions

2009-03-09 Thread Vyatcheslav Yatskovsky
Hello, 1) I use \setupindenting[yes, big]. How to make the first paragraph (after the section title) to be indented too? 2) I made a command for abstracts (a few lines in the beginning of the paper, one paragraph only). Please, look at my definition, i'd like to know how to implement it in m

[NTG-context] hyphenation patters for Ukrainian

2009-03-09 Thread Vyatcheslav Yatskovsky
Hello, What bout hyphenation patters for Ukrainian? \language[ru] seems to work, but \language[ua] does not. Best, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] Ambitious project (Font Folio)

2009-03-09 Thread Vyatcheslav Yatskovsky
of-the-box, thus giving the ConTeXt strong advantage in professional typesetting world. I think my effort will require some support from NTG ;o), but before applying I'd like to hear your response. Best regards, Vyatche

[NTG-context] 1/2 symbol

2009-03-04 Thread Vyatcheslav Yatskovsky
Hello, Easy question: how to get 1/2 symbol without entering math mode (using Minion Pro font)? Best, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

[NTG-context] Update script does not work

2009-03-03 Thread Vyatcheslav Yatskovsky
Hello, When I use mtxrun.cmd --script mtx-update.lua --update --force --engine=all --platform=windows --context=beta --texroot=C:\contextminimal the rsync ends up with something like "destination and source locations are the same". I had many problems with updating this way, but when download

Re: [NTG-context] experimental repository in mtx-update

2009-03-03 Thread Vyatcheslav Yatskovsky
afaik beta is the real beta and experimental often alpha OK, can I download experimental version using mtx-update? The code comment says 'experimental is not implemented'. Is it? Vyatcheslav ___ If your questi

[NTG-context] experimental repository in mtx-update

2009-03-03 Thread Vyatcheslav Yatskovsky
In mtx-update, there is --context=beta switch. What about --repository=experimental? And how these two interfere with each other? This is crucial for me to know to update the installer. Best, Vyatcheslav ___ If your

[NTG-context] Help with MinionPro, please

2009-03-01 Thread Vyatcheslav Yatskovsky
Please, help me with MinionPro. Context fails with all my documents containing it. It worked on my old machine without any problems! Header: \usetypescriptfile[win-font] \usetypescript[MinionPro]\setupbodyfont[MinionPro,14pt] Typescript: \starttypescript [serif] [MinionPro] \definefontsynonym

[NTG-context] MinionPro problems

2009-02-27 Thread Vyatcheslav Yatskovsky
Does somebody know what the following means? (Was working a few monthes ago) (lyrics-env.tex (win-font.tex) load otf | loading: C:/WINDOWS/Fonts/MinionPro-Regular.otf load otf | warning: The following table(s) in the font have been ignored by FontForge load otf | warning: Ignoring 'DSIG' digi

[NTG-context] Cyrillic fonts

2009-02-22 Thread Vyatcheslav Yatskovsky
no. also, times is even older than lm -) i'd like to default to optima nova or palatino nova but that's no option for most users either because these are commercial fonts Thank you, Hans. But my argument for default Times (or other font) is that it supports Cyrillic, while LM does not. I t

Re: [NTG-context] Cyrrilic fonts

2009-02-19 Thread Vyatcheslav Yatskovsky
Hi all, I just downloaded and setup latest context beta on my new machine.I made a simple script file for my teaching schedule in UTF-8 encoding and with %engine=luatex prefix. But.. the default font is LMRoman12, and it has no Cyrrilic letters. I need simple document and I don't care about f

[NTG-context] Cyrillic in most simple way

2009-02-19 Thread Vyatcheslav Yatskovsky
Hi all, I just downloaded and setup latest context beta on my new machine.I made a simple script file for my teaching schedule in UTF-8 encoding and with %engine=luatex prefix. But.. the default font is LMRoman12, and it has no Cyrrilic letters. I need simple document and I don't care about

Re: [NTG-context] \hspace variations

2008-12-15 Thread Vyatcheslav Yatskovsky
Thank you, Wolfgang, for your solution. Seems like \hspace cannot take numeric values at the moment, only predefined constants like "big". Maybe it is reasonable to include your code below into context core files? Meanwhile, I used "\hskip 2cm", it worked fine. I have some problems with \hspa

[NTG-context] \hspace variations

2008-12-13 Thread Vyatcheslav Yatskovsky
Hello, I have some problems with \hspace. I try to insert it between two images, and this is what I get 1) \hspace{1cm} or \hspace<1cm> gives space but writes "1cm" betwen images; 2) \hspace[1cm] does not work at all 3) \hspace[big] works fine, but \hspace[2*big] does not I want to get space

Re: [NTG-context] MAPS

2008-11-28 Thread Vyatcheslav Yatskovsky
Hi, Sorry, but how to get fresh MAPS magazine discussed here? Is it printed, and if printed, will it be posted to NTG members (as me)? ;) Best, Vyatcheslav ___ If your question is of interest to others as well, pleas

Re: [NTG-context] Need more interword spacing

2008-11-13 Thread Vyatcheslav Yatskovsky
Hi all, I found nice solution by myself: \interwordspace 2\interwordspace that sets double space. Wolfgang's \setuptolerance[horizontal,space] also works fine. But 2*space doesn't work, what can I do if I want even more space? Best, Vyatcheslav __

Re: [NTG-context] How to ged rid of temporary files, forever?

2008-11-13 Thread Vyatcheslav Yatskovsky
Thanks, luigi. context --purgeall works perfectly. =) Best, Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailm

[NTG-context] Need more interword spacing

2008-11-12 Thread Vyatcheslav Yatskovsky
Hi, Can someone suggest me global setting for interword spacing? I write chords above lyrics (with a pen), and often there is no enougn space between words. Best, Vyatcheslav ___ If your question is of interest to o

[NTG-context] How to ged rid of temporary files, forever?

2008-11-12 Thread Vyatcheslav Yatskovsky
Hi, I have a folder where I store my tex sources and generated pdfs. The problem is that now it is overflooded with temporary files (top, tuo,log,...). I remember Hans wrote somewhere that LuaTeX will hold temporary files in memory... But they are still there, on the disk. Yes, I know the --p

[NTG-context] Cyrillic filenames

2008-11-05 Thread Vyatcheslav Yatskovsky
Hi, This is a question to dear developers: why can't I use cyrillic filenames, and even spaces in filenames? It is weird to name Russian texts using Latin transliteration. For example, I'd rather have "песня про зайцев. tex" instead of "pesnya_pro_zaicev.tex". Is this possible? Best, Vyatches

[NTG-context] Question about columns and etc

2008-11-02 Thread Vyatcheslav Yatskovsky
Hello, Now I use my favourite LuaTeX for typesetting song lyrics :) I love the result, but I have problems when I use to columns to make long lyrics fit one page. First of all, the first line of the second column is always one line upper then in the first one. Next, when I turn on \setupinter

[NTG-context] "Typesetters for Hire" wiki page

2008-09-22 Thread Vyatcheslav Yatskovsky
>> I feel we can create similar wiki section, Typesetters for Hire, and >> promote it in some way. Don't we? > I don't think any potential customer would find us there. > In web app development you often look for people with framework-XY > skills; in typesetting you only look for a typesetter...

[NTG-context] Typesetters for Hire wiki page

2008-09-19 Thread Vyatcheslav Yatskovsky
list of developers seeking enployment. Please look at **http://code.djangoproject.com/wiki/DevelopersForHire I feel we can create similar wiki section, Typesetters for Hire, and promote it in some way. Don't we? Best regards, Vyatcheslav Yatsk

Re: [NTG-context] mswintex.zip versus mswincontext.zip

2008-08-27 Thread Vyatcheslav Yatskovsky
compile a document. Regards, Vyatcheslav Yatskovsky ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-conte

[NTG-context] announce of new version of Context Minimals Installer for Windows

2008-04-17 Thread Vyatcheslav Yatskovsky
: why --force switch is now required for mtx-update script? And why it reloads all files, not synchronize them? -- Best regards Vyatcheslav Yatskovsky ___ If your question is of interest to others as well, please add an

<    1   2   3   4   5   6   >