Re: [NTG-context] Steps in presentation (pol stra)

2012-09-12 Thread Jeong Dalyoung
2012) … ConTeXt ver: 2012.09.04 18:08 MKIV fmt: 2012.9.5 int: english/english Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] \startchapter[title=Test] is not working inside \startcomponent

2012-09-04 Thread Jeong Dalyoung
Dear Marco, Aha, I missed to put the name of the component. With the component name, it works fine. I am sorry for the noise. Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well

[NTG-context] \startchapter[title=Test] is not working inside \startcomponent

2012-09-04 Thread Jeong Dalyoung
int: english/english" A short test file is: %\startcomponent \starttext \startchapter[title=Test] \input knuth \stopchapter \stoptext %\stopcomponent Thank you for reading. Best regards, Dalyoung ___ If you

Re: [NTG-context] "Darwin x86_64" is not supported yet error.

2012-09-03 Thread dalyoung
Dear Sietse, I download "first-setup.sh" and run it. It runs well and updates everything. the updated version is ConTeXt ver: 2012.08.28 20:00 MKIV fmt: 2012.9.4 Thank you for your help. Best regards,

Re: [NTG-context] "Darwin x86_64" is not supported yet error.

2012-09-03 Thread dalyoung
downloading "first-setup.sh" again and try to update again, I'll report the result. Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] "Darwin x86_64" is not supported yet error.

2012-09-03 Thread dalyoung
27;ll report the result tomorrow. There may be different setting in a terminal as Mojca said. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] About Chapter head definition and FunnyFrame

2012-09-03 Thread dalyoung
Dear Wolfgang, Both of your methods are working fine. > \define[2]\Myheader{?} > > with a recent beta or > > \unexpanded\def\Myheader#1#2{?} I also find out a new method '\defineheadalternative' too. Thank you so much.

[NTG-context] "Darwin x86_64" is not supported yet error.

2012-09-02 Thread Jeong Dalyoung
n and Luatex version in my Mac are ConTeXt ver: 2012.07.20 00:58 MKIV fmt: 2012.7.20 int: english/english system > cont-new.mkiv loaded … mkiv lua stats > latex banner - this is latex, version beta-0.70.2-2012052309 (tex live 2012) How to update the ConTeXt to latest beta? Thank you

[NTG-context] About Chapter head definition and FunnyFrame

2012-09-02 Thread Jeong Dalyoung
de? 2. I used "funnyFrame" defined in the MetaFun book. It works fine except that it is left aligned. I'd like to put such a frame in the middle. But \startalignment[middle] didn't work. Is there any way to make FunnyFrame center aligned? Thank you for the reading

Re: [NTG-context] How to draw a red frame of a row in a matrix?

2012-07-25 Thread dalyoung
Dear Wolfgang, Your both methods work nicely. And, the table method can be used to frame a column, too. Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] How to draw a red frame of a row in a matrix?

2012-07-25 Thread dalyoung
Dear Otared, Henning Hraban, Thank you for the reply. \RedMath works! To use TABLE may be another solution. I will try soon. Thank you again. Best regards, Dalyoung ___ If your question is of interest to others

Re: [NTG-context] How to draw a red frame of a row in a matrix?

2012-07-25 Thread dalyoung
each term is the best result. Thank you again. Best regards, Dalyoung ___ 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/ma

[NTG-context] How to draw a red frame of a row in a matrix?

2012-07-25 Thread dalyoung
} \NC \cdots \NC a_{in} \NR \NC \vdots \NC \vdots \NC \ddots \NC \vdots \NR \NC a_{m1} \NC a_{m2} \NC \cdots \NC a_{mn} \NR \stopmatrix \stopformula But \frame or \inframe is not working inside matrix. Is there a way to do that? Thank you. Best regards, Dal

Re: [NTG-context] about \startformula\startalign error

2012-07-23 Thread dalyoung
Dear Aditya, Using "\framed[]{}", I got a good output. As you said, it might be better to define a macro for it. Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well,

Re: [NTG-context] about \startformula\startalign error

2012-07-22 Thread dalyoung
tell me how to set all columns vertical centered? Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.nt

[NTG-context] about \startformula\startalign error

