Re: [NTG-context] double-sided page number placement

2021-07-12 Thread Charles Doherty
Dear Pablo,

As you suggested location=inright works for me using LMTX

Hans sent me:

can you put this in cont-new.mkxl and test it with options

\unprotect

\def\page_layouts_place_text_line_left
 {\hpack
{\ifdim\leftedgewidth>\zeropoint
\page_layouts_left_edge_element\c!righttext\c!rightstyle\c!rightcolor\c!rightwidth
 \fi
 \ifdim\leftmarginwidth>\zeropoint
\page_layouts_left_margin_element\c!righttext\c!rightstyle\c!rightcolor\c!rightwidth\plusone
 \fi
 \ifdim\makeupwidth>\zeropoint
   \page_layouts_text_body_element_e_r_m_l
 \fi
 \ifdim\rightmarginwidth>\zeropoint
\page_layouts_right_margin_element\c!lefttext\c!leftstyle\c!leftcolor\c!leftwidth\zerocount
 \fi
 \ifdim\rightedgewidth>\zeropoint
\page_layouts_right_edge_element\c!lefttext\c!leftstyle\c!leftcolor\c!leftwidth
 \fi}}

\protect


 With this both   inright  and  inmargin work in LMTX and MKIV

So everything is working for me now.

Thank you for taking the time,
Charlie


> On 12 Jul 2021, at 06:20, Pablo Rodriguez  wrote:
> 
> On 7/11/21 5:07 PM, Charles Doherty wrote:
>> [...]
>> the left page of the double spread places the page number on the left
>> margin of the page and in the right page it is placed on the right
>> margin. This is what I would like to get in LMTX as well. Am I doing
>> something wrong here?
> 
> Hi Charles,
> 
> I think that "inright" is what you want:
> 
>  \setuppagenumbering[alternative=doublesided,
>  location=inright]
> 
>  \starttext
>  \dorecurse{20}{\input knuth }
>  \stoptext
> 
> With current latest from 2021.07.10 21:51, "location=inright" behaves as
> you expect using LMTX.
> 
> Using MKIV with the current latest, there is no difference between
> "location=inright" and "location=inmargin".
> 
> I don’t know whether this is intended or not.
> 
> I hope it might help,
> 
> Pablo
> --
> http://www.ousia.tk
> ___
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

***
CHARLES DOHERTY
13 BANCROFT ROAD
TALLAGHT
DUBLIN 
D24 YH2V
home: +353 1 2447483
Mobile: +353 863868629
charles.dohe...@icloud.com





___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] double-sided page number placement

2021-07-11 Thread Charles Doherty

Dear Hans,

The following file:

\setuplayout[location=doublesided]
\setuppagenumbering[location=inmargin,alternative=doublesided]

\starttext
\dorecurse{20}{\input knuth }
\stoptext

using:
> ConTeXt  ver: 2021.04.21 11:39 LMTX  fmt: 2021.7.11  int: english/english

the left page of the double spread places the page number on the right margin 
of the page and in the right page it is placed on the right margin


using:
> ConTeXt  ver: 2019.06.20 18:47 MKIV beta  fmt: 2019.6.23  int: english/english

the left page of the double spread places the page number on the left margin of 
the page and in the right page it is placed on the right margin. This is what I 
would like to get in LMTX as well. Am I doing something wrong here?

Thanks,
Charlie


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] arm osx

2021-04-25 Thread Charles Doherty
Dear Keith and Mojca,

I followed the information provided buy Keith below and everything is working 
just fine. Mojca I directed my request to Keith in the first instance since I 
felt it was most likely my lack of knowledge of how to get things going that 
was the problem (as usual). So thank you for your quick response and offer to 
test. And thank you Keith for your example below it did the trick.

Very best wishes,
Charlie

> On 23 Apr 2021, at 15:53, Keith McKay  wrote:
> 
> Sorry. I put a typo in the engine file in my reply. It should be
> 
> #!/bin/bash
> 
> export 
> PATH=/Users/pothole/data/contextarm64/tex/texmf-osx-64/bin:/Users/pothole/data/contextarm64/tex/texmf-osx-64/bin
> 
> /Users/pothole/data/contextarm64/tex/texmf-osx-64/bin/mtxrun --autogenerate 
> --script context --autopdf "$1"
> 
> Best Wishes
> 
> Keith
> 

***
CHARLES DOHERTY
13 BANCROFT ROAD
TALLAGHT
DUBLIN 
D24 YH2V
home: +353 1 2447483
Mobile: +353 863868629
charles.dohe...@icloud.com





___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] arm osx

2021-04-23 Thread Charles Doherty
Hi all (especially Keith who successfully got Context running on the new M1 Mac 
OS ARM)

Again thanks to Mojca for providing the Mac OS ARM download. I recently replace 
my old Mac with the new ARM one. 

I am having difficulty getting ConTeXt to work.  This is what I have done and 
the information from the console.

I downloaded:

context-osx-arm64.zip

In terminal:  cd /Users/charlesdoherty/context-osx-arm64

Ran sh install.sh

and all seems ok (following Keith’s advice on privacy).

I made an engine for TeXShop based on what worked before:

#!/bin/Zsh
export 
PATH=$PATH:~/context-osx-arm64/bin:~/context-osx-arm64/tex/texmf-osx-64/bin
~/context-osx-arm64/tex/texmf-osx-64/bin/mtxrun --autogenerate --script context 
--directives="system.showerror" --autopdf "$1" --purgeall

I made it executable.

When I typeset a file in TeXShop using this engine I get:

/Users/charlesdoherty/Library/TeXShop/Engines/ARM.engine:3: bad CPU type in 
executable: /Users/charlesdoherty/context-osx-arm64/tex/texmf-osx-64/bin/mtxrun

I have tried various options to no avail but I would really appreciate some 
help on this (longhand rather than cryptic would be really helpful).

Thanks,
Charlie



> On 11 Apr 2021, at 19:27, Keith McKay  wrote:
> 
> An alternative way is to go to Preferences>>Security and Privacy>>General. 
> And then click on Open anyway and that's it sorted.
> Best Wishes
> Keith
> 
> 
> 
> On Sun, 11 Apr 2021, 18:47 Otared Kavian,  <mailto:ota...@gmail.com>> wrote:
> Hi,
> 
> Thank you Mojca and Hans for the new binary for MacOS ARM: yesterday I 
> installed it on my new MacBook Pro ARM and everything works like a charm.
> 
> Just for the persons who run into difficulties when running
> sh install.sh
> and see that MacOS 11 prevents mtxrun to run properly, in the Finder you 
> should find the file
> 
> context-osx-arm64/bin/mtxrun
> 
> and then you press Control while clicking on it. You’ll see a pop up window, 
> and you choose Open, and when the Finder tells you whether you really want to 
> open that file, you say YES…
> After this, the install script does what it has to do and you don’t need 
> anymore to authorize mtxrun to run.
> 
> Best regards: Otared

***
CHARLES DOHERTY
13 BANCROFT ROAD
TALLAGHT
DUBLIN 
D24 YH2V
home: +353 1 2447483
Mobile: +353 863868629
charles.dohe...@icloud.com





___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] problem using LMTX

2020-04-23 Thread Charles Doherty
The print-out below is from two runs on a Newsletter that I produce. Taco 
kindly told me to add  \loadmarkfile{page-mul}
to my input file some months ago to solve a problem with footnotes. I use an 
engine in TeXShop and I get the result 1) below (which is what I want) in the 
first example. I am happy to keep using this version of ConTeXt.

