Re: [NTG-context] (No subject header)

2021-12-27 Thread Hans Hagen via ntg-context
On 12/27/2021 9:27 PM, Thomas Savary via ntg-context wrote: Thanks, Hans, for your advice. > a probably more reliable solution is to 'remove bad stuff' from the > loaded font by running over the features and removing bad matches > (which is less sensitive for order) I could edit the font

Re: [NTG-context] (no subject)

2021-07-18 Thread Wolfgang Schuster
T. Kurt Bond schrieb am 17.07.2021 um 08:38: I have the following file: \setupfloat[table][default=nonumber] \starttext \section[title={Tables without force}] Here is a table without a caption, unforced. \startplacetable[location=none]   \bTABLE   \bTR\bTD r1c1

Re: [NTG-context] (no subject)

2021-07-18 Thread Pablo Rodriguez
On 7/17/21 8:38 AM, T. Kurt Bond wrote: > I have the following file: > > \setupfloat[table][default=nonumber] > > \starttext > \startplacetable[title={Table With A Caption},location=force] > \bTABLE > \bTR\bTD r2c1 \eTD\bTD r2c2\eTD\eTR > \eTABLE > \stopplacetable

Re: [NTG-context] (no subject)

2021-03-13 Thread Jano Kula
Hello! On Sat, Mar 13, 2021 at 6:09 PM Jeroen wrote: > I have the following document, but I want a different > \setuplayout[backspace] for the titlepage and copyright space. What is > the best way to achieve this? > https://wiki.contextgarden.net/Layout section Multiple layouts J.

Re: [NTG-context] (no subject)

2020-06-18 Thread Malte Frank Gerdes
I am rarely using mailing lists, so i hope that i do it right :). Thanks for the help, Taco. I added an entry to the Wiki, but i'm not sure if it is sufficient this way and if it needs approval/review or something. Malte

Re: [NTG-context] (no subject)