2012-07-22 Thread dalyoung
Dear all, In the following sample file, an error occurs in \startformula\startalign ... \stopalign\stopformula. The similar error occurs if I use \startformula\startmathcases. but \startmatrix works well. Did I do something wrong? Thank you for reading. Best regards, Dalyoung

Re: [NTG-context] report of strange(?) output depending on the location of \StartSteps ... \StopSteps

2012-07-21 Thread dalyoung
uced. Thank you for a clear explanation. > (Some day I'll redo the code and make it a bit more clever.) > It is good enough to use \StartSteps in current beta. Best regards, Dalyoung ___ If your question is of int

[NTG-context] report of strange(?) output depending on the location of \StartSteps ... \StopSteps

2012-07-21 Thread dalyoung
that \StartSteps ... \StopSteps works well with Simpleslides module nicely! Thanks and have a nice weekend. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] making my own simpleslides module

2012-07-19 Thread dalyoung
s]..." to apply the relational position. Now, I don't have to keep two mode "my own" and "simple slides". Instead, I just use "simpleslides-s-myown". Thank you again. Best regards, Dalyoung ___

[NTG-context] making my own simpleslides module

2012-07-19 Thread dalyoung
-default simpleslides-s-default), 0 missing ... I think that it needs more job to do this. Would you please tell me any ideas? Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well,

Re: [NTG-context] write my own text in the header

2012-07-18 Thread dalyoung
I hope that I can do it using other samples. Thank you again. Best regards, Dalyoung ___ 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-context] write my own text in the header

2012-07-17 Thread dalyoung
quot; is appeared in the first page(Title page), but from the second page only horizontalstripes appeared. Thank you for reading. Best regards, Dalyoung ___ If your question is of interest to others as wel

Re: [NTG-context] vertical alignment in the header text

2012-06-14 Thread Jeong Dalyoung
Dear Hans, Thank you for your solution. I tried \dontleavehmode\vfill infront of the header text which invoked an error. I didn't think about \setupheader. Thank you again. Best regards, Dalyoung 2012. 6. 14., 오후 7:52, Hans Hagen 작성: > On 14-6-2012 12:31, Jeong Dalyou

[NTG-context] vertical alignment in the header text

2012-06-14 Thread Jeong Dalyoung
ackgrounds[header][text][bottomframe=on,topframe=on] \setupheadertexts[][header\hfill header\hfill header] \setuppagenumbering[location=footer] \starttext \input knuth \stoptext How to control the vertical alignment in the header? Thank you. Best regards,

[NTG-context] about \hangaround, defineenumeration

2012-05-19 Thread dalyoung
n't. Is there a way of doing that? Should I make a new command to do that? Thank you for reading. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Asian Language Support

2012-05-08 Thread dalyoung
Using this file, I can use Korean font for Korean and Palatino for English. It works well. You can modify this file for your purpose. Good luck! Best regards, Dalyoung type-imp-unfonts.mkiv Description: Binary data __

[NTG-context] Enumerations: optional title (was Enumerations:location=serried ignored) (Wolfgang Schuster)

2012-04-03 Thread Jeong Dalyoung
Dear Wolfgang, Thank you for the explanation. The optional title for theorem is very useful in many ways. I hope that it is added to the new code soon. Best regards, Dalyoung ___ If your question is of interest to

Re: [NTG-context] Enumerations: location=serried ignored (Wolfgang Schuster)

2012-04-03 Thread Jeong Dalyoung
is 360 degrees. \stopcorollary \stoptext Thank you. Best regards, Dalyoung ___ 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] Enumerations: location=serried ignored

2012-03-28 Thread dalyoung
will tell you what to do. Best regards, Dalyoung ___ 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-context we

Re: [NTG-context] More CJK fall-back fonts (S Barmeier)

2012-03-11 Thread dalyoung
efont is a good module which makes font-definition easy. But the different style of the name of Korean fonts hindered me to use it. There may be a way to use simplefont for Korean fonts which I don't know yet. Best regards,

Re: [NTG-context] More CJK fall-back fonts (S Barmeier)

