[NTG-context] making tables with lua

2012-10-16 Thread Jeong Dal
Dear all, I used code which generates the table as following: \startluacode local NC, NR, HL, VL = context.NC, context.NR, context.HL, context.VL context.starttabulate { |c|c|c|c|c|c|c|c|c|c| } HL() for i=1, 6, 1 do for j=1,10 ,1 do k= i % 3 if k==1 then

Re: [NTG-context] making tables with lua

2012-10-17 Thread Jeong Dal
can write a similar function(s) to typeset via 'TABLE'. Best regards, Lukas On Wed, 17 Oct 2012 03:13:39 +0200, Jeong Dal hak...@me.com wrote: Dear all, I used code which generates the table as following: \startluacode local NC, NR, HL, VL = context.NC, context.NR, context.HL

Re: [NTG-context] making tables with lua

2012-10-17 Thread Jeong Dal
Dear Wolfgang and Proch?zka Luk?? Ing, Thank you for the solution. It works nicely. It is so convenient to write many matrices. Best regards, Dalyoung ___ If your question is of interest to others as well, please

[NTG-context] making horizontal space in luacode.

2012-10-21 Thread Jeong Dal
Dear all, 1. I'd like to make a horizontal space using \hspace[3em] inside luacode. But context.hspace({3em}), context.hspace({3em}), context.hspace(3em) don't work. And print( ) doesn't work either. How to make some horizontal space in luacode? 2. There is no white line even though I put

Re: [NTG-context] making horizontal space in luacode.

2012-10-22 Thread Jeong Dal
: 5084f851.7050...@wxs.nl Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 22-10-2012 07:15, Aditya Mahajan wrote: On Mon, 22 Oct 2012, Jeong Dal wrote: Dear all, 1. I'd like to make a horizontal space using \hspace[3em] inside luacode. But context.hspace({3em

[NTG-context] using variable for subscript in math+lua

2012-10-24 Thread Jeong Dal
Dear Hans, Lucas, Wolfgang, Aditya Now, I write a matrix using \startluacode by the helps of you. Also, I can do some operations in matrices which reduced my typing job. In this code, I have to give all the entries of a matrix as a table. It is good to use in many cases. I have one more

Re: [NTG-context] using variable for subscript in math+lua (and math+MetaFun)

2012-10-25 Thread Jeong Dal
Dear Gesang and Hans, Your solution is working nicely. I may use lua to simplify my other work. I'd like to ask you one more thing. I tried to write a matrix using MetaFun to add some graphics as following: label(btex $a_{11}$ etex, ( , )); label(btex $a_{12}$ etex, ( , )); label(btex

Re: [NTG-context] using variable for subscript in math+lua (and math+MetaFun)

2012-10-25 Thread Jeong Dal
Dear Hans, The structure of your code is very interesting. MP code) inside ConTeXt) inside Lua) inside ConTeXt) again! It is really useful. Thank you. Best regards, Dalyoung play with code like this \starttext \startluacode context.startMPcode() for i=1,10 do

Re: [NTG-context] using variable for subscript in math+lua

2012-10-26 Thread Jeong Dal
Thanks to all who gave a nice solutions. To write a big matrix of unknowns A=(a_{ij}) is not a frequent case. In math, there are many occasions to write matrices which need some typing work like \NC 2 \NC 3 \NC 4 \NR So if we have a function which write a matrix when the data is given as a

[NTG-context] align and location in \setupcombination

2012-10-27 Thread Jeong Dal
Dear all, In the output of the following sample, figures are left flushed. I found some discussions about the align and location in \setupcombination. align= is for caption and location=middle is for figures' location. But align=worked while location= has no effect at all. So I have to

Re: [NTG-context] align and location in \setupcombination

2012-10-29 Thread Jeong Dal
Dear Marco and Wolfgang, Thank you for solutions. I have tried \startalignment … \stopalignment, but it is not working. Does it work as same as \midaligned? \startcontent … \stopcontent, \startcaption … \stopcaption seem to me a new commands. Is every command in ConTeXt changed as a form of

[NTG-context] \overrightarrow{AB} gives under rightarrow

2012-11-02 Thread Jeong Dal
Dear all. The following short sample gives a under right arrow instead of over right arrow. Would you please check it? \starttext $\overrightarrow{AB}$ \stoptext Thanks. Best regards, Dalyoung ConTeXt ver: 2012.10.06 15:31 MKIV fmt: 2012.10.8 int: english/english

