[NTG-context] .jpeg not recognised in LMTX

2020-06-24 Thread Sytse Knypstra
Today I discovered that my LMTX version (2020.06.20) does not render an \externalfigure with .jpeg extension. After renaming to .jpg the picture is correctly shown. I would suggest to add the .jpeg extension to the list of allowed graphic types in LMTX. With greetings, Sytse Knypstra

Re: [NTG-context] Installing on arm64

2020-06-10 Thread Sytse Knypstra
(I didn't check):     aarch64)     PLATFORM="linux-aarch64" ;; Hans and Lutz, thank you for your advice. Sytse P.S. This afternoon I accidentally sent this e-mail to a wrong address; I now see tha

[NTG-context] Installing on arm64

2020-06-10 Thread Sytse Knypstra
can ask on the ConTeXt mailing-list: ntg-context@ntg.nl. Is it really possible to install ConTeXt on my Rock64 and what should I do to achieve that? Thank you for your help, Sytse Knypstra ___ If your question

Re: [NTG-context] balanced vertical spaces under \startcolumnset

2019-08-24 Thread Sytse Knypstra
Maybe paragraphs work for you? (https://wiki.contextgarden.net/Columns) Sytse > Op 22 augustus 2019 om 15:37 schreef Jeong Dal : > > > Dear Sytse Knypstra, > > Thank you for your reply. > > I read the manual “Columns” as you suggested. > The command \setupcol

Re: [NTG-context] balanced vertical spaces under \startcolumnset

2019-08-21 Thread Sytse Knypstra
[...][...][...][...] % see the manual COLUMNS, page 9 %\showgrid % uncomment if you want to see the grid lines and line numbers You find the manual COLUMNS under the heading 'Layout' on https://wiki.contextgarden.net/Manuals. With kind regards, Sytse > Op 20 augustus 2019 om 12:37 schr

[NTG-context] \setupcolumnsetlines does not work again

2019-08-19 Thread Sytse Knypstra
ind it? Sytse > Op 17 augustus 2019 om 23:54 schreef Sytse Knypstra : > > > Wolfgang wrote: > > The settings for the second columnset work when the first columnset goes > > over of two or more pages. > > Thank you, now I understand the mechanism: only if the first c

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Sytse Knypstra
g or a feature? If it is a feature, what is the idea behind it? Sytse ___ 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

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Sytse Knypstra
set[Two][n=2]
 \setupcolumnsetlines[Two][1][1][9]
 \setupcolumnsetlines[Two][2][1][9]
 \starttext 
 \startcolumnset[Two]
 \input knuth 
 \stopcolumnset 
 \startcolumnset[Two] 
 \input knuth 
 \stopcolumnset 
\stoptext Sytse > Op 17 augustus 2019 om 15:1

[NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Sytse Knypstra

 \startcolumnset[Two]
 \input knuth
 \stopcolumnset
 \page \setupcolumnsetlines[Two][1][1][9]
 \startcolumnset[Two]
 \input knuth
 \stopcolumnset
 \stoptext
 Thank you for your suggestions, Sytse Knypstra

Re: [NTG-context] white space after a float in a column

2019-08-12 Thread Sytse Knypstra
Hi all, In my recent question I had overlooked the possibility of using \startplaceintermezzo ... \stopplaceintermezzo and inserting a \blank before the \stopplaceintermezzo. Sorry for this stupid mistake and the noise. With kind regards, Sytse Knypstra

[NTG-context] white space after a float in a column

2019-08-10 Thread Sytse knyps...@home.nl
ntermezzo? A secondary remark: \placeintermezzo always puts the framed text at the top of the next column, no matter whether the parameter is top or bottom. But this is not a big deal. Sytse Knypstra ___ If your question is of inte

[NTG-context] Columnsets not balanced

2019-07-15 Thread Sytse knyps...@home.nl
] \starttext \startcolumnset[Two] \input knuth \stopcolumnset \stoptext How can I automatically obtain balanced columns? Sytse Knypstra ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] Unexpected float numbering in unnumbered subsubsection

2015-12-16 Thread Sytse Knypstra
On 15-12-15 14:14, Peter Münster wrote: On Tue, Dec 15 2015, Sytse Knypstra wrote: P.S. I couldn't find the test suite. http://bfy.tw/3IIV ;) The first link on http://wiki.contextgarden.net/Test_suite gives: "The requested URL /gf/project/contexttest/ was not found on t

Re: [NTG-context] Unexpected float numbering in unnumbered subsubsection

2015-12-15 Thread Sytse Knypstra
Jan Willem Flamma pointed out, it is then also omitted in the figure captions. Maybe this is intended behaviour, but inconvenient for me. P.S. I couldn't find the test suite. Sytse On 15-12-15 11:29, Hans Hagen wrote: On 12/15/2015 11:13 AM, Sytse Knypstra wrote: Dear list members,

Re: [NTG-context] Unexpected float numbering in unnumbered subsubsection

2015-12-15 Thread Sytse Knypstra
27;) and the section numbering ('1.0', '2.0', etc) in \setupheadertexts [\somenamedheadnumber{section}{current}][...etc]. Sytse Knypstra On 15-12-15 09:45, Jan Willem Flamma wrote: I ran into the following issue related to figure/float numbering. I use numbered chapte