2012-03-10 Thread dalyoung
e any problem to use them. I hope that it may help you to find a solution of your problem. Best regards, Dalyoung P.S. Any comments on the following script file are appreciated. \definefontfeature[krdefault][mode=node,script=hang,lang=kor] \definefontfeature[krslanted][mode

Re: [NTG-context] about \startcombination

2012-01-11 Thread dalyoung
Dear Marco, Thank you for your reply. It is totally my fault. I should be more careful to edit. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] about \startcombination

2012-01-11 Thread dalyoung
Dear Hans, I am sorry for the false alarm. I should be more careful. Thank you. Best regards, Dalyoung 2012. 1. 11., 오후 10:45, Hans Hagen 작성: > On 11-1-2012 14:35, dalyoung wrote: >> Hi, >> >> Today, I found a strange behavior of \startcombination. >> >

[NTG-context] about \startcombination

2012-01-11 Thread dalyoung
09:52 MKIV fmt: 2011.12.31 Thank you. Best regards, Dalyoung ___ 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/

[NTG-context] location of item seperator in simpleslides

2012-01-09 Thread dalyoung
Hi, I used rainbowstripe in SimpleSlides module today and I found that the item seperater locates in (or at) the margin. I thought that it is set "inmargin" or "atmargin". I'd like to know how to clear this setting. Thank you for reading.

Re: [NTG-context] how to handle the fonts whose name contains a blank space?

2011-12-30 Thread dalyoung
ter reformatting, ConTeXt found the fonts and worked fine. Thank you and Happy New Year! Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

[NTG-context] how to handle the fonts whose name contains a blank space?

2011-12-29 Thread dalyoung
g file '/Users/graph/ConTeXt/tex/texmf-context/tex/context/base/lpdf-pdx.xml' pages > flushing realpage 1, userpage 1, subpage 1 ) Is there any hints for this? Thanks for reading and Happy New Year! Dalyoung __

Re: [NTG-context] Math align in mk

2011-12-06 Thread Jeong Dalyoung
s luatex, version beta-0.70.1-2011051908 (rev 4277) Something in your system is different from mine. I am sorry that I couldn't give you a solution. Best regards, Dalyoung > Best regards: OK > PS: Here is the source file: > %%% align-mkiv.tex > % defining an alignment stru

Re: [NTG-context] Fractions and binomial inlined in text ($n \choose \frac{n}2$): Parentheses not scaled

2011-12-03 Thread dalyoung
Dear Paul, > using the following minimal example > >\starttext >Using \type{\choose} in text $n \choose \frac{n}2$. > Please try $\displaystyle{n \choose \frac{n}2}$. It is working for me. I hope it is what you are looking for. best reg

Re: [NTG-context] scaling the mp figure in ConTeXt (Hans Hagen)

2011-11-14 Thread Jeong Dalyoung
Dear Hans and Mojca, Thank you for your solution. It works well. Best regards, Dalyoung ___ 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] scaling the mp figure in ConTeXt

2011-11-13 Thread Jeong Dalyoung
way of rescaling the figure at the stage \processMPbuffer or \useMPgraphic? In the above example, I got a circle of radius 3cm. How to get a circle of radius 2cm? Thank you for reading. best regards, Dalyoung

Re: [NTG-context] about \startstructureblockenvironment

2011-10-13 Thread Jeong Dalyoung
t;, it works fine. And, I see that the wiki is already changed. Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] about \startstructureblockenvironment

2011-10-12 Thread Jeong Dalyoung
ockenvironment \startstructureblockenvironment[bodypart] \setuppagenumber[number=1] \stopstructureblockenvironment \startcomponent Test \startbodymatter \chapter{One} \input knuth \chpater{Two} \input knuth \stopbodymatter \stopcomponent Thank you. Best regards, Dalyoung

Re: [NTG-context] animation error

2011-09-07 Thread Jeong Dalyoung
Dear Woldgang, I replaced a line in scrn-fld.mkvi as you suggested. After compiling, animation worked well. Will it be fixed in the next beta? Thank you. Dalyoung ___ If your question is of interest to others as

[NTG-context] animation error