However, as a matter of interest, I installed LTMX in a separate folder and 
used a different TeXShop engine directed to that installation and when I do I 
get the bottom result 2). As you can see there is a lot of white space between 
the end of the text and the footnotes in that run. This happens with the 
articles in my newsletter that have footnotes. Can this be fixed?
Very best wishes and thanks for past help.
Charlie

1)

mtx-context | run 1: luatex 
--fmt="/Users/charlesdoherty/OLDcontext-osx-64/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en"
 --jobname="Newsletter2019-20" 
--lua="/Users/charlesdoherty/OLDcontext-osx-64/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui"
 --c:autopdf --c:currentrun=1 --c:fulljobname="./Newsletter2019-20.tex" 
--c:input="./Newsletter2019-20.tex" --c:kindofrun=1 --c:maxnofruns=9 
--c:purgeall 
--c:texmfbinpath="/Users/charlesdoherty/OLDcontext-osx-64/tex/texmf-osx-64/bin" 
"cont-yes.mkiv"

This is LuaTeX, Version 1.10.1 (TeX Live 2019) 
 system commands enabled.


2)

resolvers   | formats | executing runner 'run luametatex format': 
/Users/charlesdoherty/context-osx-64/tex/texmf-osx-64/bin/luametatex 
--jobname="Newsletter2019-20" 
--fmt=/Users/charlesdoherty/context-osx-64/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.fmt
 
--lua=/Users/charlesdoherty/context-osx-64/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.lui
 cont-yes.mkiv --c:autopdf --c:currentrun=1 --c:directives="system.showerror" 
--c:fulljobname="./Newsletter2019-20.tex" --c:input="./Newsletter2019-20.tex" 
--c:kindofrun=1 --c:maxnofruns=9 --c:purgeall 
--c:texmfbinpath="/Users/charlesdoherty/context-osx-64/tex/texmf-osx-64/bin"
This is LuaMetaTeX, Version 2.05.01 


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] getting modules working on luametatex on Mac Catalina

2019-12-18 Thread Charles Doherty
Thanks to Otared Kavian’s instructions I have luametatex working on my Mac OS 
10.15.2 (Catalina). 

I have a file making use of the annotation module but it fails and the log says 
that it can’t be found (the texmf-modules folder is empty). What command do I 
need to download the modules?

Thanks for any help,
Charlie

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Loss of footnotes while using background colour

2011-04-11 Thread Charles Doherty
Dear Wolfgang,

Once again thank you very much. It works perfectly.

Charlie

On 11 Apr 2011, at 08:24, Wolfgang Schuster wrote:

 Add “\automigrateinserts” to your preamble.
 
 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] background and footnotes

2011-04-11 Thread Charles Doherty
Dear Wolfgang,

Thank you again for the previous fix. I am attaching the same file but with a 
complete text. When I use the background it either comes down over the 
footnotes or pushes them on to the following blank page. Also see the footnote 
generated in the margin that seems to use the margin width when it is typeset 
in the footnote area. Again any help would be appreciated.

Charlie



ClogherTest.log
Description: Binary data


ClogherTest.tex
Description: TeX document
___
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] Loss of footnotes while using background colour

2011-04-10 Thread Charles Doherty
Dear all,

I am making a manual for students of Irish hagiography. I am setting source 
material whether original or in translation against a middle gray background. 
When I do this as you see in the attached sample file the footnotes are not 
printed. I would be grateful if anyone can give me a solution. Note that a 
footnote inside a margin text does not print either. I am using Mark IV — log 
file is also attached.

Thanks,
Charlie



ClogherTest.tex
Description: TeX document


ClogherTest.log
Description: Binary data
___
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] Hoefler font in Mark IV

2011-03-17 Thread Charles Doherty
Dear all,

I have been using Hoefler font successfully in a newsletter. I am now 
processing it in MarkIV but I don't get bold or bold italic. Italic is not 
quite the same either. I am using simplefonts. I have the .dfont and the .ttf 
on my system. Any suggestions would be appreciated.

Thanks,
Charlie
___
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] What are the best fonts to use

2011-03-16 Thread Charles Doherty
Dear all,

In light of the question on fonts I have wondered how ConTeXt deals with this

Monotype Baskerville 11/12.5 pt

or 

Monotype 11 on 12 point Bembo

that I see at the beginning of books.

Are there commands to achieve this. There probably are but I haven't recognised 
them.

Thanks,
Charlie


On 16 Mar 2011, at 11:45, Curiouslearn wrote:

 Cecil, thanks for asking this question. Even though the answers
 may/will be subjective, it is quite likely that there are people here
 who have given some thought to font choice. I agree with previous
 responses that reading a book on typography would certainly be
 helpful. Nevertheless, I am interested in hearing what fonts people
 like (if they do not mind sharing). I, and perhaps some others, may
 learn about a few fonts.
 
 Bharat

___
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] What are the best fonts to use

2011-03-16 Thread Charles Doherty
Ah Willi,

It is quite clear now. I did think along those lines but wasn't sure.


Thank you very much,

Charlie
On 16 Mar 2011, at 12:59, Willi Egger wrote:

 Hi,
 
 Graphic designers describe in this way the font-size and linespacing.
 
 So one can do things like this:
 
 \definedfont[Baskerville at 11pt]\setupinterlinespace[line=12.5pt]...
 
 Willi

___
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] What are the best fonts to use

2011-03-16 Thread Charles Doherty
Thank you Hraban,

It is falling into place now.

Charlie
On 16 Mar 2011, at 13:18, Henning Hraban Ramm wrote:

 But use bp instead of pt - TeX's point is smaller than a PostScript 
 point, we had that recently...
 see also http://en.wikipedia.org/wiki/Point_(typography)

___
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] Simplefonts

2011-03-14 Thread Charles Doherty
Dear Wolfgang,

Thank you very much. It works a treat!

Best wishes,
Charlie
On 11 Mar 2011, at 18:30, Wolfgang Schuster wrote:

 
 Am 11.03.2011 um 13:28 schrieb Charles Doherty:
 
 Dear Wolfgang,
 
 I sent an e-mail about problems with my simplefonts. I got no reply since my 
 example had fonts that were probably not available to you. But the problem 
 does not relate to the Gaelic fonts that I had been using. I am sending this 
 file instead. The fonts below can be swapped about. The main font is always 
 typeset as requested but the others are not. Am I doing something really 
 silly? The readout from the console is below. I am using Context Minimals 
 MarkIV on a Mac. Help would be appreciated.
 
 Fixed.
 
 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] Simplefonts

2011-03-11 Thread Charles Doherty
Dear Wolfgang,

I sent an e-mail about problems with my simplefonts. I got no reply since my 
example had fonts that were probably not available to you. But the problem does 
not relate to the Gaelic fonts that I had been using. I am sending this file 
instead. The fonts below can be swapped about. The main font is always typeset 
as requested but the others are not. Am I doing something really silly? The 
readout from the console is below. I am using Context Minimals MarkIV on a Mac. 
Help would be appreciated.

Thanks,
Charlie 

  \usemodule[simplefonts] % load the module
  \setmainfont[TeX Gyre Adventor]


\starttext

Hello World

\blank[big]

\simplefont[TeX Gyre Heros]


\blank[big]

\simplefont[Zapfino]
Hello World


