Mr. Taco I have made updates to my system now I am getting the following error the following is a log out put of what I am getting ################## Typesetting mba-paper3 # this line is commented out texexec --pdf mba-paper3 TeXExec 4.0 - ConTeXt / PRAGMA ADE 1997-2003 executable : pdfetex format : cont-en inputfile : mba-paper3 output : pdftex interface : en current mode : none TeX run : 1 This is pdfeTeXk, Version 3.141592-1.11b-2.1 (Web2C 7.5.2) %&-line parsing enabled. (/usr/local/teTeX/share/texmf.tetex/web2c/cp8bit.tcx) entering extended mode (./mba-paper3.tex{/usr/local/teTeX/share/texmf.local/pdftex/config/ pdftex.cfg} ConTeXt ver: 2004.1.25 fmt: 2004.9.6 int: english mes: english language : language en is active system : cont-new loaded (/usr/local/teTeX/share/texmf.local/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex! system (E-TEX) : [line 46] system (E-TEX) : [line 131] system (E-TEX) : [line 185] system (E-TEX) : [line 271] \lastnodetype ) system : cont-old loaded (/usr/local/teTeX/share/texmf.local/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (/usr/local/teTeX/share/texmf.local/tex/context/base/cont-fil.tex loading : Context File Synonyms ) bodyfont : 12pt rm is loaded language : patterns 2:2-en-2 3:2-uk-2 4:2-de-2 5:2-fr-2 6:2-es-2 7:2-it-2 8:2-nl-2 loaded specials : tex,postscript,rokicki loaded system : mba-paper3.top loaded (./mba-paper3.top specials : loading definition file tpd (/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex specials : loading definition file fdf (/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex system (E-TEX) : [line 1909] \ifcsname ) specials : fdf loaded ) specials : fdf,tpd loaded ) pdftex : needs map file: original-context-symbol.map pdftex : needs map file: pl0-ams-cmr.map pdftex : needs map file: original-vogel-symbol.map structure : begin of sectionblock frontmatter system : macros of module bib loaded (/usr/local/teTeX/share/texmf.local/tex/context/extra/m-bib/m-bib.tex problems : set k!author to author overloads auteur system : macros of module list loaded (/usr/local/teTeX/share/texmf.local/tex/context/extra/m-bib/m-list.tex) publications : loading formatting style from bibl-apa (/usr/local/teTeX/share/texmf.local/tex/context/bib/bibl-apa.tex ! Undefined control sequence. \c!authoretaldisplay =5 \xprocesscommaitem #1,#2->\if ,#1 ,\@EA \xprocesscommaitem \else \if ]#1\@EAE... ...taldisplay =5, \c!editoretaldisplay =5, \c!artauthoretaldispla... \xdogetparameters #1]->\xprocesscommaitem #1 ,],\@relax@ \dosetuppublicationlist ...9},totalnumber={99},#1] \stellijstin [pubs][\c!cri... l.87 ]<<<<<<<<<------------- WHEN I texexec the file tks for your time and help art On Sep 6, 2004, at 5:00 AM, ntg-context-request@ntg.nl wrote: > Send ntg-context mailing list submissions to > ntg-context@ntg.nl > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.ntg.nl/mailman/listinfo/ntg-context > or, via email, send a message with subject or body 'help' to > ntg-context-request@ntg.nl > > You can reach the person managing the list at > ntg-context-owner@ntg.nl > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ntg-context digest..." > > > Today's Topics: > > 1. CMAP and IL2 encoding (Vit Zyka) > 2. Re: ntg-context Digest, Vol 3, Issue 7 (n9020@cox.net) > 3. footnotes (short: behind, long: below)? (Steffen Wolfrum) > 4. Re: Re: ntg-context Digest, Vol 3, Issue 7 (Taco Hoekwater) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 05 Sep 2004 17:09:09 +0200 > From: Vit Zyka > Subject: [NTG-context] CMAP and IL2 encoding > To: ConTeXt > Message-ID: <413B2C15.9080305@seznam.cz> > Content-Type: text/plain; charset="us-ascii" > > Nice Sunday evening Hans, > > I played with ToUnicode resource (for correct copy&paste and search > opperation in PDF). I noticed a package cmap.sty was done by Mr. > Volovich for LaTeX a year ago; I did one (cmap.tex) for plain TeX > yesterday and started to be interested in the situation in ConTeXt. No > wonder you did it 4 years ago. But I met some minor problems: > > 1) if you run example file > \useencoding[pfr] > \setupbodyfont[csr] > > \starttext > test \`z \'z \bf test \sl test \bs quite funny \`z \page > test \`z \'z \bf test \sl test \bs quite funny \`z \page > \stoptext > you obtain /ToUnicode resource ONLY for first roman variant. It is > due > to a condition in the file enco-pfr.tex > \def\doincludepdffontresource > {\ifcsname\s!ucmap\fontfile\endcsname\else > \dodoincludepdffontresource > \fi} > The condition is correct but the \fontfile is not changed when \bf, > \it, etc. is used (it is still cscsc10 (?)). > > Might you look at a proper \fontfile definition? > > 2) Technical note: in ConTeXt the il2 encoding is defined. But the > definition is not ISO-8859-2 (Latin 2, IL2) encoding sharp. The > definition is CS font encoding (IL2cs or 8z). It is derived from > il2 > but it differ in 49 positions (!). For > usage in Czech or Slovac languages it causes no problem but what if > somebody will want to use a proper il2 font? > If you want I can prepare > both IL2 and (a bit richer) il2cs (8z?) enco-??.tex files. > > 3) File pdfr-il2.tex with CMAP definition is proper IL2 mapping. So now > we combine IL2 CMAP mapping with IL2cs ConTeXt encoding. It is > nosence. Suggested solution: use csr fonts with new IL2cs encoding > and create new pdfr-il2cs.tex. > > 4) Definitions of CMAP encodings are stored in pdfr-??.tex files - it > means in TeX format. But the common way is to be a stand-alone PS > file, see attachement. Now I know about 5 files from Mr. Volovich > (Cork, 3 russian, vietnamese) and two from me (IL2, IL2cs). Such > file > can be easily included by \pdfobj stream file {} mechanism. > Question: I can prepare pdfr-il2cs.tex but is it not better to > use more standard stand-alone files in ConTeXt? > > Vit Zyka > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: il2.cmap > Type: application/postscript > Size: 1886 bytes > Desc: not available > Url : > http://www.ntg.nl/pipermail/ntg-context/attachments/20040905/8c63738f/ > il2.ps > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: il2cs.cmap > Type: application/postscript > Size: 1846 bytes > Desc: not available > Url : > http://www.ntg.nl/pipermail/ntg-context/attachments/20040905/8c63738f/ > il2cs.ps > > ------------------------------ > > Message: 2 > Date: Sun, 5 Sep 2004 12:21:16 -0500 > From: n9020@cox.net > Subject: [NTG-context] Re: ntg-context Digest, Vol 3, Issue 7 > To: ntg-context@ntg.nl > Message-ID: > Content-Type: text/plain; charset=US-ASCII; format=flowed > > Taco, > > Thanks on the timely response > > This is BibTeX, Version 0.99c (Web2C 7.5.2) > The top-level auxiliary file: mba-paper3.aux > I couldn't open style file cont-no.bst > ---line 2 of file mba-paper3.aux > : \bibstyle{cont-no > : } > I'm skipping whatever remains of this command > I found no style file---while reading file mba-paper3.aux > is the error I get after > running the changes you recommended > tried also changes style file in aux file myself no success > also check the file permissons on the style files I am running this on > Mac OS X > with ITexMac interface . > My bbl is blank not importing from my bibtex file. I have also tried > a manual > bbl file using guidelines by documentation. > Bibtex overwrites with blank and still get the error can not open > cont-no. Thanks for your help .. .If I missed configuration please > point the docs I have missed and I will make the corrections > > > art > > > On Sep 3, 2004, at 5:00 AM, ntg-context-request@ntg.nl wrote: > >> Send ntg-context mailing list submissions to >> ntg-context@ntg.nl >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://www.ntg.nl/mailman/listinfo/ntg-context >> or, via email, send a message with subject or body 'help' to >> ntg-context-request@ntg.nl >> >> You can reach the person managing the list at >> ntg-context-owner@ntg.nl >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of ntg-context digest..." >> >> >> Today's Topics: >> >> 1. Taco bib module (n9020@cox.net) >> 2. Re: Taco bib module (Taco Hoekwater) >> 3. Re: concatenate PDF files. (Taco Hoekwater) >> 4. Re: lc code of ` (Taco Hoekwater) >> 5. Re: [FONTS] Japanese Unicode (Taco Hoekwater) >> 6. Re: lc code of ` (Hans Hagen) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Thu, 2 Sep 2004 19:15:11 -0500 >> From: n9020@cox.net >> Subject: [NTG-context] Taco bib module >> To: ntg-context@ntg.nl >> Message-ID: <526A43F2-FD3E-11D8-AC4A-003065D685DC@cox.net> >> Content-Type: text/plain; charset=US-ASCII; format=flowed >> >> tried compling per readme get error unable to find file if aux is >> defined for cont-ab.bst\usemodule[bib] >> \setupbibtex[database={mba}] % use mba.bib >> \setupbibtex[sort=author] >> \setuppublications[alternative=apa] >> \setuppublications[refcommand=author] >> am i missing something and is there anymore information about >> bibl-apa.tex >> >> art >> >> >> >> ------------------------------ >> >> Message: 2 >> Date: Fri, 3 Sep 2004 08:26:18 +0200 >> From: Taco Hoekwater >> Subject: Re: [NTG-context] Taco bib module >> To: mailing list for ConTeXt users >> Message-ID: <20040903082618.0389bfba.taco@elvenkind.com> >> Content-Type: text/plain; charset=US-ASCII >> >> On Thu, 2 Sep 2004 19:15:11 -0500 >> n9020@cox.net wrote: >> >>> tried compling per readme get error unable to find file if aux is >>> defined for cont-ab.bst >> >> Please try: >> >> \usemodule[bib] >> \setupbibtex[database={mba},sort=author] >> \setuppublications[alternative=apa,refcommand=author] >> >> If that doesn't work, please cut&paste the actual error >> message. >> >> Greetings, Taco >> >> >> ------------------------------ >> >> Message: 3 >> Date: Fri, 3 Sep 2004 08:50:32 +0200 >> From: Taco Hoekwater >> Subject: Re: [NTG-context] concatenate PDF files. >> To: mailing list for ConTeXt users >> Message-ID: <20040903085032.63d8fdb4.taco@elvenkind.com> >> Content-Type: text/plain; charset=US-ASCII >> >> On Thu, 2 Sep 2004 14:01:11 -0700 (PDT) >> Paulo Ney de Souza wrote: >> >>> So does anyne know how to use "texexec" to concatenate two PDF files >>> and >>> preseve as much of the file as possible (links, opening format, ...) >>> ? >> >> --pdfcombine, --pdfcopy and --pdfselect switches are also available, >> but my guess is that what you want is (currently) not possible. >> >> What texexec actually does is: it creates a temporary TeX input file >> that starts with the \setuppaper, \setuplayout etc. implementing the >> options you have given on texexec's commandline. In the document body >> it then includes (every) page(s) of the pdf file(s) as an external >> image. This image is scaled and rotated etc. as needed. >> >> This process probably trashes the internal structure of the document. >> >> >> Greetings, Taco >> >> >> ------------------------------ >> >> Message: 4 >> Date: Fri, 3 Sep 2004 09:30:43 +0200 >> From: Taco Hoekwater >> Subject: Re: [NTG-context] lc code of ` >> To: mailing list for ConTeXt users >> Message-ID: <20040903093043.45501d14@glenlivet.elvenkind.com> >> Content-Type: text/plain; charset=US-ASCII >> >> On Thu, 02 Sep 2004 17:49:55 +0200, Hans wrote: >> >>>> I, for one, consider 100% reliable hyphenation more important than >>>> 100% correct case folding. >>>> >>>> >>> so i should drop the \lccode`\'=`\' >> >> If nobody disagrees with me, I must be right :-) >> >> -- >> groeten, >> >> Taco >> >> >> ------------------------------ >> >> Message: 5 >> Date: Fri, 3 Sep 2004 09:39:21 +0200 >> From: Taco Hoekwater >> Subject: Re: [NTG-context] [FONTS] Japanese Unicode >> To: mailing list for ConTeXt users >> Message-ID: <20040903093921.290a9604@glenlivet.elvenkind.com> >> Content-Type: text/plain; charset=US-ASCII >> >> >> Hi, >> >> Let me start by saying I don't actually understand what is going on. I >> only >> reply because it is usually the case that if you have warnings like >> these >> from pdfetex (with a resolution 'at 600' included) >> >>> Warning: pdfetex (file cork-lmr10): Font cork-lmr10 at 600 not found >>> Warning: pdfetex (file mona30xx-raw-mona): Font mona30xx-raw-mona at >>> 600 >> >> then usually there is a missing map entry for that font, or the map >> file is not >> loaded by pdftex at all. >> >> >> -- >> groeten, >> >> Taco >> >> >> ------------------------------ >> >> Message: 6 >> Date: Fri, 03 Sep 2004 10:40:54 +0200 >> From: Hans Hagen >> Subject: Re: [NTG-context] lc code of ` >> To: mailing list for ConTeXt users >> Message-ID: <41382E16.9020106@wxs.nl> >> Content-Type: text/plain; charset=us-ascii; format=flowed >> >> Taco Hoekwater wrote: >> >>> <>If nobody disagrees with me, I must be right :-) >> >> ok, i dropped it >> >> Hans >> >> ----------------------------------------------------------------- >> Hans Hagen | PRAGMA ADE >> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands >> tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com >> | www.pragma-pod.nl >> ----------------------------------------------------------------- >> >> >> >> ------------------------------ >> >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context >> >> >> End of ntg-context Digest, Vol 3, Issue 7 >> ***************************************** >> > > > > ------------------------------ > > Message: 3 > Date: Sun, 5 Sep 2004 23:44:18 +0200 > From: Steffen Wolfrum > Subject: [NTG-context] footnotes (short: behind, long: below)? > To: ntg-context@ntg.nl > Message-ID: > Content-Type: text/plain; charset="us-ascii" > > Hi, > > is there a predefined command for placing short footnotes > at the bottom of each page but horizontally continuos? > > Is saw this way of typesetting footnotes in an "old" > (seventies)-typeset philosophical book. > It looks likes this: > > body text body text body > text body text body bo- > dy text body text body. > ------ > 1 short 2 short 3 too > 4 short > 5 but hey: the long note > starts in a new line! > > > I have never seen footnotes like this before. > But it reads very pleasant: > This way you don't have lot of empty white space (withs short notes), > and it still is very clear (for the long footnote starts on a new > line). > > > Is it possible to typeset this in ConTeXt? > > Steffen > > > ------------------------------ > > Message: 4 > Date: Mon, 6 Sep 2004 08:55:40 +0200 > From: Taco Hoekwater > Subject: Re: [NTG-context] Re: ntg-context Digest, Vol 3, Issue 7 > To: mailing list for ConTeXt users > Message-ID: <20040906085540.31ff8e91.taco@elvenkind.com> > Content-Type: text/plain; charset=US-ASCII > > > Hi art, > > On Sun, 5 Sep 2004 12:21:16 -0500 n9020@cox.net wrote: > >> This is BibTeX, Version 0.99c (Web2C 7.5.2) >> The top-level auxiliary file: mba-paper3.aux >> I couldn't open style file cont-no.bst >> ---line 2 of file mba-paper3.aux >> : \bibstyle{cont-no >> : } >> I'm skipping whatever remains of this command > > > Bibtex says it cannot find cont-no.bst (which is one of four bst files > that are in the bib module distibutuin). If this was TeXLive, I'd say: > > 'have you run mktexlsr already?' > > But I don't know if this applies under Mac OS X as well. Perhaps a > Macintosh user can help you better. > > Greetings, Taco > > > ------------------------------ > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > > > End of ntg-context Digest, Vol 3, Issue 10 > ****************************************** >