2011-09-06 Thread dalyoung
Dear Wolfgang, In the recent beta, \startanimation \stopanimation is not working. There is a undefined control sequence error at \stopanimation. In the version 2011/08/10, it works fine. Is there anything changed in the recent version? Thank you. Best regards, Dalyoung

Re: [NTG-context] solved-how to make "\getmarking[title]" show using default font size? (Wolfgang Schuster)

2011-07-27 Thread Jeong Dalyoung
\stopitemize gives no error, but 1, 2 starts from the very beginning of the the text line. It ignores the indentation affected by \item first item. Is it normal? Then, how to keep the indentation caused by \startitemize? Thank you again. Best regards, Dalyoung

[NTG-context] solved-how to make "\getmarking[title]" show using default font size?

2011-07-25 Thread Jeong Dalyoung
=\overlaywidth, height=5\bodyfontsize, background=color, backgroundcolor=lightgray, offset=2pt, strut=no, frame=off, align=middle, top=\vss, bottom=\vss]{ \sans #1} } \setuphead[title][textcommand=\Mytitle] This makes everything fine. Thank you for reading. Best regards, Dalyoung

[NTG-context] how to make "\getmarking[title]" show using default font size?

2011-07-25 Thread Jeong Dalyoung
smaller one? Thank you. Best regards, Dalyoung ___ 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-context

[NTG-context] unwanted page break

2011-07-17 Thread Jeong Dalyoung
cated at the bottom of the page, so I put \page to make the new section starts from a new page. In this case, is it possible to make section starts from a new page without saying \page? Thank you for reading. Best regard

Re: [NTG-context] about suppressing prefix in section number

2011-07-17 Thread Jeong Dalyoung
][a] \setupitemgroup[txitm][3][cnum,packed][stopper=] is working too. Thank you so much. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] about suppressing prefix in section number

2011-07-17 Thread Jeong Dalyoung
el. Is there a way to do that? Thank you again. Best regards, Dalyoung ___ 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/mai

[NTG-context] about suppressing prefix in section number

2011-07-16 Thread Jeong Dalyoung
Best regards, Dalyoung ___ 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-context webpage : http://www.p

Re: [NTG-context] space between label and number

2011-06-29 Thread dalyoung
Dear Hans, I'll send a patched file after adding more preferable translation of the words into Korean in lang-txt.lua. Thank you. Best regards, Dalyoung On 2011. 6. 30., at 오전 2:14, Hans Hagen wrote: > On 29-6-2011 4:47, dalyoung wrote: >> Dear Hans, >> >> I ad

Re: [NTG-context] space between label and number

2011-06-29 Thread dalyoung
Dear Hans, I add a space where it is need in the file "lang-txt.lua" and make a format using context --make --all. Then the space is added between labels and the numbers. If you need the modified file for update, please let me know. Thank you. Best regards, Dalyoung On 2011. 6. 28.

[NTG-context] space between label and number

2011-06-28 Thread dalyoung
e bottom of the page? I'd like to add a big frame to fit the remaining space after some texts. I think that it is possible in ConTeXt. Thank you for reading. Best regards, Dalyoung ___ If your question is of intere

Re: [NTG-context] animation module

2011-06-26 Thread dalyoung
Dear Wolfgang and Hans, I just updated the minimal and tested animation. Adobe Reader reads PDF well and the animation works well. I didn't test the options which you mention yet, but I think that they also work well. Thank you so much. Best regards, Dal

Re: [NTG-context] Any MacTeX users here?

2011-06-26 Thread dalyoung
regards, Dalyoung ___ 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-context webpage : http://www.pragma

Re: [NTG-context] animation module

2011-06-25 Thread dalyoung
k you for checking. Have a nice weekend. Best regards, Dalyoung ___ 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/li

[NTG-context] animation module

2011-06-25 Thread dalyoung
and found that t-animation is loaded. Is there any change of using animation module? luatex version is beta 0.70.1 and minimal version is 6.25. Thank you. Best regards, Dalyoung ___ If your question is of interest to

Re: [NTG-context] Metafun shifting pictures - again