\stoptext

The argument /Users/charlesdoherty/Documents/TestFolder/Untitled.tex is not a 
valid TEXROOT path.
(There is no file 
/Users/charlesdoherty/Documents/TestFolder/Untitled.tex/texmf/tex/plain/base/plain.tex)

mtx-context | run 1: luatex 
--fmt=/Users/charlesdoherty/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en
 
--lua=/Users/charlesdoherty/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en.lui
 --backend=pdf ./Untitled.tex
This is LuaTeX, Version beta-0.65.0-2010121316 
 \write18 enabled.
(Untitled.tex

ConTeXt  ver: 2011.02.25 22:03 MKIV  fmt: 2011.3.8  int: english/english

system   cont-new.mkiv loaded
(/Users/charlesdoherty/context/tex/texmf-context/tex/context/base/cont-new.mkiv
system   beware: some patches loaded from cont-new.mkiv
)
system   Untitled.top loaded
(Untitled.top)
fontslatin modern fonts are not preloaded
languageslanguage en is active
resolversmodules  loaded: 'simplefonts'
(/Users/charlesdoherty/context/tex/texmf-context/tex/context/third/simplefonts/t-simplefonts.tex
loading  ConTeXt User Module / Simplefonts
+ 
/Users/charlesdoherty/context/tex/texmf-context/tex/context/third/simplefonts/t-simplefonts.lua)
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
fontsnames  font database has matching configuration and file 
hashes
(/Users/charlesdoherty/context/tex/texmf-context/tex/context/base/type-siz.mkiv)
 
(/Users/charlesdoherty/context/tex/texmf-context/tex/context/base/type-otf.mkiv){/Users/charlesdoherty/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/charlesdoherty/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/Users/charlesdoherty/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
system   begin file Untitled.tex at line 5
backend  xmp  using file 
'/Users/charlesdoherty/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
pagesflushing realpage 1, userpage 1, subpage 1
system   end file Untitled.tex 

Re: [NTG-context] Bibliographies in Mark IV

2010-10-22 Thread Charles Doherty
Dear Thomas and Hans,

Thanks for looking at this and apologies for not sending the bib file.  I 
attach a .tex file and a .bib file for Hans to test. I make my .bib file in 
BibDesk on the Mac (the preview style is abbrev). BibDesk uses LaTeX to produce 
the preview and that looks perfect.  

When I run the KingsTest.tex in ConTeXt Minimals Mark II I get proper output (I 
have two extra periods but that is probably my fault). When I run the same file 
using Mark IV I get the title only in the output. 

Thanks for looking into this.
Charlie



KingsTest.tex
Description: TeX document


ShortKings.bib
Description: Binary data



On 22 Oct 2010, at 10:15, Hans Hagen wrote:

 On 21-10-2010 7:52, Thomas A. Schmitz wrote:
 
 Indeed. Even though this is a bad example (next time, please send a complete 
 working example, not code snippets - I don't have a database Kings.bib 
 here), it shows a bug in mkiv. I tried the usual things - add a section 
 command, add [criterium=all] to \placepublications, but this didn't help.
 
 So I'll wait till I get a proper test -)
 
 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
 ___

___
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] Bibliographies in Mark IV

2010-10-20 Thread Charles Doherty
Dear all,

The file below produces a bibliography using Mark II but only a title when 
using Mark IV. Have things changed or do I need a new approach? I am using 
Minimals.

Thanks,
Charlie

 \usemodule[bib]
 \setuppublications[criterium=all,numbering=no]

\setupbibtex[database={Kings},sort=author]
  
\starttext 

\midaligned{\tfa Kingship References}

\blank[2*big]

\placepublications

\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] installing minimals

2010-09-18 Thread Charles Doherty
Thanks David,

I did look at that but it seems ok.

Thanks again,
Charlie
On 18 Sep 2010, at 15:23, David Rogers wrote:

 Here's a total shot in the dark (I don't use OS X anymore):
 
 Last time that I used TeXShop, it had an engine file in the library
 folder that I sometimes had to modify if ConTeXt changed the commands
 available for use.
 
 -- 
 David

___
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] installing minimals

2010-09-17 Thread Charles Doherty
Dear all, 

I had installed minimals in a folder 'context' in my home directory. I am using 
a Macbook 10.6.4. I have been using MarkIV successfully for a number of months. 
I recently decided to update but I get the result below. I followed the 
instructions on Contextgarden as before in the ConTeXt Minimals page. I finally 
trashed the folder and did everything from scratch. I use TeXshop as my editor. 
I would be very grateful if anyone could give me the steps to get ConTeXt 
Minimals working again on my Mac.

Thanks,
Charlie

TeXExec | processing document 'Purser.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file Purser.top
TeXExec | using randomseed 519
TeXExec | tex engine: luatex
TeXExec | tex format: cont-en

MTXrun | using format name: 
/Users/charlesdoherty/context/tex/texmf-cache/luatex-cache/context/e580c8be7dcf42f3c6968188a08f16d6/formats/cont-en.fmt
MTXrun | no luc/lua with name: cont-en
TeXUtil | parsing file Purser.tui
TeXUtil | shortcuts : 0
TeXUtil | expansions: 0
TeXUtil | reductions: 0
TeXUtil | divisions : 0
TeXUtil | loaded files: 0
TeXUtil | temporary files: 0
TeXUtil | commands: 0
TeXUtil | programs: 0
TeXUtil | tuo file saved
TeXExec | runtime: 0.132344___
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] EnglishRule and Lua / Simplefonts module

2009-11-24 Thread Charles Doherty
Dear Hans and Wolfgang,

I have started experimenting with the Lua engine through TeXShop. I use 
\EnglishRule in a Newsletter to separate major items. When I use it in the 
attached file it works as always when I use the ConteXt engine (TL2009) and in 
my minimals installation it works fine using MinimalsConTeXt engine and 
MinimalsXeConTeXt engine. When I switch to using the simplefonts module in 
MinimalsLua engine the \EnglishRule does not behave properly. Also the text 
switches to italic. I have attached a small file and if you comment out the 
lines and switch between the engines you can see what I mean. 

Thanks for any help,
Best wishes,
Charlie


EnglishRuleTest.tex
Description: Binary data
___
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] EnglishRule and Lua / Simplefonts module

2009-11-24 Thread Charles Doherty
Dear Wolfgang,

I deleted my Minimals folder and did a complete re-install following 
instructions on ConTeXtGarden  curl -o first-setup.sh 
http://minimals.contextgarden.net/setup/first-setup.sh
etc.

I also downloaded simplefonts using the sh ./first-setup.sh 
--extras=t-simplefonts

I still get the results as described below. 

Charlie

On 24 Nov 2009, at 13:38, Wolfgang Schuster wrote:

 
 Am 24.11.2009 um 13:57 schrieb Charles Doherty:
 
 Dear Hans and Wolfgang,
 
 I have started experimenting with the Lua engine through TeXShop. I use 
 \EnglishRule in a Newsletter to separate major items. When I use it in the 
 attached file it works as always when I use the ConteXt engine (TL2009) and 
 in my minimals installation it works fine using MinimalsConTeXt engine and 
 MinimalsXeConTeXt engine. When I switch to using the simplefonts module in 
 MinimalsLua engine the \EnglishRule does not behave properly. Also the text 
 switches to italic. I have attached a small file and if you comment out the 
 lines and switch between the engines you can see what I mean. 
 
 MkIV works fine for me, update your minimals to the last ConTeXt version and 
 tell us if the problem remains.
 
 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
 ___

