[NTG-context] Re: Several math features broke for me in new Debian version

2023-11-03 Thread Kumar Appaiah
set the content of a column as text replace \NC with \TC at the begin > of the cell. > Thank you for pointing this out. For now, I shall refrain from upgrading, since this is a backwards incompatible change that affects many files. Eventually, I'll make the required changes. Kumar -- K

[NTG-context] Several math features broke for me in new Debian version

2023-11-03 Thread Kumar Appaiah
think you left one out. Proceed, with fingers crossed. mtx-context | fatal error: return code: 1 Just another note: some examples seem broken here as well: https://wiki.contextgarden.net/Multiline_equations Please let me know how I can help debug this. Thanks. Kumar -- Kumar Appaiah

[NTG-context] Presentation effects

2020-07-25 Thread Kumar Appaiah
. Thanks. Kumar -- Kumar Appaiah ___ 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

Re: [NTG-context] Unable to switch math fonts

2017-07-21 Thread Kumar Appaiah
\starttext > This is plain text. > \startformula > x + y = z > \stopformula > \stoptext > > I hope it helps, This worked for me. Thanks. Kumar -- Kumar Appaiah ___ If your q

[NTG-context] Unable to switch math fonts

2017-07-20 Thread Kumar Appaiah
Hi. I'm using the Debian packaged ConTeXt, version 2017.05.15.20170613-2. I have the Neo Euler OTF font and mtxrun --script fonts finds it. I am unable to get the following to work: \definefontfamily [myfamily] [math] [Neo Euler] \setupbodyfont[myfamily] \starttext This is plain text. \startfor

[NTG-context] Evaluating a lua expression at the end (again)

2017-02-09 Thread Kumar Appaiah
: /usr/share/texmf/tex/context/base/mkiv/core-uti.lua:165: attempt to index upvalue 'tobesavedmacros' (a nil value) Thanks. Kumar -- Kumar Appaiah ___ If your question is of interest to others as well, ple

Re: [NTG-context] \Umathquad\displaystyle not set

2017-02-09 Thread Kumar Appaiah
On Thu, Feb 9, 2017 at 2:31 AM, Aditya Mahajan wrote: > On Wed, 8 Feb 2017, Kumar Appaiah wrote: > >> Dear ConTeXt users, >> >> I have a custom slide template that I borrowed from another source >> years ago. It works well on my Debian machine, but when I try to buil

[NTG-context] \Umathquad\displaystyle not set

2017-02-08 Thread Kumar Appaiah
Dear ConTeXt users, I have a custom slide template that I borrowed from another source years ago. It works well on my Debian machine, but when I try to build the PDF on a docker vm on Gitlab, I run into the \Umathquad\displaystyle not set error. Surprisingly, that error doesn't crop up on my machi

Re: [NTG-context] Evaluating a Lua expression at the end (repeat)

2016-08-25 Thread Kumar Appaiah
On Thu, Aug 25, 2016 at 5:49 PM, Henri Menke wrote: > Hi Kumar, > > the function job.variables.save seems to save the key in > job.variables.collected.macros instead of job.variables.collected. The > problem is that macros is not created unconditionally, which is why you might > run into a »at

[NTG-context] Evaluating a Lua expression at the end (repeat)

2016-08-25 Thread Kumar Appaiah
Dear List, Last year, Hans helped me with this example: \starttext \startluacode local name = nil local temp = 0 function document.startwhatever(s) name = s temp = 0 end function document.addwhatever(n) temp = temp + n

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Kumar Appaiah
On Mon, Apr 13, 2015 at 03:32:04PM +0200, Hans Hagen wrote: > On 4/13/2015 1:53 PM, Kumar Appaiah wrote: > >Hi. > > > >I am trying to set up a system where I can use Lua to find a total > >that I can display at the end. For example, if I set a question paper, >

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Kumar Appaiah
points) \directlua{total = total + 5} \stoptext ====== I expect the “Total score” to be followed by “12”, but I don't know how to get that (or whether that is even possible). Thanks. Kumar -- Kumar Appaiah _

[NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Kumar Appaiah
Hi. I am trying to set up a system where I can use Lua to find a total that I can display at the end. For example, if I set a question paper, after each question, I do a \directlua{total = total + 4}, assuming this question has 4 points. At the top of my document, I now want to say "Total points:"

Re: [NTG-context] Using Euler with simplefonts

2015-01-05 Thread Kumar Appaiah
xt >[1] [2]https://github.com/khaledhosny/euler-otf Indeed, getting the OTF fixed all the issues. Thanks Wolfgang and John! Kumar -- Kumar Appaiah ___ If your question is of interest to others as well, please add an

Re: [NTG-context] Using Euler with simplefonts

2015-01-01 Thread Kumar Appaiah
xt >[1] [2]https://github.com/khaledhosny/euler-otf Indeed, getting the OTF fixed all the issues. Thanks Wolfgang and John! Kumar -- Kumar Appaiah ___ If your question is of interest to others as well, please add an

Re: [NTG-context] Using Euler with simplefonts

2015-01-01 Thread Kumar Appaiah
On Thu, Jan 01, 2015 at 08:58:11AM -0500, John Kitzmiller wrote: > On Jan 1, 2015, at 6:00 AM, Kumar Appaiah wrote: > > > I am trying to use the simplefonts approach to get Euler for math, > > along with TeX Gyre fonts for text. > > > Here is setup magic from Hans

[NTG-context] Using Euler with simplefonts

2015-01-01 Thread Kumar Appaiah
Hi. I am trying to use the simplefonts approach to get Euler for math, along with TeX Gyre fonts for text. I've looked at some of the past list archives and I haven't yet been able to figure this out. I use TeXLive, and my context is 2014.05.21.20140528-1 (Debian version). Here is the font blurb:

Re: [NTG-context] Using lua with the command line for "macros"

2013-10-14 Thread Kumar Appaiah
text.starttext() > context.title(name) > context.blank() > context.input(name) > context.stoptext() > > you can directly runt it with the "context" command. Thanks Hans. This is a cleaner solution; I'll adopt it in the next document I am writing today.

Re: [NTG-context] Using lua with the command line for "macros"

2013-10-13 Thread Kumar Appaiah
On Sun, Oct 13, 2013 at 09:31:11PM -0400, Kumar Appaiah wrote: > On Mon, Oct 14, 2013 at 03:17:28AM +0200, luigi scarso wrote: > >Have you seen > >[2]http://www.pragma-ade.com/general/manuals/cld-mkiv.pdf > > No, I haven't seen it. I'll have a close look

Re: [NTG-context] Using lua with the command line for "macros"

2013-10-13 Thread Kumar Appaiah
On Mon, Oct 14, 2013 at 03:17:28AM +0200, luigi scarso wrote: >On Mon, Oct 14, 2013 at 3:01 AM, Kumar Appaiah ><[1]a.ku...@alumni.iitm.ac.in> wrote: > > Hi. > > At the outset, I understand that this is a slight abuse of LuaTeX and > this

[NTG-context] Using lua with the command line for "macros"

2013-10-13 Thread Kumar Appaiah
)}. … Now, with lualatex, I use the --lua command line option to pass the initial lua file name. However, for context, I've not found a way to do this. Could someone please advise me? Thanks. Kumar -- Kumar Appaiah _

Re: [NTG-context] Quick slide templates

2013-02-20 Thread Kumar Appaiah
bar]\page} > > \stoptext This is a lovely solution, and I'll put off learning LuaTeX for now. Thanks! :-) Kumar -- Kumar Appaiah ___ If your question is of interest to others as well, please add an en

Re: [NTG-context] Quick slide templates

2013-02-20 Thread Kumar Appaiah
blackrule[width=\myparameter, height=5mm, color=green] > \stopbuffer > > > \starttext > > \processmyparameters[1cm,2cm,3.5cm,4.5cm,8cm,11cm]{ > \getbuffer[greenbar]\page} > > \stoptext Thank you for this solution.

[NTG-context] Quick slide templates

2013-02-19 Thread Kumar Appaiah
something like a “function” whose argument is the image, and calling it creates that slide with an image? FWIW, I use texexec --xtx, but I am guessing a LuaTeX solution would be simpler. The XeTeX solution is what I am not able to find now. Thanks! Kumar -- Kumar Appaiah