2011-06-23 Thread dalyoung
dominoV (5, 1, 1, 0); dominoV (4, 2, 2, 0); dominoV (3, 3, 3, 0); currentpicture := finalpicture; \stopbuffer \starttext \processMPbuffer[dominos] \stoptext Thank you again. Best regards, Dalyoung On 2011. 6. 23., at 오후 4:41, Hans Hagen wrote: > On 23-6-2011 6:32, Jeong Dalyoung wrote: >

Re: [NTG-context] Metafun shifting pictures - again

2011-06-22 Thread Jeong Dalyoung
one figure and move to wanted position and draw another figure and move to another location without changing the previous figure? If you want to see the whole codes, please see the attachment in the previous mail in ntg-context Digest, Vol 84, Issue 94. Thank you. Best regards,

Re: [NTG-context] Metafun: shifting picture-solved with experiments.

2011-06-22 Thread dalyoung
when I use pic:=... Thank you for reading. Best regards, Dalyoung ___ 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/li

[NTG-context] Metafun: shifting picture

2011-06-22 Thread dalyoung
domino1 in the example) Why do the dominos overlap or locate on the wrong place? Thank you for reading. Best regards, Dalyoung DominoMp.tex Description: Binary data ___ If your question is of interest to others as

Re: [NTG-context] ntg-context Digest, Vol 84, Issue 5

2011-06-01 Thread Jeong Dalyoung
t can do the same thing. Your sample gives me a new ideas to handle them. Thank you so much. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : n

Re: [NTG-context] checking mainlanguage setup

2011-06-01 Thread Jeong Dalyoung
I summerize it as a test file. The first 5 methods are working well, but the last one using \noexpand cause the error. Thank you. Best regards, Dalyoung \mainlanguage[en] \starttext \startitemize[n] \head Using \type{context.setvalue("Lang","English")} \startluacode if la

Re: [NTG-context] checking mainlanguage setup

2011-05-31 Thread Jeong Dalyoung
essage and halt the compiling. Best regards, Dalyoung metapost > loading 'metafun.mp' (experimental metapost version two) ! Undefined control sequence. system > tex > error on line 84 in file test-font.tex: Undefined control sequence ... 74 75 76 \startluacode 77 if langua

Re: [NTG-context] checking mainlanguage setup

2011-05-31 Thread Jeong Dalyoung
Dear Lucas, > > Shouldn't it be (untested): > > context("\\def\\lang{English}") > > It is working. > > context([[\def\lang{English}]]) It is not working. It prints "def lang En

Re: [NTG-context] checking mainlanguage setup

2011-05-28 Thread Jeong Dalyoung
Dear Aditya, Here are the test result. > context.setvalue("lang", "English") It is working. > > > context([[\\def\\lang{English}]]) It is not working. It just prints "def langEnglish". Now, I got two solutions, using luacode and using \doif

Re: [NTG-context] checking mainlanguage setup

2011-05-27 Thread Jeong Dalyoung
ge: \lang is not working. (undifined control sequence error) I think that there is a simple way to use lua code for this which I don't know. I have to read CLD manual. Thanks again. Best regards, Dalyoung On 2011. 5. 27., at 오후 10:09, ntg-context-requ...@ntg.nl wrote: > Send ntg-co

[NTG-context] checking mainlanguage setup

2011-05-27 Thread Jeong Dalyoung
A elseif mainlanguage == en then do something B else do something C endif So, if \mainlanguage[kr] is set, then do A, and etc. Thank you for reading. Best regards, Dalyoung ___ If your ques

Re: [NTG-context] about JS(Walk_Field{})

2011-05-17 Thread Jeong Dalyoung
want or I did something wrong? 3) What is the meaning of "\start and \stop" in animation-1.tex? 4) In your animation-2.tex, the size of buttons can be controlled by setting foregroundstyle. Then, how to apply it to \startanimation? Thank you. Best reg

Re: [NTG-context] about JS(Walk_Field{})

2011-05-16 Thread Jeong Dalyoung
e. After that try your sample file "animation-1.tex" and got a undefined control sequence -> \startanimation. The fact is that luatools didn't locate it. Should I do some more things to make it work? Is the module name t-animation.mkvi not ~.mkiv? Thank you agai

Re: [NTG-context] ntg-context Digest, Vol 83, Issue 56