Re: [NTG-context] Unnumbered subject in TOC, numbered exercises in text

2015-11-30 Thread Sytse Knypstra
Thank you, Wolfgang, I changed 'special' into another word and replaced 'incrementnumber=yes' by 'incrementnumber=list'. But the result does still not reach my second goal: my exercise numbers are still 1 and 1 instead of having chapter number prefixes (1.1 and

[NTG-context] Unnumbered subject in TOC, numbered exercises in text

2015-11-30 Thread Sytse Knypstra
achieved when uncommenting only the second option. How can I realize both simultaneously ?

 Thank you in advance, 

Sytse %%% 
\definehead[special][subject]
 \setuphead[special]
 [
 %number=no, 
%incrementnumber=yes,
 ] 
\setuplist[special

[NTG-context] How to place background text on proper page

2015-11-06 Thread Sytse Knypstra
on page 1 %\page
 \block % partially on page 2 \startbackground
 \block % only on page 2 if \page is uncommented \stopbackground 
\stoptext Thanks in advance, Sytse Knypstra ___ If your question is of interest to

[NTG-context] Typesetting levels of index differently

2015-09-23 Thread Sytse Knypstra
\setupregister command: \setupregister[.?.] \starttext \index{level+second} \completeindex % rendering 'second' as italic \stoptext Sytse ___ If your question is of interest to others as well, please add a

Re: [NTG-context] footnote in framedtext (Gerben Wierda)

2014-12-07 Thread Sytse Knypstra
Did you issue an \automigrateinserts in your setup? Sytse On 12/07/2014 12:00 PM, Gerben Wierdal wrote: I'm using mkii. I have a \footnote in text between \startframedtext and stopframedtext, but the footnote is not typeset, neither at the bottom of the page nor at the bottom of the f

Re: [NTG-context] system "Linux armv7l" is not supported yet

2014-07-27 Thread Sytse Knypstra
is 44,502.35 mtxrun | forcing cache reload resolvers | resolving | looking for 'texmfcnf.lua' on given path '/home/sytse/texmf/web2c' from specification 'home:texmf/web2c' resolvers | resolving | looking for 'texmfcnf.lua' on we

Re: [NTG-context] system "Linux armv7l" is not supported yet

2014-07-26 Thread Sytse Knypstra
On Sat, 26 Jul, 2014 at 10:43 AM, Mojca Miklavec wrote: You can try: svn co http://svn.contextgarden.net/suite-bin/tex/armel-linux cd armel-linux/luatex ./luatex --version I succeeded in the first two steps, but the third one did not work; it said: sytse@MINIX_UBUNTU:~/context

Re: [NTG-context] system "Linux armv7l" is not supported yet

2014-07-25 Thread Sytse Knypstra
o that it can be executed. But execution gave the error message: `Failed to execute child process "/home/sytse/context/luatex" (No such file or directory)`. Sytse ___ If your question is of interest to

[NTG-context] system "Linux armv7l" is not supported yet

2014-07-25 Thread Sytse Knypstra
-400 GPU. With kind regards, Sytse Knypstra ___ 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] indenting in enumerations in mkiv

2014-07-01 Thread Sytse
Within the enumeration environment I want the first paragraph not to be indented, whereas the second and following paragraphs should start with an indent. The example below works fine in mkii, but I would like to use mkiv in which the first line is also indented. Sytse

Re: [NTG-context] TeXnicCenter

2007-11-30 Thread Sytse Knypstra
in the "Command line arguments to pass to the compiler" under the (La)TeX tab in: Build -> Define Output Profiles ... Instead you should enter [DocOpen("%bm.pdf")][FileOpen("%bm.pdf")] under the Viewer tab after "Command:&

Re: [NTG-context] Context in TechnicCenter

2007-06-19 Thread Sytse Knypstra
Liesbeth, Did you read the Wiki: http://wiki.contextgarden.net/Configure_TeXnicCenter_for_ConTeXt Sytse Knypstra Hans Hagen wrote: > Liesbeth van der Plas wrote: >> >> Als nieuw lid en nog niet eens Tex-gebruikster probeer ik, na >> installatie van MiKTEX, TechnicC

Re: [NTG-context] CtxTools problem

2007-05-03 Thread Sytse Knypstra
There already exists a file 'gunzip.exe' in the ...\context\tex\texmf-mswin\bin directory. You can rename this file into unzip.exe. Even better: maybe Hans could rename this file already into unzip.exe in the standalone version. Sytse Knypstra Peter Rolf wrote: > Keith McKay

Re: [NTG-context] overset in ConTeXt

2007-02-19 Thread Sytse Knypstra
Maybe \bar{q}_2 or \overline{q_2}? Sytse Knypstra Jean Magnan de Bornier wrote: > Hi all, > I cannot find how to type a bar over a letter in math mode; in LaTeX the > command is something like \overset{-}{q}; but ConTeXt doesn't like it: > > ! Undefined control sequ

Re: [NTG-context] Example -- Solution Pair

2005-12-20 Thread Sytse Knypstra
Maybe the following works? \defineenumeration[example][text=Example,coupling=solution] \defineenumeration[solution][text=Solution,after={\hfill{$\Box$}\blank},coupling=example] Sytse Knypstra David Arnold wrote: All, Anyone have an environment something along the lines of: \startexample

[NTG-context] Installing YandY Lucida Bright fonts

2005-11-28 Thread Sytse Knypstra
I take the identically named files from Hans's recent (bh-)lucida.zip file? (To be continued) With kind regards, Sytse ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] (Re)installing mswintex

2005-11-03 Thread Sytse Knypstra
gt; setuptex.bat > mktexlsr > texexec --make --alone nl en metafun "C:\" can be replaced by any other (sub)directory name Sytse Knypstra ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] (Re)installing mswintex

2005-11-03 Thread Sytse Knypstra
s still puzzling me, but I don't want to bother you with that problem. Thank you for your help, Sytse Knypstra ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] (Re)installing mswintex

2005-11-03 Thread Sytse Knypstra
\loadmapfile[qx-public-lm.map] \loadmapfile[t5-public-lm.map] \fi \usetypescriptfile[type-buy] \runMPgraphicstrue \runMPTEXgraphicstrue \useMETAFUNformattrue \protectbufferstrue \protect \endinput Sytse Knypstra ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] (Re)installing mswintex