Re: [NTG-context] Footnote rule colour

2013-02-15 Thread Kumar Appaiah
On Fri, Feb 15, 2013 at 04:43:21PM -0600, Kumar Appaiah wrote: > On Fri, Feb 15, 2013 at 04:31:37PM -0600, Kumar Appaiah wrote: > > Dear ConTeXt list, > > > > I am trying to use footnotes in a presentation, and the text colour I > > am using is white. Now, I've ma

Re: [NTG-context] Footnote rule colour

2013-02-15 Thread Kumar Appaiah
On Fri, Feb 15, 2013 at 04:31:37PM -0600, Kumar Appaiah wrote: > Dear ConTeXt list, > > I am trying to use footnotes in a presentation, and the text colour I > am using is white. Now, I've managed to set up the frame I want, and > the footnote appears in white, but the

[NTG-context] Footnote rule colour

2013-02-15 Thread Kumar Appaiah
that line white as well? Thanks. Kumar -- Kumar Appaiah ___ 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/listinf

Re: [NTG-context] Bold math trouble

2012-08-12 Thread Kumar Appaiah
;l.9 x = \boldsymbol{\Sigma} > >\Sigma > > > >However, if I make the 14pt above 11pt or 12pt, it works perfectly. Is > >there something I am doing wrong? > > maybe there is no bold math available I see. In other words, you are

[NTG-context] Bold math trouble

2012-08-12 Thread Kumar Appaiah
I am doing wrong? Thanks. Kumar -- Kumar Appaiah ___ 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-co

Re: [NTG-context] LinearShade trouble

2011-03-30 Thread Kumar Appaiah
ply. > Consider using mkiv as Hans suggested. Indeed, this was the solution. I added metafun to shell_escape_commands, and that did the trick! Thanks! Kumar -- Kumar Appaiah ___ If your question is of interest to others as well, pl

Re: [NTG-context] LinearShade trouble

2011-03-29 Thread Kumar Appaiah
hade}] \setupbackgrounds[page][background={shaded}] \starttext Here's my first presentation in \CONTEXT! Isn't it amazing? \stoptext This is from an old ConTeXt example I copied from your documentation (I don't recall exactly). Thanks! Kumar -- Kumar Appaiah _

[NTG-context] LinearShade trouble

2011-03-29 Thread Kumar Appaiah
. Thanks. Kumar -- Kumar Appaiah ___ 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

Re: [NTG-context] Margins around figures

2007-09-08 Thread Kumar Appaiah
ur own macro > wrapper around it. I understand, but it will be useful elsewhere. Again, many thanks! Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ If your qu

Re: [NTG-context] Margins around figures

2007-09-07 Thread Kumar Appaiah
On Fri, Sep 07, 2007 at 11:16:50PM +0530, Kumar Appaiah wrote: > But, is there still an elegant way to have more margin in MetaPost > images? OK, a cheap and dirty workaround: define a blank label at a location outside the bounds of your actual picture, and MetaPost does the needful. Ine

Re: [NTG-context] Margins around figures

2007-09-07 Thread Kumar Appaiah
vidual images. But, is there still an elegant way to have more margin in MetaPost images? Thanks! Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ If your que

Re: [NTG-context] Margins around figures

2007-09-07 Thread Kumar Appaiah
; l.26 ...o boundingbox currentpicture enlarged 1cm; ? What error could this be? The line I added is: setbounds currentpicture to boundingbox currentpicture enlarged 1cm; Thanks! Kumar -- Kumar Appaiah, 458, Jamuna Hostel,

[NTG-context] Margins around figures

2007-09-06 Thread Kumar Appaiah
files are in separate .mp files; I include them after converting. Thanks! Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ If your question is of interest to othe

Re: [NTG-context] texgyre

2007-09-05 Thread Kumar Appaiah
On Wed, Sep 05, 2007 at 01:48:55PM +0200, Andrea Valle wrote: > (Doesn't work here the url) http://www.gust.org.pl/projects/e-foundry/tex-gyre works. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai -

Re: [NTG-context] Background colour of included PDF images

2007-09-01 Thread Kumar Appaiah
Wolfgang Schuster writes: > you are not restricted to a gray background in your figures, you can > also use colors. > > \externalfigure[...][background=color,backgroundcolor=white] I seriously don't know why I didn't try it... it works wonderfully! Thanks a lot! :-) Kumar

[NTG-context] Background colour of included PDF images

2007-09-01 Thread Kumar Appaiah
e after scaling, does it? :-) Thanks in advance. And FYI: Version: Debian package: CtxTools | context version: 2007.04.17 12:51 (/usr/share/texmf/tex/context/base/context.tex) CtxTools | context version: 2007.04.17 12:51 (/usr/share/texmf/tex/context/base/cont-new.tex) Kumar -- Kumar Appaiah, 458