___
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] EnglishRule and Lua / Simplefonts module

2009-11-24 Thread Charles Doherty
Here it is:Thanks for taking the time.Charlie

EnglishRuleTest.log
Description: Binary data
On 24 Nov 2009, at 15:36, Wolfgang Schuster wrote:Am 24.11.2009 um 15:52 schrieb Charles Doherty:Dear Wolfgang,I deleted my Minimals folder and did a complete re-install following instructions on ConTeXtGarden curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.shetc.I also downloaded simplefonts using thesh ./first-setup.sh --extras="t-simplefonts"I still get the results as described below.Can you send the log file.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-contextwebpage : http://www.pragma-ade.nl / http://tex.aanhet.netarchive : 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
___


Re: [NTG-context] EnglishRule and Lua / Simplefonts module

2009-11-24 Thread Charles Doherty
Dear Wolfgang,

I deleted the luatex cashe. I got the same output. Then I ran the scripts. This 
is the result:

dejavuserif   dejavuserif   /Library/Fonts/DejaVuSerif.ttf
dejavuserifnormal   dejavuserifitalic   /Library/Fonts/DejaVuSerif-Italic.ttf

Charlie
On 24 Nov 2009, at 17:07, Wolfgang Schuster wrote:

 There is nothing I can see here which produce this results.
 
 What do you get with the following lines on the command line:
 
 mtxrun --script font --list dejavuserif
 mtxrun --script font --list dejavuserifnormal
 
 Can you also try to delete the luatex cache (everything below 
 /Users/charlesdoherty/context/tex/texmf-cache/) and regenerate (luatools 
 --generate) it.
 
 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] indices

2009-05-25 Thread Charles Doherty

Dear Taco,

You are a genius. Works a treat!

Thank you very much.

Charlie
On 24 May 2009, at 17:05, Taco Hoekwater wrote:


Remember this:

\unprotect
\def\insertkeywords#1#2#3%
 {\bibdoifelse{\@@p...@keywords}
{%
 #1\@@p...@keywords #2%
 \processcommacommand[\@@p...@keywords]\index
}
{#3}%
 }
\protect

Drop the #1 .. #2 line and it will no longer typeset anything:


___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Problem with bibl-aps style?

2009-05-25 Thread Charles Doherty

Dear Taco,

When I use bibl-aps  [9] below is incollection and [10] is book. As  
you can see the title is missing in [9]. I did a fresh download of  
Minimals this morning in case my bibl-aps was corrupt but the result  
is as below.


Any advice? And apologies for bothering you so soon again.

Very best wishes,
Charlie





Snippet.pdf
Description: Adobe PDF document



___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] indices

2009-05-23 Thread Charles Doherty

Dear all,

I have a bibliography created in BibDesk. I insert it in my .tex file  
using \setupbibtex[database={IndexHag},sort=author] and with the other  
commands I get my bibliography printed beautifully. I assign keywords  
in BibDesk and they appear in a list in the .bbl file for example as  
\keywords{Anderson, Columba, Colum Cille, Adamn{\'a}n, hagiography,  
hagiographer, saints lives}

In the bibmod.pdf guide it says that
 \keyword KEYWORD Just text (for use in indices)
 \keywords KEYWORDS Just text (for use in indices)

I have a very long bibliography and it would be great to automatically  
generate indices based on the keywords that do not appear in the  
bibliography itself. If this can be done can someone show me how to go  
about that.


Thank you in advance.
Charlie Doherty
***
Mr Charles Doherty,
Early Irish History,
Room K113,
School of History,
John Henry Newman Building,
University College Dublin,
Belfield,
Dublin 4

Tel: +353 1 716 8381

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Problem getting output

2009-02-17 Thread Charles Doherty

Dear all,

When I try to typeset a file using XeConTeXt METAFONT is called and  
goes into a loop trying to make the fonts you see below. I have made a  
clean TeX installation from the MacTeX site but the result is the  
same. As an alternative I installed Minimals and created an  
MinXeConTeXt.engine in TeXShop. Using this I get a pdf with all my  
fonts without a problem.  I uninstalled TeX completely but with the re- 
installation of MacTeX 2008 I get the result below. I would be most  
grateful for advice on what to do to put things right.


Thanks in advance,
Charlie Doherty

TeXExec | processing document 'N0v2007.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file N0v2007.top
TeXExec | using randomseed 468
TeXExec | tex engine: xetex
TeXExec | tex format: cont-en
This is XeTeXk, Version 3.1415926-2.2-0.999.6 (Web2C 7.5.7)
 %-line parsing enabled.
entering extended mode
(./N0v2007.tex

ConTeXt  ver: 2008.05.21 15:21 MKII  fmt: 2009.2.17  int: english/ 
english


language: language en is active
system  : cont-new loaded
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-new.mkii)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-mtx.tex))
system  : cont-old loaded
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys loaded
(/usr/local/texlive/2008/texmf-config/tex/context/user/cont-sys.tex
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex))
bodyfont: 12pt rm is loaded
language: patterns en-ec:ec-1-2:3 uk-ec:ec-2-2:3 de- 
ec:ec-3-2:
3 fr-ec:ec-4-2:3 es-ec:ec-5-2:3 pt-ec:ec-6-2:3 it-ec:ec-7- 
2:3 nl-e
c:ec-8-2:3 cz-ec:ec-9-2:3 sk-ec:ec-10-2:3 pl-ec:ec-11-2:3  
loaded

specials: tex,postscript,rokicki loaded
system  : N0v2007.top loaded
(./N0v2007.top
specials: loading definition file dpx
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-dpx.tex
specials: loading definition file fdf
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-fdf.tex
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-fdf.mkii))
specials: fdf loaded
)
specials: fdf,dpx loaded
specials: loading definition file xet
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-xet.tex)
specials: fdf,dpx loaded
) (/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
.
.
.To keep the file short I have deleted all the lines in between
.
.
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
kpathsea: Running mktextfm lmtypewriter10-regular
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;  
nonstopmode; input lmtypewriter10-regular

This is METAFONT, Version 2.718281 (Web2C 7.5.7)

kpathsea: Running mktexmf lmtypewriter10-regular

! I can't find file `lmtypewriter10-regular'.
* ...; nonstopmode; input lmtypewriter10-regular___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] File fails to compile

2008-12-05 Thread Charles Doherty

On 30 Nov 2008, at 16:50, Thomas A. Schmitz wrote:
Dear Thomas,

I was up to my eyes marking end of term essays and since I am in  
terror of the terminal I didn't get around to your suggestion until  
now. After trying everything else I finally added the line as you  
suggested. Thanks very very much! I don't know why and I don't care  
but it worked.

Thanks again,
Charlie

 On Nov 30, 2008, at 5:26 PM, Charles Doherty wrote:

 Dear all,

 I made a poster about two months ago. Today I cloned it to make a
 different one. I am using MacTex 2008 distribution and XeConTeXt . I
 am using fonts such as Hoefler, Gentium, Junicode etc. The original
 file and the new one stick at the console readout below. I  
 uninstalled
 2008 distribution completely and reinstalled but I get the same
 result. The files give me pdf output if I use just ConTeXt but of
 course I do not get the fonts.

 I would be most grateful if anyone could offer advice.

 Thanks in advance,
 Charlie Doherty

 Try setting

 MKTEXTFM = 0

 in your texmf.cnf.

 Thomas
 ___
 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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] File fails to compile

