[NTG-context] \DL misfunctioning

2013-10-09 Thread hwitloc


I'm  having some problems.  Here is a minimum example showing the problem:


Table #1 In the first case  \DL[1] does not work and no line is displayed, but 
the columns line 
   up nicesly.

Table #2 In this table I accidentally got \DL[1] to work by added a \NC to th 
last row.
 BUT, the last row is not misaligned by about 1 character position.


How could I get Example #2 below to align properly and why is \DL not working 
in example #1?

Regards

---



\starttext

\starttable[|r|]
\NC Table Header Here\AR
\DL[1]   \DR
\NC misc item 1  \AR
\NC misc item 2  \AR
\stoptable


\starttable[|r|]
\NC Table Header Here\AR
\DL[1]   \DR
\NC misc item 1  \AR
\NC misc item 2  \NC \AR
\stoptable

\stoptext

___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Anomaly in stretch framed text to width

2013-10-09 Thread Hans Hagen

On 10/9/2013 7:11 AM, hwit...@gmail.com wrote:


Wolfgang Schuster wrote:

 snipped ..

\starttext
\framed[width=40mm]{word}
\framed[width=40mm]{\stretched[features=none,width=\framedwidth]{word}}
\stoptext



I also appreciate the example provided by Wolfgang.  I have found an anomaly 
which produces incorrect results on my system.

Versin:  mtx-context | current version: 2013.09.03 16:23


Not so minimal, minimal example.  I did a range of values for comparison.
Problem is:
1. I expect a one character word to be centered.  Not necessary but I expected 
this, because all words 1 character do center alignment.

2. The letter 'w' for some reason binds to the next character and produces 
an incorrect result.

3. In the last table the letters 'db' seem to be stuck together when the 
word is seven characters or more.  This anomalous unsymmetric binding also 
occurs in the 2nd and 3rd tables, as well.


normally this goes unnoticed because we don't add that much stretch 
(there is a hyphenation point in between that needs a special treatment)



\starttext

  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{1}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{12}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{123}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{1234}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{12345}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{123456}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{1234567}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{12345678}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{123456789}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{1234567890}}

\blank[big]

  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{w}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wo}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wor}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{word}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wordw}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wordwo}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wordwor}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wordword}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wordwordw}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wordwordwo}}

\blank[big]

  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{w}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wa}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{war}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{ward}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wardw}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wardwa}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wardwar}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wardward}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wardwardw}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{wardwardwa}}

\blank[big]

  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{b}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{ba}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bar}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bard}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bardb}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bardba}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bardbar}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bardbard}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bardbardb}}
  \framed[width=45mm]{\stretched[features=none,width=\framedwidth]{bardbardba}}

\stoptext

Is this a caculation / rouding / logic error ?


more a limitation of disc nodes; i now handle some cases in a special 
way (will upload new beta later)


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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  : 

Re: [NTG-context] hyphenate urls in a non hyphenated text

2013-10-09 Thread Hans Hagen

On 10/9/2013 1:09 AM, Aditya Mahajan wrote:

On Wed, 9 Oct 2013, Stéphanie Vilayphiou wrote:


Ah ok, I tried it in Context live first and it didn't output a PDF,
but it works like a charm on my server.
See an example here, page 24:
http://esadgv.stdin.fr/media/pdf/esad-gv_catalogue_2012-2013.pdf


Why does context break urls **before** slash, hyphen, and dot. Isn't it
better to break urls **after** these symbols?


because when they end up in front of a line, it's more likely that they 
belong to the previous while for instance a period at the end of a line 
could also be ending a line.


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Math in current beta

2013-10-09 Thread Alan BRASLAU
On Tue, 8 Oct 2013 22:49:34 +0200
Alan BRASLAU alan.bras...@cea.fr wrote:

 Math seems terribly broken in current beta.
 
 Minimal example: anything... :)
 
 Alan

Hmm. I cleared-out my installation of the standalone
and re-installed from scratch. The problem is solved,
so something must have gone haywire that rebuilding
the format alone did not suffice:
mtxrun --selfupdate
mtxrun --generate
luatools --generate
context --make
I do not understand, so I am sorry for the noise.