[NTG-context] Math symbols in Gentium

2007-03-21 Thread Kumar Appaiah
t the Gentium symbols? My type-sil-gentium.tex has this line, if that's relevant. \definetypeface[sil-gentium][mm][math][default][default][encoding=\defaultencoding] Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai

Re: [NTG-context] Chapters without page breaks

2007-03-05 Thread Kumar Appaiah
On Mon, Mar 05, 2007 at 02:03:40PM +0100, Wolfgang Schuster wrote: > Hi Kumar, > > if you mean the page break before a chapter you can use > \setuphead[chapter][page=no]. Many thanks! That's exactly what I wanted. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Instit

[NTG-context] Chapters without page breaks

2007-03-05 Thread Kumar Appaiah
Dear ConTeXt users, I was wondering whether there was a simply way to avoid a page break after \chapter. It'd be nice, since I am writing a small report. I did try \setupsectionblock, but didn't quite get it. Could you please suggest the "right way"? Thanks. Kumar --

Re: [NTG-context] Forcing pictures to stay in sections

2007-02-21 Thread Kumar Appaiah
On Wed, Feb 21, 2007 at 10:28:20AM +0100, Hans Hagen wrote: > \placefloats will flush pending floats Thanks. Works the way I expect it to! Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___

[NTG-context] Forcing pictures to stay in sections

2007-02-20 Thread Kumar Appaiah
xt section heading? One simple way to do it would be to force a new page before a section, but I want to save that space! :-) Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ ntg-conte

Re: [NTG-context] new user seeks help

2007-02-10 Thread Kumar Appaiah
.html#texlive-fonts This helps. Also, the links at http://wiki.contextgarden.net/Fonts are helpful. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Problems with fonts

2007-02-08 Thread Kumar Appaiah
nce my problems seem to have been resolved; all but the ``slightly poorer'' display which I seem to have on Acrobat, which other's don't. But, as you say, using PDF graphics from epstopdf made things all right. Thanks a lot to all those who patiently replied! Kumar -- Kumar

Re: [NTG-context] Problems with fonts

2007-02-07 Thread Kumar Appaiah
On Thu, Feb 08, 2007 at 06:53:31AM +0530, Kumar Appaiah wrote: [snip] Latest update: my PDF files appear (exactly) the same way as the files generated by http://live.contextgarden.net. Does that mean my installation is OK? Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of

Re: [NTG-context] Problems with fonts

2007-02-07 Thread Kumar Appaiah
On Wed, Feb 07, 2007 at 08:25:22PM +0530, Kumar Appaiah wrote: > > It should work out ok if you change the map file line to either: > > > >cmr12 LMRoman12-Regular > This didn't work. > > > or > > > >cmr12 CMR12 > This work

Re: [NTG-context] Problems with fonts

2007-02-07 Thread Kumar Appaiah
On Wed, Feb 07, 2007 at 02:22:39PM +0100, Taco Hoekwater wrote: > After looking at the files, I think I now know what is going wrong. > > The map file line is > >cmr12 CMR12 > dvips takes this to mean: you should include both files, and > then try to reencode the font CMR12 into the

Re: [NTG-context] Problems with fonts

2007-02-07 Thread Kumar Appaiah
file `/usr/share/texmf/fonts/map/dvips/lm/lm-el.map' !!! ERROR! The map file `lm.map' has not been found at all. Either put this file into the right place or remove the reference from the configuration file. An automatic way to disable unavailable map files i