2011-05-15 Thread Jeong Dalyoung
well. Thank you for quick fixing of fieldstack and also for enhancing the sorting of Korean words. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! mai

Re: [NTG-context] about JS(Walk_Field{})

2011-05-14 Thread Jeong Dalyoung
written as > > \startanimation > {1} > {2} > \stopanimation > > and all the necessary symbols etc. are generated by the environment. It is great. Should I include some module? Where can I find it? Best regards, Dalyoung __

[NTG-context] about JS(Walk_Field{})

2011-05-14 Thread Jeong Dalyoung
ode? Thank you. Best regards, Dalyoung \setupinteraction[state=start] \startbuffer[a] draw fullcircle scaled 1cm; \stopbuffer \startbuffer[b] draw fullcircle scaled 2cm; \stopbuffer \startbuffer[c] draw fullcircle scaled 3cm; \stopbuffer \definesymbol[step1][{\processMPbuffer[a]}] \definesymbo

Re: [NTG-context] displaying lines of formulas one by one (Wolfgang Schuster)

2011-05-14 Thread Jeong Dalyoung
Dear Wolfgang and Otared, Yes, It is working now. But I don't know why it made an error before although \startcombination part worked well. I did something wrong before. Btw, What do mean it is not working correctly? Thank you for testing. Best regards, Dal

Re: [NTG-context] displaying lines of formulas one by one

2011-05-13 Thread Jeong Dalyoung
} \startformula T(n) = n(n+1) \over 2 \stopformula \FlushStep \StopSteps But I couldn't make it work with lines of formulas. I think that it is not working with \NC, \NR structure. I'll try t-rsteps and thank you for the file. It is another good way to make slides. Thank you. Best regards,

[NTG-context] displaying lines of formulas one by one

2011-05-12 Thread Jeong Dalyoung
rmula \StopSteps \stoptext Is there a way to do so? Thank you. Best regards, Dalyoung ___ 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

Re: [NTG-context] writing a label with a subscript in MetaFun.

2011-04-20 Thread Jeong Dalyoung
Dear Zhichu and Aditya, Thank you for the solution. label (textext("$z_{" & decimal (i) & "}$" ), z[i]) ; is working well. Best regards, Dalyoung ___ If your question is of interest t

[NTG-context] writing a label with a subscript in MetaFun.

2011-04-19 Thread Jeong Dalyoung
ng commands are not working. label(btex z_i etex, z[i]); no error but the value of i is not listed. label(btex z_\MPvar{i} etex, z[i]); error Is there a good way to do that? Thank you for reading. Best regards, Dalyoung

Re: [NTG-context] circled number for item head

2011-03-21 Thread Jeong Dalyoung
Dear Aditya, Thank you for the solution. You cleared one of my wish list in one sentence. > \defineconversion[whatever][One, Two, Three, Four] I was just looking for a way to use the counter. Best regards, Dalyo

Re: [NTG-context] circled number for item head (Wolfgang Schuster)

2011-03-21 Thread Jeong Dalyoung
ly as item heads? I hope that it is not a silly question. Thank you again. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg

[NTG-context] circled number for item head

2011-03-20 Thread Jeong Dalyoung
emize \stoptext But it has a limitation of numbers. I think that there is a better way for this like using overlay something, I guess. Is there any general method which is good for any letter? Thanks for reading. Best regards, Dal

Re: [NTG-context] Is Minimals ready for non-developers to use?

2011-03-14 Thread Jeong Dalyoung
can tell you. If you have no special reason to define \intro, you may use \chapter to make it appear in TOC. This mailing list is a place to report a bug. If it is a real bug, then Hans will correct it, otherwise many experts who are watching mails suggest you a good solution. Thanks, Be

Re: [NTG-context] Is Minimals ready for non-developers to use? (Tom)

2011-03-14 Thread Jeong Dalyoung
that Mojca's suggestion will relieve you from the install problem. Hope you succeed to install stable ConTeXt. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] Am not getting Roman numeral page numbers in MKIV

2011-03-13 Thread Jeong Dalyoung
re are so many things which are not described in the manual. I cannot give you a solution. But many experts who are reading this list will give you a solution. Cheers, Dalyoung ___ If your question is of interest to o