Alan
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] startitemize [intext]

2013-10-09 Thread Alan BRASLAU
Can someone explain how the intext keyword should be used in an item list?
I would expect the following minimal example to produce
a. first b. second c. third

\starttext
\startitemize [a,intext]
  \startitem first \stopitem
  \startitem second \stopitem
  \startitem third \stopitem
\stopitemize
\stoptext

Alan
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] startitemize [intext]

2013-10-09 Thread Marco Patzer
On 2013–10–09 Alan BRASLAU wrote:

 I would expect the following minimal example to produce
 a. first b. second c. third
 
 \starttext
 \startitemize [a,intext]

\startitemize [a,text]


Marco


signature.asc
Description: Digital signature
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] startitemize [intext]

2013-10-09 Thread luigi scarso
On Wed, Oct 9, 2013 at 11:08 AM, Alan BRASLAU alan.bras...@cea.fr wrote:

 Can someone explain how the intext keyword should be used in an item
 list?



\starttext
\startitemize[n,intext][left=(,right=),stopper=]
\item \input knuth
\item \input ward
\stopitemize

\startitemize[n][left=(,right=),stopper=]
\item \input knuth
\item \input ward
\stopitemize
\stoptext



-- 
luigi
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] [***SPAM***] Page layout mechanics

2013-10-09 Thread hwitloc

I am trying to create a papersize for a business card (Japanese sized).
I want a 3 mm border/edge and the rest of the space available for text space.

I'm able to get new this for the vertical dimension, but the horizontal text 
area is about 20 mm shorter than desired or (intented) setyp values.

How can I get this to provide a text are width of 85 mm and not the 65 mm I am 
currently getting, even tough I only spacife 3mm right and left edges?

Thanks


% Minimal example follows:

\definepapersize[business-card][width=91mm,height=55mm]
\setuppapersize[business-card][business-card]
\setuppagenumbering[location=] 

\setuplayout[leftedge=0mm, leftedgedistance=0mm, leftmargin=0mm, 
leftmargindistance=0mm,
 backspace=3mm,
 
rightedge=0mm,rightedgedistance=0mm,rightmargin=0mm,rightmargindistance=0mm,
 topspace=3mm, top=0mm, topdistance=0mm, header=0mm, 
headerdistance=0mm,
 footerdistance=0mm, footer=0mm,bottomdistance=0mm, bottom=0mm,
 makeupwidth=85mm ]
\starttext

\showframe

\midaligned{Hello World!}

\showlayout

\stoptext
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [***SPAM***] Page layout mechanics

2013-10-09 Thread Marco Patzer
On 2013–10–09 hwit...@gmail.com wrote:

 I want a 3 mm border/edge and the rest of the space available for text space.

\definepapersize
  [business-card]
  [width=91mm,
   height=55mm]

\setuppapersize
  [business-card]

\setuplayout
  [backspace=3mm,
   topspace=3mm,
   margin=0mm,
   header=0mm,
   footer=0mm,
   width=middle,
   height=middle]

\starttext
  \showframe
  \midaligned{Hello World!}
  \showlayout
\stoptext

Marco


signature.asc
Description: Digital signature
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] \DL misfunctioning

2013-10-09 Thread Wolfgang Schuster

Am 09.10.2013 um 10:29 schrieb hwit...@gmail.com:

 
 
 I'm  having some problems.  Here is a minimum example showing the problem:
 
 
 Table #1 In the first case  \DL[1] does not work and no line is displayed, 
 but the columns line 
   up nicesly.
 
 Table #2 In this table I accidentally got \DL[1] to work by added a \NC to th 
 last row.
 BUT, the last row is not misaligned by about 1 character position.
 
 
 How could I get Example #2 below to align properly and why is \DL not working 
 in example #1?

You missed the \NC before \AR.

\starttext

\starttable[|r|]
   \NC Table Header Here \NC\AR
   \DL[1]   \DR
   \NC misc item 1   \NC\AR
   \NC misc item 2   \NC\AR
\stoptable

\stoptext

