[NTG-context] Project setup query

2020-04-30 Thread Alan Bowen
This is a minor issue—to which I expect the answer will be simple, something I should know by now but do not. I am just trying to see if I can streamline a working directory. In Directory01, I have a number of prd_NameXX.tex files as well as a Directory02 which contains .tex files that are to be

[NTG-context] output file name query

2020-05-22 Thread Alan Bowen
In my project, I process a single product file by enabling various modes. What I would like to do is to vary the name of the output PDF file in each instance. So, in processing a file, how does one go directly from prd_filename.tex to myfilename.pdf rather than to prd_filename.pdf—assuming that it

[NTG-context] referencing both real and user pagenumbers

2020-05-28 Thread Alan Bowen
I have a collection of papers printed previously that are to go into a single volume so that, while the papers retain their original pagination and internal cross-referencing, they are also paginated continuously. I have managed to do this using userpagenumbers for the individual papers and realpag

[NTG-context] \frac and vertical spacing issue in mathfractions

2020-06-06 Thread Alan Bowen
In the current beta ( LuaMetaTeX, Version 2.06.05), \m{\frac{28}{8\times29}} puts the numerator and denominator too close to the dividing line. Similarly for the variants of \frac and \over. \m{{28}\over{8\times29}} Alan __

[NTG-context] problem with counters (page)

2020-06-09 Thread Alan Bowen
My efforts to set up a new page counter in the footertexts of a book are not proving successful. The following code shows the nature of the problem. \definecounter[volpage][type=page, way=bypage] \starttext \setcounter[volpage][5] \dorecurse{3}{\startTEXpage[offset=2pc] \input ward \blank[medium]

Re: [NTG-context] problem with counters (page)

2020-06-10 Thread Alan Bowen
10, 2020 at 3:14 AM Taco Hoekwater wrote: > Hi, > > Incrementing the counter outside of the TEXpage should work. > > Best wishes, > Taco > > > On 9 Jun 2020, at 23:34, Alan Bowen wrote: > > > > My efforts to set up a new page counter in the footertexts of a

Re: [NTG-context] problem with counters (page)

2020-06-10 Thread Alan Bowen
set=2pc] > \input ward > \blank[medium] > > \centerline{\red\tfa\rawcounter[volpage]\incrementcounter[volpage]} > \stopTEXpage} > \stoptext > > > > On 10 Jun 2020, at 15:05, Alan Bowen wrote: > > > > Hi, Taco— > > > >

Re: [NTG-context] new version

2020-06-10 Thread Alan Bowen
The problem with vertical spacing in \frac and \over is fixed. Many thanks, Hans! Alan On Wed, Jun 10, 2020 at 4:03 AM Hans Hagen wrote: > Hi, > > I uploaded a new version. There have been no changes to the typesetting > machinery although we're still in the process of finetuning some updated >

[NTG-context] fatal error with latest lmtx

2020-08-14 Thread Alan Bowen
Hi— I have just installed (clean) the latest lmtx. Processing \starttext Hello world! \stoptext fails with this error message: Fatal Error > Your format does not match the base files! Format Version > 2020.08.14 18:28 LMTX Files Version > 2020.08.14 18:27 Alan __

[NTG-context] latest lmtx

2020-09-05 Thread Alan Bowen
When I process \starttext Hello, world! \stoptext I get the following error message: /Users/bowen1/Library/TeXShop/Engines/LuaMetaTeX.engine:9: no such file or directory: /Users/bowen1/context-osx-64/tex/texmf-osx-64/bin/mtxrun resolvers | formats | executing runner 'run luametatex format':

Re: [NTG-context] latest lmtx

2020-09-05 Thread Alan Bowen
No, Hraban, and I have never had a directory /Users/bowen1/context-osx-64. Does Luametatex 2.10 (Context 2020.09.03) now require one? Alan On Sat, Sep 5, 2020 at 10:26 AM Henning Hraban Ramm wrote: > > > > Am 05.09.2020 um 16:08 schrieb Alan Bowen : > > > > When

Re: [NTG-context] latest lmtx

2020-09-05 Thread Alan Bowen
;$1" --purgeall > > where I am invoking the file > /context-osx-64/tex/texmf-osx-64/bin/mtxrun > which is in the folder context-osx-64 where I installed LuaMetaTeX by > running > sh install.sh > > Therefore your LuaMetaTeX.engine file should contain the

[NTG-context] numbering pages included by \copypages

2020-09-24 Thread Alan Bowen
I need to include several documents in a single paginated file. Treating the source file (.tex) of each document as a component file in a .prd file is one way to go. But I was wondering if it might be possible to do get the same result using the .pdf files of each document instead. \copypages is p

Re: [NTG-context] numbering pages included by \copypages

