Re: [NTG-context] \setupcaptions question

2015-02-12 Thread Otared Kavian
Hi Wolfgang, and Joerg, Actually with your code and using numberstopper instead of stopper your example works fine here, too. So the right command is \setupcaption[figure][numberstopper={:}] and not what I wrote before (which works in mkii, though…). Actually the command used by Joerg

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread j. van den hoff
On Thu, 12 Feb 2015 22:18:51 +0100, Otared Kavian wrote: Hi Joerg, hi otared, I think you are right when refering to a figure, the number stopper should not appear in the text. It seems to me that using something like \setupcaption[figure][stopper={.}] used to work in mkii

Re: [NTG-context] \setupcaptions question

2015-02-12 Thread Otared Kavian
Hi Joerg, I think you are right when refering to a figure, the number stopper should not appear in the text. It seems to me that using something like \setupcaption[figure][stopper={.}] used to work in mkii and mkiv, but while it works in mkii, I just tried it with mkiv and found that

[NTG-context] ConTeXt is looking for a non-existent .bbl file (Mac problem?)

2015-02-09 Thread Robert Zydenbos
Yesterday I tried to create a fresh PDF from a revised text using MkII and XeTeX (I have been using this combination for several months, because I need to use Indic fonts, which are not -- yet? -- supported in MkIV). As a trick I defined an Indic font as a mono font (\tt), so that

Re: [NTG-context] Setup for appendices: a bunch of questions