Re: [NTG-context] Problems with fonts

2007-02-07 Thread Kumar Appaiah
1/dvips_output.bz2 Hope I'm getting somewhere. Thanks for the support! Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Problems with fonts

2007-02-06 Thread Kumar Appaiah
check the directories searched for the map file; the directory in which original-public-lm resides is /usr/share/texmf/fonts/map/pdftex/context and it doesn't appear on that list, but I'd like you to confirm. Get it at http://www.ee.iitm.ac.in/~ee03b091/dvips_output.bz2 Thanks. Ku

Re: [NTG-context] Problems with fonts

2007-02-06 Thread Kumar Appaiah
ent. So, that means I shouldn't worry about the slightly bad rendering? That is all right. But I am yet to figure out why dvips/divpdf fail while dvipdfmx seems to get the math symbols right. Thanks. Kumar -- Kumar Appaiah 462, Jamuna Hostel, Indian Institute of Technology Madras Che

Re: [NTG-context] Problems with fonts

2007-02-06 Thread Kumar Appaiah
On Tue, Feb 06, 2007 at 02:07:02PM +0530, Kumar Appaiah wrote: > I have tarred the whole directory and put it in the same file: > > http://www.ee.iitm.ac.in/~ee03b091/compile.tar.bz2 > > Of course, I couldn't make out much from the logs, but there do seem > to be som

Re: [NTG-context] Problems with fonts

2007-02-06 Thread Kumar Appaiah
se, more experienced persons: please throw some light. Thanks! Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Problems with fonts

2007-02-05 Thread Kumar Appaiah
On Tue, Feb 06, 2007 at 07:09:38AM +0530, Kumar Appaiah wrote: > Same holds for \Omega. Actually, there is something wrong with the > fonts; CMR fonts don't seem to be used. Here is an example: > > See caption for figures 4, 5, 6 etc. These should have a \Omega > wherever t

Re: [NTG-context] Problems with fonts

2007-02-05 Thread Kumar Appaiah
03b091/ee03b091.pdf A similar document made with the old ConTeXt is: http://www.ee.iitm.ac.in/~ee03b091/ee03b091_nice.pdf The fonts render very well in Acrobat as well as have all symbols. This is what I was mentioning. Dr. Norbert Preining (Debian TeX maintainer) writes this: On Mon, 05 Feb

Re: [NTG-context] Problems with fonts

2007-02-04 Thread Kumar Appaiah
de and get back to you. Thanks for the suggestion. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Problems with fonts

2007-02-04 Thread Kumar Appaiah
Dear ConTeXt users, I am a Debian GNU/Linux user. I recently upgraded from an old teTeX to the latest ConTeXt in Debian. With the upgrade, however, I got a "missing cont-en.fmt" error (http://bugs.debian.org/409575) which I solved by doing a texexec --make --all, and placing the cont-en.fmt from m

Re: [NTG-context] Problems installing Gentium TTF

2006-01-22 Thread Kumar Appaiah
On Sun, Jan 22, 2006 at 02:03:42PM +0100, Henning Hraban Ramm wrote: > Am 2006-01-22 um 12:25 schrieb Kumar Appaiah: > > Did you read the thread "font encodings (glyph lossed..."? > As you see, we have some problems with TrueType fonts. > My font package from this morni

Re: [NTG-context] Problems installing Gentium TTF

2006-01-22 Thread Kumar Appaiah
On Sat, Jan 21, 2006 at 07:41:47PM +0100, Henning Hraban Ramm wrote: > Am 2006-01-21 um 17:56 schrieb Kumar Appaiah: > > >from texexec. I have installed the fonts with --en=ec, so that is > >ruled out. What could the problem be? > > I don't know where your problem

[NTG-context] Problems installing Gentium TTF

2006-01-21 Thread Kumar Appaiah
provided at the end of that page to work, I get: bodyfont: unknown variant MyGentium from texexec. I have installed the fonts with --en=ec, so that is ruled out. What could the problem be? Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai

[NTG-context] Reg. fonts and math

2006-01-11 Thread Kumar Appaiah
would explain TeX (as opposed to LaTeX) math? Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context