2020-09-28 Thread Alan Bowen
, 2020 at 6:12 AM Hans Hagen wrote: > On 9/25/2020 5:53 AM, Aditya Mahajan wrote: > > On Fri, 25 Sep 2020, Wolfgang Schuster wrote: > > > >> Aditya Mahajan schrieb am 24.09.2020 um 23:48: > >>> On Thu, 24 Sep 2020, Alan Bowen wrote: > >>>&g

[NTG-context] page counter problem

2020-09-30 Thread Alan Bowen
he page counter does not increase in the first iteration an PDf inclusion but seems to work properly after that. Have attached a sample file (69K) that will serve to show the problem—at least, on my machine. \starttext \setupexternalfigures[location=default] \setuplayer[preset=middlebottom, metho

Re: [NTG-context] no frontmatter head on recto page

2020-09-30 Thread Alan Bowen
Thank you, Taco, for the fix *and* the helpful explanation. The file now works (and I can now put this project to bed!) Alan On Wed, Sep 30, 2020 at 7:44 AM Taco Hoekwater wrote: > > > > On 30 Sep 2020, at 11:46, jbf wrote: > > > > For some reason that I cannot work out, the recto page header

Re: [NTG-context] no frontmatter head on recto page

2020-09-30 Thread Alan Bowen
My apologies for the mixed message. A. On Wed, Sep 30, 2020 at 8:56 AM Alan Bowen wrote: > Thank you, Taco, for the fix *and* the helpful explanation. > > The file now works (and I can now put this project to bed!) > > Alan > > On Wed, Sep 30, 2020 at 7:44 AM

Re: [NTG-context] page counter problem

2020-09-30 Thread Alan Bowen
Thank you, Taco, for the fix *and* the helpful explanation. The file now works (and I can now put this project to bed!) Alan On Wed, Sep 30, 2020 at 7:38 AM Taco Hoekwater wrote: > Hi Alan, > > > On 30 Sep 2020, at 12:50, Alan Bowen wrote: > > > > he page counter

[NTG-context] oldstyle numerals in STIX Two Math

2020-10-21 Thread Alan Bowen
I am trying to get the STIX Two fonts to display oldstyle numerals. I have the oldstyle numerals in STIX Two Text, the problem is the math font. So far, my mwe is: \definefontfamily[mainface][rm][STIX Two Text][] %onum=yes does not seem to work \definefontfamily[mainface][mm][STIX Two Math][] \de

Re: [NTG-context] oldstyle numerals in STIX Two Math

2020-10-21 Thread Alan Bowen
STIX Two Text. And that is something I need to take advantage of Wolfgang’s code. Alan On Wed, Oct 21, 2020 at 10:31 AM Henning Hraban Ramm wrote: > > > > Am 21.10.2020 um 15:59 schrieb Alan Bowen : > > > > I am trying to get the STIX Two fonts to display oldstyle nume

Re: [NTG-context] issue with LMTX and itemize

2020-11-07 Thread Alan Bowen
Hi, Pablo— Shouldn’t it be either \item a or \startitem a\stopitem ? Alan On Sat, Nov 7, 2020 at 9:52 AM Pablo Rodriguez wrote: > Dear list, > > I have the following sample: > > \starttext > \startitemize > \item a\stopitem > \stopitemize > \stoptext > > With latest LMTX fro

Re: [NTG-context] issue with LMTX and itemize

2020-11-07 Thread Alan Bowen
and on mine with today’s standalone. A. On Sat, Nov 7, 2020 at 10:27 AM Pablo Rodriguez wrote: > On 11/7/20 4:11 PM, Alan Bowen wrote: > > Hi, Pablo— > > > > Shouldn’t it be either > > \item a > > or > > \startitem a\stopitem > > ? > Hi Alan, >

[NTG-context] Scheherazade New loading issue

2020-11-07 Thread Alan Bowen
Though Scheherazade New font loads properly with the today’s LMTX, I cannot get it to load with LMTX from 2020.09.20 (which I must stay with for now because the latest one has its own complaints about my files). \definefallbackfamily[mainface][][Scheherazade New] [range=arabic] \definefontfamily[m

Re: [NTG-context] Scheherazade New loading issue

2020-11-07 Thread Alan Bowen
ce' style 'rm' was ignored because no files where found. And yet Scheherazade New sits beside Scheherazade (which 2020.09.20 finds) in ~/Fonts. I fixed my definition of \definefallbackfamily—thanks for catching that. Alan On Sat, Nov 7, 2020 at 1:25 PM Pablo Rodriguez wrote: >

[NTG-context] issue with \cite in ConTeXt ver: 2020.12.22 22:14 LMTX fmt: 2020.12.22

2020-12-22 Thread Alan Bowen
\cite no longer works as expected MWE: \startsetups[tightspace] \spaceskip 0.5\interwordspace plus.5\interwordstretch minus \interwordshrink \stopsetups \def\dostartbibitem[#1][#2]% {\doifsomethingelse{#2}% {\startBibItem[reference={#1},title={#2}]}% {\startBibItem[reference={#1},title={#1}]}

[NTG-context] text alignment issue

2020-12-30 Thread Alan Bowen
In the last few versions of luametatex standalone, paragraphs that were once justified now appear ragged right. My insertions of \setupparagraphs[align=wide/normal/yes] and \setupalign[wide/normal/yes] have had no effect. Is there some new coding that is needed to get justified text? Alan

Re: [NTG-context] text alignment issue

2020-12-30 Thread Alan Bowen
Fixed in today’s standalone. Many thanks—and best wishes for 2021!! Alan On Wed, Dec 30, 2020 at 10:51 AM Alan Bowen wrote: > In the last few versions of luametatex standalone, paragraphs that were > once justified now appear ragged right. My insertions of > \setupparagraphs[align=wi

[NTG-context] \startblockquote…\stopblockquote issue

2020-12-31 Thread Alan Bowen
In the latest standalone ( ConTeXt ver: 2020.12.30 16:45 LMTX fmt: 2020.12.30), \startblockquote and \stopblockquote do not work when I use the key, method=font, or include \setupquotation[method=font]. MWE %\setupquotation[method=font] \setupdelimitedtext[blockquote][ % method=font, before={\

[NTG-context] \setupcolors and \underbar bug?

2021-01-14 Thread Alan Bowen
The mwe \starttext \setupcolors[state=stop] {\darkred Test} \underbar{Here} \stoptext fails: “Here” does not appear above the underbar (which has the correct length). When \setupcolors[state=stop] is commented out, the file runs as it should. Alan __

[NTG-context] yesterday’s version of luametatex needed

2021-02-12 Thread Alan Bowen
I need to reinstall luametatex version 2.08.13. Is there a page somewhere describing how to do this? Alan ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] outputting components in their own PDFs

2021-03-01 Thread Alan Bowen
I have a project-component setup and need to produce a single PDF file containing all the components as well as a PDF file for each component. The single file is easy. Is there a way to automate the generation of the PDF files for the individual components? Alan ___

[NTG-context] outputting components in their own PDFs

2021-03-02 Thread Alan Bowen
Denis— Many thanks for your explanation. It works very well in my separating components (chapters) and is going to save me a lot of time. Thanks too to Hans. And my apologies for missing the earlier discussion: my internet access and email has been very flakey of late and I know that I have lost

[NTG-context] error with recent standalone (luametatex)

2021-03-05 Thread Alan Bowen
Files that ran well with ver ConTeXt ver: 2021.02.20 16:50 LMTX and earlier now fail with the following message: tex error > tex error on line 74 in file c_Review-0201-01_Bojowald.tex: lua error: run callback [36]: [string "/Applications/LuaMetaTeX/tex/texmf-context/te..."]:1343: attempt t

[NTG-context] PDF custom properties

2021-03-23 Thread Alan Bowen
I should like to set the PDf properties so that the Document Info panel has Editor ... Title ... Subtitle ... Subject ... Keyword The problem is that currently \setupinteraction[subtitle=text,] goes to Subject and that there are no keys to get output labelled Subject or Editor. I have experi

Re: [NTG-context] PDF custom properties

2021-03-23 Thread Alan Bowen
. Thanks for the PDF spec file. I will check it out for any hints about non-standard metadata. Alan On Tue, Mar 23, 2021 at 4:33 PM Pablo Rodriguez wrote: > On 3/23/21 8:25 PM, Alan Bowen wrote: > > I should like to set the PDf properties so that the Document Info panel > ha

Re: [NTG-context] PDF custom properties

2021-03-25 Thread Alan Bowen
, 2021 at 2:57 PM Pablo Rodriguez wrote: > On 3/23/21 10:12 PM, Alan Bowen wrote: > > Hi, Pablo— > > > > My inquiry concerns the possibility of getting *custom* properties that > > I could specify using \setupinteraction in a way that would output in > > the PDF file

[NTG-context] latest standalone—lua error

2021-04-29 Thread Alan Bowen
With ConTeXt ver: 2021.04.28 18:39 LMTX fmt: 2021.4.29 int, I am now getting the following error on compiling with files that were OK previously. Is there something that I need to change? Alan lua error > lua error on line 232 in file ../../env_Aestimatio-00.tex: registered function ca

Re: [NTG-context] latest standalone—lua error

2021-04-30 Thread Alan Bowen
stixtwotextnormalstixtwotext stixtwotextitalic STIXTwoText-Italic.otf stixtwotextregular stixtwotext stixtwotextmedium STIXTwoText-Medium.otf On Thu, Apr 29, 2021 at 2:25 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Alan Bowen schrieb am 29.04.2021 um 18:29:

Re: [NTG-context] latest standalone—lua error

2021-04-30 Thread Alan Bowen
TIX Two Text. Yet ConTeXt is aware of the STIX Two Math and STIX Two Text fonts. WE had a power failure very recently. I wonder if that has screwed things up. Alan On Fri, Apr 30, 2021 at 9:45 AM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Alan Bowen schrieb am 30.0

Re: [NTG-context] latest standalone—lua error

2021-04-30 Thread Alan Bowen
I removed and then reinstalled luametex: the problem persists. A. On Fri, Apr 30, 2021 at 11:21 AM Alan Bowen wrote: > Hi, Wolfgang— > > The mwe is: > \definefontfamily[mainface][rm][STIX Two Text] > [protrusion=quality, > expansion=quality, > mode=node, > force=

[NTG-context] installing luametatex query

2021-05-03 Thread Alan Bowen
I have re-installed the latest luametatex (macOS) following the directions on the wiki ( https://wiki.contextgarden.net/Installing_ConTeXt_LMTX_on_MacOS) Though luametatex --version mtxrun --generate are successful, context --version context --make --all gets mtxrun | unknown script 'mtx-

[NTG-context] Syriac (Estrangelo Edessa) query

2021-05-03 Thread Alan Bowen
I am trying to set text in the Syriac font Estrangelo Edessa. Right now, I have the following (taken for the wiki): \definefontfeature[semitic-complete] [mode=node,analyze=yes,language=dflt,ccmp=yes, autoscript=position,autolanguage=position, init=yes,medi=yes,fina=yes,isol=yes, mark=yes,mkmk=y

[NTG-context] \setcharacterspacing

2021-05-17 Thread Alan Bowen
With \definecharacterspacing [test] \setupcharacterspacing [test] ["00AB] [right=.1, alternative=1] \setupcharacterspacing [test] ["00BB] [left=.1, alternative=1] \startsetups[test] \setcharacterspacing[test] \stopsetups \starttext «anyword» \stoptext there is no additional space after and before

Re: [NTG-context] \setcharacterspacing

2021-05-17 Thread Alan Bowen
Wolfgang—Thank you. That works very nicely! Alan On Mon, May 17, 2021 at 2:44 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Alan Bowen schrieb am 17.05.2021 um 20:38: > > With > > \definecharacterspacing [test] > > \setupcharacterspaci

Re: [NTG-context] \setcharacterspacing

2021-05-17 Thread Alan Bowen
expected behavior? (Before I just \setcharacterspacing[test] in the env file but now it only works when in the component file) Alan On Mon, May 17, 2021 at 3:11 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Alan Bowen schrieb am 17.05.2021 um 20:57: > > Wol

Re: [NTG-context] \setcharacterspacing

2021-05-18 Thread Alan Bowen
. Alan On Mon, May 17, 2021 at 4:00 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Alan Bowen schrieb am 17.05.2021 um 21:50: > > That is very good to know and it works in simple cases. But I am finding > that in a product/component structure, I get the proper

[NTG-context] updating luametatex

2021-05-19 Thread Alan Bowen
I seem to be stuck at ver. 209.08 (context ver. 2021.04.29). I downloaded context-osx-64.zip and made a clean install following the instructions for macOS on the wiki. context—version showed v. 2021.04.29 So I removed texmf cache and ran mtxrun —generate context —make context —version still showed

[NTG-context] oldstyle math

2021-06-02 Thread Alan Bowen
I no longer get oldstyle numerals in the math environment (ConTeXt ver: 2021.04.29 ) with \definefontfamily[mainface][rm][STIX Two Text] [protrusion=quality, expansion=quality, mode=node, force=yes, features={default, f:oldstyle}, ] \definefallbackfamily[mainface] [mm] [STIX Two Text] [range=d

Re: [NTG-context] oldstyle math

2021-06-02 Thread Alan Bowen
which I first mentioned this problem and see if there is any way forward. Alan On Wed, Jun 2, 2021 at 4:56 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Alan Bowen schrieb am 02.06.2021 um 22:07: > > I no longer get oldstyle numerals in the math environmen

[NTG-context] rtl fontfallback family issue?

2021-06-23 Thread Alan Bowen
With the latest LMTX standalone (ConTeXt ver: 2021.06.18) the Syriac text is not printed. \setupdirections[bidi=global, method=unicode] \definefontfeature [syriac] [syriac] [language=dflt, script=syrc] \definefallbackfamily[mainface][rm][Estrangelo Edessa] [range={syriac}, features=syr

[NTG-context] \placeinitial problem

2023-07-16 Thread Alan Bowen
Hi— \placeinitial seems to fail when there is a footnote in the paragraph. At least \startparagraph \placeinitial \input ward \footnote{A footnote.} \stopparagraph only works when the footnote is commented out. I am running lmtx [ConTeXt ver: 2023.06.22 LMTX fmt: 2023.6.26] Alan ___

[NTG-context] Re: \placeinitial problem

2023-07-19 Thread Alan Bowen
Hans— The latest version fixes the \placeinitial issue. Many thanks! Alan On Sun, Jul 16, 2023 at 5:09 PM Alan Bowen wrote: > Hi— > \placeinitial seems to fail when there is a footnote in the paragraph. At > least > > \startparagraph > \placeinitial \input ward \f

[NTG-context] text over text

2023-12-11 Thread Alan Bowen
I am typesetting some transliterated medieval German and need to place one letter, e.g., an “e” in scriptsize over another letter, e.g., a “u” in text size. I have managed to get this in italics using \mathstackers and \definemathmatrix, but I need both letters in roman face and at text size. Is t

[NTG-context] text over text

2023-12-11 Thread Alan Bowen
Alan Bowen schrieb am 11.12.2023 um 19:14: ... <https://mailman.ntg.nl/archives/list/ntg-context@ntg.nl/thread/UGT4DKIJ7OJKDVBHFDBKH6XUZVQV6BNC/#> I am typesetting some transliterated medieval German and need to place one letter, e.g., an “e” in scriptsize over another letter, e.g., a “u” i

[NTG-context] start/end pages in ToC

2024-03-26 Thread Alan Bowen
Our journal is currently in the process of moving to continuous publication of items in a given volume as they are ready. This entails re-jigging the ToC so that it now includes the start and end page numbers of each item. So far, I have everything pretty much in the right place, but for the page n

[NTG-context] last page number for a list

2024-03-30 Thread Alan Bowen
How can I get the last page number of a chapter for a list (ToC)? Outside of a list, I use \lastpagenumber. But that does not work in a list such as the ToC. Any tips or pointers will be gladly received. Alan ___ If

[NTG-context] Re: last page number for a list

2024-04-03 Thread Alan Bowen
Horrocks wrote: > > > > On 30 Mar 2024, at 19:59, Alan Bowen wrote: > > > > How can I get the last page number of a chapter for a list (ToC)? > > > > Outside of a list, I use \lastpagenumber. > > But that does not work in a list such as the ToC. > >

[NTG-context] ConteXt commands in an rtl environment

2024-04-28 Thread Alan Bowen
I am having trouble entering ConteXt commands in an rtl language, in this case Hebrew. How does one make the last(left hand) letter of the Hebrew word אשר a superscript? My experiments with \high{...} have not been successful so far in part, I think, because I have not got the brackets right. An

[NTG-context] Re: ConteXt commands in an rtl environment

2024-04-29 Thread Alan Bowen
I discovered what the problem was. Just in case someone else may also wonder how to do this, one way (not necessarily the best) is to insert: {ר}high\ where the letter in parentheses (resh) should be entered in a l2r context, not r2l. Alan On Sun, Apr 28, 2024 at 4:23 PM Alan Bowen wrote: >

[NTG-context] \brokenpenalties query

2024-06-19 Thread Alan Bowen
I have in the past relied on \setpenalties\brokenpenalties{1}{1}\ to set the penalty for a page break after a hyphen. But with the latest LMTX, when I run the file, I get the error message Errorcount has to be 1 for \brokenpenalties Any advice on how to fix the file would be most welcom

[NTG-context] Re: \brokenpenalties query

2024-06-20 Thread Alan Bowen
Mikael and Hans— Thank you so much for your help.Your advice regarding \brokenpenalities and \clubpenalities is greatly appreciated and will solve a problem that I was having from time to time in paginating my journal. Alan _

[NTG-context] Re: \brokenpenalties query

2024-06-21 Thread Alan Bowen
I have found entries on \widowpenalty, \widowpenalties, \orphanpenalty, \orphanpenalities and look forward to learning about vertical expansion. Many thanks, Hans. Alan On Thu, Jun 20, 2024 at 4:56 PM Hans Hagen wrote: > On 6/20/2024 10:33 PM, Alan Bowen wrote: > > Mikael

[NTG-context] installing latest beta

2007-12-12 Thread Alan Bowen
I have been unable to install the latest ConTeXt beta—both sudo texhash sudo fail (stall) when updating /usr/local/texlive/2007/texmf-dist/ls-R... The last beta worked as expected and, so far as I know, there have been no changes in my installation. Any suggestions? Alan _

Re: [NTG-context] installing latest beta

2007-12-12 Thread Alan Bowen
, 2007, at 09;14,24 , Alan Bowen wrote: I have been unable to install the latest ConTeXt beta—both sudo texhash sudo fail (stall) when updating /usr/local/texlive/2007/texmf-dist/ls-R... The last beta worked as expected and, so far as I know, there have been no changes in my installation. Any

[NTG-context] interaction query

2008-02-14 Thread Alan Bowen
In my preface, I have \setupinteraction[state=start,color=blue,style=rm] \definehead[LevelBHead][subject] \setupsectionblock[LevelBHead][number=no,page=right] \setuphead[LevelBHead][style={\tf\rm},interaction=yes] and in the source file proper, \LevelBHead{Comment 3: {\em In de caelo} {\tf 481.

Re: [NTG-context] interaction query

2008-02-14 Thread Alan Bowen
Hagen wrote: > Alan Bowen wrote: >> In my preface, I have >> >> \setupinteraction[state=start,color=blue,style=rm] > > add contrastcolor=blue > >> When I compile the file I get the proper heading and the cross- >> reference works as it should. What is od

Re: [NTG-context] interaction query

2008-02-15 Thread Alan Bowen
Thanks, Hans. That is good to know. The cross-reference however is still in the wrong color. Is it a problem just on my box? Alan On Feb 15, 2008, at 08;07,27 , Hans Hagen wrote: > Alan Bowen wrote: > >> \dorecurse{2}{\input knuth} > ^ add a space

Re: [NTG-context] interaction query

2008-02-15 Thread Alan Bowen
, Wolfgang Schuster wrote: > On Fri, Feb 15, 2008 at 2:35 PM, Alan Bowen <[EMAIL PROTECTED]> > wrote: >> Thanks, Hans. That is good to know. >> >> The cross-reference however is still in the wrong color. Is it a >> problem just on my box? > > What do you wan

Re: [NTG-context] interaction query

2008-02-16 Thread Alan Bowen
Again, thanks, Wolfgang. I was not quite sure what Hans was driving at, and so appreciate your further help. Best, Alan On Feb 16, 2008, at 04;25,14 , Wolfgang Schuster wrote: > On Fri, Feb 15, 2008 at 9:16 PM, Alan Bowen <[EMAIL PROTECTED]> > wrote: >> Wolfgang, >>

[NTG-context] aligning the stoppers in numbered itemizations

2008-04-21 Thread Alan Bowen
Can anyone point me to instructions/explanations of how to set up a numbered itemization so that the stoppers (periods) are vertically aligned? What I want should look like this: 1. an entry 2. an entry ... 10. an entry Many thanks. Alan

Re: [NTG-context] aligning the stoppers in numbered itemizations

2008-04-21 Thread Alan Bowen
Many thanks, Wolfgang. That has it perfectly. Cheers, Alan On Apr 21, 2008, at 09;53,06 , Wolfgang Schuster wrote: > On Mon, Apr 21, 2008 at 3:35 PM, Alan Bowen <[EMAIL PROTECTED]> > wrote: >> Can anyone point me to instructions/explanations of how to set up a >> nu

[NTG-context] % in URL

2008-04-21 Thread Alan Bowen
I am trying to typeset a URL that has numerous “%”s in it which I am replacing with “\%”s. The problem is that while the typeset URL works, the printed URL is showing the “\%”s rather than just the “%”s. For example, \useURL [Hoyrup2007bURL] [{http://www.akira.ruc.dk/~jensh/Publications/2005\

Re: [NTG-context] % in URL

2008-04-22 Thread Alan Bowen
wrote: > On Tue, Apr 22, 2008 at 4:00 AM, Alan Bowen <[EMAIL PROTECTED]> > wrote: >> I am trying to typeset a URL that has numerous "%"s in it which I am >> replacing with "\%"s. The problem is that while the typeset URL >> works, >> the pr

[NTG-context] Arabic transliteration

2008-05-13 Thread Alan Bowen
Greetings! I am trying to typeset some transliterated Arabic and one of the diacritical marks is giving me a problem. How does one put what looks like a breve accent (a cup or concave arc) under an letter in ConTeXT? Cheers, Alan ___

Re: [NTG-context] Arabic transliteration

2008-05-14 Thread Alan Bowen
. By the way I am using Latin Modern (ec encoding). Very best, Alan > On Tue, 13 May 2008 15:53:17 -0600, Alan Bowen <[EMAIL PROTECTED]> > wrote: > >> Greetings! >> >> I am trying to typeset some transliterated Arabic and one of the >> diacritical marks is giv

Re: [NTG-context] Arabic transliteration

2008-05-14 Thread Alan Bowen
ds on this list, Alan On May 14, 2008, at 13;17,49 , Mojca Miklavec wrote: > On Wed, May 14, 2008 at 4:41 PM, Alan Bowen wrote: >> Many thanks, Idris and Mojca. >> >> If all goes well, I will move to luatex this summer---that really >> does >> seem to be the

[NTG-context] inter-word spacing (initials)

2008-07-15 Thread Alan Bowen
I have the latest ConTeXt and am using mkii. One used to be able to reduce the spacing after an initial by by typing “.\”, but this no longer seems to work. Compare the inter-word spacing in \starttext A. E. Samuel\crlf A.\ E.\ Samuel \stoptext If the is a difference here, I am having trou

[NTG-context] inter-word spacing (initials)

2008-07-15 Thread Alan Bowen
I have the latest ConTeXt and am using mkii. One used to be able to reduce the spacing after an initial by by typing “.\”, but this no longer seems to work. Compare the inter-word spacing in \starttext A. E. Samuel\crlf A.\ E.\ Samuel \stoptext If the is a difference here, I am having trou

Re: [NTG-context] inter-word spacing (initials)

2008-07-17 Thread Alan Bowen
mainly by “.” Introducing tildes (which make spaces non-breaking) would affect the line-breaking negatively. Alan On Jul 16, 2008, at 22;27,59 , David wrote: > On Tue, 15 Jul 2008 17:30:19 -0400, Alan Bowen wrote: > >> I have the latest ConTeXt and am using mkii. >> >>

Re: [NTG-context] inter-word spacing (initials)

2008-07-17 Thread Alan Bowen
11:26 PM, Alan Bowen <[EMAIL PROTECTED]> > wrote: >> I have the latest ConTeXt and am using mkii. >> >> One used to be able to reduce the spacing after an initial by by >> typing ".\", but this no longer seems to work. Compare the >> inter-word s

Re: [NTG-context] inter-word spacing (initials)

2008-07-17 Thread Alan Bowen
, David wrote: On Thu, 17 Jul 2008 07:46:21 -0400, Alan Bowen wrote: Thanks, David. I tried \starttext A. E. Samuel\crlf A.\ E.\ Samuel\crlf A.~E.~Samuel \stoptext and can see no difference (ConTeXt ver: 2008.07.14 18:07 MKII). The tilde is not really a good way for me to go. The problem is that I

[NTG-context] inter-word spacing (initials)

2008-07-18 Thread Alan Bowen
My original query has generated some interesting sidelines but no solution, at least none that I can see. So, with all due apologies, I shall presume on your patience by restating my query. In (English) typography the spacing after a period within a sentence is less that that after a period

Re: [NTG-context] inter-word spacing (initials)

2008-07-18 Thread Alan Bowen
, but wonder what happens there.) The downside is that there is a good number of documents that will require have to be encoded accordingly. Cheers, Alan On Jul 18, 2008, at 14;40,39 , Peter Rolf wrote: > Alan Bowen schrieb: >> My original query has generated some interesting sidelin

Re: [NTG-context] inter-word spacing (initials)

2008-07-18 Thread Alan Bowen
Thanks, Peter. I was wondering about MKIV. (Switching is on my summer “to do” list.) Best, Alan On Jul 18, 2008, at 15;22,31 , Peter Münster wrote: > On Fri, Jul 18 2008, Alan Bowen wrote: > >> In (English) typography the spacing after a period within a sentence >> is less

[NTG-context] inter-word spacing (initials)

2008-08-02 Thread Alan Bowen
I apologize to all, but circumstances oblige me to pick up a very pedestrian thread for the third time. As Peter Münster noted: in the following test-file \starttext x. x, x x\crlf x, x. x x\crlf x,\ x.\ x\ x\crlf x.\ x,\ x\ x\crlf X. X, X X\crlf X, X. X X\crlf X,\ X.\ X\ X\crlf X.\ X,\ X\ X \s

Re: [NTG-context] inter-word spacing (initials)

2008-08-03 Thread Alan Bowen
TeX to get it converted to Word and get it in on time. The very memory is traumatic. Charles On Sat, 2008-08-02 at 18:57 -0400, Alan Bowen wrote: I apologize to all, but circumstances oblige me to pick up a very pedestrian thread for the third time. As Peter Münster noted: in the following

Re: [NTG-context] inter-word spacing (initials)

2008-08-03 Thread Alan Bowen
any effect in the output (under MKII). The space after a period looks the same as the space after “.\ ”, though it should be bigger. Alan On Aug 3, 2008, at 12;05,30 , Hans Hagen wrote: Alan Bowen wrote: I apologize to all, but circumstances oblige me to pick up a very pedestrian thread

Re: [NTG-context] inter-word spacing (initials)

2008-08-04 Thread Alan Bowen
length of the paragraphs). Alan On Aug 3, 2008, at 16;45,43 , Hans Hagen wrote: > Alan Bowen wrote: >> Thanks, Hans. In my test file I now have >> >> \mainlanguage[en] >> \unexpanded\def\ {\mathortext\normalspaceprimitive\space} >> >> \starttext >>

Re: [NTG-context] inter-word spacing (initials)

2008-08-04 Thread Alan Bowen
That’s got it, Hans! I have replaced all my old “.\ ” with “.|~|”. My pages look much better now. Many thanks indeed. All best, Alan On Aug 4, 2008, at 10;23,22 , Hans Hagen wrote: > Alan Bowen wrote: >> Thanks, Hans. I simplified the test file. >> >> \mainlanguage[en]

[NTG-context] updating to new release

2008-08-10 Thread Alan Bowen
I updated to the latest ConTeXt but now get the following error message when I process my files (using TeXShop as the front end, and TeXLive 2007): ConTeXt ver: 2008.08.04 10:10 MKII fmt: 2008.8.9 int: english/english language: language en is active system : cont-new load

Re: [NTG-context] updating to new release

2008-08-15 Thread Alan Bowen
/2008 09:34:24 > /usr/local/texlive/2007/texmf-var/ web2c/pdftex/cont-en.fmt (7381076) would indicate. ConTeXt 2008-08-04 2 works. All later versions do not because of the mismatch in base files. Alan On Aug 11, 2008, at 04;18,42 , Taco Hoekwater wrote: Hi Alan, Alan Bowen wr

[NTG-context] ConTeXt Minimals on Mac

2008-08-23 Thread Alan Bowen
I have installed the Context Minimals following the newbie instructions on the wiki at contextgarden for Mac users. The instructions themselves are clear but should perhaps be updated: • the file originally downloaded is first-setup.sh not first-setup.tsh • to execute this file run ./first-set

Re: [NTG-context] ConTeXt Minimals on Mac

2008-08-23 Thread Alan Bowen
> or you can be "typical" and say > > chmod 775 ~/Library/TeXShop/Engines/ConTeXtMinimals.engine > > and that will make everyone executable and you/your group read- > writable. > Since you are using UNIX (as Mac OS X proudly touts) you might want to > snag a referen

Re: [NTG-context] ConTeXt Minimals on Mac

2008-08-24 Thread Alan Bowen
ht installation or else they > will look for the old one. > > I would suggest to check the wiki until I look into things moew. > > Charles > > > On Sat, 2008-08-23 at 13:16 -0400, Alan Bowen wrote: >> Charles, >> >> I ran the last command (for “typical”) but n

Re: [NTG-context] ConTeXt Minimals on Mac

2008-08-24 Thread Alan Bowen
you just do cmdline, then .bashrc is OK. > > That's similar to GNOME under Linux/BSD. > > See what happens after you do that. > > Charles > > On Sat, 2008-08-23 at 13:16 -0400, Alan Bowen wrote: >> Charles, >> >> I ran the last command (for “typical”) but

[NTG-context] paragraphs in columns query

2008-08-26 Thread Alan Bowen
I have set two paragraphs side by side using \defineparagraphs[TwoColumns] [n=2,tolerance=verytolerant,before={\blank},after={\blank}] \setupparagraphs[TwoColumns][distance=1pc] One of the columns is the length of the page. How do I prevent the two columns from starting a new page? Right now t

Re: [NTG-context] ConTeXt Minimals on Mac

2008-08-26 Thread Alan Bowen
's a start: >>> >>> What's in your path? Typing set in the terminal window should tell >>> you. >>> >>> Second, did you add >>> >>> source ~/path/to/context/tex/setuptex ~/path/to/context/tex >>> >>> to your ~/.

Re: [NTG-context] paragraphs in columns query

2008-08-27 Thread Alan Bowen
07;33,00 , Hans Hagen wrote: > Alan Bowen wrote: >> I have set two paragraphs side by side using >> >> \defineparagraphs[TwoColumns] >> [n=2,tolerance=verytolerant,before={\blank},after={\blank}] >> \setupparagraphs[TwoColumns][distance=1pc] >> >> One of th

Re: [NTG-context] paragraphs in columns query

2008-08-27 Thread Alan Bowen
the ancient modes of thought and expression increases in importance. \stoptext You will see that the columns “play nice” with text that follows, but not with text that precedes. Alan On Aug 27, 2008, at 13;06,01 , Hans Hagen wrote: Alan Bowen wrote: Thanks, Hans. I have now tried

Re: [NTG-context] paragraphs in columns query

2008-08-28 Thread Alan Bowen
not with text that precedes. Alan On Aug 27, 2008, at 13;06,01 , Hans Hagen wrote: Alan Bowen wrote: Thanks, Hans. I have now tried preliminary text \starttabulate[|p|p|] \NC long paragraph A \NC long paragraph B \NC\NR \stoptabulate on my setup (ConTeXt 2008.08.04 MK II) and

  1   2   3   4   5   6   7   >