2015-02-06 Thread Hans Hagen
ese travel around the system so that when referred they are also used - but they can also be overloaded then - which makes it possible to render numbers (prefix+number+suffix) independently. (In mkii we'd have to disassemble these 1.2.3.4 numbers in order to mess with separators in differen

Re: [NTG-context] A note on Arabic names in bibliographies and indices

2015-02-01 Thread Hans Hagen
On 2/1/2015 4:06 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear Syndicate, The current bibliography handler uses the following for authors: \type{\author[junior]{firstnames}[inits]{von}{surname}} Looks mkii cq. th eold bin system ... no more time will be spent on that (by me). Now

Re: [NTG-context] Code that run in Metapost but not in starMPcode enviroment

2015-02-01 Thread Hans Hagen
On 2/1/2015 3:31 PM, Akira Kakuto wrote: Interestingly it seems to work in mkii, probably because mkii calls external metafun: Sorry, I didn't notice explanation by Hans. The problem with variables in metapost is that they are global by default (unless 'save'd in a group o

Re: [NTG-context] Code that run in Metapost but not in starMPcode enviroment

2015-02-01 Thread Akira Kakuto
Interestingly it seems to work in mkii, probably because mkii calls external metafun: Sorry, I didn't notice explanation by Hans. Best, Akira ___ If your question is of interest to others as well, please a

[NTG-context] Code that run in Metapost but not in starMPcode enviroment

2015-02-01 Thread Akira Kakuto
What is wrong with this code? Interestingly it seems to work in mkii, probably because mkii calls external metafun: context --pdftex --passon=--shell-escape test.tex test.pdf is attached. Best, Akira test.pdf Description: Adobe PDF document

Re: [NTG-context] Where is error in my code?

2015-01-28 Thread Mojca Miklavec
; label(\sometxt{Cn},origin) withcolor white; > \stopMPpage > > After run context and recieve 1 picture with a space very very long at > left my picture. > > Please help me find my error! If you use MkII (texexec document.tex), use the following: \setupcolors[state=start] \usetypescript[

Re: [NTG-context] Where is error in my code?

2015-01-28 Thread Hans Hagen
After run context and recieve 1 picture with a space very very long at left my picture. if you use mkiv you can do just: \switchtobodyfont[times,10pt] \startMPpage fill fullcircle scaled 2cm withcolor red; label(\sometxt{Cn},origin) withcolor white; \stopMPpage if you use mkii, you have to

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-27 Thread Keith J. Schultz
Hi Gerben, Sorry, one typo! The file is tools-mkiv.pdf. It is not in the MacTeX distribution! You get it with Standalone, I normally use that! But you can get it at: http://www.pragma-ade.nl/general/manuals/tools-mkiv.pdf regards

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-26 Thread Gerben Wierda
On 26 Jan 2015, at 19:51, Keith Schultz wrote: > Hi Gerben, > > I would not say old-fasshoined , but old school. > > Wolgang said to use context, but that is just a script that calls mtxrun! > > So you can use: > > mtxrun —script context > > for other options look for: > > tool-mkiv.pdf Is

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-26 Thread Keith Schultz
Hi Gerben, I would not say old-fasshoined , but old school. Wolgang said to use context, but that is just a script that calls mtxrun! So you can use: mtxrun —script context for other options look for: tool-mkiv.pdf I am sure your makefiles are more complex. regards Keith. > Am 26.0

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-26 Thread Wolfgang Schuster
> Am 26.01.2015 um 17:19 schrieb Gerben Wierda : > > […] > > So, what would be easiest for me if I know what commend to use instead of the > texexec command. You can use context to process your document with MkIV and context —pdftex to process your document wit

Re: [NTG-context] Getting copy-pastable ligatures?

2015-01-26 Thread Gerben Wierda
On 05 Dec 2014, at 10:13, Gerben Wierda wrote: > > On 04 Dec 2014, at 16:22, Hans Hagen wrote: > >> On 12/4/2014 3:54 PM, Gerben Wierda wrote: >>> On 30 Nov 2014, at 23:38, Hans Hagen wrote: >>> >>>> On 11/30/2014 1:22 PM, Gerben Wierda wrote:

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-26 Thread Gerben Wierda
I don’t use TeXShop for these projects. I use a separate editor in a shell and a Makefile (very old-fashioned). The Makefile contains stuff like: OPEN=echo MODE=--mode=standalone ONCE= .SUFFIXES: .pdf .tex .open .pdf.open: open $< .tex.pdf: texexec --pdf ${MODE} ${ONCE} $< onc

Re: [NTG-context] Context modules not on CATN and not in TeX Live (slightly OT)

2015-01-26 Thread Hans Hagen
that's not the case with ConTeXt modules. They are synced automatically. Also, e.g cmscbf and cmttbf are no longer needed in mkiv! They are for use with mkii! Furthermore, you should concertrate on using ONLY MKIV! Especially, since your audience seem to be introductory. MKII is frozen and IMHO

Re: [NTG-context] Context modules not on CATN and not in TeX Live (slightly OT)

2015-01-26 Thread Keith J. Schultz
the responsibility of the AUTHORS, to upload the to CTAN! > > No, that's not the case with ConTeXt modules. They are synced automatically. > >> Also, e.g cmscbf and cmttbf are no longer needed in mkiv! They are for use >> with >> mkii! >> >> Furthermore, y

Re: [NTG-context] Context modules not on CATN and not in TeX Live (slightly OT)

2015-01-26 Thread Mojca Miklavec
e no longer needed in mkiv! They are for use > with > mkii! > > Furthermore, you should concertrate on using ONLY MKIV! Especially, > since your audience seem to be introductory. MKII is frozen and IMHO > outdated! It's not so much outdated, but it's certainly frozen an

Re: [NTG-context] Context modules not on CATN and not in TeX Live (slightly OT)

2015-01-26 Thread Keith Schultz
cmttbf are no longer needed in mkiv! They are for use with mkii! Furthermore, you should concertrate on using ONLY MKIV! Especially, since your audience seem to be introductory. MKII is frozen and IMHO outdated! I would suggest that you point them to the Standalone stable release, if you actuall

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-21 Thread Otared Kavian
Hi Keith, I got it! With the proper setting of paths it works without sourcing setuptex. Thus I have for my installation of mkii: -- #!/bin/bash export PATH=/Volumes/OK/context-minimal/tex/texmf-osx-64/bin:$PATH texexec --autogenerate --synctex=1 &qu

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-21 Thread Keith J. Schultz
imal/tex/texmf-osx-64/bin)’ > > So at this point I have to keep the instruction to source the setuptex file > in order to typeset either with mkii or mkiv, using the standalone Context. > > Best regards: OK >

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-21 Thread Otared Kavian
$path /Volumes/OK/context-minimal/tex/texmf-osx-64/bin)’ So at this point I have to keep the instruction to source the setuptex file in order to typeset either with mkii or mkiv, using the standalone Context. Best regards: OK > On 21 Jan 2015, at 12:55, Keith Schultz wrote: > > Hi Ota

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-21 Thread Keith Schultz
Hi Otared and Gerben, I do not know which version of TeXShop you are using but the more recent ones have Engines for ConTeXt, already. If they are not already installed you can find them in: ~/Libraries/TeXShop/Engines/Inactive just more the Contex( LuaTeX).engine into Engines and restart TeXSho

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-21 Thread Keith J. Schultz
Hi Gerben, Mkii and Mkiv are to different animals and live side by side. You do not need to change your TeX setup at all! All you need to do is change the call to start the processing. Mkiv can be called with the context … or mtxrun -script context … What I do not know is in what kind of