2005-11-03 Thread Sytse Knypstra
ont map file ] systems : end file test at line 5 ) ... Warning: pdfetex.exe (file ec-lmr12): Font ec-lmr12 at 72 not found Output written on test.pdf (1 page, 2019 bytes). Still puzzled. Sytse Knypstra Willi Egger wrote: Hi Sytse, You made a complete new installation of the minimal ConTexT

[NTG-context] (Re)installing mswintex

2005-11-02 Thread Sytse Knypstra
ex.exe (file ec-lmr12): Font ec-lmr12 at 72 not found What did I do wrong? Sytse Knypstra ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] How to use Lucida bright font after installing mswintex

2005-08-25 Thread Sytse Knypstra
Thank you, Taco, now it works ok. Sytse Taco Hoekwater wrote: Hai Sytse, It looks like your new installation is conflicting with the old (pre-texfont / pre-typescripts) support for Lucida Bright. type-buy.tex in the ConTeXt distribution already contains a typescript named "lucida"

[NTG-context] How to use Lucida bright font after installing mswintex

2005-08-24 Thread Sytse Knypstra
ce[lucida][11pt] Any help is highly appreciated. Sytse Knypstra ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] how to use Times Roman font

2005-07-20 Thread Sytse Knypstra
On 2005-03-20 and 2005-03-21 there was a thread on this list about using the Times Roman font under the CONTEXT distribution for Windows. I'm running into similar problems (also with the Bookman and Lucida bright fonts) and I am curious whether the problem was solved and how. Sytse Kny