2008-11-30 Thread Charles Doherty
Dear all,

I made a poster about two months ago. Today I cloned it to make a  
different one. I am using MacTex 2008 distribution and XeConTeXt . I  
am using fonts such as Hoefler, Gentium, Junicode etc. The original  
file and the new one stick at the console readout below. I uninstalled  
2008 distribution completely and reinstalled but I get the same  
result. The files give me pdf output if I use just ConTeXt but of  
course I do not get the fonts.

I would be most grateful if anyone could offer advice.

Thanks in advance,
Charlie Doherty

TeXExec | processing document 'ThemePoster.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file ThemePoster.top
TeXExec | using randomseed 160
TeXExec | tex engine: xetex
TeXExec | tex format: cont-en
This is XeTeXk, Version 3.1415926-2.2-0.999.6 (Web2C 7.5.7)
  %-line parsing enabled.
entering extended mode
(./ThemePoster.tex

ConTeXt  ver: 2008.05.21 15:21 MKII  fmt: 2008.11.30  int: english/ 
english

language: language en is active
system  : cont-new loaded
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-new.mkii)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-mtx.tex))
system  : cont-old loaded
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(/usr/local/texlive/2008/texmf-dist/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys loaded
(/usr/local/texlive/2008/texmf-config/tex/context/user/cont-sys.tex
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex))
bodyfont: 12pt rm is loaded
language: patterns nl-ec:ec-1-2:3 fr-ec:ec-2-2:3 de- 
 ec:ec-3-2:
3 it-ec:ec-4-2:3 pt-ec:ec-5-2:3 hr-ec:ec-6-2:3 pl-ec:ec-7- 
 2:3 cz-e
c:ec-8-2:3 sk-ec:ec-9-2:3 sl-ec:ec-10-2:3 ru-ec:ec-12-2:3  
en-ec:ec-
 13-2:3 uk-ec:ec-14-2:3 us-ec:ec-15-2:3 agr-ec:ec-16-2:3 da- 
 ec:ec-1
7-2:3 sv-ec:ec-18-2:3 af-ec:ec-19-2:3 no-ec:ec-20-2:3 deo- 
 ec:ec-21-
 2:3 es-ec:ec-25-2:3 ca-ec:ec-26-2:3 la-ec:ec-27-2:3 ro- 
 ec:ec-28-2:
3 tr-ec:ec-29-2:3 fi-ec:ec-31-2:3 hu-ec:ec-32-2:3 loaded
specials: tex,postscript,rokicki loaded
system  : ThemePoster.top loaded
(./ThemePoster.top
specials: loading definition file dpx
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-dpx.tex
specials: loading definition file fdf
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-fdf.tex
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-fdf.mkii))
specials: fdf loaded
)
specials: fdf,dpx loaded
specials: loading definition file xet
(/usr/local/texlive/2008/texmf-dist/tex/context/base/spec-xet.tex)
specials: fdf,dpx loaded
) (/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-xtx.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)

Re: [NTG-context] Happy ConTeXt Community Day :)

2008-08-31 Thread Charles Doherty
My very best wishes too,

Charlie Doherty


On 31 Aug 2008, at 14:35, Mojca Miklavec wrote:

 Hello,

 I would like to express my best wishes to the two very special people
 who did most for the ConTeXt community - who are voluntary, with all
 their enthusiasm, helping others and developing whatever users around
 the World desire.



***
Mr Charles Doherty,
Early Irish History,
Room K113,
School of History,
John Henry Newman Building,
University College Dublin,
Belfield,
Dublin 4

Tel: +353 1 716 8381




___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] XeTeX in ConTeXt

2008-05-24 Thread Charles Doherty
Dear all,

I have tried to upgrade ConTeXt using
sudo ctxtools --updatecontext
followed by
sudo texmfstart texexec --make en
and
sudo texmfstart texexec --make --xetex en

Following the upgrade a normal ConTeXt document runs perfectly but  
when I run XeConTeXt through TeXShop I get the readout below. When I  
go back to the TeXLive download of TeX everything works.

Any advice would be welcome.

Thanks,
Charlie

TeXExec | processing document 'SocialSpace.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file SocialSpace.top
TeXExec | using randomseed 80
TeXExec | tex engine: xetex
TeXExec | tex format: cont-en
This is XeTeXk, Version 3.141592-2.2-0.996 (Web2C 7.5.6)
  %-line parsing enabled.
entering extended mode
(./SocialSpace.tex

ConTeXt  ver: 2008.05.21 15:21 MKII  fmt: 2008.5.23  int: english/ 
english

language: language en is active
system  : cont-new loaded
(/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-new.mkii)
(/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-mtx.tex))
system  : cont-old loaded
(/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys.rme loaded
(/usr/local/texlive/2007/../texmf-local/tex/context/user/cont-sys.rme
(/usr/local/texlive/2007/../texmf-local/tex/context/base/type-tmf.tex)
(/usr/local/texlive/2007/../texmf-local/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/../texmf-local/tex/context/base/type-otf.tex)
(/usr/local/texlive/2007/../texmf-local/tex/context/base/type- 
xtx.tex))kpathsea: Running mktextfm lmromanslant10-regular
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;  
nonstopmode; input lmromanslant10-regular
This is METAFONT, Version 2.71828 (Web2C 7.5.6)
kpathsea: Running mktexmf lmromanslant10-regular

! I can't find file `lmromanslant10-regular'.
* ...; nonstopmode; input lmromanslant10-regular

Please type another input file name
! Emergency stop.
* ...; nonstopmode; input lmromanslant10-regular

Transcript written on mfput.log.
grep: lmromanslant10-regular.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode;  
input lmromanslant10-regular' failed to make lmromanslant10-regular.tfm.
kpathsea: Appending font creation commands to missfont.log.

bodyfont: 12pt rm is loaded
























! Font \*7ptrmslrm*:=lmromanslant10-regular at 7.0pt not loadable:  
Metric (TFM)
  file or installed font not found.
to be read again
\relax
\xxdododefinefont ...tspec {#4}\newfontidentifier
   \let  
\localrelativefontsiz...

\dodosettextfamilyA ...amily \fontsize \endcsname
   \else \ifcsname  
\fontbody ...

\dosettextfamily ...ttextfamily \scriptscriptfont
   \let \fontbody  
\scriptface...
inserted text ...y \c!bf \dosettextfamily \c!sl
   \dosettextfamily \c! 
it \do...

\synchronizetext ...athfonts \the \textstrategies
   \fi
...
l.1
 \definetypeface[Hoefler][rm][Xserif][Hoefler Text]
? x
No pages of output.
Transcript written on SocialSpace.log.
TeXUtil | parsing file SocialSpace.tui
TeXUtil | shortcuts : 169
TeXUtil | expansions: 308
TeXUtil | reductions: 0
TeXUtil | divisions : 0
TeXUtil | loaded files: 1
TeXUtil | temporary files: 0
TeXUtil | commands: 25
TeXUtil | programs: 0
TeXUtil | tuo file saved
TeXExec | runtime: 100.320881

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] References title in Norwegian

2008-02-21 Thread Charles Doherty

On 21 Feb 2008, at 17:41, Trond Lossius wrote:

 \completepublications[criterium=all]

Dear Trond,

Put the line below before \starttext

\setupheadtext[en][pubs=Litteratur]

Best wishes,
Charlie



 at the end of the tex file to get the references. The only problem is
 that the title of it when typeset show up as References in  
 English. Is
 it possible somehow to substitute that for the Norwgeian equivalent
 Litteratur?

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] multiple bibliographies