Re: [NTG-context] Can I use mkii and mkiv side by side?

2015-01-21 Thread Otared Kavian
Hi Gerben, Indeed this is possible to use mkii and mkiv side by side. In particular if you use TeXShop, it is enough to say at the beginning of your TeX file %!TEX TS-program = mkii or %!TEX TS-program = mkiv where it is assumed that you have created two files named mkii.engine

[NTG-context] Can I use mkii and mkiv side by side?

2015-01-20 Thread Gerben Wierda
I have a finished mkii project and I’d like to be able to export it to a format that can be a start for other distributions (such as epub or the like). For this, I get the impression I need mkiv. Now, before I go on trying to move my project to mkiv I have a question. Can I run mkii and mkiv

Re: [NTG-context] Asymptote in Context

2015-01-19 Thread Aditya Mahajan
0) -- (2,0), arrow=Arrow(TeXHead)); draw((0,-.1) -- (0,2), arrow=Arrow(TeXHead)); draw((0,0) .. (1,1) .. (2,sqrt(2))); \stopASY \stopplacefigure \stoptext Here \startASY behaves similar to \startMPcode. To get something similar to \startMPenvironment in mkii, you can use be

Re: [NTG-context] Second-level itemization and indenting question

2015-01-10 Thread Wolfgang Schuster
> Am 10.01.2015 um 14:18 schrieb Gerben Wierda : > > On 10 Jan 2015, at 13:53, Wolfgang Schuster <mailto:schuster.wolfg...@gmail.com>> wrote: > >>> >>> Am 10.01.2015 um 13:36 schrieb Gerben Wierda >> <mailto:gerben.wie...@rna.nl

[NTG-context] Reference to prologue becomes "Chapter 1"

2015-01-10 Thread Gerben Wierda
I have a chapter in the frontmatter that has no chapter number. The first chapter in the real book is Chapter 1. But when I refer to \in{chapter}[prologue], what I get is "chapter 1". Is there a way I can make \in{chapter}[prologue] return something like "the prologue"

Re: [NTG-context] Second-level itemization and indenting question

2015-01-10 Thread Gerben Wierda
On 10 Jan 2015, at 13:53, Wolfgang Schuster wrote: >> >> Am 10.01.2015 um 13:36 schrieb Gerben Wierda : >> >> I have the following setup (in mkii) >> >> \definemeasure[CAindent][12pt] >> \setupindenting[yes,\measure{CAindent}] >> \setupnarro

Re: [NTG-context] Second-level itemization and indenting question