Re: [NTG-context] Cannot use array in the formula?

2005-05-24 Thread Sytse Knypstra
You can use \TeX commands such as \matrix, \pmatrix, \cases, \eqalign. Sytse Knypstra 龙 飞 wrote: > I try to use: > \startformula > \left\{ [EMAIL PROTECTED] > xx & yy \\ > zz & aa > \end{array} \right. > \stopformula > But Context log says "Undefined control

Re: [NTG-context] Re: Tutorial

2005-04-12 Thread Sytse Knypstra
on on http://archive.contextgarden.net/message/20031205.084314.a5019886.html Sytse ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Bold math

2004-08-31 Thread Sytse Knypstra
coding=texnansi] \setupformulas [method=bold] \usetypescript [lucida] [texnansi] \switchtotypeface [lucida] [12pt] \switchtobodyfont[mainface] \usemathcollection[lbr] \setupbodyfont[mainface] \starttext ${\bfm ( | * )}$ \stoptext Sytse Knypstra ___ ntg-conte

[NTG-context] Boldmath Lucida

2004-08-26 Thread Sytse Knypstra
Hi all, When writing a mathematical text I encountered a few problems with bold symbols. Under the line you will find three problems (dutch interface). Are they due to my insufficient knowledge of installing fonts? Thanks for any comment. Sytse Knypstra

Re: [NTG-context] Superimposing two flowcharts

2004-04-26 Thread Sytse Knypstra
Bedankt, Hans Sytse I see, you need a shape that spans n cells. I must figure out a way to extend the flow charter with that (i.e. a kind of virtual shape, where the lines are still drawn from separate nodes, something: ___ ntg-context mailing list

Re: [NTG-context] Superimposing two flowcharts

2004-04-23 Thread Sytse Knypstra
Thank you Hans. The remaining problem is that the bigger shape is scaled down to the size of the smaller shapes. Sytse Here is the source: \setupFLOWcharts[ [ nx=1, ny=1, dx=40pt, dy=25pt, breedte=260pt, hoogte=130pt ] \setupFLOWlines [hoek=rond, kaderkleur=blauw, pijl=ja] \startFLOWchart

[NTG-context] Superimposing two flowcharts

2004-04-22 Thread Sytse Knypstra
which two are invisible because their shape is defined as `node'). My idea is to put one flowchart on top of the other. Is this possible? And if it is, how should I do this? B.t.w. using `offset=overlay' in \setupFLOWcharts gives a syntax error. Syts

Re: [NTG-context] TeX capacity exceeded, sorry [hash size=35000]

2003-12-09 Thread Sytse Knypstra
As I got no solutions to this problem, my conclusion is that it is not possible to enlarge the hash size parameter in MikTeX. For serious work with ConTeXt I should therefore drop MikTeX and take e.g. the TeXLive distribution. Is this a valid conclusion? Sytse At 12/5/2003 10:43, I wrote: Hi

[NTG-context] TeX capacity exceeded, sorry [hash size=35000]

2003-12-05 Thread Sytse Knypstra
there any solution in MikTeX available? Thanks, Sytse ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] bold math

2003-11-21 Thread Sytse Knypstra
ld math is already prepared in the core modules, so normally one can do with less code.' Can anybody tell me what code I have to add and where? I would like to get the following line $\theta = {\bfmath \alpha' x}$ with \theta in normal math and \alpha and x in math bold

