Re: [NTG-context] Equation alignment

2021-09-07 Thread Jeong Dal via ntg-context
Dear Sylvain, I am using ’\startalign’ > > \starttext > \startformula > \eqalign{ > ax^2+bx+c &= 0 \cr > x &= \frac{-b \pm \sqrt{b^2-4ac}}{2a} \cr > } > \stopformula > \stoptext > \starttext \startformula \startalign \NC ax^2 + bx + c \NC = 0 \NR \NC x \NC = = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

[NTG-context] using a red frame as an overlay

2021-08-02 Thread Jeong Dal via ntg-context
Hi, I used red frame which is in the metafun manual for long time. But it is not working now. Here is a MWE and a part of the log file. What should I change in the definitions? I am using "ConTeXt ver: 2021.07.10 21:51 LMTX fmt: 2021.7.12 int: english/english”. framed Text with

Re: [NTG-context] upload

2021-12-25 Thread Jeong Dal via ntg-context
Dear Hans, I installed the new upload and compiled “helloWorld.tex” created Sanjoy Mahajan. It runs well except the dummy figures are not appeared in the pdf output. However, I still got error message when try to compile “\startcolumnset … \stopcolumnset”. fonts > 'fallback

Re: [NTG-context] using the newcolumnsets module

2021-12-09 Thread Jeong Dal via ntg-context
Dear Hans, >> Documents/com~apple~CloudDocs/texMain/ColumnsetTest.tex''" terminated >> with exit code: 1.* > no clue ... does lmtx also fail? is it an apple binary issue? I am running LMTX now. It opens and closes "*-newcolumnsets.mkiv” files(we can find the lines in the log file). I also

[NTG-context] using the newcolumnsets module

2021-12-09 Thread Jeong Dal via ntg-context
Dear all, I made an exam form by the help of the experts in this list. However, it was not working after recent update. Here is a code which I made for the test. If I use “\startcolumns \stopcolumns”, then it has no problem. But using “\startcolumnset[exam] … \stopcolumnset” produces error

Re: [NTG-context] using the newcolumnsets module

2021-12-09 Thread Jeong Dal via ntg-context
Dear Hans, Bruce Horrocks, I test the file using MacVim and confirm that it works fine. Thus, something happened in my system or environment of vscode. I may reinstall vscode. Thank you. Best regards, Dalyoung ___

Re: [NTG-context] using the newcolumnsets module

2021-12-09 Thread Jeong Dal via ntg-context
editors. Thank you. Best regards, Dalyoung > Message: 4 > Date: Thu, 9 Dec 2021 17:19:48 + > From: Bruce Horrocks >> On 9 Dec 2021, at 16:32, Hans Hagen via ntg-context >> wrote: >> >> On 12/9/2021 1:27 PM, Jeong Dal via ntg-context wrote: >> &g