2015-01-10 Thread Wolfgang Schuster
> Am 10.01.2015 um 13:36 schrieb Gerben Wierda : > > I have the following setup (in mkii) > > \definemeasure[CAindent][12pt] > \setupindenting[yes,\measure{CAindent}] > \setupnarrower > [ left=\measure{CAindent}, > right=\measure{CAindent}, >middle=\meas

[NTG-context] Second-level itemization and indenting question

2015-01-10 Thread Gerben Wierda
I have the following setup (in mkii) \definemeasure[CAindent][12pt] \setupindenting[yes,\measure{CAindent}] \setupnarrower [ left=\measure{CAindent}, right=\measure{CAindent}, middle=\measure{CAindent}] \setupitemize[each][margin=\measure{CAindent}] \starttext \input knuth \startitemize

Re: [NTG-context] pagebreak after columns

2015-01-09 Thread Thomas A. Schmitz
> On 09 Jan 2015, at 15:34, Hans Hagen wrote: > > > 1 \startcolumns : when balance is yes > 2 \startmixedcolumns : when balance is yes > 3 \startcolumnset: when balance is yes but balancing is manual > > guess what ... columnized itemized lists use 1 in mkii

Re: [NTG-context] pagebreak after columns

2015-01-09 Thread Hans Hagen
nized itemized lists use 1 in mkii and 2 in mkiv Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875

Re: [NTG-context] PSTricks in Context

2014-12-16 Thread luigi scarso
he complete minimal example was: > > \usemodule[pstricks] > \starttext > \startPSTRICKS > \pspicture(0mm,0mm)(30mm,30mm) > \psline(0,0)(3,3) > \endpspicture > \stopPSTRICKS > \stoptext > > However that still doesn't work with TeX Live 2014 even after fixing

Re: [NTG-context] PSTricks in Context

2014-12-15 Thread Mojca Miklavec
back (which is extremely ugly to see in ConTeXt). So the complete minimal example was: \usemodule[pstricks] \starttext \startPSTRICKS \pspicture(0mm,0mm)(30mm,30mm) \psline(0,0)(3,3) \endpspicture \stopPSTRICKS \stoptext However that still doesn't work with TeX Live 2014 even after fi

Re: [NTG-context] PSTricks in Context

2014-12-15 Thread Mojca Miklavec
On Sun, Dec 14, 2014 at 6:45 PM, context context wrote: > Could someone tell me how to install and use PSTricks in Context First of all try to figure out if you could use MetaPost or TikZ instead. Either of them is a lot more "pdf-friendly". Unless you still work with MkII and g

Re: [NTG-context] mkii definition of \setupnotedefinition

2014-12-13 Thread Wolfgang Schuster
> Am 13.12.2014 um 12:25 schrieb Gerben Wierda : > > Thanks. > > Is it possible to influence the font size of the endnote number too, > preferably separate in the text and at the location where the endnotes are > printed? \setupcolors[state=start] \setupnotedefinition [endnote] [style={\

Re: [NTG-context] mkii definition of \setupnotedefinition

2014-12-13 Thread Gerben Wierda
Thanks. Is it possible to influence the font size of the endnote number too, preferably separate in the text and at the location where the endnotes are printed? G On 13 Dec 2014, at 12:02, Wolfgang Schuster wrote: > >> Am 13.12.2014 um 11:41 schrieb Gerben Wierda : >> >> Adding to myself, I

Re: [NTG-context] mkii definition of \setupnotedefinition

2014-12-13 Thread Wolfgang Schuster
> Am 13.12.2014 um 11:41 schrieb Gerben Wierda : > > Adding to myself, I tried to increase the font of my endnotes with > > \setupnotedefinition[endnote][indenting={yes,medium},bodyfont=11pt] > > But whatever size I put in, the result remains the same. Notes use the description/enumeration cod

Re: [NTG-context] mkii definition of \setupnotedefinition

2014-12-13 Thread Gerben Wierda
Adding to myself, I tried to increase the font of my endnotes with \setupnotedefinition[endnote][indenting={yes,medium},bodyfont=11pt] But whatever size I put in, the result remains the same. On 13 Dec 2014, at 11:31, Gerben Wierda wrote: > While both mkii and mkiv are formally in operat

[NTG-context] mkii definition of \setupnotedefinition

2014-12-13 Thread Gerben Wierda
While both mkii and mkiv are formally in operation, it seems ConTeXtgarden has moved to mkiv (more or less). So, as a mkii user, where do I find the documentation of \setupnotedefinition? G ___ If your question is

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

2014-12-07 Thread Gerben Wierda
On 07 Dec 2014, at 12:33, Sytse Knypstra wrote: > Did you issue an \automigrateinserts in your setup? No. I'm using mkii, I get an unknown command so it's probably mkiv. I solved it partly using \startlocalfootnotes, \placelocalfootnotes, \stoplocalfootnotes in the frame. Tha

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

[NTG-context] footnote in framedtext

2014-12-07 Thread Gerben Wierda
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 framed text. Is there a way to do tha

Re: [NTG-context] Getting copy-pastable ligatures?

2014-12-05 Thread Gerben Wierda
On 04 Dec 2014, at 16:22, Hans Hagen wrote: > On 12/4/2014 3:54 PM, Gerben Wierda wrote: >> On 30 Nov 2014, at 23:38, Hans Hagen wrote: >> >>> On 11/30/2014 1:22 PM, Gerben Wierda wrote: >>>> I’m using mkii. I’d like ot be able to copy-paste words form the

Re: [NTG-context] Getting copy-pastable ligatures?

2014-12-04 Thread Hans Hagen
On 12/4/2014 3:54 PM, Gerben Wierda wrote: On 30 Nov 2014, at 23:38, Hans Hagen wrote: On 11/30/2014 1:22 PM, Gerben Wierda wrote: I’m using mkii. I’d like ot be able to copy-paste words form the resulting pdf. That works well, except for words that contain ligatures (e.g. fl fi etc.) Is

Re: [NTG-context] Getting copy-pastable ligatures?

2014-12-04 Thread Gerben Wierda
On 30 Nov 2014, at 23:38, Hans Hagen wrote: > On 11/30/2014 1:22 PM, Gerben Wierda wrote: >> I’m using mkii. I’d like ot be able to copy-paste words form the >> resulting pdf. That works well, except for words that contain ligatures >> (e.g. fl fi etc.) Is there a way I ca

Re: [NTG-context] Getting copy-pastable ligatures?

2014-11-30 Thread Hans Hagen
On 11/30/2014 1:22 PM, Gerben Wierda wrote: I’m using mkii. I’d like ot be able to copy-paste words form the resulting pdf. That works well, except for words that contain ligatures (e.g. fl fi etc.) Is there a way I can tell (Con)TeXt that the result must be copy-pastable. To make matters

[NTG-context] Getting copy-pastable ligatures?

2014-11-30 Thread Gerben Wierda
I’m using mkii. I’d like ot be able to copy-paste words form the resulting pdf. That works well, except for words that contain ligatures (e.g. fl fi etc.) Is there a way I can tell (Con)TeXt that the result must be copy-pastable. To make matters slightly more complex I’m using Optima, converted

Re: [NTG-context] small abstracts in table of contents?

2014-11-25 Thread Otared Kavian
Hi Gerben, Sorry for not having been more cautious: what I sent you works fine with mkiv, but somehow in mkii giving a style for your list of « chaptertext » spills over to the list of « chapter »… The following seems to give your desired result in mkii: \definelist[chaptertext] \setuplist

Re: [NTG-context] prime accent not behaving properly

2014-11-25 Thread Hans Hagen
/script font (also between old, new and different math fonts) - using an accent instead of a symbol - the need to collapse 2/3 primes - it not being a superscript I'll send you a file to test ... which of course might break other pr

[NTG-context] prime accent not behaving properly

2014-11-25 Thread Mojca Miklavec
onTeXt from 17th November the second example (s'_i) seems to behave OK (it was wrong in the version of 9th November), but the first example is still wrong. Should I switch back to MKII? ;) Mojca ___ If your question i

[NTG-context] Does EPUB output require mkiv?

2014-11-24 Thread Gerben Wierda
It seems that \setupbackend does not work in mkii (I’ve put it into the environmentfile). Is indeed mkiv required? If so, is there an instruction somewhere how to move from mkii to mkiv? G ___ If your question is of

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

2014-11-21 Thread Hans Hagen
mode (as can be seen by uncommenting the commented line in the MWE). I have not tested it with MKII , where it might work. (Will ConTeXt online ever be restored?) This goes back to TL14 and likely earlier. Do I misunderstand what \preventmode should do, or have I misused it? And why are there

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

2014-11-19 Thread Rik Kabel
commented line in the MWE). I have not tested it with MKII , where it might work. (Will ConTeXt online ever be restored?) This goes back to TL14 and likely earlier. Do I misunderstand what \preventmode should do, or have I misused it? And why are there {curlies} instead of [squares] around

Re: [NTG-context] Contents again

2014-11-15 Thread Pablo Rodriguez
lot of whitespace > between entries. Can I make the vertical whitespace between entries > smaller? Hi Gerben, I think that something similar to: \setuplists[before=,after=] Of course, this is excessive, but \blank{small} or something similar would do the job. I have tested in MkIV

Re: [NTG-context] (again) bug in index sorting?

2014-11-02 Thread Alan BRASLAU
ograf\'{i}adig]{tipograf\'{i}a digital} > \index[tipograf\'{i}as]{tipograf\'{i}as} >\index[idiomadeu]{idioma+de un pasaje} >\index[idiomadel]{idioma+del documento} >\completeindex >\stoptext > > if you want tipografias digital before tipogra

Re: [NTG-context] (again) bug in index sorting?

2014-11-02 Thread Robert Blackstone
index[tipograf\'{i}adig]{tipograf\'{i}a digital} \index[tipograf\'{i}as]{tipograf\'{i}as} \index[idiomadeu]{idioma+de un pasaje} \index[idiomadel]{idioma+del documento} \completeindex \stoptext if you want tipografias digital before tipografias. This works with all mkiv a

Re: [NTG-context] \setupformulas and \frac give small symbols

2014-10-16 Thread Mikael P. Sundqvist
t; english/english >> >> The same behavior appears with >> \setupformulas[align=flushright] >> >> However the results are fine and as expected with mkii and with >> ConTeXt ver: 2014.05.21 22:04 MKIV beta fmt: 2014.6.27 int: >> english/english

Re: [NTG-context] \setupformulas and \frac give small symbols

2014-10-16 Thread Mikael P. Sundqvist
=flushright] > > However the results are fine and as expected with mkii and with > ConTeXt ver: 2014.05.21 22:04 MKIV beta fmt: 2014.6.27 int: > english/english > > Best regards: OK > > On 15 Oct 2014, at 19:03, Mikael P. Sundqvist wrote: > >> Hi, >>

Re: [NTG-context] \setupformulas and \frac give small symbols

2014-10-15 Thread Otared Kavian
Hi Mikael, You are right, it seems to be a new bug in ConTeXt ver: 2014.10.14 12:05 MKIV beta fmt: 2014.10.14 int: english/english The same behavior appears with \setupformulas[align=flushright] However the results are fine and as expected with mkii and with ConTeXt

Re: [NTG-context] language in bibliography

2014-10-10 Thread Andrea Valle
--- "This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski) On 10 Oct 2014, at 07:52, Alan BRASLAU wrote: > You are using the mkii bibliography mechanism > http://wiki.contextgarden.net/Bib

Re: [NTG-context] language in bibliography

2014-10-09 Thread Alan BRASLAU
You are using the mkii bibliography mechanism http://wiki.contextgarden.net/Bibliography (even if you are running mkiv). Where do you get "chapter"? I suppose that this is a header associated with \completepublications? Does this produce "Bibliografia"? Alan On Thu, 9 Oct

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-10-06 Thread Sander Maijers
> > These are the sort of details that we are trying to address with the > new bibliography subsystem. The APA rules (reference: Publication > Manual of the APA, 6th edition) give many special cases, some of which > can be a bit tricky. > > The mkii/mkiv bibliography module that

Re: [NTG-context] Newline in chapter title? Or slight shrinking of it?

2014-10-03 Thread Gerben Wierda
idth exactly? After all, >> it only overshoots a little. >> >> I’m using mkii >> >> Thanks, >> >> G >> ___ >> If your question is of interest to others as well, please a

[NTG-context] Can I turn images to grayscale with a ConTeXt command?

2014-10-02 Thread Gerben Wierda
I have a few images that are in colour. But in the output I want them in grayscale. Is it possible to manipulate a graphic like that from within ConTeXt? I’m using mkii Thanks, G ___ If your question is of interest

Re: [NTG-context] Newline in chapter title? Or slight shrinking of it?

2014-10-02 Thread Otared Kavian
title, but adding a \crlf leads to an error. Is there > another way, or can I somehow make it fit the text width exactly? After all, > it only overshoots a little. > > I’m using mkii > > Thanks, > > G >

[NTG-context] Newline in chapter title? Or slight shrinking of it?

2014-10-02 Thread Gerben Wierda
I have a \chapter entry that is just a tad too wide. I’d like to have a two-line chapter title, but adding a \crlf leads to an error. Is there another way, or can I somehow make it fit the text width exactly? After all, it only overshoots a little. I’m using mkii Thanks, G

Re: [NTG-context] Influencing the vertical spacing of the table of contents? No possible?

2014-10-02 Thread Wolfgang Schuster
Am 28.09.2014 um 15:17 schrieb Gerben Wierda : > I asked this on the list a while back. Is there no answer on this one? I use > \startpacked\stoppacked with some effect, but I'd like to have more > finegrained control. > > Original question: > > I'm using

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-09-30 Thread Sander Maijers
t; > These are the sort of details that we are trying to address with the > new bibliography subsystem. The APA rules (reference: Publication > Manual of the APA, 6th edition) give many special cases, some of which > can be a bit tricky. > > The mkii/mkiv bibliography module that y

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-09-30 Thread Alan BRASLAU
Hello, These are the sort of details that we are trying to address with the new bibliography subsystem. The APA rules (reference: Publication Manual of the APA, 6th edition) give many special cases, some of which can be a bit tricky. The mkii/mkiv bibliography module that you are using does a

Re: [NTG-context] splitting bibliographic references

2014-09-30 Thread Robert Blackstone
On 30 Sep 2014, at 11:45 , Andrea Valle wrote > > Could you provide a minimal example? > > I?ve never used ConTeXt for this, and I?m a bit stuck Hi Andrea, Here is a “minimal" example. It is for mkii now but you can easily switch to mkiv by changing the starting (and

[NTG-context] Using PSTricks

2014-09-28 Thread Herbert Voss
understand why it searches for mkiv because in the background runs context mkii (started by by m-pstricks.lua). If I use the extension the follwing example works fine with current minimal: \usemodule[pstricks] \usePSTRICKSmodule[pst-barcode] \starttext \startPSTRICKS \pspicture(-4mm,-1mm)

[NTG-context] Influencing the vertical spacing of the table of contents? No possible?

2014-09-28 Thread Gerben Wierda
I asked this on the list a while back. Is there no answer on this one? I use \startpacked\stoppacked with some effect, but I'd like to have more finegrained control. Original question: I'm using mkii. I've got a table of contents that just places one item on the next page, whic

[NTG-context] Metafun standalone and fonts

2014-09-27 Thread Pol Stra
t installation with only mkiv. The ConTeXt installation with both mkiv and mkii, the error is: > Warning: cannot open font map file psfonts.map > ] > Missing character: There is no 226 in font cmr10! I tried to set: >defaultfont:="latinmodernmath"; Which is in the list of

Re: [NTG-context] How do I get indenting in multi-paragraph \endnotes?

2014-09-22 Thread Gerben Wierda
nd and >> rest paragraphs are not indented, while my text is. I tried adding >> \indenting[yes] to them explicitly, but that is apparently not enough. How >> can I set this up? I'm using mkii. > > \setupnotedefinition[endnote][indenting

Re: [NTG-context] How do I get indenting in multi-paragraph \endnotes?

2014-09-21 Thread Wolfgang Schuster
this up? I'm using mkii. \setupnotedefinition[endnote][indenting=yes] % indenting={yes,medium} Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-cont

[NTG-context] How do I get indenting in multi-paragraph \endnotes?

2014-09-21 Thread Gerben Wierda
I have a couple of \endnotes that are multi-paragraph, but the second and rest paragraphs are not indented, while my text is. I tried adding \indenting[yes] to them explicitly, but that is apparently not enough. How can I set this up? I'm using mkii. Thank

Re: [NTG-context] \definedescription question

2014-09-21 Thread Gerben Wierda
inition: >> >> \definedescription[Member][headstyle=bold, >> location=hanging,width=fit] >> >> What do I need to do if my description item has multiple paragraphs? A \par >> ends the description, so I n

Re: [NTG-context] \definedescription question

2014-09-21 Thread Otared Kavian
ion: > > \definedescription[Member][headstyle=bold, > location=hanging,width=fit] > > What do I need to do if my description item has multiple paragraphs? A \par > ends the description, so I need a definition of some sort of followup item > without the heading. How do I

[NTG-context] \definedescription question

2014-09-21 Thread Gerben Wierda
? I'm using mkii. G___ 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://www.p

[NTG-context] Influencing the vertical spacing of the table of contents?

2014-09-21 Thread Gerben Wierda
I'm using mkii. I've got a table of contents that just places one item on the next page, which is ugly. I'd like to tweak the spacing between lines, but which parameter do I have to adjust? It wasn't clear to me from t

Re: [NTG-context] perfect centering of layers in a text area

2014-09-20 Thread Wolfgang Schuster
Am 20.09.2014 um 02:56 schrieb Bernd Donner : > Hello, > > I'm converting some context from mkii to mkiv. Since the definelogo is > depreciated I try to use layers to get the same result. > > The problem in the example below is, the text in the header - which is a >

[NTG-context] perfect centering of layers in a text area

2014-09-20 Thread Bernd Donner
Hello, I'm converting some context from mkii to mkiv. Since the definelogo is depreciated I try to use layers to get the same result. The problem in the example below is, the text in the header - which is a table - is not perfectly centered with respect to the bottomframe. What is the r

[NTG-context] \preventmode does not work

2014-08-30 Thread Rik
At least in MKIV. I haven't tried MKII. The following example should demonstrate this. With no mode specified on the command line, this should enable mode three and prevent and disable the other modes. It seems that \preventmode is not only ineffective in what it is described as doing

Re: [NTG-context] E-books and XML.

2014-08-27 Thread Schmitz Thomas A.
h Lua? That should be a good start. > > For the beginner (me) is the MKII method easier > to implement? No, I would say both are about equal in complexity, but the mkiv method is so much more powerful and consistent, I really wouldn’t bother with mkii anymore. One reason for me to use

Re: [NTG-context] E-books and XML.

2014-08-27 Thread john Culleton
ta Transfer, PHP/MySQL Domain > Hosting http://www.doteasy.com Some questions: What tool do you recommend for entering text etc. in XML format? I have the Bluefish Editor but usually code html in a plain editor (Gvim). I downloaded the manual "Dealing with XML in MKIV" but it presup

Re: [NTG-context] [doifinset] how it works ?

2014-08-21 Thread Wolfgang Schuster
l presentation. > > My current attempt is to use : > 1 - MKIV as I use currently only MKII; > 2 - a counter is defined, that it is incremented at each slide definition; > 3 - a commalist to indicate the slides that I want. The number affected to > each slide is made according

Re: [NTG-context] [doifinset] how it works ?

2014-08-21 Thread Otared Kavian
ly prepping my teaching material for my back-to-university. > > I want to design some conditional slides based presentation where I can > select the slides that I want to show in my final presentation. > > My current attempt is to use : > 1 - MKIV as I use currently only MKII; >

Re: [NTG-context] [doifinset] how it works ?

2014-08-21 Thread Otared Kavian
-to-university. > > I want to design some conditional slides based presentation where I can > select the slides that I want to show in my final presentation. > > My current attempt is to use : > 1 - MKIV as I use currently only MKII; > 2 - a counter is defined, that it is increm

[NTG-context] [doifinset] how it works ?

2014-08-21 Thread Pierre-François Bonnefoi
Hello, I'm currently prepping my teaching material for my back-to-university. I want to design some conditional slides based presentation where I can select the slides that I want to show in my final presentation. My current attempt is to use : 1 - MKIV as I use currently only MKII;

Re: [NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Wolfgang Schuster
figure and then calculate its size. But it did not. It put in a figure of > 4x8, while telling TeX the box was 8x4. It’s a \framed bug in MkII but you can use \rotate to avoid it. > I do expect that \rotate[rotation=90]{\externalfigure[foo][width=4cm]} gets > me a height of 4cm

Re: [NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Gerben Wierda
image is wider than high. It was >> scaled too small so i wanted to rotate it and make it bigger. With this one >> it seems the bounding box is not rotated, so the top of the rotated picture >> is off the page. > > The dimensions are correct when you use MkIV. I'd rather not

Re: [NTG-context] How do I tell \completecontent not to include anything below the \chapter level?

2014-08-20 Thread Wolfgang Schuster
Am 20.08.2014 um 16:14 schrieb Gerben Wierda : > See subject. Same question for other levels. Method 1 (MkII only): \starttext \completecontent[level=chapter] \dorecurse{10} {\chapter{Chapter #1} \dorecurse{2} {\section{Section #1.##1} \dorecurse{2}{\subsection{Subsect

[NTG-context] itemize: how to get the first level items indented?

2014-08-19 Thread Gerben Wierda
I’d like to get \startitemize\stopitemize to indent the first level items already with the equal amount of indentation as the start of a paragraph (which is indented). Is there a way to do that? mkii G ___ If your

Re: [NTG-context] Intsalling modules - once more

2014-08-19 Thread Werner Hintze
I made a new step: I found out how to change the script in Texnicle. It was for MKII, now I changed it to MKIV. It works well now. The problem is just the module fancybreak. When I try to use it, I get the message »Undefined control sequence«. Some lines before I find: »resolvers

Re: [NTG-context] Intsalling modules - once more

2014-08-18 Thread Wolfgang Schuster
Am 18.08.2014 um 19:03 schrieb Werner Hintze : > On 18 Aug 2014, at 18:17, Aditya Mahajan wrote: > >> MkIV will not load .mkii files. What is the exact command that you use to >> run context? > > Aha! You found the point! I use Texnicle as editor and the context eng

<    3   4   5   6   7   8   9   10   11   12   >