Wolfgang
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] [***SPAM***] Layout question

2013-10-09 Thread hwitloc


I found I could achieve the desired layout by directly setting the width 
variable.
Thank you.  I first tried seting the markupwidth but it can't be set, but the 
width layout variable does work.

Thanks

Re: 
\setuplayout[leftedge=0mm, leftedgedistance=0mm, leftmargin=0mm, 
leftmargindistance=0mm,
 backspace=3mm,
 
rightedge=0mm,rightedgedistance=0mm,rightmargin=0mm,rightmargindistance=0mm,
 topspace=3mm, top=0mm, topdistance=0mm, header=0mm, 
headerdistance=0mm,
 footerdistance=0mm, footer=0mm,bottomdistance=0mm, bottom=0mm,
 width=85mm ]

___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [***SPAM***] Page layout mechanics

2013-10-09 Thread Wolfgang Schuster

Am 09.10.2013 um 14:38 schrieb Marco Patzer li...@homerow.info:

 On 2013–10–09 hwit...@gmail.com wrote:
 
 I want a 3 mm border/edge and the rest of the space available for text space.
 
 \definepapersize
  [business-card]
  [width=91mm,
   height=55mm]
 
 \setuppapersize
  [business-card]
 
 \setuplayout
  [backspace=3mm,
   topspace=3mm,
   margin=0mm,
   header=0mm,
   footer=0mm,
   width=middle,
   height=middle]


You can also modify the “page” layout.

\setuplayout[page][backspace=3mm,topspace=3mm]
\setuplayout[page]

Wolfgang
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [***SPAM***] Layout question

2013-10-09 Thread Wolfgang Schuster

Am 09.10.2013 um 15:54 schrieb hwit...@gmail.com:

 
 
 I found I could achieve the desired layout by directly setting the width 
 variable.
 Thank you.  I first tried seting the markupwidth but it can't be set, but the 
 width layout variable does work.

Please take a look at Marcos answer, you’re setting more values than necessary.

Wolfgang
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Spelling out chapter numbers for novels.

2013-10-09 Thread john Culleton

It is now fashionable in the U.S. (and maybe elsewhere) to use a
spelled-out chapter number in novels. Not finding a function to convert
from a number register to a text string I created a brute force file
that looks like this:
--
\def\chapstring{\ifcase\currentheadnumber\or
One\or
Two\or
Three\or
Four\or
Five\or
Six\or
Seven\or
Eight\or
Nine\or
Ten\or
...
Ninety-eight\or
Ninety-nine\else
One hundred\fi}


This file enables authors to rearrange chapters without worrying
about renumbering the chapters since it depends on \currentheadnumber.

I wonder if there is a function in Context or elsewhere that does this
for me?

If not, anyone who wants the complete file can write me for a copy. It
might save you ten minutes or so :)

-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
PDF e-book: Create Book Covers with Scribus
available at http://www.booklocker.com/books/4055.html
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Spelling out chapter numbers for novels.

2013-10-09 Thread Marco Patzer
On 2013–10–09 john Culleton wrote:

 It is now fashionable in the U.S. (and maybe elsewhere) to use a
 spelled-out chapter number in novels.

 […]

 I wonder if there is a function in Context or elsewhere that does this
 for me?

\setuplabeltext
  [chapter=Chapter\nobreakspace]

\setuphead
  [chapter]
  [conversion=words]

\starttext
  \startchapter [title=Alpha]
  \stopchapter

  \startchapter [title=Beta]
  \stopchapter

  \startchapter [title=Gamma]
  \stopchapter
\stoptext

Marco


signature.asc
Description: Digital signature
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Spelling out chapter numbers for novels.

2013-10-09 Thread john Culleton
On Wed, 9 Oct 2013 21:43:49 +0200
Marco Patzer li...@homerow.info wrote:

 On 2013–10–09 john Culleton wrote:
 
  It is now fashionable in the U.S. (and maybe elsewhere) to use a
  spelled-out chapter number in novels.
 
  […]
 
  I wonder if there is a function in Context or elsewhere that does
  this for me?
 
 \setuplabeltext
   [chapter=Chapter\nobreakspace]
 
 \setuphead
   [chapter]
   [conversion=words]
 
 \starttext
   \startchapter [title=Alpha]
   \stopchapter
 
   \startchapter [title=Beta]
   \stopchapter
 
   \startchapter [title=Gamma]
   \stopchapter
 \stoptext
 
 Marco