2007-01-15 Thread Charles Doherty
Dear Thomas, Aditya, Taco,

I am trying to produce a book-list for class using Taco's bib module.  
I would like to produce a separate list for each lecture / topic:

Title of Lecture
paragraph giving a synopsis of topic
list of books/articles

and this repeated for x number of lectures. I discovered a thread in  
the ConTeXt users mailing list for September last for something like  
this. Has there been a solution? If it would do what I want I would  
be grateful for a sample or instructions. I am using the latest bib  
module.

Thanks,

Charlie Doherty
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] multiple bibliographies

2007-01-15 Thread Charles Doherty


On 15 Jan 2007, at 13:22, Thomas A. Schmitz wrote:


Yes, this is possible. Just make every lecture its own section, refer
to the titles you want included in every list with \nocite commands
at the beginning of every section, have the list typeset with
\placepublications[criterium=cite]. If you want continuous numbering
for all your lists, add  [option=continue].

HTH

Thomas


Thank you Thomas,

It works perfectly. I had not used the \section command. Along with  
BibDesk this is great.


Thanks for your fast reply.

Charlie___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Page numbering

2007-01-01 Thread Charles Doherty

On 1 Jan 2007, at 13:31, Elliot Clifton wrote:


 \setuppagenumber[number] to set the start number. Unfortunately,
 nothing happens and numbering starts from 1 as usual. What am I doing
 wrong?

 thanks,

 Elliot

Elliot,

Try
 \setuppagenumbering[location=footer,alternative=doublesided] %  
or your choices
\setuppagenumber[number=123,state=start] % or your number

Best wishes,
Charlie Doherty
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] make array of tables

2006-04-27 Thread Charles Doherty

On 27 Apr 2006, at 13:33, Dalyoung Jeong wrote:

 Dear all,

 I'd like to display several tables of the same size in an 3*2 array  
 form.
 I tried the commands \placetables and \startcombination like in thd  
 dispaly of figures, but it didn't work. My only solution is to use  
 \startcolumns right now.
 Is it possible to use \startcombination in some way?
 Or, is there any way to perform such a display?

 Thank you for reading.

 Dalyoung

Dear Dalyoung,

Try \placetable   with \startcombination as it is in 'ConTeXt an  
excursion' p. 30 and see if that produces what you want.

Best wishes,
Charlie Doherty
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] OpenType and XeConTeXt

2006-02-15 Thread Charles Doherty
On 14 Feb 2006, at 12:46, Adam Lindsay wrote:[I feel like a lot of the stuff I've done in this space has been  released into a vacuum, and that few people are actually making stuff  with OpenType and/or XeConTeXt.] Dear Adam,You helped me get XeConTeXt up and running and I have been quietly using it and have great pleasure in doing so. Thank you very much again. I suppose it is, as is the case with a lot of areas, that  you don't hear from people until they have a problem. Which brings me to this. I have lost my settings for XeConTeXt during upgrades of TeX/ConTeXt and have recovered by using the information on the ConTeXtwiki but recently this does not seem to work anymore (or perhaps I have done something stupid). I noticed new advice in a recent e-mail:On Feb 12, 2006, at 8:49 PM, Steffen Wolfrum wrote:This is XeTeX, Version 3.141592-2.2-0.99b (Web2C 7.5.3)(WARNING: translate-file "natural.tcx" ignored)---! /usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt waswritten by pdfetex                                                ^^^That's the problem. If you want both xetex and pdftex, you need tohave two different format-files, both called cont-en.fmt. They needto be in two different subdirectories:/usr/local/teTeX/share/texmf.local/web2c/pdfetex [for pdfetex]/usr/local/teTeX/share/texmf.local/web2c/xetex   [for xetex]Remove the cont-*.fmt files in the .../web2c directory and regeneratethe formats with texexec.but trying this has not worked for me either. In an e-mail Jonathan Kew suggested he might look into creating an installation script for XeTeX and I encouraged him to do so. In the meantime do you know if the procedure for getting XeConTeX up and running has changed and if so what should I do. I have an iMac G5 10.4.4 and the latest TeX using Gerben's installer.There is at least this voice in the vacuum ready to bother you.Thanks,Charlie___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] interline space?

2005-11-23 Thread Charles Doherty
On 23 Nov 2005, at 08:55, Giuseppe Bilotta wrote:How do I get a double-spaced document?\setupinterlinespace[big] seems to do nothing ...___ntg-context mailing listntg-context@ntg.nlhttp://www.ntg.nl/mailman/listinfo/ntg-context Giuseppe,I used this for my daughter's thesis recently.\setupinterlinespace[line=1.8\bodyfontsize] %change 1.8 to whatever\setupwhitespace[big]Best wishes,Charlie  ***Charles Doherty,Early Irish History,Room K113,School of History,John Henry Newman Building,University College Dublin,Belfield,Dublin 4Tel: +353 1 716 8381 ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Mini-survey: What do you do with ConTeXt?

2005-11-06 Thread Charles Doherty
Taco Hoekwater wrote:   What do you do with ConTeXT? Dear Taco,I use ConTeXt for a) my class guides (incorporating genealogical tables and other graphics) and book-lists in both paper and screen versionsb) for typesetting the Newsletter of the Group for the Study of Irish Historic Settlementc) my daughter used ConteXt (with my help) to typeset her thesisd) I have given three classes in the use of ConTeXt to my postgraduate students urging them to use ConTeXt to typeset their theses.Together with Omnigraffle and Bibdesk ConTeXt is ideal for students writing theses. I have been using XeTeX more and more for the ease of getting diacritical marks (when transliterating Sanskrit for example) or medieval characters using the SIL font Gentium.The use of fonts in ConTeXt is the main problem that I have. I have not come to terms with that area yet.Finally it is a joy to use ConTeXt. A very big thanks to Hans.Charlie Doherty ***Charles Doherty,Early Irish History,Room K113,School of History,John Henry Newman Building,University College Dublin,Belfield,Dublin 4Tel: +353 1 716 8381 ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Getting icelandic letters (eth and thorn) to work.

2005-10-18 Thread Charles Doherty
On 18 Oct 2005, at 15:51, Hans Hagen wrote:has to do with the definition of 'beta' and 'stable' and such; form the trafic on the tex live list i conclude that debian is in the process of getting tex packages more up to date  Hans  Dear Hans,In relation to your reply above I replied to Kári Hreinsson in relation to getting Icelandic letters with this:Dear Kári,This works for me.\usetypescript[modern][ec]\setupbodyfont[10pt,rm]\enableregime[utf]\setupencoding[default=ec]\useencoding[ec]\starttextaábcdðeéfghiíjklmnoópqrstuúvxyzþæöAÁBCDÐEÉFGHIÍJKLMNOÓPQRSTUÚVXYZ\Thorn{}ÆÖ\stoptextTry that. I am using ConTeXt through the T2005 install by Gerben Wierda.but on looking at my output again the ö and Ö (o umlaut) do not appear when using the 'modern' typescript above. They do appear using 'palatino'. Is this a problem with modern?Best wishes,Charlie ***Charles Doherty,Early Irish History,Room K113,School of History,John Henry Newman Building,University College Dublin,Belfield,Dublin 4Tel: +353 1 716 8381 ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Getting icelandic letters (eth and thorn) to work.