Re: [NTG-context] Am not getting Roman numeral page numbers in MKIV

2011-03-12 Thread Jeong Dalyoung
bodypart], then Introduction starts from page 1. So I guess that there are something between [bodymatter] and [bodypart]. best regards, Dalyoung ___ If your question is of interest to others as well, please add an e

Re: [NTG-context] Am not getting Roman numeral page numbers in MKIV

2011-03-10 Thread Jeong Dalyoung
\startsectionblockenvironment[backmatter]. cheers, and enjoy ConTeXt! Dalyoung ___ 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

Re: [NTG-context] font name has a space.

2011-03-07 Thread Jeong Dalyoung
x/texmf-context/tex/context/base/lpdf-pdx.xml' pages > flushing realpage 1, userpage 1, subpage 1 pages > flushing realpage 2, userpage 2 system > end file testmp.tex at line 36 ) Fatal error occurred, no output PDF file prod

Re: [NTG-context] font name has a space.

2011-03-07 Thread Jeong Dalyoung
nabled. (testmp.tex ConTeXt ver: 2011.02.25 22:03 MKIV fmt: 2011.3.1 int: english/english Thank you again. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wik

Re: [NTG-context] slide steps again

2011-03-06 Thread Jeong Dalyoung
Hi, If you want to reveal parts of a drawing sequentially, you may try MetaFun and AdobeReader. There is a sample in 13.6 Growing graphics, metafun manual(metafun-p). It needs your time but the result is very nice. I hope you enjoy it. Best regards, Dalyoung

Re: [NTG-context] font name has a space.

2011-03-06 Thread Jeong Dalyoung
iting programs. I'd like to tell to font maker about this error. On the while, Is there a way to get a detailed information on the "Invalid character" error ? Thank you for your help. Best regards, Dalyoung ___

[NTG-context] font name has a space.

2011-03-06 Thread Jeong Dalyoung
> defining > font with asked name 'smMokPan' is not found using lookup 'file' fonts > defining > unknown font smMokPan, loading aborted fonts > defining > unable to define smMokPan as \**testfon

[NTG-context] about \framed and \inframed

2011-03-04 Thread Jeong Dalyoung
lows. How can I do it? Thank you for reading. Best regards, Dalyoung ___ 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/mailma

Re: [NTG-context] Metafun Label and externalfigure Problem

2011-03-02 Thread Jeong Dalyoung
n of ConTeXt minimal in my system. ... This is LuaTeX, Version beta-0.65.0-2010121316 \write18 enabled. (testmp.tex ConTeXt ver: 2011.02.25 22:03 MKIV fmt: 2011.3.1 int: english/english ... Since I don't know deep inside ConTeXt, I can't tell you a solution. Sorry. Setup in your system ma

Re: [NTG-context] how to make chapter starts from odd page always?

2011-02-27 Thread Jeong Dalyoung
Dear Hans and Wolfgang, Thank you for the help. The contents of a book is already fixed and nowI tired to make a book in a better shape. Best regards, Dalyoung ___ If your question is of interest to others as

[NTG-context] how to make chapter starts from odd page always?

2011-02-24 Thread Jeong Dalyoung
Here is my setting. Corrections for better shapes are welcomed. Thank you. Best regards, Dalyoung \definestructureconversionset[frontpart:pagenumber][][romannumerals] \definestructureconversionset[bodypart:pagenumber] [][numbers] \setupheadertexts[][{\tfx COUNTING}] \startstructureblocke

Re: [NTG-context] about the line break after \inframed

2011-02-22 Thread Jeong Dalyoung
Dear Hongwen, \dontleavehmode make it work. The answer is always around me but not for my eyes. Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the

[NTG-context] about the line break after \inframed

2011-02-22 Thread Jeong Dalyoung
} l.15 \midaligned{\nota{test 2}} How to put it midaligned? Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to t

Re: [NTG-context] Using fonts from multiple families

2011-02-13 Thread Jeong Dalyoung
Dear Wolfgang, It is nicely working. Chapter numbers and contents are look good. Thank you. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

  1   2   3   >