2020-06-17 Thread Hans Hagen
On 6/17/2020 3:46 PM, Taco Hoekwater wrote: Like this (an arrangement that uses two physical pages, that is where the \poparrangedpagesAB and \arrangedpageA / \arrangedpageB come from): \installpagearrangement 1*4*reversed {\dosetuparrangement{2}{2}{4}{3}{3}% X,Y,Total,hcutmarks,vcutmarks

Re: [NTG-context] (no subject)

2020-06-17 Thread Taco Hoekwater
Like this (an arrangement that uses two physical pages, that is where the \poparrangedpagesAB and \arrangedpageA / \arrangedpageB come from): \installpagearrangement 1*4*reversed {\dosetuparrangement{2}{2}{4}{3}{3}% X,Y,Total,hcutmarks,vcutmarks

Re: [NTG-context] (no subject)

2019-04-04 Thread Hans Hagen
On 4/4/2019 9:30 PM, Dmitry Starostin wrote: In terminal: mtxrun --autogenerate --script context --autopdf Test.tex -> resolvers       | initialization | fatal error: kpse library is accessed (key: default_texmfcnf) this normally means that there is no file database ... context mkiv nor

Re: [NTG-context] (no subject)

2019-03-22 Thread Alan Braslau
On Fri, 22 Mar 2019 14:34:25 +0300 dstaros...@yandex.ru wrote: > specification=chicago Doesn't exist, hasn't been written... ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] (no subject)

2019-01-04 Thread Hans Hagen
On 1/4/2019 1:39 AM, Lars wrote: Hi there, somehow floats that I place with keywords location=left or location=rightcreate a blank page first. Am I missing anything? I am sure that this wasn't the case before 19.12.2018. Right now I have the recent 03.01.2019 version. My MWE and an image

Re: [NTG-context] (no subject)

2016-07-18 Thread Fabrice Couvreur
Hi Otared, thanks, in fact, the placement of the \placerecipe{}{} in the text determines the placement of the framed in the right margin if I understand. Fabrice 2016-07-17 10:46 GMT+02:00 Otared Kavian : > Hi Fabrice, > > If you want the framed box to be placed on the same

Re: [NTG-context] (no subject)

2016-07-17 Thread Otared Kavian
Hi Fabrice, If you want the framed box to be placed on the same baseline as the letter A, in the example, then you have to tell ConTeXt to place a margin material right after A, as in A\\ \placerecipe{}{\framed{La vie n'est pas un long fleu||ve tranquille !}} B \\ C and you can play with

Re: [NTG-context] (no subject)

2016-07-16 Thread Fabrice Couvreur
Hi Kavian, Okay, but I do not understand why the top of the framed can not be on the baseline of the letter A. Fabrice 2016-07-16 11:28 GMT+02:00 Otared Kavian : > Hi Fabrice, > > Indeed you can place your float a little bit higher in th emargin, as in > the example below, by

Re: [NTG-context] (no subject)

2016-07-16 Thread Otared Kavian
Hi Fabrice, Indeed you can place your float a little bit higher in th emargin, as in the example below, by using the keyword « high ». Best regrads: Otared K. % begin fabrice-inmargin.tex \setuplayout [width=13cm, rightmargin=5cm] \setupbodyfont[pagella,11pt] \definefloat [recipe]

Re: [NTG-context] (no subject)

2016-07-15 Thread Fabrice Couvreur
Hi Kavian (your first name ?) Thank you for your suggestion but it is still a little problem: why the baseline of the framed is the third A and not the first ? thank you, Fabrice \useMPlibrary [dum] \setuplayout [width=13cm, rightmargin=5cm] \setupbodyfont[pagella,11pt] \definefloat

Re: [NTG-context] (no subject)

2016-07-15 Thread Otared Kavian
Hi Fabrice, You can give an option to \framed, as in: \placerecipe{}{\framed[align=justify,offset=2pt]{La vie n'est pas un long fleuve tranquille !}} You may also (in the above example) replace « fleuve » by « fleu||ve » in order to get a hyphenation. Best regards: OK > On 15 Jul 2016, at

Re: [NTG-context] (no subject)

2016-07-15 Thread Fabrice Couvreur
Hi Wolfgang, Thank you. Now I want the figures or boxes with text are automatically placed in the right margin. Is this the best way ? How have justified text in the boxes ? Fabrice \useMPlibrary [dum] \setuplayout [width=13cm,

Re: [NTG-context] (no subject)

2016-07-15 Thread Wolfgang Schuster
Fabrice Couvreur 15. Juli 2016 um 13:17 Hello everyone, The document https://drive.google.com/file/d/0B-mkD83s36jbREZmbGdPaGVHUDg/view?usp=sharing shows what I would do at the place reserved for the text and that reserved for comments, ratings ... Must use

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 2.1). Sytse Sytse Knypstra

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

2015-11-30 Thread Wolfgang Schuster
Sytse Knypstra 30. November 2015 um 13:06 Dear list,

 In the following minimal example I would like to have: 
- the headings of \special in the toc, unnumbered
 - in the text, the numbers of the exercises preceded by the chapter number
 The first goal is

Re: [NTG-context] (no subject)

2013-03-20 Thread Wolfgang Schuster
Am 20.03.2013 um 03:22 schrieb non-null hwit...@gmail.com: Here is a simple example: \starttext \startitemize[1,packed] Introduction text to the list below. \item some item text1 \item some item text2 \stopitemize I want to be able to adjust the vertical white space between the list

Re: [NTG-context] (no subject)

2013-03-20 Thread Sietse Brouwer
non-null hwit...@gmail.com wrote: I want to be able to adjust the vertical white space between the list introduction text and the list of items. How can this be accomplished? Probably \setupitemgroup[itemize][before={\blank[0em]}] will do what you want. For a complete list of parameters:

Re: [NTG-context] (no subject)

2013-03-20 Thread Sietse Brouwer
This is more of a follow-up question than an answer: wouldn't \blank[nowhite] be better? Quite possibly. When I read I want to be able to adjust the vertical white space my mind went towards adding whitespace instead of removing it, but that was just an assumption. I admit that I didn't look up

Re: [NTG-context] (no subject)

2013-01-23 Thread Taco hoekwater
Op 24 jan. 2013 om 01:59 heeft Alfredo Catalina User kicked off the list. Best wishes, Taco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] (no subject)

2012-12-03 Thread Taco Hoekwater
On 12/03/2012 10:34 AM, Peter Fiets wrote: http://laptop-gadgets.com/wp-content/themes/twentyeleven/google.html That subscriber is going away now ... ___ If your question is of interest to others as well, please

Re: [NTG-context] (no subject)

2011-09-10 Thread Honza Hejzl
Great, thanks, we are close to success. I can see the pdf file but it is broken and the console seems like it wants some next interaction: /context/base/lpdf-pdx.xml' pagesflushing realpage 1, userpage 1, subpage 1 pagesflushing realpage 2, userpage 2 pages

Re: [NTG-context] (no subject)

2008-04-24 Thread richard . stephens
I have consulted the manuals and even the source (core-con.tex) but I cannot find a way of getting a three-letter month using the \date command. For example, I would like to display today's date as 23-Apr-08. This gives a short display suitable for use in a margin, but avoids the

Re: [NTG-context] (no subject)

2008-03-26 Thread Wolfgang Schuster
On Tue, Mar 25, 2008 at 7:27 PM, Horacio Suarez [EMAIL PROTECTED] wrote: Hello all, I have a stupid cuestion: I´m making a long 12 pages table. I´m using \setupfootertexts for the pagenumber. I don´t want page numbers in the header at all. header=hight or header=empty in the \title setup

Re: [NTG-context] (no subject)

2008-03-26 Thread Horacio Suarez
thankyou very much Wolfgang y Peter. Horacio Suarez Editorial Antropofagia www.eantropofagia.com.ar Date: Wed, 26 Mar 2008 08:14:10 +0100 From: [EMAIL PROTECTED] To: ntg-context@ntg.nl Subject: Re: [NTG-context] (no subject) On Tue, Mar 25, 2008 at 7:27 PM, Horacio

Re: [NTG-context] (no subject)

2008-03-25 Thread Peter Rolf
Hi Horacio, Horacio Suarez schrieb: Hello all, I have a stupid cuestion: I´m making a long 12 pages table. I´m using \setupfootertexts for the pagenumber. I don´t want page numbers in the header at all. header=hight or header=empty in the \title setup is not enough, I still have a

Re: [NTG-context] (no subject)

2007-01-29 Thread Mojca Miklavec
On 1/28/07, 박내엽(NY Park) wrote: HI Update 2007.1.24 in OSX but when i texexec -pdf test.tex next error massage why??? (/usr/local/teTeX/share/texmf.local/tex/context/base/type-akb.tex)) bodyfont: 12pt rm is loaded kpathsea: Running mktextfm lmmi7 /etc./ I can't assure you that

Re: [NTG-context] title, subject table of contents

2005-02-13 Thread cormullion
VnPenguin [EMAIL PROTECTED] said on 2005-02-13, 1:02 (+0100 GMT): \setuphead [chapter] [number=no] and use \chapter instead of \title. So I can obtain the TOC. But I dont why there is no clickable link in the TOC at

Re: [NTG-context] title, subject table of contents

2005-02-13 Thread VnPenguin
On Sun, 13 Feb 2005 11:44:11 +, cormullion [EMAIL PROTECTED] wrote: VnPenguin [EMAIL PROTECTED] said on 2005-02-13, 1:02 (+0100 GMT): \setuphead [chapter] [number=no] and use \chapter instead of \title. So

Re: [NTG-context] title, subject table of contents

2005-02-13 Thread h h extern
VnPenguin wrote: But if I replace \chapter by \title; \section by \subject, I can not have a TOC at all. This is the code: that's because those are not written to the list; \startfrontmatter \charter{xxx} \stopfrontmatter gives you unnumbered entries but written to the list; (it is possible to

Re: [NTG-context] title, subject table of contents

2005-02-12 Thread VnPenguin
On Sat, 12 Feb 2005 21:00:22 +0100, Thomas A. Schmitz [EMAIL PROTECTED] wrote: Hi, I had a similar problem some weeks ago. Here's what Hans wrote in November 2004: \title never ends up in the toc, unless configured however, you can add section structure (bodypart, appendix, etc) and

Re: [NTG-context] (no subject)

2004-02-08 Thread Hans Hagen
At 07:15 05/02/2004, you wrote: Hallo, it seems to me that text surrounding is ignored for floats inside columns, see the code below. Am I right? yes; see columns.pdf for the many figure options in column sets Hans ___ ntg-context mailing list

Re: [NTG-context] (no subject)

2004-01-24 Thread Nigel King
wei jm, Why do you want it in a different format? What application are you using for your report? Nigel On 21 Jan 2004, at 08:54, hl590we wrote: Hello,everybody, I have a problem while using context to create some flowcharts. The beginning of my tex source file looks like:

Re: [NTG-context] (no subject)

2003-09-22 Thread Jens-Uwe Morawski
On Sun, 21 Sep 2003 21:24:04 +0200 (MEST) Severin Obertuefer [EMAIL PROTECTED] wrote: how can I cut the the part of the path c between A and B, so that the result is like a cheese :) path cheese ; cheese := c rotated angle B ; cheese := cheese cutafter (origin--A) ; Jens