2005-10-15 Thread Charles Doherty
On 15 Oct 2005, at 19:07, Kári Hreinsson wrote:Hello.  I am trying to get the icelandic letters thorn (þ) and eth (ð) to work but nothing seems to do.  These letters work correctly in LaTeX and I am using ConTeXt and LaTeX from the TeTeX distribution. The file I currenty have is like this (It's in ISO 8859-1 encoding): Dear Kári,This works for me.\usetypescript[modern][ec]\setupbodyfont[10pt,rm]\enableregime[utf] \setupencoding[default=ec]\useencoding[ec]\starttextaábcdðeéfghiíjklmnoópqrstuúvxyzþæöAÁBCDÐEÉFGHIÍJKLMNOÓPQRSTUÚVXYZ\Thorn{}ÆÖ\stoptextTry that. I am using ConTeXt through the T2005 install by Gerben Wierda. Charlie ***Charles Doherty,Early Irish History,Room K113,School of History,John Henry Newman Building,University College Dublin,Belfield,Dublin 4Tel: +353 1 716 8381 ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] footnote within \startlines \stoplines

2005-07-20 Thread Charles Doherty
On 19 Jul 2005, at 14:58, Hans Hagen wrote:or, in page-lin.tex, fix:  \installspacehandler \v!off  {\normalspaces   \let\obeyedspace\normalspace   \let\ =\normalspace}  Thanks Hans,Charlie Doherty *** Charles Doherty, Early Irish History, School of History, John Henry Newman Building, University College Dublin, Belfield, Dublin 4  Tel: +353 1 716 8381  ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] footnote within \startlines \stoplines

2005-07-19 Thread Charles Doherty
Dear Hans,Example 1 below causes TeX to hang and I have to abort the TeX run whereas Example 2 works when I omit \startlines / \stoplines and use \crlf. I have included the console readout for Example 1 below. I can get by with Example 2 but I thought I should let you know. Thanks again,Charlie Doherty\starttextExample 1And here is the sentence before\startnarrower[2*left,2*right]\startlinesA Somonour was ther with us in that place, That hadde a fyr-reed cherubynnes face, For saucefleem he was, with eyen narwe. As hoot he was and lecherous as a sparwe, With scalled browes blake and piled berd. Of his visage children were aferd.%\footnote{Burgess, A., \slanted{The Riverside Chaucer}, p.\ 33  (623--628).  From this point on, any further references to \slanted{The Canterbury Tales}, will be made from this edition and line numbers only will be provided.}\stoplines\stopnarrower And here is the one after Example 2 And here is the sentence before\startnarrower[2*left,2*right]A Somonour was ther with us in that place, \crlfThat hadde a fyr-reed cherubynnes face, \crlfFor saucefleem he was, with eyen narwe. \crlfAs hoot he was and lecherous as a sparwe, \crlfWith scalled browes blake and piled berd. \crlfOf his visage children were aferd.%\footnote{Burgess, A., \slanted{The Riverside Chaucer}, p.\ 33  (623--628).  From this point on, any further references to \slanted{The Canterbury Tales}, will be made from this edition and line numbers only will be provided.}\stopnarrower And here is the one after \stoptext TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005            executable : pdfetex                format : cont-en             inputfile : linetest                output : pdftex             interface : en          current mode : none               TeX run : 1This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (/usr/local/teTeX/share/texmf.local/web2c/natural.tcx)entering extended mode(./linetest.texConTeXt  ver: 2005.06.27  fmt: 2005.7.14  int: english  mes: englishlanguage        : language en is activeprotectionstate 0system          : cont-new loaded(/usr/local/teTeX/share/texmf.tetex/tex/context/base/cont-new.texsystems         : beware: some patches loaded from cont-new.tex!color           : palette rollover is available)system          : cont-old loaded(/usr/local/teTeX/share/texmf.tetex/tex/context/base/cont-old.texloading         : Context Old Macros)system          : cont-fil loaded(/usr/local/teTeX/share/texmf.tetex/tex/context/base/cont-fil.texloading         : Context File Synonyms)system          : cont-sys.rme loaded(/usr/local/teTeX/share/texmf.tetex/tex/context/user/cont-sys.rme(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-exa.tex)(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-syn.tex)(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-enc.tex)(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-dis.tex)(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-siz.tex)(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-map.tex)(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-spe.tex)(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-akb.tex))bodyfont        : 12pt rm is loadedlanguage        : patterns en-ec:ec-1-2:2 uk-ec:ec-2-2:2 de-texnansi:texnansi-3-2:2 de-ec:ec-4-2:2 fr-texnansi:texnansi-5-2:2 fr-ec:ec-6-2:2 es-ec:ec-7-2:2 pt-texnansi:texnansi-8-2:2 pt-ec:ec-9-2:2 it-texnansi:texnansi-10-2:2 it-ec:ec-11-2:2 nl-texnansi:texnansi-12-2:2 nl-ec:ec-13-2:2 cz-il2:il2-14-2:2 cz-ec:ec-15-2:2 sk-il2:il2-16-2:2 sk-ec:ec-17-2:2 pl-pl0:pl0-18-2:2 pl-ec:ec-19-2:2 loadedspecials        : tex,postscript,rokicki loadedsystem          : linetest.top loaded(./linetest.topspecials        : loading definition file tpd(/usr/local/teTeX/share/texmf.tetex/tex/context/base/spec-tpd.texspecials        : loading definition file fdf(/usr/local/teTeX/share/texmf.tetex/tex/context/base/spec-fdf.tex)specials        : fdf loaded)specials        : fdf,tpd loaded) (./linetest.tuo) (./linetest.tuo) (./linetest.tuo) (./linetest.tuo)(./linetest.tuo) (./linetest.tuo) (./linetest.tuo) (./linetest.tuo)(./linetest.tuo) (./linetest.tuo) (./linetest.tuo) (./linetest.tuo)(./linetest.tuo)Process aborted *** Charles Doherty, Early Irish History, School of History, John Henry Newman Building, University College Dublin, Belfield, Dublin 4  Tel: +353 1 716 8381  ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] footnote within \startlines \stoplines

2005-07-19 Thread Charles Doherty


On 19 Jul 2005, at 13:23, Taco Hoekwater wrote:


Current ConTeXt chokes on the use of \space within \startlines ...
\stoplines (that is a known bug). You need a workaround. This works
for the current example:

  \starttext

  Example 1

  And here is the sentence before
  \startnarrower[2*left,2*right]
  % Bugfix: redefinition on the next line
  \startlines \def\ { }
  A Somonour was ther with us in that place,



Thanks Taco,

That's great.

Charlie

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \dh in ConTeXt

2004-09-15 Thread Charles Doherty
On 14 Sep 2004, at 12:17, Taco Hoekwater wrote:
 Howth  {\em H\k{o}f\eth i} / {\em H\k{o}f\eth a},
(LaTeX 'dh' = [eE]th, 'th'= [tT]horn, 'ng' = [eE]ng)
Greetings, Taco
Dear Taco,
Thank you very much for your reply. I get ? when I use the above. But I 
just chanced mathmode
{\em H\k{o}f$\eth$i} / {\em H\k{o}f$\eth$a}, and I get inline: pastedGraphic1.tiff
This is not quite the character shown in the Palatino examples in 
Hans's Fonts in ConTeXt pp 17 ff. number 240 in the bottom left of the 
font table but I can get by with that.