Very interesting. I have one further problem. The accepted style is to
use an initial cap as in 
Twenty-three
and not 
twenty-three

Is there a cure for that also?



-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
PDF e-book: Create Book Covers with Scribus
available at http://www.booklocker.com/books/4055.html
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Spelling out chapter numbers for novels.

2013-10-09 Thread Marco Patzer
On 2013–10–09 john Culleton wrote:

 Very interesting. I have one further problem. The accepted style is to
 use an initial cap as in 
 Twenty-three
 and not 
 twenty-three
 
 Is there a cure for that also?

Words

Marco


signature.asc
Description: Digital signature
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] notepad++ and context

2013-10-09 Thread Wolfgang Werners-Lucchini
Hallo,

I have tried to download the files

Npp ConTeXt.zip and Npp ConTeXt-Uni.zip

at

http://wiki.contextgarden.net/Notepad%2B%2B

but they seem to be corrupted.

Wolfgang
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] notepad++ and context

2013-10-09 Thread Hans Hagen

On 10/9/2013 10:52 PM, Wolfgang Werners-Lucchini wrote:

Hallo,

I have tried to download the files

Npp ConTeXt.zip and Npp ConTeXt-Uni.zip

at

http://wiki.contextgarden.net/Notepad%2B%2B

but they seem to be corrupted.


FYI: They are maintained by Idris.

If you don't need bidi you can try scite instead.

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] fighting fonts

2013-10-09 Thread Ciro A. Soto
Hi everyone,
I am trying to reproduce a novel I wrote with context years ago. This time
is spanish.
I use context only for books, not daily, so now I can't figure out how to
use fonts.
I have been going around and around for days avoiding to look for help here
for such a simple thing, but I surrendered. My last attempt was using the
simplefonts module.
Here is what I get (linux-64 ubuntu):

* texexec --pdf novel.tex*
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013)
 \write18 enabled.