Re: [NTG-context] \overrightarrow{AB} gives under rightarrow

2012-11-02 Thread Jeong Dal
Dear Rogers, It works fine after updating. Thank you for checking. 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] \startchapter[title = First] didn't show the title.

2012-11-02 Thread Jeong Dal
Hi all, Here is one more question. \starttext \startchapter[title = First] bla bla bla \stopchapter \stoptext In this sample, the title First isn't show up. After removing spaces before and after = sign, it showed up. It is not a big problem though, but, is it intended? It still remains after

[NTG-context] Spacing around integrals

2012-11-06 Thread Jeong Dal
Dear Aditya, In ntg-context Digest, Vol 99, Issue 59, you mention about \int_a^b, but I could't find the follow-up for that. I also have a similar problem when using \int_a^b. a and b are located at the bottom and top of the integral sign respectively. Also there is a somewhat big space

Re: [NTG-context] Spacing around integrals

2012-11-07 Thread Jeong Dal
Dear Otared, Thank you for the sample files. I may miss the follow-ups. I'll check your samples and choose a good one for me. Thank you again. Best regards, Dalyoung ___ If your question is of interest to others

[NTG-context] vertical alignment problem in column items

2012-11-16 Thread Jeong Dal
Dear all, In the following example, the vertical alignment of items looks strange. I wonder it is my only problem. Is there anything what I have to do to correct it? Thank you. Best regards, Dalyoung % sample code \starttext \startitemize \item Find a well-ordered set. \startitemize[n,

Re: [NTG-context] vertical alignment problem in column items

2012-11-17 Thread Jeong Dal
Dear Otared, Thank you for detailed explanations. I got the same results as you explained. There may be something which controls the vertical spaces in columns. I believe that it will be resolved soon. Best regards, Dalyoung

[NTG-context] \not\in doesn't work properly

2012-11-30 Thread Jeong Dal
Hi, After updating ConTeXt, math command '\not\in' is not shown properly. For example, $a \not\eq b$ is good. but $a \not\in A$ shows two symbols separately. I am using Mac OS X 10.8 and the versions of LuaTex and ConTeXt are This is LuaTeX, Version beta-0.70.2-2012052309 (TeX Live 2012)

Re: [NTG-context] \not\in doesn't work properly

2012-12-03 Thread Jeong Dal
, Dalyoung 2012. 12. 4., 오전 5:07, Hans Hagen pra...@wxs.nl 작성: On 11/30/2012 10:26 AM, Jeong Dal wrote: Hi, After updating ConTeXt, math command '\not\in' is not shown properly. For example, $a \not\eq b$ is good. but $a \not\in A$ shows two symbols separately. I am using Mac OS X

Re: [NTG-context] \not\in doesn't work properly

2012-12-05 Thread Jeong Dal
Dear Otared, I tested your sample and it works well. \notin also works with \enablemode[lmmath] too. I also agree with your comment on the size of the integrals. Best regards, Dalyoung ___ If your question is of

Re: [NTG-context] MetaPost Animations

2012-12-30 Thread Jeong Dal
Dear Troy, The animations are impressive and thank you for sharing the code. In the creation of many pdf for animation, it changes the recurselevel only. I wonder if there is a way to make such kind of animation in ConTeXt using Wolfgang's animation module. Then we can include the animation in

Re: [NTG-context] MetaPost Animations

2012-12-31 Thread Jeong Dal
Dear Wolfgang, Thank you for the explanation, and your sample works nicely. I enclosed \processMPbuffer using \startframe and \stopframe as following. Then I got a 'undefined control sequence' error. If I use '\framed[]' instead of '\startframe … \stopframe', then it gave all 7 circles of

Re: [NTG-context] MetaPost Animations

2013-01-01 Thread Jeong Dal
Dear Wolfgang, Thank you for the explanation and the correction of the code. It works nicely. It also taught me some other things too. I'd like to ask you one more thing. When you update the animation module, would you please concern the location of the menu? I think that it is better to put

Re: [NTG-context] hbar (and probably some other symbols) doesn't work in latest beta

2013-01-03 Thread Jeong Dal
Dear Michael and Otared, After updating ConTeXt to the latest version(2013.01.02.) and run the sample code. \starttext $\hbar$ \stoptext But I also got empty page. If I add either \setupbodyfont[xits] or \enablemode[lmmath], \hbar appeared. I also use Mac OSX mountain lion 64bit, luatex

[NTG-context] question about the layer.

2013-05-28 Thread Jeong Dal
Dear Wolfgang, I read your detailed explanation about the difference between overlay and layer. Here is your sample code using layer. \starttext \definelayer[test] \setlayer[test][x=3cm,y=6cm]{ONE} \setlayer[test][x=8cm,y=2cm]{TWO} \setlayer[test][x=2cm,y=9cm]{THREE} \flushlayer[test]

Re: [NTG-context] question about the layer.

2013-05-29 Thread Jeong Dal
Dear Wolfgang, 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 /

Re: [NTG-context] korean

2013-11-01 Thread Jeong Dal
Dear Wolfgang, Thank you. Best regards, Dalyoung You need a newer version of context, I used the following version which produces colored output. mtx-context | current version: 2013.10.30 14:53 Wolfgang Dear Wolfgang, After updating to the current version (mtx-context |

Re: [NTG-context] ntg-context Digest, Vol 113, Issue 2

2013-11-01 Thread Jeong Dal
Dear Hans, After updating to the current version (mtx-context | current version: 2013.11.01 12:20), I run ConTeXt again. But I still don't have the color output. make sure you have input in triplets (no precomposed characters) What do you mean input in triplets (no precomposed

Re: [NTG-context] korean

2013-11-02 Thread Jeong Dal
Dear Wolfgang and Hans, context normalizes font names ... so you can leave the name as it is (works here) I checked the font name in the terminal and the result as following: MacBook:ConTeXt graph$ luatools hanbatanglvt.ttf MacBook:ConTeXt graph$ luatools hanbatanglvt.otf

Re: [NTG-context] korean

2013-11-02 Thread Jeong Dal
Dear Wolfgang, Thank you for your suggestion. Try this on the command line: mtxrun --script font --list --file hanbatang* I tried it and got the following output in which lvt is missing from the font name. hcrbatang normal normal normal normal hcrbatang

Re: [NTG-context] korean

2013-11-03 Thread Jeong Dal
Dear Wolfgang and Hans, First, other user in KTUG succeeded to get the colorful output of your sample file. This means that there is a problem in my system. You can do a manual update of the database with mtxrun --script fonts --reload After running the above command, I got the

Re: [NTG-context] korean (Hans Hagen)

2013-11-04 Thread Jeong Dal
Dear Hans, no, the decompose converts composed into 3 parts first (so one can use precomposed input) Then I don’t need to convert the file before running context. It is great. I’ll wait the next beta and tell it to KTUG users. Thank you. Best regards, Dalyoung

Re: [NTG-context] Euler with fallback

2014-02-17 Thread Jeong Dal
Am 17.02.2014 um 15:29 schrieb Sanjoy Mahajan san...@olin.edu: Put your font definitions before \startcomponent or better put them in a environment file and load this file before \startcomponent. Sorry, I should have said that I had tried that, but it has the same problem (Euler font

[NTG-context] passing arguments to \processMPbuffer

2014-04-21 Thread Jeong Dal
Dear all, For \startuseMPgraphic, there is a way to do that (found in metafun book) as following: \startuseMPgraphic{Labels}{s, t} numeric u; u:= 1cm; for i=0 upto 7: label (textext($v_{ decimal (i) }$ ), \MPvar{s}[origin,3u*dir(30*i)]) ; label (textext($v_{ decimal (i) }$ ),

Re: [NTG-context] passing arguments to \processMPbuffer

2014-04-22 Thread Jeong Dal
Dear Wolfgang, Thank you for your solution. Sometimes I need to use \processMPbuffer for the animated graphics. BTW, what is the differences between ‘MPrawvar’ and ‘MPvar’. MPvar didn’t work in your example. Best regards, Dalyoung

Re: [NTG-context] Simple command with variable number of arguments

2014-05-23 Thread Jeong Dal
Dear Luigi and listers, Last year, I need to write a text for a linear algebra class. Since there are many \startmatrix … \stopmatrix and matrix calculations, I wrote a lua code which did matrix calculations and writing with a lot of help from this list. Using the code, I can write class

Re: [NTG-context] Simple command with variable number of arguments

2014-05-23 Thread Jeong Dal
Dear Hans, Thank you for checking and enhancing. I also got an error at “uppertri” as you point out. The version that I have sent is one in my notebook which may be different from that in the desktop at school. When I made a class material, it worked fine. I have to check it and send it to you

Re: [NTG-context] Simple command with variable number of arguments

2014-05-24 Thread Jeong Dal
Dear Hans, Here is the file in my desktop. The reason I didn’t define “sgn” in the function “uppertri” is that it is inherited from the call of “determinant’. However, I put “sgn=1” so that the function “uppertri” works independently. I checked the function “uppertri” and found that it worked

[NTG-context] about Noto Sans CJK font problem

2014-09-26 Thread Jeong Dal
Dear all, Recently, I installed “Noto Sans CJK” font which is developed by Adobe and Google. After “mtxrun —generate”, luatex locates the font. For test, I run the following code and got “fatal error:no return code” message. Even though I didn’t include Korea test, it says the same error

Re: [NTG-context] about Noto Sans CJK font problem

2014-09-26 Thread Jeong Dal
Dear Akira, Thank you for your test. I updated to ConTeXt ver: 2014.09.26 11:42 MKIV beta and test it again. But I got the same error. There may be another problem which I don’t know. Thank you again. Best regards, Dalyoung -- Message: 6 Date: Sat, 27 Sep

Re: [NTG-context] about Noto Sans CJK font problem

2014-09-27 Thread Jeong Dal
I have tested your source by installing NotoSansCJKkr-Regular.otf etc. It seems to work OK. Note that I'm using .otf fonts, not .ttf ones. I attach cjkkrtest.tar.gz in which there are k.tex and k.pdf. Your output is perfect. But I still get an error message which is as same as Luigi

Re: [NTG-context] about Noto Sans CJK font problem

2014-09-28 Thread Jeong Dal
I updated ConTeXt standalone again and test it. The result is same as before. In the log file, it located the font but it issues the luatex error. The font version is 1.001. The only difference of the luatex which I can see is that (mine: Standalone, rev 4972) and (Luigi’s: TeXLive 2014, rev

[NTG-context] error in animation

2014-09-29 Thread Jeong Dal
After updating ConTeXt standalone, \startanimation … \stopanimation is not working. Here is a sample code and its log file. I tried another animation and have the same error message at \stopanimation line. What is wrong in this code? Thank you. Best regards, Dalyoung \usemodule[animation]

Re: [NTG-context] error in animation

2014-10-02 Thread Jeong Dal
Hi, {\externalfigure[dummy][]}{} I added {} at the end, but I still got the same error. Works fine with ConTeXt ver: 2014.09.26 11:42 MKIV beta The previous bata version may be OK, but the latest version has a problem as Akira said. Thank you for testing. Best regards, Dalyoung

Re: [NTG-context] error in animation

2014-10-03 Thread Jeong Dal
\startanimation … \stopanimation is working in the new ConTeXt 2014.10.02 23:07 version. Thank you. Best regards, Dalyoung___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] error in animation

2014-10-05 Thread Jeong Dal
the figures one by one, it is better to put a caption sometimes. If you think that it is not too bad, would you please concern to add the feature? I am sorry to ask too much. Thank you again. Best regards, Dalyoung 2014. 10. 3., 오후 11:06, Jeong Dal hak...@me.com 작성: \startanimation

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-05 Thread Jeong Dal
Dear Wolfgang, I tested after inserting figures instead of letters in your sample code and it also works fine. It is so nice to know the way of using caption in the animation module. Thank you for your help. Best regards, Dalyoung % \usemodule[animation] \useMPlibrary[dum]

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-06 Thread Jeong Dal
Deat Hraban and Otared, I wikified that, but didn’t test: http://wiki.contextgarden.net/Animation I read the wiki page and it is explained well about the animation. Also, thank you for introducing cites for making movies. It looks very nice but it would be a painful job, I think.

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-07 Thread Jeong Dal
Dear Woldgang, I searched \definepairedbox and found several discussions as following: http://www.ntg.nl/pipermail/ntg-context/2005/014315.html https://www.mail-archive.com/ntg-context@ntg.nl/msg71401.html In the above examples, it took a long sentences as a caption while my example don’t

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-08 Thread Jeong Dal
Dear Wolfgang, After changing the order, it works fine. Also, \startcontent … \stopcontent and \startcaption … \stopcaption are working too. Thank you for your help. Best regards, Dalyoung \useMPlibrary[dum] \usemodule[animation] \setupinteraction[state=start] \starttext \definepairedbox

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-08 Thread Jeong Dal
Dear Wolfgang, After changing the order, it works fine. Also, \startcontent … \stopcontent and \startcaption … \stopcaption are working too. Thank you for your help. Best regards, Dalyoung \useMPlibrary[dum] \usemodule[animation] \setupinteraction[state=start] \starttext \definepairedbox

[NTG-context] \startanimation and \dorecurse

2014-10-20 Thread Jeong Dal
Hi, I tested the following simple code to generate enlarging circles as a test of animation. But it just draw 5 circles in a row. \usemodule[animation] \setupinteraction[state=start] \startbuffer[Circles] numeric u; u:= 1cm; draw fullcircle scaled \MPrawvar{Circles}{s}u; \stopbuffer \starttext

Re: [NTG-context] \startanimation and \dorecurse

2014-10-21 Thread Jeong Dal
Dear Wolfgang, Thank you for a nice solution. I applied your method to produce an animation which draw a circle using the following: \usemodule[animation] \setupinteraction[state=start] \startuseMPgraphic{Circles}{s} numeric sn, L, N; path p, q; p := fullcircle scaled 72; L:=length p;

Re: [NTG-context] \startanimation and \dorecurse

2014-10-22 Thread Jeong Dal
Dear Wolfgang, According to your advice, I am able to make a working example as following. \usemodule[animation] \setupinteraction[state=start] \startuseMPgraphic{Circles}{s} numeric sn, L, N; path p, q; p := fullcircle scaled 72; L:=length p; N:=20; sn := \MPvar{s}; q := subpath (0, sn/N*L)

Re: [NTG-context] korean unfonts globbing path error

2014-10-22 Thread Jeong Dal
Dear NY Park, I am able to run your code in my mac without any error message. My ConTeXt version is “ConTeXt ver: 2014.10.19 21:08 MKIV beta fmt: 2014.10.20 int: english/english” which is as same as yours. Thank you. Best regards, Dalyoung

Re: [NTG-context] korean unfonts globbing path error

2014-10-23 Thread Jeong Dal
fontsnames globbing path 'c:/windows/fonts/**.ttf' fontsnames identifying system font files with suffix 'TTF' mtx-context | fatal error: return code: 1Exit code: 1 It seems to me that there is a problem to make a font db. Try “mtxrun unbatang.ttf” in the

Re: [NTG-context] korean unfonts globbing path error

2014-10-23 Thread Jeong Dal
Dear Hans, http://www.ktug.org/xe/index.php?_filter=searchmid=KTUG_QnA_boardsearch_target=contentsearch_keyword=lualatexdocument_srl=178432 I hope that you have the solution. not for latex … afaik it uses its own font database Yes, the above solution is not for latex but for Lualatex.

Re: [NTG-context] Steps in presentation

2015-01-03 Thread Jeong Dal
Dear Fabrice, The following code is working in my mac. I tried your first code and it is working after adding \setupinteraction[]. Since I didn’t use ‘rsteps’ module, I could’t test the second code. My ConTeXt version is as following. ConTeXt ver: 2014.12.21 22:25 MKIV beta fmt: 2014.12.26

Re: [NTG-context] Text around a figure in a framedtext (Wolfgang Schuster)

2015-08-08 Thread Jeong Dal
Dear Wolfgang, You have to use \starthanging instead of \placefgure when you’re in a frame. \starttext \startframedtext[width=max] \starthanging[location=right] {\startMPcode draw unitsquare scaled 2cm ; \stopMPcode} \input tufte \stophanging

Re: [NTG-context] Text around a figure in a framedtext

2015-08-09 Thread Jeong Dal
Dear Otared and Wolfgang, It works fine after replacing the text itself. Thank you for the info. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] % !TeX root problem

2015-11-14 Thread Jeong Dal
Dear all, I use product file: FM_main.tex which contains component files like FM_1.tex, FM_2.tex, etc. They are all in the same folder. In each component file, I put “% !TEX root=FM_main.tex” at the first line. It worked fine but some time after it won’t work. I know that it is a matter of

Re: [NTG-context] % !TeX root problem

2015-11-16 Thread Jeong Dal
Dear Hans and Otared, Thank you for the reply. I tried "%!TEX root =“ with no space before but it does’t work. I think that ConTeXt doesn’t do anything as you said. The strange thing is that it worked in ConTeXt file sometime ago. I don’t remember from when it didn’t work. Anyway it is

Re: [NTG-context] How to put title and counter of the enumeration env. in the FrameTitle?

2015-12-08 Thread Jeong Dal
Dear all, After searching ConTeXt wiki and googling, I got what I want using the attached code. It can be modified in nicer way which I don’t know. There are so many hidden commands in ConTeXt for me. It is absolutely convenient to use the “\defineenumeration” if I don’t use FunnyFrame.

Re: [NTG-context] How to put title and counter of the enumeration env. in the FrameTitle?

2015-12-04 Thread Jeong Dal
Dear all, I found a partial solution for my former question which still have problems. 1. I set a new counter “ThmNumber” and use it in the FrameTitle. Its output is similar to what I want. 2. insert “after={\doglobal\increment\ThmNumber}” in the enumeration environment. 3. But the Initial

[NTG-context] How to put title and counter of the enumeration env. in the FrameTitle?

2015-12-03 Thread Jeong Dal
Hi, I use the FunnyFrame and FrameTitle in the metafun book to display theorems. Thanks ConTeXt and MetaFun, it looks nice! For better output, I try to put “Theorem + number” in the FrameTitle instead of putting in the main text. But I couldn’t make it. I found a similar question and answers by

[NTG-context] about animation problem

2016-01-04 Thread Jeong Dal
Dear all, First, Happy new year to all! Here is the sample code in the wiki. %%% \usemodule[animation] \setupinteraction[state=start] \definepairedbox[animationtext][location=top,align=middle,width=\textwidth] \starttext \startanimation[menu=yes] {\placeanimationtext{The letter

[NTG-context] strange output in math display mode

2015-12-21 Thread Jeong Dal
Dear Hans, After updating the minimal, I got a strange output of math display mode. Would you please check it? Here is an example. Best regards, Thank you. Dalyoung \starttext Here is a strange output of math formula. It is displayed correctly in text line, but is displayed

Re: [NTG-context] question about the \starteffect[hidden]

2015-11-23 Thread Jeong Dal
Dear Hans, Thank you for the comment. > > \startcolor[white] \stopcolor > It works fine. It is really good feature for me to prepare the class materials. Best regards, Dalyoung ___ If your question is of

[NTG-context] question about the \starteffect[hidden]

2015-11-22 Thread Jeong Dal
Dear all, I need to hide some part of the text while keep the space for them . I found a very nice command “ \starteffct[hidden]” It works well in most cases. But it couldn’t hide horizontal bars in math mode. Is there a way to hide horizontal bars also? Here is an sample code. Thank you.

Re: [NTG-context] right to left direction for itemize columns

2016-02-22 Thread Jeong Dal
Dear Wolfgang, I’d like to ask one thing related with the itemize columns. In my country, the items are listed from left to right first and then go down to the next line. For example, to get the following output, 1. first2. second 3. third 4. fourth 5.

Re: [NTG-context] right to left direction for itemize columns

2016-02-23 Thread Jeong Dal
Dear Hans, It is nice to have this feature in the next beta. It will help us to make multiple-choice problems. Thank you. Best regards, Dalyoung > > \starttext > > \startitemize[horizontal,a,three] > \startitem first \stopitem \startitem second \stopitem > \startitem third \stopitem

Re: [NTG-context] right to left direction for itemize columns

2016-02-22 Thread Jeong Dal
Dear Hans, >> Is there any simpler way to achieve this? > > how is that supposed to work with multi-line items ? > I am sorry, I should explain more carefully. This type of itemization usually needed to list the short answers of the multiple-choice questions. Some problems are not

Re: [NTG-context] Fieldstacks are broken

2016-01-21 Thread Jeong Dal
Thanks Hans, Wolfgang, Luigi The new beta with Luatex 0.88 makes \fieldstacks and \startanimation work. The following example of Wolfgang is now working well. \def\MyGraphics#1{% \startMPcode path p,q; p:=fullcircle scaled 72; L:=length p; N:=20; q:=subpath (0,#1/N*L) of p; draw q withcolor red;

Re: [NTG-context] Fieldstacks are broken

2016-01-25 Thread Jeong Dal
Dear Wolfgang, > The key has no effect because there is only one style for the buttons. > I see. I think that the other options: menu, menu color, framerate are enough for me. Thank you. Best regards, Dalyoung

Re: [NTG-context] ntg-context Digest, Vol 139, Issue 61

2016-01-24 Thread Jeong Dal
Dear Fabrice, I run the same file again and I think that main things in my log file is not different from yours. Do you use Adobe Reader to view the pdf files? The pdf viewer of TeXShop and that of TeXworks can not show the animation. If you have the trouble even if you use the adobe reader, I

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Jeong Dal
I am sorry, I forgot to change the subject. I send it again. *** Dear Fabrice, I run the same file again and I think that main things in my log file is not different from yours. Do you use Adobe Reader to view the pdf files? The pdf viewer of TeXShop and that of TeXworks can not

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Jeong Dal
Dear Wolfgang and Fabrice, I am sorry. I didn’t notice that there is a difference between my code and Fabrice’s. I made a wrong comment. I know that there are several options in the animation module: menu, menustyle, menucolor, framerate. Would you please explain the menustyle option once

Re: [NTG-context] ConTeXt vs Beamer

2016-01-26 Thread Jeong Dal
Dear Saša Janiška, I’d like tell you about my case. I have used Beamer long time ago, but now I am using ConTeXt + Simpleslides module for my presentations. There are already many given templates. You can find them in the doc of simple slides.(…../tex/texmf-modules/doc/…) However we can make

Re: [NTG-context] Fieldstacks are broken

2016-01-22 Thread Jeong Dal
Dear Hans, Wolfgang Thank you for the solutions. “\unexpanded …” method is working well. It can make the class materials more interesting. Thanks again. Best regards, Dalyoung ___ If your question is of

Re: [NTG-context] Fieldstacks are broken

2016-01-22 Thread Jeong Dal
Dear Otared, You are welcome. It is not my code. As you know I am just an enduser of ConTeXt. I also always thank to Hans, ConTeXt team and this list. Here are always answers! I mainly use ConTeXt to prepare documents, math papers, and class materials. It is really good to use Metafun and Lua

[NTG-context] \startuseMPgraphic

2016-04-11 Thread Jeong Dal
Dear Hans van der Meer, Thank you for your sample code. I learned how to pass the value of the variables. BTW, if I change “orange” to “red” or “green”, it is working fine. I think that “orange” is not the predefined color. There is no color “orange” in the MetaFun manual either. Thank you.

Re: [NTG-context] figures in tables

2016-04-01 Thread Jeong Dal
Dear Hans and listers, I am sorry that I didn’t read another series of mails about “skipped figure numbers”. Please ignore my previous mail. Thank you. Best regards, Dalyoung ___ If your question is of interest

Re: [NTG-context] figures in tables

2016-04-01 Thread Jeong Dal
Dear Hans, Your sample works fine. This method gives me a flexibility of combining figures. BTW, I have one question. In the output, figure numbers started from 3, but suddenly jumped to 184. In a log file, metapost> initializing number mode 'scaled' floatblocks > '3' placed

Re: [NTG-context] Optimize code to create a environnementt with Metafun ?

2016-07-28 Thread Jeong Dal
Dear Fabrice and Wolfgang, I tried the following code of yours, but I got “! undefined control sequence” error. Would you please tell me where I should to correct? Thank you so much, Best regards, Dalyoung %%% \setupbodyfont[pagella,11pt] \setupcolors[state=start]

Re: [NTG-context] Optimize code to create a environnementt with Metafun ?

2016-07-28 Thread Jeong Dal
Dear Wolfgang, Thank you for the correction, It works fine. I couldn’t see extra ‘m’ when I check. Thanks again. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] about table operation in lua-ConTeXt

2017-02-13 Thread Jeong Dal
Dear Henri, Hans, Procházka, Thank you for the answers. It is what I want, and I can complete my code. Thanks again. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry

[NTG-context] about table operation in lua-ConTeXt

2017-02-12 Thread Jeong Dal
Dear all, It may be a slight off topic. In the following example, I copied a table “m” to “tempM”, and remove the last row of tempM. Then the output is “ 2, 2” I checked the contents of tempM and m and found that they are same even though I didn’t touch m. I want to remove the last row of tempM

Re: [NTG-context] Displayed formula inside paragraph change vertical space before the paragraph

2017-01-16 Thread Jeong Dal
Dear Mikael, I didn’t see any problem which you mentioned when I run it under the ConTeXt version 2016.10. 6 MKIV beta. But I saw a change the vertical space when I run it under ConTeXt version 2016. 12. 28 MKIV beta after updated the bata. I tested in several ways and found that the vertical

Re: [NTG-context] Clickable question/answer numbers (Otared Kavian)

2016-11-06 Thread Jeong Dal
Dear Otared, Hi, I run the given code and got an error message as following. tex error > tex error on line 1 in file virtual://block.answer.2: ! Undefined control sequence l.1 \myanswer [Q:test] Would you please tell me how to avoid such an error? It seems to me that you

Re: [NTG-context] Clickable question/answer numbers

2016-11-07 Thread Jeong Dal
Dear Otared, It is not the problem of your code. Strangely, the code you just sent to me is stopped by the same reason during the compilation even though it does not contain the word “myanswer”. After removing *.tmc file, the error disappear. I still don’t know why such an error occurred.

[NTG-context] floatcombination alignment has changed?

2016-12-08 Thread Jeong Dal
Dear Christoph, I don’t know how to put figures horizontally using “\startfloatcombination”. Is there any reason to use “\startfloatcombination”? I usually use the following code when I need to display the figures. It is displayed horizontally and center aligned nicely. \useMPlibrary[dum]

Re: [NTG-context] floatcombination alignment has changed?

2016-12-10 Thread Jeong Dal
Dear Christoph, Your knowledge on ConTeXt is much better than me. I am just an end user. It seems to me that you already found a solution. However, many experts in this list will clear your question soon. Good luck! Best regards, Dalyoung

Re: [NTG-context] unwanted vertical space below combinations captions

2016-12-31 Thread Jeong Dal
Dear Mikael, By changing the numbers [2*2] to [2*1], the space below the caption is disappeared. I also got no space below the caption when I add two more contents while keeping [2*2]. I think that it happened because of the mismatch between the numbers of contents and the dimension. Best

[NTG-context] output of the table is wierd

2017-03-16 Thread Jeong Dal
Dear all, I made a column as following: … \starttabulate[|c|c] \HL \NC $\sim (p \vee q)$ \VL $\sim p \ \wedge \sim q$ \NC\NR \HL \NC $\sim (p \ \wedge q)$ \VL $\sim p \vee \sim q$

Re: [NTG-context] output of the table is wierd

2017-03-17 Thread Jeong Dal
Dear Wolfgang, You are right. After putting “|”, the output is correct. I did right in other tables except the given one. Thank you for pointing out my mistake. Best regards, Dalyoung ___ If your question is of

[NTG-context] about the location of the table in the columns

2017-03-21 Thread Jeong Dal
Dear all, I want to put a table at the center of the second column. After compiling the code below, the first one(negation part) is appeared right, but the second one(biconditional part) is not the center of the second column. I can not see any difference between two codes. What are wrong in the

[NTG-context] Question about " ! Infinite glue shrinkage inserted from \skip131" error

2017-03-10 Thread Jeong Dal
Dear all, I have an error " ! Infinite glue shrinkage inserted from \skip131” What is the meaning of this error? Also, depending on the position of “\stopcomponent”, the error varies. There are many similar lines in the file. I am sorry that I can't give a sample file which invoke the same

Re: [NTG-context] Question about " ! Infinite glue shrinkage inserted from \skip131" error

2017-03-11 Thread Jeong Dal
Dear Hans, I can’t believe it! After updating ConTeXt, all the errors are disappeared! Here is the beginning of the log file before updating: … This is LuaTeX, Version 1.0.3 (TeX Live 2017/dev) system commands enabled. open source > level 1, order 1, name

Re: [NTG-context] About \setupheadertexts : simplify a code

2017-08-18 Thread Jeong Dal
Hi, Otared, I am also able to typeset Aditya’s example without problem, so example file is OK for me. There may be something which is not in the file. I am using MKIV beta 6. 21 version under OSX. This is LuaTeX, Version 1.05.0 (TeX Live 2017) system commands enabled. open source > level

  1   2   3   4   >