[NTG-context] bold math

2003-11-11 Thread Sytse Knypstra
f what is written in the `Fonts in ConTeXt' manual. Can anybody give me a solution of how to achieve this? BTW. Shouldn't this feature be a standard one in ConTeXt? Thanks Sytse ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] start a program with a particular file

2003-06-16 Thread Sytse Knypstra
\naar{programma Sila}[Sila.exe(Sila.spf)] Maybe I should wait until the coming version. Sytse Knypstra ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] start a program with a particular file

2003-06-12 Thread Sytse Knypstra
Dear ConTeXt users, Can anybody tell me whether it is possible to start a program with a particular file? Let's say I want to start mediaplayer with the file MyMusic.wav. Thank you, Sytse Knypstra ___ ntg-context mailing list [EMAIL PROTECTED]

Re: [NTG-context] No MP graphics after installation under MikTeX

2003-06-10 Thread Sytse Knypstra
document again. Now the warning message disappeared and I got not only text, but also graphics!!! I'm very glad after the frustrations of the past weeks. I also want to thank especially Giuseppe Bilotta for his efforts to resolve my problem. With kind regards, Sytse Knypstra At 14:27 10.06

Re[3]: [NTG-context] No MP graphics after installation under MikTeX

2003-06-06 Thread Sytse Knypstra
At 16:16 06.06.2003, you wrote: Friday, June 6, 2003 Sytse Knypstra wrote: SK> 16. A simple testfile with a short text, a flowchart and a metafun graphic SK> does not generate the graphics, but only the texts. Uhm. I really don't see why it wouldn't work. Do you still get

Re[2]: [NTG-context] No MP graphics after installation under MikTeX

2003-06-06 Thread Sytse Knypstra
ican Mathematical Society. METAFONT is a trademark of Addison-Wesley Publishing Company. PostScript is a trademark of Adobe Systems Incorporated. Sytse "Zachar" Knypstra Installation of MikTeX and ConTeXt, June 6, 2003 0. Perl has already been installed; MS-DOS path contains a.o.

Re[2]: [NTG-context] No MP graphics after installation under MikTeX

2003-06-06 Thread Sytse Knypstra
y 4 kb) in c:\texmf\miktex\bin. Is this sufficient evidence that metapost was installed? Isn't metapost installed when installing MikTeX? If not, where do I get it? This directory c:\texmf\miktex\bin is in the MS-DOS path. I still get the warn

Re: [NTG-context] No MP graphics after installation under MikTeX

2003-06-04 Thread Sytse Knypstra
again. The result was still the same: no graphics. But I noticed the warning (not in the log-file): Unknown command "mpost" Does this give a clue to what is wrong? Sytse Knypstra ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/

[NTG-context] No MP graphics after installation under MikTeX

2003-06-03 Thread Sytse Knypstra
Dear ConTeXt users, I tried to (re)install ConTeXt under MikTeX in the following way, but a simple test file with a flowchart and a MP graphic gave me the texts of the flowchart only. Can anybody give me advice? Thank you in advance, Sytse Knypstra These are the steps I took: 0. Perl has