entering extended mode
(./novel.tex

ConTeXt  ver: 2013.06.07 17:34 MKII  fmt: 2013.10.8  int: english/english

system  : cont-new.mkii loaded
(/usr/local/context/tex/texmf-context/tex/context/base/cont-new.mkii
systems : beware: some patches loaded from cont-new.mkii
)
system  : cont-sys.rme loaded
(/usr/local/context/tex/texmf-context/tex/context/user/cont-sys.rme
(/usr/local/context/tex/texmf-context/tex/context/base/type-siz.mkii)
(/usr/local/context/tex/texmf-context/tex/context/base/type-one.mkii))
system  : novel.top loaded
(./novel.top)
bodyfont: 12pt rm is loaded
language: patterns nl-texnansi:texnansi-1-2:2 nl-ec:ec-2-2:2
us-
ec:ec-3-2:3 de-texnansi:texnansi-4-3:3 de-ec:ec-5-3:3
da-ec:ec-6-2:2
 sv-ec:ec-7-2:2 af-ec:ec-8-2:2 gb-ec:ec-9-2:2
fr-texnansi:texnansi-1
0-2:2 fr-ec:ec-11-2:2 es-ec:ec-12-2:2 ca-ec:ec-13-2:2
it-texnansi:te
xnansi-14-2:2 it-ec:ec-15-2:2 la-ec:ec-16-2:2
pt-texnansi:texnansi-17
-2:2 pt-ec:ec-18-2:2 ro-ec:ec-19-2:2 pl-pl0:pl0-20-2:2
pl-ec:ec-21-
2:2 pl-qx:qx-22-2:2 cs-il2:il2-23-2:2 cs-ec:ec-24-2:2
sk-il2:il2-25
-2:2 sk-ec:ec-26-2:2 hr-ec:ec-27-2:2 sl-ec:ec-28-2:2
tr-ec:ec-29-2
:2 tk-ec:ec-30-1:2 lt-l7x:l7x-31-2:2 agr-agr:agr-33-2:2
fi-ec:ec-34-
2:2 hu-ec:ec-35-2:2 ru-t2a:t2a-37-2:2 uk-t2a:t2a-38-3:3  loaded
specials: dvips loaded
systems : system commands are enabled
language: language en is active
specials: loading definition file tpd
(/usr/local/context/tex/texmf-context/tex/context/base/spec-tpd.mkii
specials: loading definition file fdf
(/usr/local/context/tex/texmf-context/tex/context/base/spec-fdf.mkii))
(./final_macros.tex
color   : mpcmyk color space is supported
color   : mpspot color space is supported
color   : system rgb is global activated
color   : unknown system cmyk
system  : module simplefonts (mkii) loaded

(/usr/local/context/tex/texmf-modules/tex/context/third/simplefonts/t-simplefon
ts.mkii
loading : ConTeXt User Module / Simplefonts
)
*! Font \*simplefonts:112ptrmtfrm*:=TeX Gyre Termes at 12.0pt not
loadable: Me*
*tric (TFM) file not found.*
to be read again
   \relax
\definefontglobal ...dcsname \lastfontname \relax
  \expandafter \let
\expanda...

\xxdododefinefont ...tspec {#4}\newfontidentifier
  \let
\localrelativefontsiz...

\fontstrategy ...me \fontclass #2#3#4#5\endcsname
  \tryingfontfalse \fi
inserted text ...yle \fontalternative \fontsize
  \fi \iftryingfont
\fontstr...

\synchronizefont ...strategy \the \fontstrategies
  \relax \fi \iftryingfont
\...
...


My instructions in the novel.tex file are:
\usemodule[simplefonts][size=14pt]
\setmainfont[TeX Gyre Termes]

and when I list all fonts with
* mtxrun --script fonts --list  -all | grep -i termes*

texgyretermes texgyretermesbold
texgyretermes-bold.otf
texgyretermesbold texgyretermesbold
texgyretermes-bold.otf
texgyretermesbolditalic   texgyretermesbolditalic
texgyretermes-bolditalic.otf
texgyretermesitalic   texgyretermesitalic
texgyretermes-italic.otf
texgyretermesmath texgyretermesmathregular
 texgyretermes-math.otf
texgyretermesmathnormal   texgyretermesmathregular
 texgyretermes-math.otf
texgyretermesmathregular  texgyretermesmathregular
 texgyretermes-math.otf
texgyretermesnormal   texgyretermesitalic
texgyretermes-italic.otf
texgyretermesregular  texgyretermesregular
 texgyretermes-regular.otf


any help is welcome.

thank you

ciro


Books you should read:

[image: Lead, Follow  Suceed] http://www.kavyata.com/lfs.html  [image:
The Guitar Maker] http://www.kavyata.com/tgm.html  [image: La Vida, El
Amor, La Mujer] http://www.kavyata.com/vam.html
My social profile: [image:
Facebook]http://www.facebook.com/profile.php?id=752641627 [image:
Twitter] http://www.twitter.com/CASotoAguirre
___
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.pragma-ade.nl / 

Re: [NTG-context] [***SPAM***] Page layout mechanics

2013-10-09 Thread hwitloc


Marco,
   thanks for demonstrating a clean way to set up custom layout sizes.
This is very usefull and will be applied to various target documents and paper 
sizes depending on the need.

Regards

Marco Patzer wrote:

 On 2013–10–09 hwit...@gmail.com wrote:
 
  I want a 3 mm border/edge and the rest of the space available for text 
  space.
 
 \definepapersize
   [business-card]
   [width=91mm,
height=55mm]
 
 \setuppapersize
   [business-card]
 
 \setuplayout
   [backspace=3mm,
topspace=3mm,
margin=0mm,
header=0mm,
footer=0mm,
width=middle,
height=middle]
 
 \starttext
   \showframe
   \midaligned{Hello World!}
   \showlayout
 \stoptext
 
 Marco
 ___
 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.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___
___
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.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___