Re: [NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-13 Thread Jeong Dal via ntg-context
Dear John, Nicola, Thank you for your help. I have to check the wiki carefully first. I’ll do what you said and report it later. Thank you again. Best regards, Dalyoung ___ If your question is of interest to

Re: [NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-13 Thread Jeong Dal via ntg-context
Dear John, Nicola, I created a file context.vim under the folder ~/.vim/after/ftplugin/ which contains map > :w:!ConTeXt let g:context_mtxrun = 'PATH=$HOME/ConTeXtLM/tex/texmf-osx-64/bin:$PATH mtxrun' let g:tex_flavor = "context" The result is 1. using “:ConTeXt” issued an error message:

[NTG-context] \startcolumnset ... \stopcolumnset fatal error: return code 11

2021-12-16 Thread Jeong Dal via ntg-context
Hi, I have used newcolumnset module to make a test sheet. It was made by the help of experts in the list. It worked fine a month ago and also worked via TeXlive 2021. But I got error using the recent version. Thanks Nicola and John for testing. I have listed it before and tried to find out the

Re: [NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-14 Thread Jeong Dal via ntg-context
goto_texshop(expand("%:p"), line('.'), col('.'), 1, 1) > > Here is my snippet from my personal context.vim file > > I see that you have :! and that means that you instruct vim to execute a > shell command. > > Just write :ConTeXt and it should work fine > >>

Re: [NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-15 Thread Jeong Dal via ntg-context
Dear Jan-Erik, Thank you for sharing your code. It will be very helpful for me. I hope that my problem is solved soon. Thank you again. Best regards, Dalyoung ___ If your question is of interest to others as

[NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-11 Thread Jeong Dal via ntg-context
Hi, Recently, I have a problem to use vscode, so I tried MacVim for ConTeXt. It worked fine. But it uses context in TeXLive instead of using it in ConTeXtLMTX. I’d like to use LMTX which is installed in ~/ConTeXtLM/tex/... How to redirect the path for ConTeXt in MacVim? Thank you. Best

Re: [NTG-context] context manuals -- absence of \definefontfamily

2022-01-04 Thread Jeong Dal via ntg-context
Dear Aditya and Youssef Cherem, To: Aditya, > > There is the talk that Wolfgang gave in this year's context meeting: > > https://meeting.contextgarden.net/2021/talks/2021-09-23/definefontfamily.pdf > Thank you for letting me know the talk which gives me more understanding about

Re: [NTG-context] right item marks for associative questions?

2022-04-11 Thread Jeong Dal via ntg-context
Dear Damien, Using the “columns" feature is one way to go if you don’t mind the vertical alignment mismatch in the third items. Best regards, Dalyoung \starttext \startitemize [8,columns]%,two] \startitem Nietzsche \stopitem \startitem Woody Allen \stopitem \startitem God \stopitem \startitem

[NTG-context] $\sin \theta$ behave differently in metafun

2022-04-15 Thread Jeong Dal via ntg-context
Dear all, I use $\sin \theta$ and $\cos \theta$ behave differently in text and in metafun. It works well sometime before but it doesn’t in metafun now. What is wrong in my example? Thank you for reading. Best regards, Dalyoung Here is a MWE. \startbuffer[pointCircle] numeric u; u:=1cm; pair

[NTG-context] Re: wiki update: Modules

2023-10-01 Thread Jeong Dal via ntg-context
Dear Hraban, When I wrote a class material for Linear Algebra, it is nice to use \pmatrix and \bmatrix etc. But, for example, to write a result matrix of the product of two matrices, I need to calculate it somewhere and copy it to my text. Hence, I tried to use Lua to handle it in the

Re: [NTG-context] new upload

2022-04-19 Thread Jeong Dal via ntg-context
Dear Hans, A new upload solves the math font problem in MetaFun. The code label(textext("$\sin\theta$”),origin); is working well. Also, your sample file adaptive-001.tex is also working without error which is not compiled before. However, \vfill is not working in column mode while it

Re: [NTG-context] new upload

2022-04-19 Thread Jeong Dal via ntg-context
20. 오전 4:18, Jeong Dal via ntg-context 작성: > > Dear Hans, > > A new upload solves the math font problem in MetaFun. The code > label(textext("$\sin\theta$”),origin); > is working well. > Also, your sample file adaptive-001.tex is also working without error which &

Re: [NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-07-29 Thread Jeong Dal via ntg-context
Dear Hans, Thank you for the new way to align math formulas. It is great to use “\alignhere”, “\breakhere”. However, I got a problem today. If I use it with figures side by side, then the alignment is broken. Please try the following MWE. Best regards, Dalyoung

Re: [NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-09-07 Thread Jeong Dal via ntg-context
Dear Taco, The following mail came every hour since a few days ago. But I don’t get any other mail from the list. I think that there is something wrong between my mail system and the server. However, I don’t know how to solve it. Would you please tell me what to do? Thank you. Best regards,

[NTG-context] Write a long chapter title in two lines

2022-08-18 Thread Jeong Dal via ntg-context
Dear all, A few days ago, I sent an email as follows. But it is linked to another subject because I choose reply of another subject. So, I send the same mail again. Thank you for reading. Best regards, Dalyoung ** I’d like to write a long chapter title in two lines if it is longer

[NTG-context] \startcolumnset ... \stopcolumnset is working.

2022-09-14 Thread Jeong Dal via ntg-context
Dear all, I didn’t test “\startcolumnset … \stopcolumnset” for some time, because I got error whenever I tested it under Mac OS Big Sur. However, two days ago, I tested it, and found that it was working. I install updated version today and run a test file again. Finally, I get an output

[NTG-context] Math alignment question

2022-09-22 Thread Jeong Dal via ntg-context
Dear Mikael and Hans, Recently, you introdued the new command “\alignhere, \breakhere, \skiphere” which works fine. Since I usually use the following code that is adopted from My Way(Mathalign.pdf), I’d like to know that there is a way to use “\alignhere, \breakhere, \skiphere” for the case

Re: [NTG-context] Math alignment question

2022-09-24 Thread Jeong Dal via ntg-context
Dear Aditya, Mikael, Thank you for your explanation. I just wonder \alinghere can be applicable to multiple formula. It is OK to use \NC \NR for multiple formulas. Best regards, Dalyoung ___ If your question is of

Re: [NTG-context] Math alignment question

2022-09-24 Thread Jeong Dal via ntg-context
Dear Hans, >> Thank you for your explanation. >> I just wonder \alinghere can be applicable to multiple formula. >> It is OK to use \NC \NR for multiple formulas. > What probably can be done, is to let the next formula start with the align of > the previous one .. Mikael can add it to our todo

Re: [NTG-context] update

2022-08-05 Thread Jeong Dal via ntg-context
Dear Hans, Mikael, The alignment problem which occurred when I put aligned formulas and a figure side by side is solved. Thank you for the update. Best regards, Dalyoung > On Aug 5, 2022, at 6:52 PM, Hans Hagen via ntg-context > wrote: > > Hi, > > I uploaded a new lmtx that fixes a few

[NTG-context] Write a long chapter title in two lines

2022-08-15 Thread Jeong Dal via ntg-context
Dear all, I’d like to write a long chapter title in two lines if it is longer than the textwidth. It is OK when I use just bigger fonts. But it writes the long title in one line if I use outlined font for title as in MWE. Is there a way to write it in two lines using the outlined font?

Re: [NTG-context] Bug in math alignment

2022-11-02 Thread Jeong Dal via ntg-context
Dear Otared, > > I think there is an issue with the size of math fonts in \frac when used in > math alignments, as it is is shown in the following example. > I confirm what you said. However, if I use \dm{} instead of \displaystyle as following, then the output is correct. \placeformula

Re: [NTG-context] Meta(post)/(fun) macro with label position

2023-01-19 Thread Jeong Dal via ntg-context
Dear Alex, I don’t know what you want exactly. I hope that it may help. \startMPpage def myLabel(expr xpos, ypos)(text t) = dotlabel.top(textext(t),(xpos,ypos)); enddef; myLabel(1cm, 1cm, "Position"); \stoppage Good luck. Best regards,

[NTG-context] Chapter title in MetaFun manual.

2023-02-10 Thread Jeong Dal via ntg-context
Dear all, I copied the code of defining chapter command from metafun-000.tex, and run it. But the result is different from that in MetaFun Manual. There is a big spaces between the number and the title which yields the number cannot be seen. I commented out several lines which seems to be

Re: [NTG-context] Chapter title in MetaFun manual.

2023-02-10 Thread Jeong Dal via ntg-context
오후 9:05, Jeong Dal via ntg-context 작성: > > Dear all, > > I copied the code of defining chapter command from metafun-000.tex, and run > it. > But the result is different from that in MetaFun Manual. > There is a big spaces between the number and the title which yields the

[NTG-context] \startcolumns and \startcolumnset

2024-02-08 Thread Jeong Dal via ntg-context
Dear all,I have a little problem to use “columns” in the following example.If I use “\startcolumnset”, then I have the following problems: 1. The figures is aligned left even though I use \startplacefigure[]. 2. In the second column, the first item located at the end of the page.However, \vfill

[NTG-context] Re: \startcolumns and \startcolumnset

2024-02-09 Thread Jeong Dal via ntg-context
Dear Otared, Thank you for testing. I run the sample after changing the column command to ‘\startsimplecolumns … \stopsimplecolumns’. I got the same result as your output. And it is same as the result using \startcolumns … \stopcolumns. If ‘\vfill’ works, then it is OK for me, but it isn’t.

[NTG-context] Re: error: Control sequence expected instead of undefined

2023-12-25 Thread Jeong Dal via ntg-context
Dear Willi and Wolfgang, Thank you for the answer. After adding the fix, no error messages. I’ll wait the upload of new version. Best regards, Dalyoung > 2023. 12. 26. 오전 1:45, Wolfgang Schuster > 작성: > > Jeong Dal via ntg-context schrieb am 25.12.2023 um 16:09: >>

[NTG-context] Question about drawing flowchart using chart module

2023-12-27 Thread Jeong Dal via ntg-context
Dear all, I tried to draw a flow chart using the module[chart]. Following the examples, I draw one. The problem is that the size of the chart is not changed even though I changed the numbers dx,dy, width, height, and maxwidth in the \setupFLOWcharts Please tell me how to resize the chart.

[NTG-context] Asking help for better way to make tickets.

2024-01-12 Thread Jeong Dal via ntg-context
Dear all,I’d like to make a ticket on A4 as follows:1. Use all of A4(no margin, no header, no footer,…)2. Arange 12 tickets in the form of 3 x 4 on one page,3. Two rows are same,4. Numbers in the center of the ticket which is increasing.I use the following code to make it.but I think that there is

[NTG-context] Re: Math alignment issue

2024-01-17 Thread Jeong Dal via ntg-context
Dear Otared, I got the same output in which there is an overlap of the formula on the last line of the paragraph. The following line shows the version of my installation. system > system > ConTeXt ver: 2024.01.08 11:23 LMTX fmt: 2024.1.17 int: english/english system

[NTG-context] Re: Math alignment issue

2024-01-17 Thread Jeong Dal via ntg-context
Dear Hans, Thanks for the new upload. It clears the issue of the math alignment. Thanks again. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] Re: upload

2024-01-17 Thread Jeong Dal via ntg-context
Dear Otared, I installed upload version today. And, your example, \starttext The derivative of $f$ is denoted $f'$ or $f^\prime$ or is it $f^'$\dots \stoptext works well. I think that you will have the same good result. Best wishes, Dalyoung

[NTG-context] Re: Asking help for better way to make tickets.

2024-01-13 Thread Jeong Dal via ntg-context
작성: > > > >> On 12 Jan 2024, at 14:05, Jeong Dal via ntg-context >> wrote: >> >> Dear all, >> >> I’d like to make a ticket on A4 as follows: >> >> 1. Use all of A4(no margin, no header, no footer,…) >> 2. Arange 12 tickets in the

[NTG-context] error: Control sequence expected instead of undefined

2023-12-25 Thread Jeong Dal via ntg-context
Hi, I got an error message as following: Control sequence expected instead of undefined If I comment out the “\externalfigure[][]” line, then there is no error message. I don’t know what is wrong in the sample code. Please check the code. Thank you for reading. Best regards, Dalyoung

[NTG-context] Re: Japanese

2024-02-27 Thread Jeong Dal via ntg-context
Dear Otared, I am using Korean as main language. I used use typescript file, but recently I use \definefontfamily. Since using Japanese font is similar to use Korean font, I show my example of using Noto fonts. It was made by the help of expert of this list long time ago. You may change "Noto

[NTG-context] Re: Japanese

2024-02-29 Thread Jeong Dal via ntg-context
Hi, In Korea, LaTeX is popular rather than ConTeXt since mathematicians initiated the use of TeX in Korea and they use LaTeX mainly. But right now, there are so many non-math people who developed many things for Korean & LaTeX. Many years ago, Hans and Taco visited the seminar held by KTUG.