If you think of another way I would be grateful.
Thanks again,
Charlie
**
Charles Doherty,
Early Irish History,
School of History,
University College Dublin,
Belfield,
Dublin 4
Ireland
Telephone +353 1 7168381
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Context in Portuguese

2004-08-18 Thread Charles Doherty
On 18 Aug 2004, at 01:03, Miguel Queiros wrote:
Every time I use an
accentuated character it simply doesn't shows up in the
document. I'v read the docs but haven't found a
solution to the problem.
Miguel,
I had the same problem when I started to use ConTeXt. Hans suggested I
use \enableregime[mac]  at the beginning of my documents. I use a Mac 
OSX.
The same principle must apply for PCs. It might be \enableregime[win]

In the ConTeXt manual 'Fonts in ConTeXt' p. 22 there is a discussion of 
Regimes. You get the document from the Pragma website.

I hope this will get you going. If not one of the experts out there 
will have the answer.

Best wishes,
Charlie Doherty
**
Charles Doherty,
Early Irish History,
School of History,
University College Dublin,
Belfield,
Dublin 4
Ireland
Telephone +353 1 7168381
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Death of Juliana

2004-03-20 Thread Charles Doherty
Sympathy to all Dutch colleagues on death of Queen mother Juliana.

Charlie Doherty

**
Charles Doherty,
Early Irish History,
School of History,
University College Dublin,
Belfield,
Dublin 4
Ireland
Telephone +353 1 7168381
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Drop capital

2004-03-07 Thread Charles Doherty
Dear all,

I am preparing a newsletter for our group on the history of settlement 
in Ireland. I would like to use a drop capital at the start of 
articles. I think I remember a file explaining how to do this in 
Context but I can't find it now. Can anyone tell me the code to use or 
give me the url of the file (if I am not just imagining this).

Thanks,
Charlie Doherty
**
Charles Doherty,
Early Irish History,
School of History,
University College Dublin,
Belfield,
Dublin 4
Ireland
Telephone +353 1 7168381
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Probelm with \defineenumeration

2003-09-19 Thread Charles Doherty
Willi Egger [EMAIL PROTECTED] writes:
Hi everybody,

While trying to setup a simple literature reference list I encounter
the following problem:
I have defined an enumeration. After typesetting the enumerated list I
get on the first line the enumeration text and lost and alone in front
of the second line the enumeration number.
Is this something I do in a wrong way or is there a bug?
K.H. Wesseling [EMAIL PROTECTED] writes:

Beste Willi,

Attached PDF shows my version context does it right.

Karel.
Patrick Gundlach [EMAIL PROTECTED] writes:

I did not look into it yet, but I can confirm that I get the same
error with the latest ConTeXt version. So I think that there must be
some bug.


Dear Willi, Karel and Patrick,

I tried your example and got the same misaligned result as yourself and 
Patrick. However when I made text=, it aligned properly but your 
number, of course,  is not in italics. This may help people who are in 
a position to know what is going on.

Charlie Doherty

ConTeXt  ver: 2003.8.8  fmt: 2003.8.18  int: english  mes: english

\defineenumeration
   [Literatur]
   [location={left,serried},
style=\em,
width=broad,
distance=12pt,
headstyle=\tfx,
text=,
left={[},
right={]},
inbetween={\blank[small]},
after={\blank[small]}]
\starttext

\Literatur[Wiese1964] F. Wiese. Buchbinden. 1964.

\Literatur[Goddijn1994] P.Goddijn. Het restaureren van boeken.
Koninglijke Bibliotheek, Den Haag.1994.
\stoptext



pastedGraphic1.pdf
Description: Adobe PDF document
Best wishes,
Charlie Doherty


**
Charles Doherty,
Department of Early Irish History,
University College Dublin,
Belfield,
Dublin 4
Ireland
Telephone +353 1 7168381


[NTG-context] How to get the characters in the attached pdf file using ConTeXt

2003-07-28 Thread Charles Doherty
Dear all,

I have sent this email twice already but return messages said that it 
was too large and would be posted at the discretion of the 
administrator. I had attached a sample file using only one word from 
the original .pdf file in the hope that it would be small enough. 
Obviously not! Apologies if I have broken protocol. This time I have 
not included an attachment. Apologies again!

I could get the proper characters as seen in the attached sample file 
using LaTeX with the preamble:
\usepackage{palatino}
\usepackage[T1]{fontenc}
\usepackage[applemac]{inputenc}

The result can be seen below. But I would like to achieve this in 
ConTeXt (not necessarily with Palatino). Can anyone give me advice on 
the setup commands needed. I have tried various ways but nothing has 
worked so far. My ConTeXt input file looks like this without any of the 
setups that I had been trying. I am using Gerben's installation on a 
Mac G4 OS 10.2.6. Also what command do I need in order to use mac 
inputencoding in ConTeXt? I think I saw it mentioned in one of the 
manuals but I cannot find it again. Of course for the \dh and \k in 
LaTeX I could not use Mac inputencoding.

Thank you very much in advance,

Charlie Doherty

 \definedescription
[term]
[location=serried,headstyle=bold,width=broad,before=\blank,after=\blank]
\starttext

\term {Lambay}  {\em Lamb-\o y}, `Lamb island'. Island north of
Howth Head.
\term {Larne}  {\em Ulfreksfj\k{o}r\dh r}, `Ulfrekr's fjord'.
Now the town of Larne in Co.\ Antrim.
   \stoptext



**
Charles Doherty,
Department of Early Irish History,
University College Dublin,
Belfield,
Dublin 4
Ireland
Telephone +353 1 7168381
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] How to get the characters in the attached pdf file using ConTeXt

2003-07-28 Thread Charles Doherty
Dear all,

I have sent this email already but a return message said that it was 
too large and would be posted at the discretion of the administrator. 
So I have made a sample file using only one word from the original .pdf 
file in the hope that it would be small enough. Apologies if I have 
broken protocol.

I could get the proper characters as seen in the attached sample file 
using LaTeX with the preamble:
\usepackage{palatino}
\usepackage[T1]{fontenc}
\usepackage[applemac]{inputenc}

The result can be seen below. But I would like to achieve this in 
ConTeXt (not necessarily with Palatino). Can anyone give me advice on 
the setup commands needed. I have tried various ways but nothing has 
worked so far. My ConTeXt input file looks like this without any of the 
setups that I had been trying. I am using Gerben's installation on a 
Mac G4 OS 10.2.6. Also what command do I need in order to use mac 
inputencoding in ConTeXt? I think I saw it mentioned in one of the 
manuals but I cannot find it again. Of course for the \dh and \k in 
LaTeX I could not use Mac inputencoding.

Thank you very much in advance,

Charlie Doherty

 \definedescription
[term]
[location=serried,headstyle=bold,width=broad,before=\blank,after=\blank]
\starttext

\term {Lambay}  {\em Lamb-\o y}, `Lamb island'. Island north of
Howth Head.
\term {Larne}  {\em Ulfreksfj\k{o}r\dh r}, `Ulfrekr's fjord'.
Now the town of Larne in Co.\ Antrim.
   \stoptext




texshop_image.pdf
Description: Adobe PDF document


**

Charles Doherty,
Department of Early Irish History,
University College Dublin,
Belfield,
Dublin 4
Ireland
Telephone +353 1 7168381