ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: n9020@cox.net
Subject: Re: ntg-context Digest, Vol 3, Issue 7
Date: Sun, 5 Sep 2004 12:21:16 -0500	[thread overview]
Message-ID: <FE63B9FC-FF5F-11D8-AFBE-003065D685DC@cox.net> (raw)
In-Reply-To: <20040903100001.903F21278C@ronja.ntg.nl>

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 <taco@elvenkind.com>
> Subject: Re: [NTG-context] Taco bib module
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> 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 <taco@elvenkind.com>
> Subject: Re: [NTG-context] concatenate PDF files.
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> 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 <desouza@Math.Berkeley.EDU> 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 <taco@elvenkind.com>
> Subject: Re: [NTG-context] lc code of `
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> 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 <taco@elvenkind.com>
> Subject: Re: [NTG-context] [FONTS] Japanese Unicode
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> 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 <pragma@wxs.nl>
> Subject: Re: [NTG-context] lc code of `
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> 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
> *****************************************
>

       reply	other threads:[~2004-09-05 17:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040903100001.903F21278C@ronja.ntg.nl>
2004-09-05 17:21 ` n9020 [this message]
2004-09-06  6:55   ` Taco Hoekwater
2004-09-06 16:18     ` Henning Hraban Ramm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FE63B9FC-FF5F-11D8-AFBE-003065D685DC@cox.net \
    --to=n9020@cox.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).